Hello community,

here is the log from the commit of package geotiff for openSUSE:Factory checked 
in at 2018-05-29 16:52:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geotiff (Old)
 and      /work/SRC/openSUSE:Factory/.geotiff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geotiff"

Tue May 29 16:52:45 2018 rev:6 rq:612807 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/geotiff/geotiff.changes  2017-03-16 
09:52:10.100410600 +0100
+++ /work/SRC/openSUSE:Factory/.geotiff.new/geotiff.changes     2018-05-29 
16:52:51.410533677 +0200
@@ -1,0 +2,5 @@
+Tue May 29 08:51:01 UTC 2018 - mplus...@suse.com
+
+- Fix incorrect library (boo#1094802)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ geotiff.spec ++++++
--- /var/tmp/diff_new_pack.4r14Gx/_old  2018-05-29 16:52:52.814482024 +0200
+++ /var/tmp/diff_new_pack.4r14Gx/_new  2018-05-29 16:52:52.814482024 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geotiff
 #
-# 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
@@ -22,9 +22,9 @@
 Version:        1.4.2
 Release:        0
 Summary:        Library to handle georeferenced TIFF
-License:        MIT and SUSE-Public-Domain
+License:        MIT AND SUSE-Public-Domain
 Group:          Productivity/Scientific/Other
-Url:            http://trac.osgeo.org/geotiff
+URL:            http://trac.osgeo.org/geotiff
 Source0:        
http://download.osgeo.org/%{name}/lib%{name}/lib%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
@@ -41,10 +41,10 @@
 %package devel
 Summary:        GeoTIFF header files
 Group:          Development/Libraries/C and C++
-Provides:       lib%{name}-devel = %{version}
 Requires:       %{libname} = %{version}
 Requires:       pkgconfig(libtiff-4)
 Requires:       pkgconfig(proj)
+Provides:       lib%{name}-devel = %{version}
 
 %description devel
 Header files for GeoTIFF library.
@@ -110,40 +110,42 @@
 Name:           %{libname}
 Version:        %{version}
 Description: GeoTIFF file format library
-Libs: -L%{_libdir} -llib%{name}
+Libs: -L%{_libdir} -l%{name}
 Cflags: -I%{_includedir}/lib%{name}
 EOF
-install -dm 755 %{buildroot}%{_libdir}/pkgconfig
-install -p -m 644 lib%{name}.pc %{buildroot}%{_libdir}/pkgconfig
+
+install -Dpm 0644 lib%{name}.pc \
+  %{buildroot}%{_libdir}/pkgconfig/lib%{name}.pc
 echo  >> %{buildroot}%{_datadir}/epsg_csv/codes.csv
 # do not ship la files
-find %{buildroot}%{_libdir} -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog LICENSE README COPYING
+%license LICENSE COPYING
+%doc ChangeLog README
 %{_bindir}/geotifcp
 %{_bindir}/listgeo
 %{_bindir}/applygeo
-%{_mandir}/man1/listgeo.1%{ext_man}
-%{_mandir}/man1/applygeo.1%{ext_man}
-%{_mandir}/man1/geotifcp.1%{ext_man}
+%{_mandir}/man1/listgeo.1%{?ext_man}
+%{_mandir}/man1/applygeo.1%{?ext_man}
+%{_mandir}/man1/geotifcp.1%{?ext_man}
 %dir %{_datadir}/epsg_csv
 %attr(0755,root,root) %{_datadir}/epsg_csv/csv2c.py*
 %attr(0755,root,root) %{_datadir}/epsg_csv/csv_tools.py*
 %attr(0644,root,root) %{_datadir}/epsg_csv/*.csv
 
 %files -n %{libname}
-%defattr(-,root,root)
-%doc ChangeLog LICENSE README COPYING
+%license LICENSE COPYING
+%doc ChangeLog README
 %{_libdir}/lib%{name}.so.%{sover}*
 
 %files devel
 %defattr(0644,root,root,0755)
-%doc ChangeLog LICENSE README COPYING
+%license LICENSE COPYING
+%doc ChangeLog README
 %dir %{_includedir}/lib%{name}
 %{_includedir}/lib%{name}/*.h
 %{_includedir}/lib%{name}/*.inc


Reply via email to