Hello community,

here is the log from the commit of package libopenraw for openSUSE:Factory 
checked in at 2018-03-02 21:08:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenraw (Old)
 and      /work/SRC/openSUSE:Factory/.libopenraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenraw"

Fri Mar  2 21:08:06 2018 rev:31 rq:581525 version:0.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenraw/libopenraw.changes    2017-02-06 
14:34:35.022719945 +0100
+++ /work/SRC/openSUSE:Factory/.libopenraw.new/libopenraw.changes       
2018-03-02 21:08:06.864694892 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:35:49 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libopenraw.spec ++++++
--- /var/tmp/diff_new_pack.I9UmvH/_old  2018-03-02 21:08:07.680665548 +0100
+++ /var/tmp/diff_new_pack.I9UmvH/_new  2018-03-02 21:08:07.684665404 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenraw
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,9 +20,9 @@
 Version:        0.0.9
 Release:        0
 Summary:        A library to decode digital camera RAW files
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://libopenraw.freedesktop.org/
+URL:            http://libopenraw.freedesktop.org/
 Source0:        
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 Source1:        
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc
 Source2:        %{name}.keyring
@@ -32,19 +32,19 @@
 Patch3:         openraw-noansiflag.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_test-devel
-%else
-BuildRequires:  boost-devel >= 1.31.1
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.21
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_test-devel
+%else
+BuildRequires:  boost-devel >= 1.31.1
+%endif
 
 %description
 libopenraw is a library that aim at decoding digital camera RAW files.
@@ -91,16 +91,14 @@
 make V=1 %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
 make %{?_smp_mflags} check
 
 %post -n libopenraw1 -p /sbin/ldconfig
-
 %postun -n libopenraw1 -p /sbin/ldconfig
-
 %post -n gdk-pixbuf-loader-libopenraw
 %{gdk_pixbuf_loader_post}
 
@@ -108,16 +106,14 @@
 %{gdk_pixbuf_loader_postun}
 
 %files -n libopenraw1
-%defattr(-,root,root)
-%doc README TODO COPYING ChangeLog
+%license COPYING
+%doc README TODO ChangeLog
 %{_libdir}/*.so.*
 
 %files -n gdk-pixbuf-loader-libopenraw
-%defattr(-,root,root)
 %{_libdir}/gdk-pixbuf-2.0/*/loaders/libopenraw_pixbuf.so
 
 %files -n libopenraw-devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %dir %{_includedir}/libopenraw-1.0
 %{_includedir}/libopenraw-1.0/*




Reply via email to