Hello community,

here is the log from the commit of package libraw for openSUSE:Factory checked 
in at 2013-01-17 09:46:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libraw (Old)
 and      /work/SRC/openSUSE:Factory/.libraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libraw", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libraw/libraw.changes    2012-07-12 
10:47:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libraw.new/libraw.changes       2013-01-17 
09:46:29.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Jan 10 18:42:28 UTC 2013 - jeng...@inai.de
+
+- SONAME changed in 0.14, but prior update omitted package name
+  change libraw2 -> libraw5. Do it now.
+- Use more robust make install call
+- Remove redundant %clean section, and remove unused .la files
+- Run fdupes to hardlink duplicate files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libraw.spec ++++++
--- /var/tmp/diff_new_pack.YjMY73/_old  2013-01-17 09:46:30.000000000 +0100
+++ /var/tmp/diff_new_pack.YjMY73/_new  2013-01-17 09:46:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libraw
 #
-# Copyright (c) 2012 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
@@ -19,15 +19,19 @@
 %define tar_name LibRaw
 
 Name:           libraw
+%define lname  libraw5
 Version:        0.14.7
 Release:        0
 Summary:        Library for reading RAW files obtained from digital photo 
cameras
 License:        CDDL-1.0 or LGPL-2.1
 Group:          System/Libraries
 Url:            http://www.libraw.org/
+
+#Git-Clone:    git://github.com/LibRaw/LibRaw
 Source:         http://www.libraw.org/data/%{tar_name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM libraw-gcc47.patch dims...@opensuse.org -- Fix build with 
gcc 4.7.
 Patch0:         libraw-gcc47.patch
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
@@ -53,11 +57,11 @@
 LibRaw is based on the source codes of the dcraw utility, where part of
 drawbacks have already been eliminated and part will be fixed in future.
 
-%package        -n libraw2
+%package        -n %lname
 Summary:        Library for reading RAW files obtained from digital photo 
cameras
 Group:          System/Libraries
 
-%description    -n libraw2
+%description    -n %lname
 LibRaw is a library for reading RAW files obtained from digital photo
 cameras (CRW/CR2, NEF, RAF, DNG, and others).
 
@@ -67,7 +71,7 @@
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/Other
-Requires:       libraw2 = %{version}
+Requires:       %lname = %version
 
 %description    devel
 LibRaw is a library for reading RAW files obtained from digital photo
@@ -107,16 +111,15 @@
 chmod -x Changelog.txt LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf
 chmod -x manual/index.html
 # The Libraries
-%make_install
+make install DESTDIR="%buildroot"
+rm -f "%buildroot/%_libdir"/*.la
 # duplicated files
 rm -rf %{buildroot}%{_datadir}/doc
+%fdupes %buildroot/%_prefix
 
-%post -n libraw2 -p /sbin/ldconfig
-
-%postun -n libraw2 -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
+%postun -n %lname -p /sbin/ldconfig
 
 %files tools
 %defattr(-,root,root,-)
@@ -140,13 +143,11 @@
 %{_libdir}/pkgconfig/libraw_r.pc
 %{_libdir}/libraw.so
 %{_libdir}/libraw_r.so
-%{_libdir}/libraw.la
-%{_libdir}/libraw_r.la
 
-%files -n libraw2
+%files -n %lname
 %defattr(-,root,root,-)
-%{_libdir}/libraw.so.*
-%{_libdir}/libraw_r.so.*
+%{_libdir}/libraw.so.5*
+%{_libdir}/libraw_r.so.5*
 
 %files devel-static
 %defattr(-,root,root,-)

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

Reply via email to