Hello community,

here is the log from the commit of package geos for openSUSE:Factory checked in 
at 2018-03-09 10:46:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geos (Old)
 and      /work/SRC/openSUSE:Factory/.geos.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geos"

Fri Mar  9 10:46:06 2018 rev:9 rq:584407 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/geos/geos.changes        2017-11-16 
14:01:45.428010519 +0100
+++ /work/SRC/openSUSE:Factory/.geos.new/geos.changes   2018-03-09 
10:46:13.371484588 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 12:08:09 UTC 2018 - [email protected]
+
+- Modernise spec file a bit
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ geos.spec ++++++
--- /var/tmp/diff_new_pack.gwWzgT/_old  2018-03-09 10:46:14.179455485 +0100
+++ /var/tmp/diff_new_pack.gwWzgT/_new  2018-03-09 10:46:14.183455341 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geos
 #
-# 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
@@ -21,12 +21,13 @@
 Version:        3.6.2
 Release:        0
 Summary:        Geometry Engine - Open Source
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-Url:            http://trac.osgeo.org/geos/
+URL:            http://trac.osgeo.org/geos/
 Source0:        http://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2
 Source1:        %{name}-config.1
 Patch0:         libruby.patch
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  ruby-devel
@@ -131,6 +132,7 @@
   %{buildroot}%{_mandir}/man1/geos-config.1
 # do not ship static libraries or la files
 find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
+%fdupes %{buildroot}%{python_sitelib}
 
 %post   -n libgeos-%{uver} -p /sbin/ldconfig
 %postun -n libgeos-%{uver} -p /sbin/ldconfig
@@ -138,24 +140,25 @@
 %postun -n libgeos_c1 -p /sbin/ldconfig
 
 %files -n libgeos-%{uver}
-%doc COPYING
+%license COPYING
 %{_libdir}/libgeos-%{version}.so
 
 %files -n libgeos_c1
-%doc COPYING
+%license COPYING
 %{_libdir}/libgeos_c.so.*
 
 %files -n python2-%{name}
-%doc COPYING
+%license COPYING
 %{python_sitelib}/*
 %{python_sitearch}/*
 
 %files -n ruby-%{name}
-%doc COPYING
+%license COPYING
 %{rb_vendorarchdir}/%{name}.so
 
 %files devel
-%doc AUTHORS COPYING NEWS README TODO
+%license COPYING
+%doc AUTHORS NEWS README TODO
 %{_mandir}/man1/%{name}-config.1%{ext_man}
 %{_bindir}/%{name}-config
 %{_includedir}/*


Reply via email to