Hello community,

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

Package is "libunique1"

Fri Mar  9 10:43:14 2018 rev:15 rq:583045 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunique1/libunique1.changes    2012-02-16 
16:18:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libunique1.new/libunique1.changes       
2018-03-09 10:43:16.201865802 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:37:12 UTC 2018 - [email protected]
+
+- Fix SRPM group. Update descriptions.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:36:36 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libunique1.spec ++++++
--- /var/tmp/diff_new_pack.NrnPZP/_old  2018-03-09 10:43:16.985837566 +0100
+++ /var/tmp/diff_new_pack.NrnPZP/_new  2018-03-09 10:43:16.985837566 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunique1
 #
-# Copyright (c) 2012 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
@@ -16,13 +16,14 @@
 #
 
 
-Name:           libunique1
 %define _name   libunique
+%define debug_package_requires libunique-1_0-0 = %{version}
+Name:           libunique1
 Version:        1.1.6
 Release:        0
-Summary:        A library for writing single instance application
-License:        LGPL-2.1+
-Group:          System/Libraries
+Summary:        A library for writing single instance applications
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/GNOME
 Url:            http://live.gnome.org/LibUnique
 Source:         %{_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM libunique1-gcc46.patch [email protected] -- Backport 
commit f791ed from master to unique-1.1.
@@ -31,39 +32,37 @@
 Patch1:         libunique1-no_g_const_return.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libunique-1_0-0 = %{version}
 
 %description
-Unique is a library for writing single instance application. If you
+Unique is a library for writing single instance applications. If you
 launch a single instance application twice, the second instance will
 either just quit or will send a message to the running instance.
 
 %package -n libunique-1_0-0
-Summary:        A library for writing single instance application
+Summary:        A library for writing single instance applications
 Group:          System/Libraries
 
 %description -n libunique-1_0-0
-Unique is a library for writing single instance application. If you
+Unique is a library for writing single instance applications. If you
 launch a single instance application twice, the second instance will
 either just quit or will send a message to the running instance.
 
 %package -n typelib-1_0-Unique-1_0
-Summary:        A library for writing single instance application -- 
Introspection bindings
+Summary:        Introspection bindings for libunique
 Group:          System/Libraries
 
 %description -n typelib-1_0-Unique-1_0
-Unique is a library for writing single instance application. If you
+Unique is a library for writing single instance applications. If you
 launch a single instance application twice, the second instance will
 either just quit or will send a message to the running instance.
 
-This package provides the GObject Introspection bindings forlibunique.
+This package provides the GObject Introspection bindings for libunique.
 
 %package devel
-Summary:        A library for writing single instance application - 
development files
+Summary:        Development files for libunique
 Group:          Development/Libraries/GNOME
 Requires:       libunique-1_0-0 = %{version}
 Requires:       typelib-1_0-Unique-1_0 = %{version}
@@ -73,7 +72,7 @@
 Obsoletes:      unique-devel < %{version}
 
 %description devel
-Unique is a library for writing single instance application. If you
+Unique is a library for writing single instance applications. If you
 launch a single instance application twice, the second instance will
 either just quit or will send a message to the running instance.
 
@@ -93,26 +92,20 @@
 
 %install
 %make_install
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libunique-1_0-0 -p /sbin/ldconfig
-
 %postun -n libunique-1_0-0 -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -n libunique-1_0-0
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/*.so.0*
 
 %files -n typelib-1_0-Unique-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Unique-1.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/unique-1.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc


Reply via email to