Skip to Content.
Sympa Menu

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

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 (88df1d5e45901c871e201f8578b702291b5a4ea9)
  • Date: Wed, 7 Oct 2009 05:35:44 -0500

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

archive/gzip/DETAILS | 3 +--
archive/gzip/HISTORY | 4 ++++
archive/gzip/PRE_BUILD | 3 ---
archive/gzip/gzip-futimens.patch | 39
---------------------------------------
disk/cdrdao/DETAILS | 9 ++++-----
disk/cdrdao/HISTORY | 5 +++++
disk/cdrdao/PRE_BUILD | 7 -------
disk/cdrdao/gcc44.patch | 23 -----------------------
8 files changed, 14 insertions(+), 79 deletions(-)

New commits:
commit 88df1d5e45901c871e201f8578b702291b5a4ea9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gzip: => 1.3.13

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

cdrdao: => 1.2.3

diff --git a/archive/gzip/DETAILS b/archive/gzip/DETAILS
index b45c2ab..a7ac48c 100755
--- a/archive/gzip/DETAILS
+++ b/archive/gzip/DETAILS
@@ -1,5 +1,5 @@
SPELL=gzip
- VERSION=1.3.12
+ VERSION=1.3.13
SOURCE=$SPELL-${VERSION}.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
@@ -9,7 +9,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
ENTERED=20010922
SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
- PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="archive"
SHORT="gzip is a compression utility designed to replace
compress."
diff --git a/archive/gzip/HISTORY b/archive/gzip/HISTORY
index fbcc699..3d5592e 100644
--- a/archive/gzip/HISTORY
+++ b/archive/gzip/HISTORY
@@ -1,3 +1,7 @@
+2009-10-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.13
+ * PRE_BUILD, futimens: deleted
+
2007-09-15 David Brown <dmlb2000 AT gmail.com>
* PRE_BUILD: added futimens patch
* gzip-futimens.patch: makes it so the futimens patch is internal
diff --git a/archive/gzip/PRE_BUILD b/archive/gzip/PRE_BUILD
deleted file mode 100755
index 68eefbe..0000000
--- a/archive/gzip/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/gzip-futimens.patch
diff --git a/archive/gzip/gzip-futimens.patch
b/archive/gzip/gzip-futimens.patch
deleted file mode 100644
index 1a8353e..0000000
--- a/archive/gzip/gzip-futimens.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -Nur gzip-1.3.12.orig/gzip.c gzip-1.3.12.futimens/gzip.c
---- gzip-1.3.12.orig/gzip.c 2007-05-18 20:33:26.000000000 +0300
-+++ gzip-1.3.12.futimens/gzip.c 2007-05-18 20:33:26.000000000 +0300
-@@ -1643,7 +1643,7 @@
- }
- }
-
-- if (futimens (ofd, ofname, timespec) != 0)
-+ if (gz_futimens (ofd, ofname, timespec) != 0)
- {
- int e = errno;
- WARN ((stderr, &quot;%s: &quot;, program_name));
-diff -Nur gzip-1.3.12.orig/lib/utimens.c gzip-1.3.12.futimens/lib/utimens.c
---- gzip-1.3.12.orig/lib/utimens.c 2007-01-18 10:33:34.000000000 +0200
-+++ gzip-1.3.12.futimens/lib/utimens.c 2007-05-18 20:33:26.000000000 +0300
-@@ -75,7 +75,7 @@
- Return 0 on success, -1 (setting errno) on failure. */
-
- int
--futimens (int fd ATTRIBUTE_UNUSED,
-+gz_futimens (int fd ATTRIBUTE_UNUSED,
- char const *file, struct timespec const timespec[2])
- {
- /* Some Linux-based NFS clients are buggy, and mishandle time stamps
-@@ -185,5 +185,5 @@
- int
- utimens (char const *file, struct timespec const timespec[2])
- {
-- return futimens (-1, file, timespec);
-+ return gz_futimens (-1, file, timespec);
- }
-diff -Nur gzip-1.3.12.orig/lib/utimens.h gzip-1.3.12.futimens/lib/utimens.h
---- gzip-1.3.12.orig/lib/utimens.h 2007-02-23 20:25:21.000000000 +0200
-+++ gzip-1.3.12.futimens/lib/utimens.h 2007-05-18 20:33:26.000000000 +0300
-@@ -1,3 +1,3 @@
- #include &lt;time.h&gt;
--int futimens (int, char const *, struct timespec const [2]);
-+int gz_futimens (int, char const *, struct timespec const [2]);
- int utimens (char const *, struct timespec const [2]);
diff --git a/disk/cdrdao/DETAILS b/disk/cdrdao/DETAILS
index aa636e5..c104a08 100755
--- a/disk/cdrdao/DETAILS
+++ b/disk/cdrdao/DETAILS
@@ -1,5 +1,4 @@
SPELL=cdrdao
- VERSION=1.2.3rc2
if [ "$CVS" == "y" ]; then
if [ "$CDRDAO_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
@@ -12,16 +11,16 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-sfcvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT cdrdao.cvs.sourceforge.net:/cvsroot/cdrdao:cdrdao
SOURCE_IGNORE=volatile
else
+ VERSION=1.2.3
+
SOURCE_HASH=sha512:36b14180acf476de062f5f31e2b9dece39e3cc7a84552e80a6714931fa35d6090ec90ddfcdbd2651d690be8ce3fc78d483aa13856c3c311bcc2f571f0040adf6
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:f52929a7b050140030b62cf43292c21b3d227d7be3b8931d7c91bf09b4a02220f2f3a7ed9b3940a03c3b313cdf7115edacaf1d7e39cf321cdc7e69db613258d5
-# SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_URL[0]=http://www.poolshark.org/src/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+# SOURCE_URL[0]=http://www.poolshark.org/src/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
fi
WEB_SITE=http://cdrdao.sourceforge.net/index.html
ENTERED=20020201
- UPDATED=20040108
LICENSE[0]=GPL
KEYWORDS="disk"
SHORT="Burn DAO audio or data cdrs"
diff --git a/disk/cdrdao/HISTORY b/disk/cdrdao/HISTORY
index beb26ea..f8bcaeb 100644
--- a/disk/cdrdao/HISTORY
+++ b/disk/cdrdao/HISTORY
@@ -1,3 +1,8 @@
+2009-10-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.3
+ url back to soureforge
+ * PRE_BUILD, gcc44.patch: deleteed
+
2009-07-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.3rc2
also fixes bug #15259
diff --git a/disk/cdrdao/PRE_BUILD b/disk/cdrdao/PRE_BUILD
deleted file mode 100755
index e6d5517..0000000
--- a/disk/cdrdao/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-if [ "$CVS" != "y" ]
-then
- patch -p1 < $SPELL_DIRECTORY/gcc44.patch
-fi
diff --git a/disk/cdrdao/gcc44.patch b/disk/cdrdao/gcc44.patch
deleted file mode 100644
index b748314..0000000
--- a/disk/cdrdao/gcc44.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- cdrdao-1.2.3rc2/trackdb/TempFileManager.cc~ 2008-02-17
14:05:05.000000000 +0100
-+++ cdrdao-1.2.3rc2/trackdb/TempFileManager.cc 2009-04-07 09:05:41.000000000
+0200
-@@ -20,6 +20,7 @@
- #include "TempFileManager.h"
- #include "log.h"
-
-+#include <stdio.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
---- cdrdao-1.2.3rc2/dao/CdrDriver.cc~ 2009-02-21 11:01:32.000000000 +0100
-+++ cdrdao-1.2.3rc2/dao/CdrDriver.cc 2009-04-07 09:07:14.000000000 +0200
-@@ -2114,8 +2114,8 @@
- ret = 1;
- }
- else {
-- if ((caps & CDR_READ_CAP_DATA_RW_RAW|CDR_READ_CAP_DATA_PW_RAW) != 0)
-- ret = 1;
-+ if ((caps & (CDR_READ_CAP_DATA_RW_RAW|CDR_READ_CAP_DATA_PW_RAW)) != 0)
-+ ret = 1;
- }
- break;
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (88df1d5e45901c871e201f8578b702291b5a4ea9), Treeve Jelbert, 10/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page