Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (33f80790f46dc13f22fe57324d12d26289449b8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (33f80790f46dc13f22fe57324d12d26289449b8a)
  • Date: Sat, 1 Jun 2013 13:26:20 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/swig/DETAILS | 4 ++--
devel/swig/HISTORY | 4 ++++
devel/swig/PRE_BUILD | 7 -------
devel/swig/python3.patch | 11 -----------
disk/libburn/DETAILS | 4 ++--
disk/libburn/HISTORY | 3 +++
6 files changed, 11 insertions(+), 22 deletions(-)

New commits:
commit 33f80790f46dc13f22fe57324d12d26289449b8a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libburn: => 1.3.0.pl01

commit ee0485dc3f8e37e3e4735802b0fcdbe5c47fd42b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

swig: => 2.0.10

diff --git a/devel/swig/DETAILS b/devel/swig/DETAILS
index 30b8ac9..ed25fef 100755
--- a/devel/swig/DETAILS
+++ b/devel/swig/DETAILS
@@ -1,6 +1,6 @@
SPELL=swig
- VERSION=2.0.7
-
SOURCE_HASH=sha512:cfb36dcd16f144d32782806f303979ef69ed0ad6a16ec9bcfdf9513a048f928e8509268a0cb39a80e9b602f74f0c404ba9fe448d57e21eb8871f9756fd278250
+ VERSION=2.0.10
+
SOURCE_HASH=sha512:98bb7ee9a59b858ba191537c65a0e12e571fda13f7b269f8380ed32be670824a33ca2dbc61da876ca97fe73d34e1d93504fc3145e0e56bc7a4323ff9ca72685c
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index bdb92a7..c3a37f6 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,7 @@
+2013-06-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.10
+ * PRE_BUILD, python3.patch: deleted
+
2012-06-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.7

diff --git a/devel/swig/PRE_BUILD b/devel/swig/PRE_BUILD
deleted file mode 100755
index b0d0a72..0000000
--- a/devel/swig/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if is_depends_enabled $SPELL python3; then
- patch -p0 < "$SPELL_DIRECTORY/python3.patch" &&
- ./autogen.sh
-fi
diff --git a/devel/swig/python3.patch b/devel/swig/python3.patch
deleted file mode 100644
index c9faa15..0000000
--- a/devel/swig/python3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig 2011-04-02 02:56:58.000000000 +0400
-+++ configure.in 2011-08-22 14:09:06.399907766 +0400
-@@ -785,7 +785,7 @@
-
- # Set the library directory blindly. This probably won't work with
older versions
- AC_MSG_CHECKING([for Python 3.x library])
-- dirs="$PY3VERSION/config $PY3VERSION/$PY3LIBDIR python/$PY3LIBDIR"
-+ dirs="$PY3VERSION/config-${PY3VERSION/python/}m $PY3VERSION/$PY3LIBDIR
python/$PY3LIBDIR"
- for i in $dirs; do
- if test -d $PY3EPREFIX/$PY3LIBDIR/$i; then
- PY3LIB="$PY3EPREFIX/$PY3LIBDIR/$i"
diff --git a/disk/libburn/DETAILS b/disk/libburn/DETAILS
index 829b0c3..849464a 100755
--- a/disk/libburn/DETAILS
+++ b/disk/libburn/DETAILS
@@ -12,14 +12,14 @@ if [[ $LIBBURN_BRANCH == scm ]]; then
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
SOURCE_IGNORE=volatile
else
- VERSION=1.3.0
+ VERSION=1.3.0.pl01
SOURCE2_IGNORE=signature
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_GPG=ABC0A854.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//.pl01}"
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
WEB_SITE=http://libburnia-project.org/
diff --git a/disk/libburn/HISTORY b/disk/libburn/HISTORY
index 0b27dff..a2d5ca6 100644
--- a/disk/libburn/HISTORY
+++ b/disk/libburn/HISTORY
@@ -1,3 +1,6 @@
+2013-06-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.0.pl01
+
2013-05-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (33f80790f46dc13f22fe57324d12d26289449b8a), Treeve Jelbert, 06/01/2013

Archive powered by MHonArc 2.6.24.

Top of Page