Hello community,

here is the log from the commit of package memphis for openSUSE:Factory checked 
in at 2018-03-08 10:51:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memphis (Old)
 and      /work/SRC/openSUSE:Factory/.memphis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memphis"

Thu Mar  8 10:51:58 2018 rev:16 rq:583044 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/memphis/memphis.changes  2012-01-09 
15:19:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.memphis.new/memphis.changes     2018-03-08 
10:52:00.913182797 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:36:04 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:37:07 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ memphis.spec ++++++
--- /var/tmp/diff_new_pack.7EO8j9/_old  2018-03-08 10:52:01.653156158 +0100
+++ /var/tmp/diff_new_pack.7EO8j9/_new  2018-03-08 10:52:01.657156014 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package memphis
 #
-# Copyright (c) 2011 SUSE LINUX Products 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
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           memphis
 Version:        0.2.3
 Release:        0
-Summary:        Map-rendering library for OpenStreetMap
-License:        LGPL-2.1+
-Group:          System/Libraries
+Summary:        Map rendering library for OpenStreetMap
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/GNOME
 Url:            http://trac.openstreetmap.ch/trac/memphis/
 Source:         %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM memphis-link-gobject.patch vu...@opensuse.org -- Fix 
linking issue, taken from Debian
 Patch0:         memphis-link-gobject.patch
 BuildRequires:  libexpat-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -40,7 +42,7 @@
 It supports zoom level 12 to 18, projected with the Mercator projection.
 
 %package -n libmemphis-0_2-0
-Summary:        Map-rendering library for OpenStreetMap -- Library
+Summary:        Map rendering library for OpenStreetMap
 Group:          System/Libraries
 
 %description -n libmemphis-0_2-0
@@ -51,7 +53,7 @@
 It supports zoom level 12 to 18, projected with the Mercator projection.
 
 %package -n typelib-1_0-Memphis-0_2
-Summary:        Map-rendering library for OpenStreetMap -- Introspection 
bindings
+Summary:        Introspection bindings for memphis, a map rendering library 
for OSM
 Group:          System/Libraries
 
 %description -n typelib-1_0-Memphis-0_2
@@ -63,7 +65,7 @@
 memphis library.
 
 %package devel
-Summary:        Map-rendering library for OpenStreetMap -- Development Files
+Summary:        Development files for memphis, a map rendering library for OSM
 Group:          Development/Libraries/C and C++
 Requires:       libmemphis-0_2-0 = %{version}
 Requires:       typelib-1_0-Memphis-0_2 = %{version}
@@ -85,30 +87,27 @@
 %configure \
     --disable-static \
     --enable-vala
-%__make %{?_smp_mflags} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 # Those are demo files, they shouldn't get installed
 rm %{buildroot}%{_bindir}/example
 rm %{buildroot}%{_datadir}/memphis/default-rules.xml
 
 %post -n libmemphis-0_2-0 -p /sbin/ldconfig
-
 %postun -n libmemphis-0_2-0 -p /sbin/ldconfig
 
 %files -n libmemphis-0_2-0
-%defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %{_libdir}/libmemphis-0.2.so.*
 
 %files -n typelib-1_0-Memphis-0_2
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Memphis-0.2.typelib
 
 %files devel
-%defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/libmemphis/
 %{_includedir}/libmemphis-0.2/
 %{_libdir}/libmemphis-0.2.so


Reply via email to