Hello community,

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

Package is "libcryptui"

Thu Mar  8 10:51:18 2018 rev:22 rq:583018 version:3.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcryptui/libcryptui.changes    2017-09-04 
12:27:27.698263792 +0200
+++ /work/SRC/openSUSE:Factory/.libcryptui.new/libcryptui.changes       
2018-03-08 10:51:20.222647668 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 14:24:39 UTC 2018 - [email protected]
+
+- Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:34:10 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcryptui.spec ++++++
--- /var/tmp/diff_new_pack.8MBdHa/_old  2018-03-08 10:51:20.742628948 +0100
+++ /var/tmp/diff_new_pack.8MBdHa/_new  2018-03-08 10:51:20.746628804 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcryptui
 #
-# Copyright (c) 2014 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
@@ -21,15 +21,16 @@
 Release:        0
 # FIXME: find out why building introspection support for this package requires 
libtool
 Summary:        Library for prompting for PGP keys
-License:        LGPL-2.1+ and GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Productivity/Security
-Url:            http://projects.gnome.org/seahorse/
+URL:            http://projects.gnome.org/seahorse/
 Source:         
http://download.gnome.org/sources/libcryptui/3.12/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gpg2
 BuildRequires:  gpgme-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-2.0)
@@ -39,14 +40,13 @@
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(sm)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libcryptui is a library used for prompting for PGP keys.
 
 %package -n libcryptui0
 Summary:        Library for prompting for PGP keys
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
 # Need some schema from gnome-keyring
 Requires:       %{name}-data
@@ -61,8 +61,8 @@
 Libcryptui is a library used for prompting for PGP keys.
 
 %package -n typelib-1_0-CryptUI-0_0
-Summary:        Library for prompting for PGP keys -- Introspection bindings
-License:        LGPL-2.1+ and GPL-2.0+
+Summary:        Introspection bindings for libcryptui, a PGP key prompting 
library
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          System/Libraries
 
 %description -n typelib-1_0-CryptUI-0_0
@@ -72,8 +72,8 @@
 libcryptui.
 
 %package -n libcryptui-data
-Summary:        Library for prompting for PGP keys -- Data
-License:        GPL-2.0+
+Summary:        Data files for libcryptui, a PGP key prompting library
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 %glib2_gsettings_schema_requires
 
@@ -81,8 +81,8 @@
 Libcryptui is a library used for prompting for PGP keys.
 
 %package -n seahorse-daemon
-Summary:        Library for prompting for PGP keys -- Daemon
-License:        GPL-2.0+
+Summary:        Daemon for PGP prompting by libcryptui
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 Requires:       %{name}-data
 
@@ -90,8 +90,8 @@
 Libcryptui is a library used for prompting for PGP keys.
 
 %package devel
-Summary:        Library for prompting for PGP keys -- Development Files
-License:        LGPL-2.1+
+Summary:        Development files for libcryptui, a PGP key prompting library
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 Requires:       libcryptui0 = %{version}
 Requires:       typelib-1_0-CryptUI-0_0 = %{version}
@@ -100,6 +100,7 @@
 Libcryptui is a library used for prompting for PGP keys.
 
 %lang_package
+
 %prep
 %setup -q
 sed -i "s:1.2 1.4 2.0:1.2 1.4 2.0 2.1 2.2:" configure
@@ -112,13 +113,11 @@
 
 %install
 %make_install
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang cryptui %{?no_lang_C}
 
 %post -n libcryptui0 -p /sbin/ldconfig
-
 %postun -n libcryptui0 -p /sbin/ldconfig
-
 %post -n libcryptui-data
 %glib2_gsettings_schema_post
 
@@ -126,16 +125,13 @@
 %glib2_gsettings_schema_postun
 
 %files -n libcryptui0
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING-LIBCRYPTUI NEWS README
 %{_libdir}/libcryptui.so.*
 
 %files -n typelib-1_0-CryptUI-0_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/CryptUI-0.0.typelib
 
 %files -n libcryptui-data
-%defattr(-,root,root)
 # Own the directory since we can't depend on gconf providing them
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings
@@ -143,18 +139,17 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.seahorse.recipients.gschema.xml
 
 %files -n seahorse-daemon
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/seahorse-daemon
 %{_datadir}/dbus-1/services/org.gnome.seahorse.service
 %{_datadir}/cryptui/
 %{_datadir}/pixmaps/cryptui/
-%{_mandir}/man1/seahorse-daemon.1.*
+%{_mandir}/man1/seahorse-daemon.1%{ext_man}
 
 %files lang -f cryptui.lang
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/libcryptui/
 %{_libdir}/pkgconfig/cryptui-0.0.pc
 %{_libdir}/libcryptui.so


Reply via email to