Hello community,

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

Package is "gtkspell3"

Thu Mar  8 10:46:25 2018 rev:16 rq:582795 version:3.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkspell3/gtkspell3.changes      2017-05-31 
12:14:53.477486074 +0200
+++ /work/SRC/openSUSE:Factory/.gtkspell3.new/gtkspell3.changes 2018-03-08 
10:46:27.713178585 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:00 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtkspell3.spec ++++++
--- /var/tmp/diff_new_pack.aohU3j/_old  2018-03-08 10:46:28.705142870 +0100
+++ /var/tmp/diff_new_pack.aohU3j/_new  2018-03-08 10:46:28.709142726 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkspell3
 #
-# 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
@@ -20,19 +20,19 @@
 Version:        3.0.9
 Release:        0
 Summary:        GTK3 Spell Checker Interface Library
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Libraries
-Url:            http://gtkspell.sf.net/
+URL:            http://gtkspell.sf.net/
 Source:         
https://sourceforge.net/projects/gtkspell/files/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(enchant) >= 0.4.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.30.0
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(pango) >= 1.3.5
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GtkSpell provides MSWord-style and MacOSX-style highlighting of
@@ -72,8 +72,9 @@
 word opens a menu of suggested replacements.
 
 %lang_package
+
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 translation-update-upstream
 
 %build
@@ -84,24 +85,21 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name} %{?no_lang_C}
 
 %post -n libgtkspell3-3-0 -p /sbin/ldconfig
-
 %postun -n libgtkspell3-3-0 -p /sbin/ldconfig
 
 %files -n libgtkspell3-3-0
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %{_libdir}/libgtkspell3-3.so.*
 
 %files -n typelib-1_0-GtkSpell-3_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GtkSpell-3.0.typelib
 
 %files devel
-%defattr(-, root, root)
 %{_datadir}/gir-1.0/GtkSpell-3.0.gir
 %{_includedir}/gtkspell-3.0/
 %{_libdir}/libgtkspell3-3.so


Reply via email to