Hello community, here is the log from the commit of package gtksourceview4 for openSUSE:Factory checked in at 2017-02-13 07:48:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtksourceview4 (Old) and /work/SRC/openSUSE:Factory/.gtksourceview4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtksourceview4" Changes: -------- --- /work/SRC/openSUSE:Factory/gtksourceview4/gtksourceview4.changes 2017-02-05 18:34:56.298822522 +0100 +++ /work/SRC/openSUSE:Factory/.gtksourceview4.new/gtksourceview4.changes 2017-02-13 07:48:45.469341185 +0100 @@ -1,0 +2,6 @@ +Wed Feb 8 00:09:12 UTC 2017 - [email protected] + +- Drop useless --with-pic (it's for static libs), + drop useless %clean. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtksourceview4.spec ++++++ --- /var/tmp/diff_new_pack.9jTq40/_old 2017-02-13 07:48:46.441202422 +0100 +++ /var/tmp/diff_new_pack.9jTq40/_new 2017-02-13 07:48:46.441202422 +0100 @@ -1,7 +1,7 @@ # -# spec file for package gtksourceview +# spec file for package gtksourceview4 # -# Copyright (c) 2016 SUSE LINUX 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 @@ -25,12 +25,15 @@ Group: System/GUI/GNOME Url: https://wiki.gnome.org/Projects/GtkSourceView Source: http://download.gnome.org/sources/gtksourceview/3.99/%{_name}-%{version}.tar.xz -BuildRequires: pkg-config vala gobject-introspection-devel valgrind -BuildRequires: pkgconfig(glib-2.0) >= 2.48 +BuildRequires: gobject-introspection-devel +BuildRequires: pkg-config +BuildRequires: vala +BuildRequires: valgrind BuildRequires: pkgconfig(gio-2.0) >= 2.48 +BuildRequires: pkgconfig(gladeui-2.0) >= 3.9 +BuildRequires: pkgconfig(glib-2.0) >= 2.48 BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(libxml-2.0) >= 2.6 -BuildRequires: pkgconfig(gladeui-2.0) >= 3.9 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -102,17 +105,14 @@ %setup -q -n %{_name}-%{version} %build -%configure --disable-static --with-pic\ +%configure --disable-static \ --enable-glade-catalog make %{?_smp_mflags} %install %makeinstall %find_lang %{_name}-4 -%{__rm} -f %{buildroot}%{_libdir}/*.la - -%clean -rm -rf %{buildroot} +rm -f %{buildroot}%{_libdir}/*.la %post -n libgtksourceview-4-0 -p /sbin/ldconfig
