Hello community,

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

Package is "gtksourceview4"

Fri Mar  9 10:41:11 2018 rev:8 rq:582889 version:3.99.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview4/gtksourceview4.changes    
2017-12-12 21:22:32.359673766 +0100
+++ /work/SRC/openSUSE:Factory/.gtksourceview4.new/gtksourceview4.changes       
2018-03-09 10:41:16.662170910 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:32:54 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtksourceview4.spec ++++++
--- /var/tmp/diff_new_pack.LgqQoW/_old  2018-03-09 10:41:17.758131441 +0100
+++ /var/tmp/diff_new_pack.LgqQoW/_new  2018-03-09 10:41:17.762131297 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview4
 #
-# 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
@@ -16,17 +16,17 @@
 #
 
 
-Name:           gtksourceview4
 %define _name   gtksourceview
+Name:           gtksourceview4
 Version:        3.99.7
 Release:        0
 Summary:        GTK+ Source Editing Widget
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
-Url:            https://wiki.gnome.org/Projects/GtkSourceView
+URL:            https://wiki.gnome.org/Projects/GtkSourceView
 Source:         
http://download.gnome.org/sources/gtksourceview/3.99/%{_name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  valgrind
 BuildRequires:  pkgconfig(gio-2.0) >= 2.48
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.48
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -46,8 +45,8 @@
 %package -n libgtksourceview-4-0
 Summary:        GTK+ Source Editing Widget
 Group:          System/Libraries
-Provides:       %{name} = %{version}
 Recommends:     %{name}-lang = %{version}
+Provides:       %{name} = %{version}
 
 %description -n libgtksourceview-4-0
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -101,6 +100,7 @@
 features typical of a source editor.
 
 %lang_package
+
 %prep
 %setup -q -n %{_name}-%{version}
 
@@ -110,30 +110,26 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{_name}-4
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgtksourceview-4-0 -p /sbin/ldconfig
-
 %postun -n libgtksourceview-4-0 -p /sbin/ldconfig
 
 %files -n libgtksourceview-4-0
-%defattr(-, root, root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_libdir}/libgtksourceview-4.so.*
 %{_datadir}/gtksourceview-4/
 
 %files -n typelib-1_0-GtkSource-4
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GtkSource-4.typelib
 
 %files -n glade-catalog-gtksourceview
-%defattr(-, root, root)
 %{_datadir}/glade/catalogs/gtksourceview.xml
 
 %files devel
-%defattr(-, root, root)
 %{_includedir}/gtksourceview-4/
 %{_libdir}/libgtksourceview-4.so
 %{_libdir}/pkgconfig/gtksourceview-4.pc


Reply via email to