Hello community,

here is the log from the commit of package cdrtools for openSUSE:Factory 
checked in at 2017-06-23 09:17:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdrtools (Old)
 and      /work/SRC/openSUSE:Factory/.cdrtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdrtools"

Fri Jun 23 09:17:20 2017 rev:25 rq:504363 version:3.02~a07

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdrtools/cdrtools.changes        2017-01-04 
19:28:58.659700894 +0100
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/cdrtools.changes   2017-06-23 
09:17:21.914909482 +0200
@@ -1,0 +2,8 @@
+Thu May 11 20:34:15 UTC 2017 - adaugher...@tamu.edu
+
+- Fix build on older distros (e.g. SLE11) -- no caps support in RPM
+- Remove build dependency on mmv (not present on SLE, and its usage
+  is easily replaced with a small shell script).
+- Fix build on older distros (makedepend)
+
+-------------------------------------------------------------------
schily-libs.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cdrtools.spec ++++++
--- /var/tmp/diff_new_pack.zJoYv8/_old  2017-06-23 09:17:23.462690780 +0200
+++ /var/tmp/diff_new_pack.zJoYv8/_new  2017-06-23 09:17:23.470689650 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cdrtools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,12 @@
 BuildRequires:  libcap-devel
 BuildRequires:  libscg-devel
 BuildRequires:  libschily-devel >= %version
+%if 0%{?suse_version} >= 1220
 BuildRequires:  makedepend
+%else
+# makedepend was formerly included in xorg-x11-util-devel
+BuildRequires:  xorg-x11-util-devel
+%endif
 # Requiring version-release is necessary for this rpm to pull in the latest 
cdrtools.
 Requires:       cdda2wav = %version-%release
 Requires:       cdrecord = %version-%release
@@ -232,7 +237,11 @@
 %_bindir/cdda2mp3
 %_bindir/cdda2mp3.new
 %_bindir/cdda2ogg
+%if 0%{?suse_version} >= 1140
 %attr(0755,root,root) %caps_cdda2wav %verify(not mode caps) %_bindir/cdda2wav
+%else
+%attr(0755,root,root) %caps_cdda2wav %verify(not mode) %_bindir/cdda2wav
+%endif
 %_bindir/inf2cdtext.pl
 %_bindir/list_audio_tracks
 %_bindir/pitchplay
@@ -260,8 +269,13 @@
 %if %standalone_permissions
 %config %_sysconfdir/permissions.d/cdrecord.*
 %endif
+%if 0%{?suse_version} >= 1140
 %verify(not mode caps) %caps_cdrecord %attr(0755,root,root) %_bindir/cdrecord
 %verify(not mode caps) %caps_readcd %attr(0755,root,root) %_bindir/readcd
+%else
+%verify(not mode) %caps_cdrecord %attr(0755,root,root) %_bindir/cdrecord
+%verify(not mode) %caps_readcd %attr(0755,root,root) %_bindir/readcd
+%endif
 %_bindir/scgcheck
 %_bindir/scgskeleton
 %_sbindir/rscsi

++++++ schily-libs.spec ++++++
--- /var/tmp/diff_new_pack.zJoYv8/_old  2017-06-23 09:17:23.494686259 +0200
+++ /var/tmp/diff_new_pack.zJoYv8/_new  2017-06-23 09:17:23.498685694 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package schily-libs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,8 +35,12 @@
 Source7:        pre_checkin.sh
 Patch1:         gcc48wa.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1220
 BuildRequires:  makedepend
-BuildRequires:  mmv
+%else
+# makedepend was formerly included in xorg-x11-util-devel
+BuildRequires:  xorg-x11-util-devel
+%endif
 
 %description
 The "Schily" Tool Box is a set of tools written or managed by Jörg
@@ -144,7 +148,9 @@
 rm -Rf "$b/%_libdir/profiled" "$b/%_libdir"/*.a
 pushd "$b/%_mandir/man3/"
 # avoid conflict with strlen.3 from man-pages
-mmv "*.3" "#1.3schily"
+for f in *.3; do
+       mv "$f" "${f}schily"
+done
 popd
 
 %post   -p /sbin/ldconfig -n libscg1_0


Reply via email to