Hello community,

here is the log from the commit of package catfish for openSUSE:Factory checked 
in at 2018-04-16 12:50:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/catfish (Old)
 and      /work/SRC/openSUSE:Factory/.catfish.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "catfish"

Mon Apr 16 12:50:53 2018 rev:3 rq:596749 version:1.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/catfish/catfish.changes  2018-02-09 
15:51:38.790555441 +0100
+++ /work/SRC/openSUSE:Factory/.catfish.new/catfish.changes     2018-04-16 
12:51:09.808366737 +0200
@@ -1,0 +2,8 @@
+Sat Apr 14 17:19:03 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.4.5:
+  * Translation Updates:
+   - Catalan, Danish, Dutch, Lithuanian, Spanish, Swedish, Turkish
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  catfish-1.4.4.tar.gz

New:
----
  catfish-1.4.5.tar.gz

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

Other differences:
------------------
++++++ catfish.spec ++++++
--- /var/tmp/diff_new_pack.Muost1/_old  2018-04-16 12:51:10.688334731 +0200
+++ /var/tmp/diff_new_pack.Muost1/_new  2018-04-16 12:51:10.692334586 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package catfish
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define series 1.4
 
+%define series 1.4
 Name:           catfish
-Version:        1.4.4
+Version:        1.4.5
 Release:        0
-License:        GPL-2.0
 Summary:        Versatile File Searching Tool
-Url:            http://www.twotoasts.de/index.php/catfish/
+License:        GPL-2.0-only
 Group:          Productivity/File utilities
+Url:            http://www.twotoasts.de/index.php/catfish/
 Source:         
https://launchpad.net/catfish-search/%{series}/%{version}/+download/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -40,10 +40,10 @@
 BuildRequires:  typelib(Gtk) = 3.0
 #uildRequires:  zeitgeist
 # ...OK
+Requires:       findutils-locate
 Requires:       gdk-pixbuf-loader-rsvg
 Requires:       gnome-icon-theme-symbolic
 Requires:       gsettings-backend-dconf
-Requires:       findutils-locate
 Requires:       python3-cairo
 Requires:       python3-gobject
 Requires:       python3-gobject-cairo
@@ -77,8 +77,8 @@
 # Fix: non-executable-script
 pushd %{buildroot}
 for _file in $(grep -rl '^\#\!\/'); do
-  find -name ${_file##*/} -type f -perm -644 -exec sed '/^\#\!/d' -i {} \+
-  find -name ${_file##*/} -type f -perm -755 -exec sed '1 
s|^|\#\!%{_bindir}/python3\n|' -i {} \+
+  find -name ${_file##*/} -type f -not -perm /111 -exec sed '/^\#\!\//d' -i {} 
\+
+  find -name ${_file##*/} -type f -perm /111 -exec sed '/^\#\!\/.\+py/s/env\ 
\+//' -i {} \+
 done
 %py3_compile -O .%{python3_sitelib}
 popd
@@ -114,3 +114,5 @@
 %{_mandir}/man?/%{name}.?%{ext_man}
 
 %files lang -f %{name}.lang
+
+%changelog

++++++ catfish-1.4.4.tar.gz -> catfish-1.4.5.tar.gz ++++++
++++ 7679 lines of diff (skipped)


Reply via email to