Hello community, here is the log from the commit of package catfish for openSUSE:Factory checked in at 2019-01-31 09:49:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/catfish (Old) and /work/SRC/openSUSE:Factory/.catfish.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "catfish" Thu Jan 31 09:49:35 2019 rev:6 rq:670272 version:1.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/catfish/catfish.changes 2019-01-21 11:07:36.590717029 +0100 +++ /work/SRC/openSUSE:Factory/.catfish.new.28833/catfish.changes 2019-01-31 09:49:37.210699285 +0100 @@ -1,0 +2,41 @@ +Thu Jan 31 08:19:26 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com> + +- dropped failing and obsolete --record-rpm build flag (boo#1123781) + +------------------------------------------------------------------- +Sun Jan 27 12:14:41 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com> + +- Update to 1.4.7 + * General: + - Cleaner, easier to read manpage contents + - Added information about the --path flag to help and the manpage + - Updated AppStream requirements to align with the latest spec + - Replaced project URLs with HTTPS where possible + + * Desktop Integration: + - The window layout now respects the current desktop (bxo#14486) + - headerbar layout is used for Budgie, GNOME, and Pantheon + - All other desktops use the traditional titlebar layout + - This option can be overridden using the use-headerbar option in the + Catfish configuration file (~/.config/catfish/catfish.rc) + - Files can now be dragged into other applications (bxo#14492) + - For file managers, the files will usually be copied to that + location + - For other applications, the files will be opened by the application + + * Performance: + - Thumbnails will now only be generated when the thumbnail view is + active (bxo#14689) + - Added /dev to list of standard excluded directories + - Files within /dev can still be searched if explicitly selected by + the user + + * Bug Fixes: + - Quoted search strings now allow for searching for specific phrases, + instead of searching for actual quote characters (bxo#14501) + - The file context menu can now be opened multiple times (bxo#14621) + - Fix crash as startup with multi-file selection (lp#1753163) + + * Translation Updates + +------------------------------------------------------------------- Old: ---- catfish-1.4.6.tar.bz2 New: ---- catfish-1.4.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ catfish.spec ++++++ --- /var/tmp/diff_new_pack.0Esfqf/_old 2019-01-31 09:49:37.686698916 +0100 +++ /var/tmp/diff_new_pack.0Esfqf/_new 2019-01-31 09:49:37.686698916 +0100 @@ -18,7 +18,7 @@ %define series 1.4 Name: catfish -Version: 1.4.6 +Version: 1.4.7 Release: 0 Summary: Versatile File Searching Tool License: GPL-2.0-or-later @@ -35,8 +35,8 @@ BuildRequires: gobject-introspection # Checking module dependencies... BuildRequires: gtk3-devel >= 3.16 -BuildRequires: python3-gobject-Gdk BuildRequires: python3-gobject +BuildRequires: python3-gobject-Gdk BuildRequires: python3-pexpect BuildRequires: python3-xml #uildRequires: zeitgeist @@ -46,8 +46,8 @@ Requires: gsettings-backend-dconf Requires: python3-cairo Requires: python3-gobject -Requires: python3-gobject-cairo Requires: python3-gobject-Gdk +Requires: python3-gobject-cairo Requires: python3-pexpect Requires: python3-xml Requires: sudo @@ -71,8 +71,7 @@ %install python3 ./setup.py install -O1 \ --prefix="%{_prefix}" \ - --root="%{buildroot}" \ - --record-rpm=files.lst + --root="%{buildroot}" rm -rf %{buildroot}%{_datadir}/doc/%{name} # Fix: non-executable-script pushd %{buildroot} @@ -82,7 +81,7 @@ done %py3_compile -O .%{python3_sitelib} popd -sed -i "s/\(Exec=\).*/\1%{name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop +sed -i "s/\(Exec=\).*/\1%{name}/" %{buildroot}%{_datadir}/applications/org.xfce.Catfish.desktop for i in 16 24 32 48; do install -dm 0755 %{buildroot}%{_datadir}/icons/hicolor/$i\x$i/apps rsvg-convert -h $i -w $i data/media/catfish.svg -o %{buildroot}%{_datadir}/icons/hicolor/$i\x$i/apps/%{name}.png @@ -90,7 +89,7 @@ mkdir -p %{buildroot}%{_datadir}/appdata mv %{buildroot}%{_datadir}/{metainfo,appdata}/%{name}.appdata.xml -%suse_update_desktop_file -r %{name} GNOME Utility Filesystem +%suse_update_desktop_file -r org.xfce.Catfish GNOME Utility Filesystem %fdupes %{buildroot}%{python3_sitelib} %find_lang %{name} @@ -108,7 +107,7 @@ %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/appdata/%{name}.appdata.xml -%{_datadir}/applications/%{name}.desktop +%{_datadir}/applications/org.xfce.Catfish.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.??g %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}_lib ++++++ catfish-1.4.6.tar.bz2 -> catfish-1.4.7.tar.bz2 ++++++ ++++ 12548 lines of diff (skipped)