Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory checked in at 2018-03-11 15:24:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gtksourceview (Old)
 and      /work/SRC/openSUSE:Factory/.python-gtksourceview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gtksourceview"

Sun Mar 11 15:24:55 2018 rev:28 rq:584814 version:2.10.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-gtksourceview/python-gtksourceview.changes    
    2016-08-12 15:42:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gtksourceview.new/python-gtksourceview.changes
   2018-03-11 15:24:58.411813148 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:39:07 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.ZhTH9w/_old  2018-03-11 15:24:59.207784593 +0100
+++ /var/tmp/diff_new_pack.ZhTH9w/_new  2018-03-11 15:24:59.215784306 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gtksourceview
 #
-# Copyright (c) 2016 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,23 +16,21 @@
 #
 
 
-Name:           python-gtksourceview
 %define _name pygtksourceview
-BuildRequires:  pkg-config
-BuildRequires:  python-devel
-BuildRequires:  python-gobject2-devel >= 2.8.0
-BuildRequires:  python-gtk-devel >= 2.8.0
-BuildRequires:  pkgconfig(gtksourceview-2.0)
-Url:            http://gtksourceview.sourceforge.net/ 
+Name:           python-gtksourceview
 Version:        2.10.1
 Release:        0
 Summary:        Python bindings for the GTK+ source editing widget
-License:        LGPL-2.0
+License:        LGPL-2.0-only
 Group:          Development/Languages/Python
+URL:            http://gtksourceview.sourceforge.net/
 Source:         
ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.2/%{_name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig
+BuildRequires:  python-devel
+BuildRequires:  python-gobject2-devel >= 2.8.0
+BuildRequires:  python-gtk-devel >= 2.8.0
+BuildRequires:  pkgconfig(gtksourceview-2.0)
 Requires:       python-gtk >= 2.8.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
 
 %description
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -44,10 +42,10 @@
 This package contains Python bindings for the library.
 
 %package devel
-Requires:       %{name} = %{version}
-Requires:       pkgconfig(gtksourceview-2.0)
 Summary:        Python bindings for the GTK+ source editing widget
 Group:          Development/Languages/Python
+Requires:       %{name} = %{version}
+Requires:       pkgconfig(gtksourceview-2.0)
 
 %description devel
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -64,23 +62,19 @@
 %build
 %configure \
     --disable-docs
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -v
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
+find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -v
 
 %files
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{py_sitedir}/gtksourceview2.so
 %{_datadir}/pygtk/2.0/defs/gtksourceview2.defs
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/pkgconfig/*.pc
 
 %changelog


Reply via email to