Hello community,
here is the log from the commit of package python-gtksourceview for
openSUSE:Factory checked in at 2018-04-19 15:29:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gtksourceview (Old)
and /work/SRC/openSUSE:Factory/.python-gtksourceview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gtksourceview"
Thu Apr 19 15:29:16 2018 rev:29 rq:597158 version:2.10.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-gtksourceview/python-gtksourceview.changes
2018-03-11 15:24:58.411813148 +0100
+++
/work/SRC/openSUSE:Factory/.python-gtksourceview.new/python-gtksourceview.changes
2018-04-19 15:29:17.635533458 +0200
@@ -1,0 +2,5 @@
+Sat Mar 10 09:14:36 UTC 2018 - [email protected]
+
+- Update descriptions. Replace xargs by find's internal methods.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.WIRnZo/_old 2018-04-19 15:29:18.287506772 +0200
+++ /var/tmp/diff_new_pack.WIRnZo/_new 2018-04-19 15:29:18.291506608 +0200
@@ -23,7 +23,7 @@
Summary: Python bindings for the GTK+ source editing widget
License: LGPL-2.0-only
Group: Development/Languages/Python
-URL: http://gtksourceview.sourceforge.net/
+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
@@ -42,7 +42,7 @@
This package contains Python bindings for the library.
%package devel
-Summary: Python bindings for the GTK+ source editing widget
+Summary: Development files for the GTK+ source editing widget Python
bindings
Group: Development/Languages/Python
Requires: %{name} = %{version}
Requires: pkgconfig(gtksourceview-2.0)
@@ -66,7 +66,7 @@
%install
%make_install
-find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -v
+find %{buildroot} "(" -name "*.la" -or -name "*.a" ")" -print -delete
%files
%license COPYING