Hello community,

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

Package is "gtksourceview"

Thu Mar  8 10:51:38 2018 rev:110 rq:583029 version:3.24.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes      
2017-12-11 18:55:49.876481274 +0100
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 
2018-03-08 10:51:40.949901478 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:10:21 UTC 2018 - [email protected]
+
+- Remove ineffective --with-pic. Fix RPM groups.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:32:48 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.g4YHLO/_old  2018-03-08 10:51:41.545880023 +0100
+++ /var/tmp/diff_new_pack.g4YHLO/_new  2018-03-08 10:51:41.549879879 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview
 #
-# 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,7 +20,7 @@
 Version:        3.24.6
 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
 Source:         
http://download.gnome.org/sources/gtksourceview/3.24/%{name}-%{version}.tar.xz
@@ -28,6 +28,7 @@
 BuildRequires:  gobject-introspection-devel >= 1.42.0
 BuildRequires:  itstool
 BuildRequires:  libxml2-devel >= 2.6
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38
@@ -35,7 +36,6 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.48
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(valgrind)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -46,7 +46,7 @@
 
 %package -n libgtksourceview-3_0-1
 Summary:        GTK+ Source Editing Widget
-Group:          System/GUI/GNOME
+Group:          System/Libraries
 Recommends:     %{name}-lang = %{version}
 Provides:       gtksourceview = %{version}
 Obsoletes:      gtksourceview < %{version}
@@ -59,7 +59,7 @@
 features typical of a source editor.
 
 %package -n typelib-1_0-GtkSource-3_0
-Summary:        GTK+ Source Editing Widget -- Introspection bindings
+Summary:        Introspection bindings for the GTK+ source editing widget
 Group:          System/Libraries
 
 %description -n typelib-1_0-GtkSource-3_0
@@ -73,7 +73,7 @@
 GtkSourceView.
 
 %package -n glade-catalog-gtksourceview
-Summary:        GTK+ Source Editing Widget -- Catalog for Glade
+Summary:        Glade catalog for the GTK+ source editing widget
 Group:          Development/Tools/GUI Builders
 Requires:       glade
 Requires:       libgtksourceview-3_0-1 = %{version}
@@ -90,7 +90,7 @@
 GtkSourceView widget in Glade.
 
 %package devel
-Summary:        GTK+ Source Editing Widget
+Summary:        Development files for the GTK+ source editing widget
 Group:          Development/Languages/C and C++
 Requires:       gtksourceview = %{version}
 Requires:       typelib-1_0-GtkSource-3_0 = %{version}
@@ -103,45 +103,39 @@
 features typical of a source editor.
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
 
 %build
-%configure --disable-static --with-pic\
+%configure --disable-static \
         --enable-glade-catalog \
         --disable-gtk-doc
-make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}-3.0
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libgtksourceview-3_0-1 -p /sbin/ldconfig
-
 %postun -n libgtksourceview-3_0-1 -p /sbin/ldconfig
 
 %files -n libgtksourceview-3_0-1
-%defattr(-, root, root)
-%doc AUTHORS COPYING MAINTAINERS NEWS README
+%license COPYING
+%doc AUTHORS MAINTAINERS NEWS README
 %{_libdir}/libgtksourceview-3.0.so.*
 %{_datadir}/gtksourceview-3.0/
 
 %files -n typelib-1_0-GtkSource-3_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GtkSource-3.0.typelib
 
 %files -n glade-catalog-gtksourceview
-%defattr(-, root, root)
 %{_datadir}/glade/catalogs/gtksourceview.xml
 
 %files devel
-%defattr(-, root, root)
 %{_includedir}/gtksourceview-3.0/
 %{_libdir}/libgtksourceview-3.0.so
 %{_libdir}/pkgconfig/gtksourceview-3.0.pc


Reply via email to