Hello community,

here is the log from the commit of package libodraw for openSUSE:Factory 
checked in at 2014-09-03 18:22:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libodraw (Old)
 and      /work/SRC/openSUSE:Factory/.libodraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libodraw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libodraw/libodraw.changes        2014-08-14 
14:59:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libodraw.new/libodraw.changes   2014-09-03 
20:17:31.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Aug 22 22:35:10 UTC 2014 - [email protected]
+
+- add missing BuildRequires to allow use of external packages
+       #BuildRequires:  pkgconfig(libcthreads)
+- add %doc to all sub-packages
+- add Requires to tools sub-package to ensure library is the same version
+- fix %if logic to allow opensuse 12.3 builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libodraw.spec ++++++
--- /var/tmp/diff_new_pack.XXOUFb/_old  2014-09-03 20:17:32.000000000 +0200
+++ /var/tmp/diff_new_pack.XXOUFb/_new  2014-09-03 20:17:32.000000000 +0200
@@ -33,17 +33,22 @@
 BuildRequires:  pkg-config
 #use factory packages if available
 %if 0%{?suse_version} > 1230
-BuildRequires:  pkgconfig(libcnotify) >= 20120425
-BuildRequires:  pkgconfig(libcsplit) >= 20120701
-%endif
 BuildRequires:  pkgconfig(libbfio) >= 20120426
 BuildRequires:  pkgconfig(libcdata) >= 20120425
 BuildRequires:  pkgconfig(libcerror) >= 20120425
 BuildRequires:  pkgconfig(libcfile) >= 20120526
+BuildRequires:  pkgconfig(libcnotify) >= 20120425
 BuildRequires:  pkgconfig(libcpath) >= 20120701
+BuildRequires:  pkgconfig(libcsplit) >= 20120701
 BuildRequires:  pkgconfig(libuna) >= 20120425
+%endif
+%if 0%{?suse_version} > 1310
+BuildRequires:  pkgconfig(libcthreads)
+%endif
 #use internal package, factory version causes build failure
+# verified 8/22/2014
 #BuildRequires:  pkgconfig(libclocale) >= 20140105
+#BuildRequires:  pkgconfig(libhmac)
 # packages not (yet) released by upstream
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 #BuildRequires:  pkgconfig(libcsystem) >= 20120425
@@ -79,6 +84,7 @@
 Summary:        Utilities for reading BIN/ISO/CUE image files through libodraw
 License:        LGPL-3.0+
 Group:          Productivity/File utilities
+Requires:       %lname = %version
 
 %description tools
 This subpackage contains the utility programs from libodraw, which
@@ -106,6 +112,7 @@
 
 %files devel
 %defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog
 %doc CUE_*.pdf
 %_includedir/libodraw*
 %_libdir/libodraw.so
@@ -114,6 +121,7 @@
 
 %files tools
 %defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog
 %_bindir/odrawverify
 %_bindir/odrawinfo
 %_mandir/man1/odrawinfo.1*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to