Hello community,

here is the log from the commit of package libdevil for openSUSE:Factory 
checked in at 2019-08-22 10:53:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdevil (Old)
 and      /work/SRC/openSUSE:Factory/.libdevil.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdevil"

Thu Aug 22 10:53:40 2019 rev:8 rq:724950 version:1.7.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdevil/libdevil.changes        2018-05-16 
11:41:51.299728029 +0200
+++ /work/SRC/openSUSE:Factory/.libdevil.new.22127/libdevil.changes     
2019-08-22 10:53:44.349688881 +0200
@@ -1,0 +2,7 @@
+Wed Aug 21 07:39:35 UTC 2019 - mvet...@suse.com
+
+- bsc#1144245: Remove JPEG2000 support due to dropping dependency
+  on libjasper
+- Run spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdevil.spec ++++++
--- /var/tmp/diff_new_pack.lVsASs/_old  2019-08-22 10:53:44.981688796 +0200
+++ /var/tmp/diff_new_pack.lVsASs/_new  2019-08-22 10:53:44.985688795 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdevil
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,15 +18,13 @@
 
 # SONAME Version tags (*.so.$NUM)
 %define libIL 1
-
-Summary:        A full featured cross platform image library
-License:        LGPL-2.1
-Group:          System/Libraries
 Name:           libdevil
 Version:        1.7.8
-Release:        1.1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://openil.sourceforge.net/
+Release:        0
+Summary:        A full featured cross platform image library
+License:        LGPL-2.1-only
+Group:          System/Libraries
+URL:            http://openil.sourceforge.net/
 Source:         
http://sourceforge.net/projects/openil/files/DevIL/1.7.8/DevIL-%{version}.tar.gz
 Patch0:         DevIL-%{version}-return-random-data.patch
 # From Gentoo
@@ -43,11 +41,11 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
-BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libmng-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
@@ -73,10 +71,9 @@
 DevIL or use it include Djgpp, MSVC++, Linux gcc, Delphi, Visual
 Basic, Power Basic and Dev-C++.
 
-
 %package tools
 Summary:        Tools that can be used when using DevIL libraries
-License:        LGPL-2.1 and GPL-3.0+
+License:        LGPL-2.1-only AND GPL-3.0-or-later
 Group:          System/Libraries
 Requires:       libIL%{libIL} = %{version}
 
@@ -85,14 +82,14 @@
 formats.
 
 %package -n libIL%{libIL}
-Provides:       libdevil1 = %{version}
-Obsoletes:      libdevil1 < %{version}
 Summary:        A full featured cross platform image library
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          System/Libraries
+Provides:       libdevil1 = %{version}
+Obsoletes:      libdevil1 < %{version}
 %if 0%{?suse_version}
-Requires(post): %install_info_prereq
-Requires(preun): %install_info_prereq
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 %endif
 
 %description -n  libIL%{libIL}
@@ -116,7 +113,7 @@
 
 %package -n DevIL-devel
 Summary:        Development package
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
 Requires:       libIL%{libIL} = %{version}
 Provides:       libdevil-devel = %{version}
@@ -166,8 +163,8 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %preun -n libIL%{libIL}
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/DevIL_manual.info.gz
@@ -179,19 +176,17 @@
 %postun -n libIL%{libIL} -p /sbin/ldconfig
 
 %files -n libIL%{libIL}
-%defattr(-,root,root)
 %{_libdir}/lib*.so.*
-%doc AUTHORS COPYING CREDITS NEWS README README.unix TODO
-%{_infodir}/DevIL_manual.info.*
+%license COPYING
+%doc AUTHORS CREDITS NEWS README README.unix TODO
+%{_infodir}/DevIL_manual.info%{?ext_info}
 
 %files -n DevIL-devel
-%defattr(-,root,root)
 %{_libdir}/lib*.so
 %{_includedir}/IL
 %{_libdir}/pkgconfig/IL*.pc
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/ilur
 
 %changelog


Reply via email to