commit wodim for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2017-06-12 15:26:51

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is "wodim"

Mon Jun 12 15:26:51 2017 rev:47 rq:501701 version:1.1.11

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2015-08-25 
07:18:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2017-06-12 
15:26:53.159293717 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 20:50:18 CEST 2015 - jk...@suse.de
+
+- add fix-check_linux_26.patch: also compare major kernel version
+  number. (bsc#897950)
+
+---

New:

  fix-check_linux_26.patch



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.HF2xqw/_old  2017-06-12 15:26:53.791204546 +0200
+++ /var/tmp/diff_new_pack.HF2xqw/_new  2017-06-12 15:26:53.795203982 +0200
@@ -43,6 +43,8 @@
 Patch5: genisoimage-multi-extent-fix-bnc615177.patch
 # PATCH-FIX-OPENSUSE cdrkit-pie.diff lnus...@suse.de -- wodim must be pie as 
users may set suid bit on it
 Patch6: cdrkit-pie.diff
+# PATCH-FIX-SLE fix-check_linux_26.patch bsc#897950 jk...@suse.de
+Patch7: fix-check_linux_26.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
@@ -120,6 +122,7 @@
 %patch4
 %patch5
 %patch6 -p1
+%patch7 -p1
 # Fix perl path
 find . -type f -print0 | xargs -0 perl -pi -e 
's#/usr/local/bin/perl#/usr/bin/perl#g'
 # Fix permissions (no executables in doc files)

++ fix-check_linux_26.patch ++
Index: cdrkit-1.1.11/libusal/scsi-linux-sg.c
===
--- cdrkit-1.1.11.orig/libusal/scsi-linux-sg.c
+++ cdrkit-1.1.11/libusal/scsi-linux-sg.c
@@ -251,7 +251,7 @@ static BOOL get_max_secs(char *dirpath,
 BOOL check_linux_26() {
int gen, tmp;
struct utsname buf;
-   return ( 0==uname(  ) && sscanf(buf.release, "%d.%d", , )>1 
&& tmp>=6);
+   return ( 0==uname(  ) && sscanf(buf.release, "%d.%d", , )>1 
&& gen==2 && tmp>=6);
 }
 
 int sg_open_excl(char *device, int mode, BOOL beQuiet)



commit wodim for openSUSE:Factory

2015-08-24 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2015-08-25 07:17:59

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2015-08-11 
17:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2015-08-25 
07:18:01.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 13 16:24:49 UTC 2015 - dmuel...@suse.com
+
+- remove cdrkit-1.1.8-werror.patch
+  cdrkit-efi-boot.patch (bsc#939456)
+
+---
+Wed Jul  8 10:56:17 UTC 2015 - dmuel...@suse.com
+
+- disable source download service, upstream download location
+  is dead
+
+---
@@ -10,0 +23,5 @@
+
+---
+Fri Jan 30 12:53:47 UTC 2015 - dmuel...@suse.com
+
+- add cdrkit-1.1.8-werror.patch, cdrkit-efi-boot.patch (fate#318444)



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.C8gJl1/_old  2015-08-25 07:18:02.0 +0200
+++ /var/tmp/diff_new_pack.C8gJl1/_new  2015-08-25 07:18:02.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Multimedia/CD/Record
 
 Url:http://cdrkit.org/
-Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
+Source0:cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
 Source5:README.SUSE

++ _service ++
--- /var/tmp/diff_new_pack.C8gJl1/_old  2015-08-25 07:18:02.0 +0200
+++ /var/tmp/diff_new_pack.C8gJl1/_new  2015-08-25 07:18:02.0 +0200
@@ -1,6 +1,6 @@
 ?xml version=1.0 ?
 services
-  service name=download_url mode=localonly
+  service name=download_url mode=disabled
 param name=protocolhttp/param
 param name=hostcdrkit.org/param
 param name=path/releases/cdrkit-1.1.11.tar.gz/param




commit wodim for openSUSE:Factory

2015-08-11 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2015-08-11 17:10:31

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2015-07-19 
11:44:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2015-08-11 
17:10:32.0 +0200
@@ -2,6 +1,0 @@
-Wed Jul  8 10:56:17 UTC 2015 - dmuel...@suse.com
-
-- disable source download service, upstream download location
-  is dead
-

@@ -17,5 +10,0 @@
-

-Fri Jan 30 12:53:47 UTC 2015 - dmuel...@suse.com
-
-- add cdrkit-1.1.8-werror.patch, cdrkit-efi-boot.patch (fate#318444)

Old:

  cdrkit-1.1.8-werror.patch
  cdrkit-efi-boot.patch



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.UWcU89/_old  2015-08-11 17:10:33.0 +0200
+++ /var/tmp/diff_new_pack.UWcU89/_new  2015-08-11 17:10:33.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Multimedia/CD/Record
 
 Url:http://cdrkit.org/
-Source0:cdrkit-%{version}.tar.gz
+Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
 Source5:README.SUSE
@@ -43,8 +43,6 @@
 Patch5: genisoimage-multi-extent-fix-bnc615177.patch
 # PATCH-FIX-OPENSUSE cdrkit-pie.diff lnus...@suse.de -- wodim must be pie as 
users may set suid bit on it
 Patch6: cdrkit-pie.diff
-Patch7: cdrkit-1.1.8-werror.patch
-Patch8: cdrkit-efi-boot.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
@@ -122,8 +120,6 @@
 %patch4
 %patch5
 %patch6 -p1
-%patch7 -p1
-%patch8 -p1
 # Fix perl path
 find . -type f -print0 | xargs -0 perl -pi -e 
's#/usr/local/bin/perl#/usr/bin/perl#g'
 # Fix permissions (no executables in doc files)

++ _service ++
--- /var/tmp/diff_new_pack.UWcU89/_old  2015-08-11 17:10:33.0 +0200
+++ /var/tmp/diff_new_pack.UWcU89/_new  2015-08-11 17:10:33.0 +0200
@@ -1,6 +1,6 @@
 ?xml version=1.0 ?
 services
-  service name=download_url mode=disabled
+  service name=download_url mode=localonly
 param name=protocolhttp/param
 param name=hostcdrkit.org/param
 param name=path/releases/cdrkit-1.1.11.tar.gz/param




commit wodim for openSUSE:Factory

2015-07-19 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2015-07-19 11:44:07

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2015-06-11 
08:20:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2015-07-19 
11:44:09.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  8 10:56:17 UTC 2015 - dmuel...@suse.com
+
+- disable source download service, upstream download location
+  is dead
+
+---
@@ -10,0 +17,5 @@
+
+---
+Fri Jan 30 12:53:47 UTC 2015 - dmuel...@suse.com
+
+- add cdrkit-1.1.8-werror.patch, cdrkit-efi-boot.patch (fate#318444)

New:

  cdrkit-1.1.8-werror.patch
  cdrkit-efi-boot.patch



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.IBUKKl/_old  2015-07-19 11:44:10.0 +0200
+++ /var/tmp/diff_new_pack.IBUKKl/_new  2015-07-19 11:44:10.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Multimedia/CD/Record
 
 Url:http://cdrkit.org/
-Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
+Source0:cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
 Source5:README.SUSE
@@ -43,6 +43,8 @@
 Patch5: genisoimage-multi-extent-fix-bnc615177.patch
 # PATCH-FIX-OPENSUSE cdrkit-pie.diff lnus...@suse.de -- wodim must be pie as 
users may set suid bit on it
 Patch6: cdrkit-pie.diff
+Patch7: cdrkit-1.1.8-werror.patch
+Patch8: cdrkit-efi-boot.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
@@ -120,6 +122,8 @@
 %patch4
 %patch5
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
 # Fix perl path
 find . -type f -print0 | xargs -0 perl -pi -e 
's#/usr/local/bin/perl#/usr/bin/perl#g'
 # Fix permissions (no executables in doc files)

++ _service ++
--- /var/tmp/diff_new_pack.IBUKKl/_old  2015-07-19 11:44:10.0 +0200
+++ /var/tmp/diff_new_pack.IBUKKl/_new  2015-07-19 11:44:10.0 +0200
@@ -1,6 +1,6 @@
 ?xml version=1.0 ?
 services
-  service name=download_url mode=localonly
+  service name=download_url mode=disabled
 param name=protocolhttp/param
 param name=hostcdrkit.org/param
 param name=path/releases/cdrkit-1.1.11.tar.gz/param

++ cdrkit-1.1.8-werror.patch ++
Index: cdrkit-1.1.11/wodim/wodim.c
===
--- cdrkit-1.1.11.orig/wodim/wodim.c
+++ cdrkit-1.1.11/wodim/wodim.c
@@ -4089,7 +4089,7 @@ audioread(SCSI *usalp, cdr_t *dp, int fl
 
read_scsi(usalp, buf, 1000, 1);
printf(XXX:\n);
-   write(1, buf, 512); /* FIXME: handle return value */
+   do{int ret;ret=write(1, buf, 512);}while(0); /* FIXME: handle return 
value */
unload_media(usalp, dp, flags);
comexit(0);
 #endif
Index: cdrkit-1.1.11/wodim/isosize.c
===
--- cdrkit-1.1.11.orig/wodim/isosize.c
+++ cdrkit-1.1.11/wodim/isosize.c
@@ -69,7 +69,7 @@ isosize(int f)
vp = (struct iso9660_pr_voldesc *) vd;
 
do {
-   read(f, vd, sizeof (vd)); /* FIXME: check return value */
+   do{int ret;ret=read(f, vd, sizeof (vd));}while(0); /* FIXME: 
check return value */
if (GET_UBYTE(vd.vd_type) == VD_PRIMARY)
break;
 
Index: cdrkit-1.1.11/icedax/toc.c
===
--- cdrkit-1.1.11.orig/icedax/toc.c
+++ cdrkit-1.1.11/icedax/toc.c
@@ -1071,7 +1071,7 @@ static int handle_userchoice(char *p, un
/* get user response. */
do {
fprintf(stderr, please choose one (0-%u): , nr);
-   scanf(%u, user_choice); /* FIXME: check return value */
+   do{int ret;ret=scanf(%u, user_choice);}while(0); /* FIXME: 
check return value */
} while (user_choice  nr);
 
if (user_choice == nr)
Index: cdrkit-1.1.11/genisoimage/diag/dump.c
===
--- cdrkit-1.1.11.orig/genisoimage/diag/dump.c
+++ cdrkit-1.1.11/genisoimage/diag/dump.c
@@ -368,7 +368,7 @@ main(int argc, char *argv[])
do {
if (file_addr  (off_t)0) file_addr = (off_t)0;
showblock(1);
-   read(STDIN_FILENO, c, 1); /* FIXME: check return value */
+   do{int ret;ret=read(STDIN_FILENO, c, 1);}while(0); /* FIXME: 
check return value */
if (c == 'a')

commit wodim for openSUSE:Factory

2014-06-23 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2014-06-23 09:23:36

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2014-03-23 
22:28:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2014-06-23 
09:23:38.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 20 09:23:55 UTC 2014 - lnus...@suse.de
+
+- make wodim position independent (bnc#882035, cdrkit-pie.diff)
+
+---

New:

  cdrkit-pie.diff



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.KC3fl7/_old  2014-06-23 09:23:39.0 +0200
+++ /var/tmp/diff_new_pack.KC3fl7/_new  2014-06-23 09:23:39.0 +0200
@@ -40,6 +40,8 @@
 Patch4: icedax.1_macro_warning_fix.patch
 # PATCH-FIX-OPENSUSE genisoimage-multi-extent.patch-fix-bnc615177 --
 Patch5: genisoimage-multi-extent-fix-bnc615177.patch
+# PATCH-FIX-OPENSUSE cdrkit-pie.diff lnus...@suse.de -- wodim must be pie as 
users may set suid bit on it
+Patch6: cdrkit-pie.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
@@ -116,6 +118,7 @@
 %patch3 -p1
 %patch4
 %patch5
+%patch6 -p1
 # Fix perl path
 find . -type f -print0 | xargs -0 perl -pi -e 
's#/usr/local/bin/perl#/usr/bin/perl#g'
 # Fix permissions (no executables in doc files)
@@ -130,6 +133,7 @@
 mkdir build
 cd build
 cmake ../ -DCMAKE_INSTALL_PREFIX=%{_prefix}
+# -DCMAKE_POSITION_INDEPENDENT_CODE=ON
 make VERBOSE=1 MANDIR=share/man %{?_smp_mflags}
 gcc %{optflags} %{S:2} -o cdinfo
 cd ..


++ cdrkit-pie.diff ++
Index: cdrkit-1.1.11/wodim/CMakeLists.txt
===
--- cdrkit-1.1.11.orig/wodim/CMakeLists.txt
+++ cdrkit-1.1.11/wodim/CMakeLists.txt
@@ -30,6 +30,7 @@ LIST(APPEND EXTRA_LIBS wodimstuff)
 
 TARGET_LINK_LIBRARIES(wodim ${EXTRA_LIBS}  edc)
 SET_TARGET_PROPERTIES(wodim PROPERTIES SKIP_BUILD_RPATH TRUE)
+SET_TARGET_PROPERTIES(wodim PROPERTIES POSITION_INDEPENDENT_CODE TRUE 
LINK_FLAGS -pie)
 
 INSTALL(TARGETS wodim DESTINATION bin)
 INSTALL(FILES 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wodim for openSUSE:Factory

2014-03-23 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2014-03-23 22:28:45

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2013-06-07 
10:13:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2014-03-23 
22:28:46.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  5 13:19:14 UTC 2014 - nadvor...@suse.com
+
+- fixed large file support (bnc#615177, bnc#831820)
+  genisoimage-multi-extent-fix-bnc615177.patch
+
+---

New:

  genisoimage-multi-extent-fix-bnc615177.patch



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.NwUOcP/_old  2014-03-23 22:28:47.0 +0100
+++ /var/tmp/diff_new_pack.NwUOcP/_new  2014-03-23 22:28:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wodim
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,8 @@
 Patch3: cdrkit-1.1.9-fix-buffer-overflows.patch
 # PATCH-FIX-UPSTREAM icedax.1_macro_warning_fix.patch 
asterios.dra...@gmail.com -- Fix rpmlint warning manual-page-warning: macro 
`wav,' not defined (already fixed upstream)
 Patch4: icedax.1_macro_warning_fix.patch
+# PATCH-FIX-OPENSUSE genisoimage-multi-extent.patch-fix-bnc615177 --
+Patch5: genisoimage-multi-extent-fix-bnc615177.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
@@ -113,6 +115,7 @@
 %patch2
 %patch3 -p1
 %patch4
+%patch5
 # Fix perl path
 find . -type f -print0 | xargs -0 perl -pi -e 
's#/usr/local/bin/perl#/usr/bin/perl#g'
 # Fix permissions (no executables in doc files)


++ genisoimage-multi-extent-fix-bnc615177.patch ++
--- genisoimage/write.c
+++ genisoimage/write.c
@@ -1013,6 +1013,40 @@
set_733((char *) s_entry-isorec.extent, start_extent);
 
start_extent += ISO_BLOCKS(s_entry-size);
+#ifdef USE_LARGEFILES
+   /*
+* Update the entries for multi-section files
+* as we now know the starting extent numbers.
+*/
+   if (s_entry-de_flags  MULTI_EXTENT) {
+   struct directory_entry *s_e;
+
+   /*
+* The directory is sorted, so we should
+* see s_entry-mxpart == 1 first.
+*/
+   if (s_entry-mxpart != 1) {
+   comerrno(EX_BAD,
+   Panic: Multi extent parts for %s not in 
order.\n,
+   s_entry-whole_name);
+   }
+   s_entry-mxroot-starting_block = 
s_entry-starting_block;
+   /*
+* Set the mxroot (mxpart == 0) to allow
+* the UDF code to fetch the starting
+* extent number.
+*/
+   set_733((char *) s_entry-mxroot-isorec.extent, 
s_entry-mxroot-starting_block);
+   for (s_e = s_entry-next;
+   s_e  s_e-mxroot == s_entry-mxroot;
+   s_e = s_e-next) {
+   if (s_e-mxpart == 0)
+   continue;
+   set_733((char *) s_e-isorec.extent, 
start_extent);
+   start_extent += ISO_BLOCKS(s_e-size);
+   }
+   }
+#endif
 #ifdef DVD_VIDEO
/*
 * Shouldn't this be done for every type of sort? Otherwise
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wodim for openSUSE:Factory

2013-06-07 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2013-06-07 10:13:17

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2013-05-16 
16:25:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2013-06-07 
10:13:18.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun  6 23:39:05 UTC 2013 - jeng...@inai.de
+
+- Avoid calling fdupes on entire buildroot; it is not valid for /etc
+- Install manpage symlinks inside cdrkit-cdrtools-compat
+- Remove static libraries for which there are no header files
+  packaged
+
+---
+Wed Jun  5 23:42:50 UTC 2013 - jeng...@inai.de
+
+- Avoid collision of iso{dump,vfy} etc. by moving binaries into
+  separate directory. This allows parallel installation of mkisofs
+  and genisoimage.
+
+---



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.ZGSjeL/_old  2013-06-07 10:13:19.0 +0200
+++ /var/tmp/diff_new_pack.ZGSjeL/_new  2013-06-07 10:13:19.0 +0200
@@ -69,9 +69,6 @@
 Summary:A Program for Creating CDs in Linux
 Group:  Productivity/Multimedia/CD/Record
 Recommends: zisofs-tools
-# A handful of cdrtools programs, such as isovfy(1),
-# exist in genisoimage as well.
-Conflicts:  mkisofs
 
 %description -n genisoimage
 Genisoimage is a pre-mastering program that generates an iso9660
@@ -135,6 +132,7 @@
 cd ..
 
 %install
+b=%buildroot
 cd build
 make install DESTDIR=%buildroot
 cd ..
@@ -162,6 +160,16 @@
 ln -sf icedax.1%{ext_man} %{buildroot}%{_mandir}/man1/cdda2wav.1%{ext_man}
 ln -sf genisoimage.1%{ext_man} %{buildroot}%{_mandir}/man1/mkisofs.1%{ext_man}
 
+# Do not squat on cdrtools names in genisoimage package
+# (do it in cdrkit-cdrtools-compat, which conflicts anyway)
+mkdir -p $b/%_libexecdir/genisoimage
+for i in devdump iso{debug,dump,info,vfy}; do
+   mv $b/%_bindir/$i $b/%_libexecdir/genisoimage/
+   ln -s %_libexecdir/genisoimage/$i $b/%_bindir/
+   mv $b/%_mandir/man1/$i.1 $b/%_mandir/man1/genisoimage-$i.1
+   ln -s genisoimage-$i.1%ext_man $b/%_mandir/man1/$i.1%ext_man
+done
+
 # Other symlinks
 ln -sf icedax %{buildroot}%{_bindir}/list_audio_tracks
 ln -sf cdda2ogg.1%{ext_man} %{buildroot}%{_mandir}/man1/cdda2mp3.1%{ext_man}
@@ -169,11 +177,8 @@
 # Install libraries
 cd build
 install -dm 0755 %{buildroot}%{_libdir}
-install -pm 0644 libedc/libedc.a \
- libhfs_iso/libhfs_iso.a \
- libparanoia/libparanoia.a \
+install -pm 0644 \
  librols/librols.a \
- libunls/libunls.a \
  libusal/libusal.a \
  %{buildroot}%{_libdir}
 cd ..
@@ -206,7 +211,7 @@
 # Missing man page. Do symlink like in Debian.
 ln -sf wodim.1%{ext_man} %{buildroot}%{_mandir}/man1/netscsid.1%{ext_man}
 
-%fdupes -s %{buildroot}
+%fdupes -s %buildroot/%_prefix
 
 %verifyscript
 %verify_permissions -e %{_bindir}/wodim
@@ -238,12 +243,22 @@
 %defattr(-,root,root,-)
 %{_bindir}/cdda2wav
 %{_bindir}/cdrecord
+%{_bindir}/devdump
 %{_bindir}/dvdrecord
 %{_bindir}/mkhybrid
 %{_bindir}/mkisofs
+%{_bindir}/isodebug
+%{_bindir}/isodump
+%{_bindir}/isoinfo
+%{_bindir}/isovfy
 %{_bindir}/readcd
 %doc %{_mandir}/man1/cdda2wav.1%{ext_man}
 %doc %{_mandir}/man1/cdrecord.1%{ext_man}
+%doc %{_mandir}/man1/devdump.1%{ext_man}
+%doc %{_mandir}/man1/isodebug.1%{ext_man}
+%doc %{_mandir}/man1/isodump.1%{ext_man}
+%doc %{_mandir}/man1/isoinfo.1%{ext_man}
+%doc %{_mandir}/man1/isovfy.1%{ext_man}
 %doc %{_mandir}/man1/mkisofs.1%{ext_man}
 %doc %{_mandir}/man1/readcd.1%{ext_man}
 
@@ -257,21 +272,17 @@
 %defattr(-,root,root,-)
 %doc doc/genisoimage/*
 %doc 3rd-party/geteltorito/README.geteltorito genisoimage/diag/README.diag
-%{_bindir}/devdump
 %{_bindir}/dirsplit
 %{_bindir}/genisoimage
 %{_bindir}/geteltorito
-%{_bindir}/isodebug
-%{_bindir}/isodump
-%{_bindir}/isoinfo
-%{_bindir}/isovfy
-%doc %{_mandir}/man1/devdump.1%{ext_man}
+%_libexecdir/genisoimage/
+%doc %{_mandir}/man1/genisoimage-devdump.1%{ext_man}
 %doc %{_mandir}/man1/dirsplit.1%{ext_man}
 %doc %{_mandir}/man1/genisoimage.1%{ext_man}
-%doc %{_mandir}/man1/isodebug.1%{ext_man}
-%doc %{_mandir}/man1/isodump.1%{ext_man}
-%doc %{_mandir}/man1/isoinfo.1%{ext_man}
-%doc %{_mandir}/man1/isovfy.1%{ext_man}
+%doc %{_mandir}/man1/genisoimage-isodebug.1%{ext_man}
+%doc %{_mandir}/man1/genisoimage-isodump.1%{ext_man}
+%doc %{_mandir}/man1/genisoimage-isoinfo.1%{ext_man}
+%doc %{_mandir}/man1/genisoimage-isovfy.1%{ext_man}
 %doc 

commit wodim for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2013-05-16 16:25:27

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2013-04-19 
17:25:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2013-05-16 
16:25:29.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 18 10:49:03 UTC 2013 - co...@suse.com
+
+- switch _service to localonly
+
+---
+Tue Apr  2 18:55:55 UTC 2013 - jeng...@inai.de
+
+- Dissolve Obsoletes cycle between cdrkit (source package wodim)
+  and cdrtools. Add proper Conflicts instead.
+- Use more robust make install call; kill redundant %clean section
+
+---

Old:

  _service:download_url:cdrkit-1.1.11.tar.gz

New:

  cdrkit-1.1.11.tar.gz



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.Qllsq4/_old  2013-05-16 16:25:30.0 +0200
+++ /var/tmp/diff_new_pack.Qllsq4/_new  2013-05-16 16:25:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wodim
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   wodim
 Version:1.1.11
-Release:2
+Release:0
 Summary:Tool for Writing CDRs
-
 License:GPL-2.0
-Url:http://cdrkit.org/
 Group:  Productivity/Multimedia/CD/Record
+
+Url:http://cdrkit.org/
 Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
@@ -50,8 +49,6 @@
 BuildRequires:  perl
 BuildRequires:  zlib-devel
 Requires:   permissions
-Provides:   cdrecord = %{version}
-Obsoletes:  cdrecord  %{version}
 Requires(post): permissions
 Requires(post): /bin/cp
 
@@ -60,26 +57,21 @@
 DVD media on a DVD-Recorder.
 
 %package -n cdrkit-devel-static
-License:GPL-2.0
 Summary:Tool for Writing CDRs - Files Mandatory for Development
 Group:  Development/Libraries/Other
-Provides:   cdrecord-devel = %{version}
-Provides:   cdrtools-devel = %{version}
 Provides:   wodim-devel = %{version}
-Obsoletes:  cdrecord-devel  %{version}
-Obsoletes:  cdrtools-devel  %{version}
 Obsoletes:  wodim-devel  %{version}
 
 %description -n cdrkit-devel-static
 This package contains cdrkit libraries mandatory for development.
 
 %package -n genisoimage
-License:GPL-2.0
 Summary:A Program for Creating CDs in Linux
 Group:  Productivity/Multimedia/CD/Record
 Recommends: zisofs-tools
-Provides:   mkisofs = %{version}
-Obsoletes:  mkisofs  %{version}
+# A handful of cdrtools programs, such as isovfy(1),
+# exist in genisoimage as well.
+Conflicts:  mkisofs
 
 %description -n genisoimage
 Genisoimage is a pre-mastering program that generates an iso9660
@@ -88,35 +80,35 @@
 that can be written to a block device.
 
 %package -n icedax
-License:GPL-2.0
 Summary:A CD-Audio Grabbing tool
 Group:  Productivity/Multimedia/CD/Grabbers
 Requires:   vorbis-tools
-Provides:   cdda2wav = %{version}
-Obsoletes:  cdda2wav  %{version}
+# A handful of cdrtools programs, such as cdda2ogg(1),
+# exist in icedax as well.
+Conflicts:  cdda2wav
 
 %description -n icedax
 The common CD-audio grabbing tool for Linux. The sources are now
 contained in the wodim source archive.
 
 %package -n cdrkit-cdrtools-compat
-License:GPL-2.0
 Summary:Tool for Writing CDRs - cdrtools Compatibility Package
 Group:  Productivity/Multimedia/CD/Record
 Requires:   genisoimage = %{version}-%{release}
 Requires:   icedax = %{version}-%{release}
 Requires:   wodim = %{version}-%{release}
+Conflicts:  cdda2wav
+Conflicts:  cdrecord
+Conflicts:  mkisofs
 
-%description -n 'cdrkit-cdrtools-compat'
-This package contains these compatibility symlinks:
+%description -n cdrkit-cdrtools-compat
+This package contains these symlinks:
 cdrecord - wodim
 mkisofs - genisoimage
 cdda2wav - icedax
-Install this package if you can't use the cdrkit programs directly.
+Install this package if you want to use the cdrkit programs
+using cdrtools program names.
 
-#Requires:   genisoimage = %%{version-%%{release}
-#Requires:   icedax = %%{version-%%{release}
-#Requires:  

commit wodim for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2013-04-19 10:04:12

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2011-09-23 
12:50:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2013-04-19 
10:04:14.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 18 10:49:03 UTC 2013 - co...@suse.com
+
+- switch _service to localonly
+
+---
+Tue Apr  2 18:55:55 UTC 2013 - jeng...@inai.de
+
+- Dissolve Obsoletes cycle between cdrkit (source package wodim)
+  and cdrtools. Add proper Conflicts instead.
+- Use more robust make install call; kill redundant %clean section
+
+---

Old:

  _service:download_url:cdrkit-1.1.11.tar.gz

New:

  cdrkit-1.1.11.tar.gz



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.XSfGx4/_old  2013-04-19 10:04:15.0 +0200
+++ /var/tmp/diff_new_pack.XSfGx4/_new  2013-04-19 10:04:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wodim
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   wodim
 Version:1.1.11
-Release:2
+Release:0
 Summary:Tool for Writing CDRs
-
 License:GPL-2.0
-Url:http://cdrkit.org/
 Group:  Productivity/Multimedia/CD/Record
+
+Url:http://cdrkit.org/
 Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
@@ -50,8 +49,6 @@
 BuildRequires:  perl
 BuildRequires:  zlib-devel
 Requires:   permissions
-Provides:   cdrecord = %{version}
-Obsoletes:  cdrecord  %{version}
 Requires(post): permissions
 Requires(post): /bin/cp
 
@@ -60,26 +57,21 @@
 DVD media on a DVD-Recorder.
 
 %package -n cdrkit-devel-static
-License:GPL-2.0
 Summary:Tool for Writing CDRs - Files Mandatory for Development
 Group:  Development/Libraries/Other
-Provides:   cdrecord-devel = %{version}
-Provides:   cdrtools-devel = %{version}
 Provides:   wodim-devel = %{version}
-Obsoletes:  cdrecord-devel  %{version}
-Obsoletes:  cdrtools-devel  %{version}
 Obsoletes:  wodim-devel  %{version}
 
 %description -n cdrkit-devel-static
 This package contains cdrkit libraries mandatory for development.
 
 %package -n genisoimage
-License:GPL-2.0
 Summary:A Program for Creating CDs in Linux
 Group:  Productivity/Multimedia/CD/Record
 Recommends: zisofs-tools
-Provides:   mkisofs = %{version}
-Obsoletes:  mkisofs  %{version}
+# A handful of cdrtools programs, such as isovfy(1),
+# exist in genisoimage as well.
+Conflicts:  mkisofs
 
 %description -n genisoimage
 Genisoimage is a pre-mastering program that generates an iso9660
@@ -88,35 +80,35 @@
 that can be written to a block device.
 
 %package -n icedax
-License:GPL-2.0
 Summary:A CD-Audio Grabbing tool
 Group:  Productivity/Multimedia/CD/Grabbers
 Requires:   vorbis-tools
-Provides:   cdda2wav = %{version}
-Obsoletes:  cdda2wav  %{version}
+# A handful of cdrtools programs, such as cdda2ogg(1),
+# exist in icedax as well.
+Conflicts:  cdda2wav
 
 %description -n icedax
 The common CD-audio grabbing tool for Linux. The sources are now
 contained in the wodim source archive.
 
 %package -n cdrkit-cdrtools-compat
-License:GPL-2.0
 Summary:Tool for Writing CDRs - cdrtools Compatibility Package
 Group:  Productivity/Multimedia/CD/Record
 Requires:   genisoimage = %{version}-%{release}
 Requires:   icedax = %{version}-%{release}
 Requires:   wodim = %{version}-%{release}
+Conflicts:  cdda2wav
+Conflicts:  cdrecord
+Conflicts:  mkisofs
 
-%description -n 'cdrkit-cdrtools-compat'
-This package contains these compatibility symlinks:
+%description -n cdrkit-cdrtools-compat
+This package contains these symlinks:
 cdrecord - wodim
 mkisofs - genisoimage
 cdda2wav - icedax
-Install this package if you can't use the cdrkit programs directly.
+Install this package if you want to use the cdrkit programs
+using cdrtools program names.
 
-#Requires:   genisoimage = %%{version-%%{release}
-#Requires:   icedax = 

commit wodim for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2013-04-19 17:25:19

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2013-04-19 
10:04:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2013-04-19 
17:25:25.0 +0200
@@ -2,12 +1,0 @@
-Thu Apr 18 10:49:03 UTC 2013 - co...@suse.com
-
-- switch _service to localonly
-

-Tue Apr  2 18:55:55 UTC 2013 - jeng...@inai.de
-
-- Dissolve Obsoletes cycle between cdrkit (source package wodim)
-  and cdrtools. Add proper Conflicts instead.
-- Use more robust make install call; kill redundant %clean section
-


Old:

  cdrkit-1.1.11.tar.gz

New:

  _service:download_url:cdrkit-1.1.11.tar.gz



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.RFM1Hq/_old  2013-04-19 17:25:27.0 +0200
+++ /var/tmp/diff_new_pack.RFM1Hq/_new  2013-04-19 17:25:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wodim
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,15 @@
 #
 
 
+
 Name:   wodim
 Version:1.1.11
-Release:0
+Release:2
 Summary:Tool for Writing CDRs
-License:GPL-2.0
-Group:  Productivity/Multimedia/CD/Record
 
+License:GPL-2.0
 Url:http://cdrkit.org/
+Group:  Productivity/Multimedia/CD/Record
 Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
@@ -49,6 +50,8 @@
 BuildRequires:  perl
 BuildRequires:  zlib-devel
 Requires:   permissions
+Provides:   cdrecord = %{version}
+Obsoletes:  cdrecord  %{version}
 Requires(post): permissions
 Requires(post): /bin/cp
 
@@ -57,21 +60,26 @@
 DVD media on a DVD-Recorder.
 
 %package -n cdrkit-devel-static
+License:GPL-2.0
 Summary:Tool for Writing CDRs - Files Mandatory for Development
 Group:  Development/Libraries/Other
+Provides:   cdrecord-devel = %{version}
+Provides:   cdrtools-devel = %{version}
 Provides:   wodim-devel = %{version}
+Obsoletes:  cdrecord-devel  %{version}
+Obsoletes:  cdrtools-devel  %{version}
 Obsoletes:  wodim-devel  %{version}
 
 %description -n cdrkit-devel-static
 This package contains cdrkit libraries mandatory for development.
 
 %package -n genisoimage
+License:GPL-2.0
 Summary:A Program for Creating CDs in Linux
 Group:  Productivity/Multimedia/CD/Record
 Recommends: zisofs-tools
-# A handful of cdrtools programs, such as isovfy(1),
-# exist in genisoimage as well.
-Conflicts:  mkisofs
+Provides:   mkisofs = %{version}
+Obsoletes:  mkisofs  %{version}
 
 %description -n genisoimage
 Genisoimage is a pre-mastering program that generates an iso9660
@@ -80,35 +88,35 @@
 that can be written to a block device.
 
 %package -n icedax
+License:GPL-2.0
 Summary:A CD-Audio Grabbing tool
 Group:  Productivity/Multimedia/CD/Grabbers
 Requires:   vorbis-tools
-# A handful of cdrtools programs, such as cdda2ogg(1),
-# exist in icedax as well.
-Conflicts:  cdda2wav
+Provides:   cdda2wav = %{version}
+Obsoletes:  cdda2wav  %{version}
 
 %description -n icedax
 The common CD-audio grabbing tool for Linux. The sources are now
 contained in the wodim source archive.
 
 %package -n cdrkit-cdrtools-compat
+License:GPL-2.0
 Summary:Tool for Writing CDRs - cdrtools Compatibility Package
 Group:  Productivity/Multimedia/CD/Record
 Requires:   genisoimage = %{version}-%{release}
 Requires:   icedax = %{version}-%{release}
 Requires:   wodim = %{version}-%{release}
-Conflicts:  cdda2wav
-Conflicts:  cdrecord
-Conflicts:  mkisofs
 
-%description -n cdrkit-cdrtools-compat
-This package contains these symlinks:
+%description -n 'cdrkit-cdrtools-compat'
+This package contains these compatibility symlinks:
 cdrecord - wodim
 mkisofs - genisoimage
 cdda2wav - icedax
-Install this package if you want to use the cdrkit programs
-using cdrtools program names.
+Install this package if you can't use the cdrkit programs directly.
 
+#Requires:   genisoimage = 

commit wodim for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2011-12-06 19:13:14

Comparing /work/SRC/openSUSE:Factory/wodim (Old)
 and  /work/SRC/openSUSE:Factory/.wodim.new (New)


Package is wodim, Maintainer is nadvor...@suse.com

Changes:




Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.sJP5OC/_old  2011-12-06 19:52:59.0 +0100
+++ /var/tmp/diff_new_pack.sJP5OC/_new  2011-12-06 19:52:59.0 +0100
@@ -22,7 +22,7 @@
 Release:2
 Summary:Tool for Writing CDRs
 
-License:GPLv2
+License:GPL-2.0
 Url:http://cdrkit.org/
 Group:  Productivity/Multimedia/CD/Record
 Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
@@ -60,7 +60,7 @@
 DVD media on a DVD-Recorder.
 
 %package -n cdrkit-devel-static
-License:GPLv2
+License:GPL-2.0
 Summary:Tool for Writing CDRs - Files Mandatory for Development
 Group:  Development/Libraries/Other
 Provides:   cdrecord-devel = %{version}
@@ -74,7 +74,7 @@
 This package contains cdrkit libraries mandatory for development.
 
 %package -n genisoimage
-License:GPLv2
+License:GPL-2.0
 Summary:A Program for Creating CDs in Linux
 Group:  Productivity/Multimedia/CD/Record
 Recommends: zisofs-tools
@@ -88,7 +88,7 @@
 that can be written to a block device.
 
 %package -n icedax
-License:GPLv2
+License:GPL-2.0
 Summary:A CD-Audio Grabbing tool
 Group:  Productivity/Multimedia/CD/Grabbers
 Requires:   vorbis-tools
@@ -100,7 +100,7 @@
 contained in the wodim source archive.
 
 %package -n cdrkit-cdrtools-compat
-License:GPLv2
+License:GPL-2.0
 Summary:Tool for Writing CDRs - cdrtools Compatibility Package
 Group:  Productivity/Multimedia/CD/Record
 Requires:   genisoimage = %{version}-%{release}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wodim for openSUSE:Factory

2011-04-11 Thread h_root

Hello community,

here is the log from the commit of package wodim for openSUSE:Factory
checked in at Mon Apr 11 10:19:58 CEST 2011.




--- wodim/wodim.changes 2011-02-19 22:56:35.0 +0100
+++ /mounts/work_src_done/STABLE/wodim/wodim.changes2011-04-07 
16:59:15.0 +0200
@@ -1,0 +2,27 @@
+Thu Apr  7 14:57:21 UTC 2011 - davejpla...@gmail.com
+
+- Fixed provides/requires to enable clean installation of cdrtools
+  and vice versa.
+
+---
+Mon Apr  4 19:32:55 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Added libbz2-devel in BuildRequires:.
+  * Added permissions package in Requires:.
+  * Moved mkhybrid to cdrkit-cdrtools-compat.
+  * Install also libedc.a library.
+  * Changed the installation path of header files (to be more compatible with
+Fedora, at least for libusal).
+  * Changed wodim-devel package name to cdrkit-devel-static.
+  * Added -DPIC -fPIC in CFLAGS to built the static libraries.
+  * Added smp_mflags to make.
+  * Install config files in /etc.
+  * Updates in %post installation script of wodim according to openSUSE spec
+file guidelines.
+  * Updates in %files sections.
+  * Minor other updates.
+- Added a patch from upstream for icedax.1 to fix rpmlint warning macro `wav,'
+  not defined.
+
+---

calling whatdependson for head-i586


New:

  icedax.1_macro_warning_fix.patch



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.vX05wc/_old  2011-04-11 10:02:28.0 +0200
+++ /var/tmp/diff_new_pack.vX05wc/_new  2011-04-11 10:02:28.0 +0200
@@ -15,38 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   wodim
 Version:1.1.11
-Release:1
+Release:2
 Summary:Tool for Writing CDRs
 
 License:GPLv2
 Url:http://cdrkit.org/
 Group:  Productivity/Multimedia/CD/Record
-Source0:cdrkit-%{version}.tar.gz
+Source0:http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
 Source5:README.SUSE
 # PATCH-FIX-OPENSUSE cdrkit-1.1.9-cmake.patch -- 
-Patch1: cdrkit-1.1.9-cmake.patch
+Patch0: cdrkit-1.1.9-cmake.patch
 # PATCH-FIX-OPENSUSE genisoimage-multi-extent.patch -- 
-Patch2: genisoimage-multi-extent.patch
+Patch1: genisoimage-multi-extent.patch
 # PATCH-FIX-OPENSUSE cdrkit-1.1.9-zlib-check.patch -- Fix cmake scripts to 
detect zlib-devel
-Patch4: cdrkit-1.1.9-zlib-check.patch
+Patch2: cdrkit-1.1.9-zlib-check.patch
 # PATCH-FIX-OPENSUSE cdrkit-1.1.9-fix-buffer-overflows.patch -- Fix buffer 
overflow warnings
-Patch5: cdrkit-1.1.9-fix-buffer-overflows.patch
+Patch3: cdrkit-1.1.9-fix-buffer-overflows.patch
+# PATCH-FIX-UPSTREAM icedax.1_macro_warning_fix.patch 
asterios.dra...@gmail.com -- Fix rpmlint warning manual-page-warning: macro 
`wav,' not defined (already fixed upstream)
+Patch4: icedax.1_macro_warning_fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  gcc-c++
+BuildRequires:  libbz2-devel
 BuildRequires:  libcap-devel
 BuildRequires:  perl
 BuildRequires:  zlib-devel
+Requires:   permissions
+Provides:   cdrecord = %{version}
+Obsoletes:  cdrecord  %{version}
 Requires(post): permissions
 Requires(post): /bin/cp
 
@@ -54,69 +59,27 @@
 wodim is used to record data or audio CDs on a CD-Recorder or to write
 DVD media on a DVD-Recorder.
 
-
-
-Authors:
-
-Joerg Jaspert (leader, release management)
-Eduard Bloch (developer, patch integration)
-Steve McIntyre (developer)
-Peter Samuelson (developer, QA)
-Christian Fromme (QA)
-Joerg Schilling (original cdrecord)
-
-%package devel
+%package -n cdrkit-devel-static
 License:GPLv2
 Summary:Tool for Writing CDRs - Files Mandatory for Development
 Group:  Development/Libraries/Other
-Provides:   cdrecord-devel
-Obsoletes:  cdrecord-devel
+Provides:   cdrecord-devel = %{version}
+Provides:   cdrtools-devel = %{version}
+Provides:   wodim-devel = %{version}
+Obsoletes:  cdrecord-devel  %{version}
+Obsoletes:  cdrtools-devel  %{version}
+Obsoletes:  wodim-devel  %{version}
 
-%description devel
+%description -n cdrkit-devel-static
 This package contains cdrkit libraries mandatory for development.
 
-
-
-Authors:
-
-Joerg Schilling jo...@schily.isdn.cs.tu-berlin.de
-
-%package -n cdrkit-cdrtools-compat
-License:GPLv2
-Summary:Tool for Writing CDRs - cdrtools Compatibility Package
-Group:  Productivity/Multimedia/CD/Record
-Requires:   

commit wodim for openSUSE:Factory

2011-03-10 Thread h_root

Hello community,

here is the log from the commit of package wodim for openSUSE:Factory
checked in at Thu Mar 10 10:33:19 CET 2011.




--- wodim/wodim.changes 2010-09-28 12:36:53.0 +0200
+++ /mounts/work_src_done/STABLE/wodim/wodim.changes2011-02-19 
22:56:35.0 +0100
@@ -1,0 +2,22 @@
+Sat Feb 19 21:54:15 UTC 2011 - asterios.dra...@gmail.com
+
+- updated to 1.1.11:
+  * genisoimage: Fix silly bug in MD5 output in template files. (Debian
+bug #596681)
+  * genisoimage: Minor tweaks to the the genisoimage.1 man page.
+  * genisoimage: Update references to atterer.org (Debian bug #596860)
+  * genisoimage.1: Make the description of the md5-list format clearer.
+  * genisoimage: Use memmove() instead of strcpy() when cleaning
+up graft points.
+- Spec file updates:
+  - Changes based on rpmdevtools templates and spec-cleaner run.
+  - Changed License: to GPLv2.
+  - Added description for patches based on openSUSE Patches Guidelines (where
+possible).
+  - Updates in Buildrequires:, Requires:, 
+  - Updates in %prep, %build and %install sections.
+  - Fixed rpmlint warnings (description-shorter-than-summary for wodim-devel
+and files-duplicate).
+  - Other updates based also on Fedora package.
+
+---

calling whatdependson for head-i586


Old:

  _service:download_url:cdrkit-1.1.10.tar.gz

New:

  _service:download_url:cdrkit-1.1.11.tar.gz



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.7ZzLiC/_old  2011-03-10 10:19:36.0 +0100
+++ /var/tmp/diff_new_pack.7ZzLiC/_new  2011-03-10 10:19:36.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package wodim (Version 1.1.10)
+# spec file for package wodim
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,24 +19,36 @@
 
 
 Name:   wodim
-BuildRequires:  cmake file-devel gcc-c++ libcap-devel zlib-devel
-License:GPLv2+
-Group:  Productivity/Multimedia/CD/Record
-PreReq: permissions /bin/cp
-AutoReqProv:on
-Version:1.1.10
+Version:1.1.11
 Release:1
-Source: cdrkit-%{version}.tar.gz
+Summary:Tool for Writing CDRs
+
+License:GPLv2
+Url:http://cdrkit.org/
+Group:  Productivity/Multimedia/CD/Record
+Source0:cdrkit-%{version}.tar.gz
 Source1:scan_scsi.linux
 Source2:cdinfo.c
 Source5:README.SUSE
+# PATCH-FIX-OPENSUSE cdrkit-1.1.9-cmake.patch -- 
 Patch1: cdrkit-1.1.9-cmake.patch
+# PATCH-FIX-OPENSUSE genisoimage-multi-extent.patch -- 
 Patch2: genisoimage-multi-extent.patch
+# PATCH-FIX-OPENSUSE cdrkit-1.1.9-zlib-check.patch -- Fix cmake scripts to 
detect zlib-devel
 Patch4: cdrkit-1.1.9-zlib-check.patch
+# PATCH-FIX-OPENSUSE cdrkit-1.1.9-fix-buffer-overflows.patch -- Fix buffer 
overflow warnings
 Patch5: cdrkit-1.1.9-fix-buffer-overflows.patch
-Url:http://cdrkit.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Tool for Writing CDRs
+
+BuildRequires:  cmake
+BuildRequires:  fdupes
+BuildRequires:  file-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libcap-devel
+BuildRequires:  perl
+BuildRequires:  zlib-devel
+Requires(post): permissions
+Requires(post): /bin/cp
 
 %description
 wodim is used to record data or audio CDs on a CD-Recorder or to write
@@ -54,14 +66,14 @@
 Joerg Schilling (original cdrecord)
 
 %package devel
-License:GPLv2+
-Summary:Tool for writing CDRs - files mandatory for development
-Group:  Productivity/Multimedia/CD/Record
+License:GPLv2
+Summary:Tool for Writing CDRs - Files Mandatory for Development
+Group:  Development/Libraries/Other
 Provides:   cdrecord-devel
 Obsoletes:  cdrecord-devel
 
 %description devel
-This package contains cdrkit libraries.
+This package contains cdrkit libraries mandatory for development.
 
 
 
@@ -70,14 +82,16 @@
 Joerg Schilling jo...@schily.isdn.cs.tu-berlin.de
 
 %package -n cdrkit-cdrtools-compat
-License:GPLv2+
-Summary:Tool for Writing CDRs - cdrtools compatibility package
+License:GPLv2
+Summary:Tool for Writing CDRs - cdrtools Compatibility Package
 Group:  Productivity/Multimedia/CD/Record
-Requires:   wodim genisoimage icedax
-Provides:   cdrecord
-Obsoletes:  cdrecord
+Requires:   genisoimage
+Requires:   icedax
+Requires:   wodim
 Provides:   cdda2wav
 Obsoletes:  cdda2wav
+Provides:   cdrecord
+Obsoletes:  cdrecord
 Provides:   mkisofs
 Obsoletes:  mkisofs
 
@@ -99,8 +113,8