Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (37c35bc88f7fe509a794d7c875c7df1fa7680f46)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <vlaaad AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (37c35bc88f7fe509a794d7c875c7df1fa7680f46)
  • Date: Fri, 08 Sep 2006 18:33:22 +0200

Le mardi 05 septembre 2006 à 20:08 +0200, Flavien Bridault a écrit :
> Le mardi 05 septembre 2006 à 12:54 -0500, Pol Vinogradov a écrit :
> > GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:
> >
> > dev/null |binary
> > disk/cdrtools/DETAILS | 2 +-
> > disk/cdrtools/HISTORY | 6 ++++++
> > disk/cdrtools/PRE_BUILD | 5 ++---
> > disk/cdrtools/cdrtools-2.01.01a03-rezero.patch | 12 ------------
> > disk/cdrtools/cdrtools-2.01.01a11.tar.bz2.sig | 0
> > disk/cdrtools/cdrtools-2.01.01a12.tar.bz2.sig |binary
> > 7 files changed, 9 insertions(+), 16 deletions(-)
> >
> > New commits:
> > commit 9bb980b0c801adbb55ff4a2d7aeae17b58a01d4c
> > Author: Pol Vinogradov <vin.public AT gmail.com>
> > Commit: Pol Vinogradov <vin.public AT gmail.com>
> >
> > disk/cdrtools:
> >
> > DETAILS: updated to 2.01.01a12
> > PRE_BUILD: using INSTALL_ROOT in sedit, removed
> > cdrtools-2.01.01a03-rezero.patch applying
> > cdrtools-2.01.01a03-rezero.patch: removed, seems fixed in upstream
> >
> Thanks for the update, I tried it quickly on midday and noticed it
> didn't cast because of the patch. If you have verified it is fixed
> upstream thus it is ok.

Actually this is not ok, I can't no more burn as non-root user. That
patch was needed for that. Did you verify or did you assume it was
fixed ? I think you assumed, according to your comment in history, but
assuming is sometimes not sufficient ;-)
I will revert this until I manage to apply the patch to the new version.

>
> > diff --git a/disk/cdrtools/DETAILS b/disk/cdrtools/DETAILS
> > index 3f026b7..c0cfef4 100755
> > --- a/disk/cdrtools/DETAILS
> > +++ b/disk/cdrtools/DETAILS
> > @@ -1,5 +1,5 @@
> > SPELL=cdrtools
> > - VERSION=2.01.01a11
> > + VERSION=2.01.01a12
> > ALPHA=$([ "${VERSION//a/}" != "$VERSION" ] && echo 1)
> > SOURCE=${SPELL}-${VERSION}.tar.bz2
> > SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION%a*}
> > diff --git a/disk/cdrtools/HISTORY b/disk/cdrtools/HISTORY
> > index 834bc81..8c34667 100644
> > --- a/disk/cdrtools/HISTORY
> > +++ b/disk/cdrtools/HISTORY
> > @@ -1,3 +1,9 @@
> > +2006-09-05 Pol Vinogradov <vin.public AT gmail.com>
> > + * DETAILS: updated to 2.01.01a12
> > + * PRE_BUILD: using INSTALL_ROOT in sedit,
> > + removed cdrtools-2.01.01a03-rezero.patch applying
> > + * cdrtools-2.01.01a03-rezero.patch: removed, seems fixed in upstream
> > +
> > 2006-07-11 Pol Vinogradov <vin.public AT gmail.com>
> > * DETAILS: updated to 2.01.01a11
> >
> > diff --git a/disk/cdrtools/PRE_BUILD b/disk/cdrtools/PRE_BUILD
> > index 4df229f..6b33637 100755
> > --- a/disk/cdrtools/PRE_BUILD
> > +++ b/disk/cdrtools/PRE_BUILD
> > @@ -1,11 +1,10 @@
> > default_pre_build &&
> > cd ${SOURCE_DIRECTORY} &&
> > sed -i "s:/usr/src/linux/include::" DEFAULTS/Defaults.linux &&
> > -sed -i "s:/opt/schily:/usr:g" DEFAULTS/Defaults.linux &&
> > +sed -i "s:/opt/schily:${INSTALL_ROOT}/usr:g" DEFAULTS/Defaults.linux
> > &&
> > sed -i "s:/usr/src/linux/include::g" DEFAULTS/Defaults.linux &&
> > sed -i "1iMANDIR= share/man" RULES/rules.man &&
> > case ${PERM} in
> > - burning_group_users) patch -p1 <
> > $SPELL_DIRECTORY/cdrtools-2.01.01a01-scanbus.patch &&
> > - patch -p1 <
> > $SPELL_DIRECTORY/cdrtools-2.01.01a03-rezero.patch ;;
> > + burning_group_users) patch -p1 <
> > $SPELL_DIRECTORY/cdrtools-2.01.01a01-scanbus.patch ;;
> > burning_group_users_with_suid_bit) patch -p1 <
> > $SPELL_DIRECTORY/patch_cdrecord_for_suid ;;
> > esac
> > diff --git a/disk/cdrtools/cdrtools-2.01.01a03-rezero.patch
> > b/disk/cdrtools/cdrtools-2.01.01a03-rezero.patch
> > deleted file mode 100644
> > index 7e8d71f..0000000
> > --- a/disk/cdrtools/cdrtools-2.01.01a03-rezero.patch
> > +++ /dev/null
> > @@ -1,12 +0,0 @@
> > ---- cdrtools-2.01.01/cdrecord/cdrecord.c.rezero 2005-08-03
> > 12:50:28.000000000 +0200
> > -+++ cdrtools-2.01.01/cdrecord/cdrecord.c 2005-08-03 12:50:53.000000000
> > +0200
> > -@@ -3880,7 +3880,8 @@
> > - scsi_start_stop_unit(scgp, 1, 0, immed);
> > - wait_unit_ready(scgp, 120);
> > - scgp->silent++;
> > -- rezero_unit(scgp); /* Is this needed? Not supported by some
> > drvives */
> > -+ /* kernel >= 2.6.12 does not like that as user
> > -+ rezero_unit(scgp); */ /* Is this needed? Not supported by some
> > drvives */
> > - scgp->silent--;
> > - test_unit_ready(scgp);
> > - scsi_start_stop_unit(scgp, 1, 0, immed);
> > diff --git a/disk/cdrtools/cdrtools-2.01.01a11.tar.bz2.sig
> > b/disk/cdrtools/cdrtools-2.01.01a11.tar.bz2.sig
> > deleted file mode 100644
> > index 1f262cc..0000000
> > Binary files a/disk/cdrtools/cdrtools-2.01.01a11.tar.bz2.sig and
> > /dev/null differ
> > diff --git a/disk/cdrtools/cdrtools-2.01.01a12.tar.bz2.sig
> > b/disk/cdrtools/cdrtools-2.01.01a12.tar.bz2.sig
> > new file mode 100644
> > index 0000000..c8f06a6
> > Binary files /dev/null and
> > b/disk/cdrtools/cdrtools-2.01.01a12.tar.bz2.sig differ
> > _______________________________________________
> > SM-Commit mailing list
> > SM-Commit AT lists.ibiblio.org
> > http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
--
Flavien Bridault

Disk, Graphics, Graphics-libs sections Guru
Source Mage GNU/Linux - http://www.sourcemage.org

irc: vlaaad
jabber: vlaaad AT amessage.be

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée




Archive powered by MHonArc 2.6.24.

Top of Page