[Lunar-commits] <moonbase> cdrdao: version bumped to 1.2.3.
Florin Braescu
florin at lunar-linux.org
Tue Feb 16 00:01:19 CET 2010
commit 227dbb57bc2122f96397ed829a085857d8f986ef
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Feb 16 01:01:19 2010 +0200
cdrdao: version bumped to 1.2.3.
Changes:
o By default, cdrdao tries to build with a native SCSI interface. Use
"--with-libscg" to use bundled libscg library. (Denis Leroy)
o Complete rewrite of native Linux SG driver for SG 3.0 using SG_IO
ioctl. That should make it behave better with ConsoleKit based
permissions environment. Cdrdao should now be compiled on Linux
without cdrtools by using "--without-scglib". (Denis Leroy)
o Added support for new FIRST_TRACK_NO keyword to allow a CD to start
with a track number other than 1.
o Move privilege drop earlier in main flow (based on Debian patch)
o Preferences now stored in GConf, exports schema file
o Fixed GCC 4.3 compilation issues.
o Bugfixes and improvements.
---
cd/cdrdao/BUILD | 6 ------
cd/cdrdao/DETAILS | 8 +++-----
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/cd/cdrdao/BUILD b/cd/cdrdao/BUILD
deleted file mode 100644
index a8b4ab4..0000000
--- a/cd/cdrdao/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- patch_it $SOURCE2 0 &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/cd/cdrdao/DETAILS b/cd/cdrdao/DETAILS
index 4ef2f6d..e26bf49 100644
--- a/cd/cdrdao/DETAILS
+++ b/cd/cdrdao/DETAILS
@@ -1,14 +1,12 @@
MODULE=cdrdao
- VERSION=1.2.2
+ VERSION=1.2.3
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-$VERSION-gcc-4.4.x.patch.bz2
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:2699e56e00342c1fa2a3815ed02418fe964b276b
- SOURCE2_VFY=sha1:31635c6f43fac7c56563bb757f3fcfe8572540c6
+ SOURCE_VFY=sha1:70d6547795a1342631c7ab56709fd1940c2aff9f
WEB_SITE=http://cdrdao.sourceforge.net
ENTERED=20020407
- UPDATED=20090803
+ UPDATED=20100216
SHORT="A disk-at-once cd burning utility"
cat << EOF
More information about the Lunar-commits
mailing list