Hello community,

here is the log from the commit of package gtksourceview18 for openSUSE:Factory 
checked in at 2017-09-13 21:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceview18 (Old)
 and      /work/SRC/openSUSE:Factory/.gtksourceview18.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtksourceview18"

Wed Sep 13 21:39:22 2017 rev:19 rq:520657 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview18/gtksourceview18.changes  
2013-04-02 11:51:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview18.new/gtksourceview18.changes     
2017-09-13 21:39:23.333762462 +0200
@@ -1,0 +2,7 @@
+Wed May 31 21:46:53 UTC 2017 - dims...@opensuse.org
+
+- Run spec-cleaner.
+- Drop Authors section from descriptions.
+- Drop filesystem prereq: there are no scriptlets in this package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtksourceview18.spec ++++++
--- /var/tmp/diff_new_pack.aOyBxw/_old  2017-09-13 21:39:23.865687620 +0200
+++ /var/tmp/diff_new_pack.aOyBxw/_new  2017-09-13 21:39:23.865687620 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview18
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,26 +16,25 @@
 #
 
 
-Name:           gtksourceview18
 %define real_name gtksourceview
-BuildRequires:  gnome-common
-BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel
-BuildRequires:  intltool
-BuildRequires:  libgnomeprint-devel
+Name:           gtksourceview18
 Version:        1.8.5
 Release:        0
 Summary:        GTK+ 2.0 Source Editing Widget
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
+Url:            http://www.gnome.org/
 Source:         
ftp://ftp.gnome.org/pub/GNOME/sources/%{real_name}/1.8/%{real_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gtksourceview18-glibc-header.patch vu...@novell.com -- 
(not sent upstream since this is a dead branch) Fix build with newer glibc
 Patch0:         gtksourceview18-glibc-header.patch
 # PATCH-FIX-UPSTREAM gtksourceview18-glib.patch dims...@opensuse.org -- Fix 
build with glib 2.31 (Not sent upstream. dead branch)
 Patch1:         gtksourceview18-glib.patch
-Url:            http://www.gnome.org/
+BuildRequires:  gnome-common
+BuildRequires:  gtk-doc
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  libgnomeprint-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         filesystem
 
 %description
 GtkSourceView is a text widget that extends the standard GTK+ 2.x text
@@ -44,20 +43,10 @@
 GtkSourceView improves GtkTextView by implementing syntax highlighting
 and other features typical of a source editor.
 
-
-
-Authors:
---------
-    Gustavo Gir�ldez <gustavo.giral...@gmx.net>
-    Paolo Maggi <paolo.ma...@polito.it>
-    Jeroen Zwartepoorte  <jer...@xs4all.nl>
-    Mikael Hermansson  <mi...@bahnhof.se>
-    Chris Phelps  <chic...@reninet.com>
-
 %package devel
 Summary:        GTK+ 2.0 Source Editing Widget
 Group:          System/GUI/GNOME
-Requires:       %name = %{version}
+Requires:       %{name} = %{version}
 Requires:       gtk2-devel
 Requires:       libgnomeprint-devel
 Requires:       libxml2-devel
@@ -69,16 +58,6 @@
 It improves GtkTextView by implementing syntax highlighting and other
 features typical of a source editor.
 
-
-
-Authors:
---------
-    Gustavo Gir�ldez <gustavo.giral...@gmx.net>
-    Paolo Maggi <paolo.ma...@polito.it>
-    Jeroen Zwartepoorte  <jer...@xs4all.nl>
-    Mikael Hermansson  <mi...@bahnhof.se>
-    Chris Phelps  <chic...@reninet.com>
-
 %package doc
 Summary:        Additional Package Documentation.
 Group:          System/GUI/GNOME
@@ -87,16 +66,6 @@
 This package contains optional documentation provided in addition to
 this package's base documentation.
 
-
-
-Authors:
---------
-    Gustavo Gir�ldez <gustavo.giral...@gmx.net>
-    Paolo Maggi <paolo.ma...@polito.it>
-    Jeroen Zwartepoorte  <jer...@xs4all.nl>
-    Mikael Hermansson  <mi...@bahnhof.se>
-    Chris Phelps  <chic...@reninet.com>
-
 %prep
 %setup -q -n %{real_name}-%{version}
 %patch0 -p1
@@ -104,33 +73,29 @@
 
 %build
 %configure --disable-static
-%__make %{?jobs: -j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot} -type f -name "*.la" -print -delete
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 # Change sr@Latn to sr@latin
 mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
 %find_lang %{real_name}-1.0
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files -f %{real_name}-1.0.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README TODO
-%_libdir/*.so.*
+%{_libdir}/*.so.*
 %{_datadir}/gtksourceview-1.0
 
 %files devel
 %defattr(-, root, root)
 %{_includedir}/*
-%_libdir/*.so
-%_libdir/pkgconfig/*.pc
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
 
 %files doc
 %defattr(-, root, root)


Reply via email to