Skip to Content.
Sympa Menu

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

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 (7e8f046b12a358cc1b0c4bd42992cd2f6f75b861)
  • Date: Fri, 15 Nov 2013 02:25:25 -0600

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

libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 5 +++++
libs/boost/PRE_BUILD | 2 --
libs/boost/atomic.diff | 14 --------------
printer/cups-filters/DETAILS | 4 ++--
printer/cups-filters/HISTORY | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
8 files changed, 17 insertions(+), 22 deletions(-)

New commits:
commit 7e8f046b12a358cc1b0c4bd42992cd2f6f75b861
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost: => 1_55_0

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

cups-filters: => 1.0.41

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

setuptools: => 1.3.2

diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index b829669..558e4cd 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1_54_0
-
SOURCE_HASH=sha512:3467a2bb9b4797cadfc52150cb036939ef35263f421870897dbe9492d1504a714805668a193b0811fdaf39a3527ee693ff70da5b942d7ab11b307e2e693e1760
+ VERSION=1_55_0
+
SOURCE_HASH=sha512:dc606477f4c303e8f40de2586c16394b6d758e198b35bf3a7d3e576a2f49171aadc4f95e8d685fa731bc4e61e19869d5a24e1e816febfca9de078d66e096e041
SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index fd80062..27af465 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,8 @@
+2013-11-14 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_55_0
+ * PRE_BUILD: do not apply atomic patch
+ * atomic.diff: deleted
+
2013-10-13 Treeeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: apply atomic patch
* atomic.diff: added, upstream patch
diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index c3f9eb7..bfcc95a 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -7,7 +7,5 @@ cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3;then
sed -i 's/python$/&3/;s/sys.prefix/(&)/' bootstrap.sh
fi &&
-# fix for gcc-4.8.1 & glibc-2.18
-patch -p0 < $SCRIPT_DIRECTORY/atomic.diff &&
message "patching done"

diff --git a/libs/boost/atomic.diff b/libs/boost/atomic.diff
deleted file mode 100644
index 05df45e..0000000
--- a/libs/boost/atomic.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- boost/cstdint.hpp 2013-10-13 17:44:03.000000000 +0200
-+++ boost/cstdint.hpp.new 2013-10-13 17:45:41.000000000 +0200
-@@ -41,7 +41,10 @@
- // so we disable use of stdint.h when GLIBC does not define
__GLIBC_HAVE_LONG_LONG.
- // See https://svn.boost.org/trac/boost/ticket/3548 and
http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990
- //
--#if defined(BOOST_HAS_STDINT_H) && (!defined(__GLIBC__) ||
defined(__GLIBC_HAVE_LONG_LONG))
-+#if defined(BOOST_HAS_STDINT_H) \
-+ && (!defined(__GLIBC__) \
-+ || defined(__GLIBC_HAVE_LONG_LONG) \
-+ || (defined(__GLIBC__) && ((__GLIBC__ > 2) || ((__GLIBC__ == 2) &&
(__GLIBC_MINOR__ >= 17)))))
-
- // The following #include is an implementation artifact; not part of
interface.
- # ifdef __hpux
diff --git a/printer/cups-filters/DETAILS b/printer/cups-filters/DETAILS
index 835e182..2ca5382 100755
--- a/printer/cups-filters/DETAILS
+++ b/printer/cups-filters/DETAILS
@@ -1,6 +1,6 @@
SPELL=cups-filters
- VERSION=1.0.40
-
SOURCE_HASH=sha512:3e8a8a7cc511b16b4a818a072bb16707b0da7143f4fd2bc19b9d4750077ac2c196be7fecbc6e2353d324f24913ec2a45227b0899e39eb160fb2244343ed57bb6
+ VERSION=1.0.41
+
SOURCE_HASH=sha512:61da199312d1cc9d77dc8452bc0a00d5f1a7622db5ce5d06c9a63710f969ccd60d2f0ab443176fa2a1ee1407b1f1ac9f6b8a9ab7643cb8a029a7825a117d827d
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/printer/cups-filters/HISTORY b/printer/cups-filters/HISTORY
index 950d7e5..bc07ca0 100644
--- a/printer/cups-filters/HISTORY
+++ b/printer/cups-filters/HISTORY
@@ -1,3 +1,6 @@
+2013-11-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.41
+
2013-10-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.40

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 5fc9085..2524078 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=1.1.7
-
SOURCE_HASH=sha512:a1528406a3a7ccd85e7b9b8befe2bb579477a5961027a20f3a8947789ed0f8f5b7ed439d3d860eb049eeb0617dcd8f932f1c841b64e3408c5d92ab0333db617e
+ VERSION=1.3.2
+
SOURCE_HASH=sha512:fc4e19a4933730fbe2892092cee993414beebd5a42accb20597771469ebab453581ec330272a2d7a73e5934d1d2e3c656329b6bebf6f4330d3a55ff2adb6eb60
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 6a0eaff..cc8b847 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2013-11-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.2
+
2013-11-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.7




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7e8f046b12a358cc1b0c4bd42992cd2f6f75b861), Treeve Jelbert, 11/15/2013

Archive powered by MHonArc 2.6.24.

Top of Page