Hello community, here is the log from the commit of package libfm-qt for openSUSE:Factory checked in at 2019-02-25 17:58:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfm-qt (Old) and /work/SRC/openSUSE:Factory/.libfm-qt.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfm-qt" Mon Feb 25 17:58:56 2019 rev:6 rq:678860 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libfm-qt/libfm-qt.changes 2018-06-29 22:23:39.246607585 +0200 +++ /work/SRC/openSUSE:Factory/.libfm-qt.new.28833/libfm-qt.changes 2019-02-25 17:58:57.494201870 +0100 @@ -1,0 +2,58 @@ +Mon Feb 25 10:02:03 UTC 2019 - [email protected] + +- Update to 0.14.1: + * Bumped API version to 0.14.1 + * Aged ABI version to 6.1.0 + * Respect sorting/selection order when launching files + * Generate libfm-qt.pc correctly + * Fix recursive search when a dir is matched + * Fix crash on showing Properties dialog in special cases + * Case-insensitive and match-containing file name completer for file dialog + * Give window parents to some app-modal dialogs + * Gray out cut files in detailed and compact modes + * Added custom widths and visibility for detailed columns + * Added missing sort-by-group action + * Do not rely on the order of folder menu actions. instead check their data + * pathbar: fix an issue with a slot recursive call + * Make setting trust possible anytime + * Define a macro for "metadata::trust". + * Add rubber-band selection to detailed list view + * Updated translations + +------------------------------------------------------------------- +Fri Feb 22 15:19:10 UTC 2019 - [email protected] + +- Update license to: LGPL-2.1-or-later AND GPL-2.0-or-later + +------------------------------------------------------------------- +Mon Feb 11 13:57:09 UTC 2019 - [email protected] + +- Fix lang requirement: + %{lang_package} has implicit requires on %{name} We need to + use %{lang_package -r libfm-qt6} to specify correct name. + +------------------------------------------------------------------- +Thu Jan 31 09:34:39 UTC 2019 - Michael Vetter <[email protected]> + +- Update to 0.14.0: + * The old libfm dependency is completely dropped. + * Options are added for showing full file names instead of display + names and also for shadowing icons of hidden items. + * Problems in mounts and SMB are fixed. + * Added support for trusting executables and also added an emblem + to untrusted desktop files inside user home. Executables/desktop + files can be “trusted” in their context menus. + * Added selection/deselection corner marks on mouse-over + (usually, small plus/minus icons). + * Properties dialog contains more info, including a device bar. + * The auto-completer of path-edit is made case-insensitive. + * Compressing of a selection of different mimetypes is made possible. + * The Places pane does not elide row texts unnecessarily anymore + (only when they are too long). + * Randomly missing eject button with mounting is fixed. + * Template actions are shown sorted. + * And many other fixes here and there. +- Move translation from lxqt-l10n into package +- Remove libfm dependency + +------------------------------------------------------------------- Old: ---- libfm-qt-0.13.1.tar.xz libfm-qt-0.13.1.tar.xz.asc New: ---- libfm-qt-0.14.1.tar.xz libfm-qt-0.14.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfm-qt.spec ++++++ --- /var/tmp/diff_new_pack.NwmQa6/_old 2019-02-25 17:58:58.066201311 +0100 +++ /var/tmp/diff_new_pack.NwmQa6/_new 2019-02-25 17:58:58.066201311 +0100 @@ -1,7 +1,7 @@ # # spec file for package libfm-qt # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,20 +17,20 @@ Name: libfm-qt -Version: 0.13.1 +Version: 0.14.1 Release: 0 Summary: Library providing components to build desktop file managers -License: LGPL-2.1-or-later +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Development/Libraries/C and C++ URL: http://lxqt.org Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: libfm-qt.keyring -BuildRequires: cmake >= 3.0.2 +BuildRequires: cmake >= 3.1.0 # Needs private headers, see xdndworkaround.cpp BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libqt5-qttools-devel -BuildRequires: lxqt-build-tools-devel >= 0.5.0 +BuildRequires: lxqt-build-tools-devel >= 0.6.0 BuildRequires: pkgconfig BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(Qt5LinguistTools) @@ -41,7 +41,6 @@ BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libexif) -BuildRequires: pkgconfig(libfm) >= 1.2.0 BuildRequires: pkgconfig(libmenu-cache) >= 0.4.0 BuildRequires: pkgconfig(lxqt) BuildRequires: pkgconfig(x11) @@ -51,20 +50,22 @@ libfm-qt is the Qt port of libfm, a library providing components to build desktop file managers. -%package -n libfm-qt5 +%{lang_package -r libfm-qt6} + +%package -n libfm-qt6 Summary: Library providing components to build desktop file managers Group: System/Libraries Recommends: %{name}-lang Conflicts: pcmanfm <= 0.10.0 -%description -n libfm-qt5 +%description -n libfm-qt6 libfm-qt is the Qt port of libfm, a library providing components to build desktop file managers. %package -n libfm-qt-devel Summary: Development files for libfm-qt Group: Development/Libraries/C and C++ -Requires: libfm-qt5 >= %{version} +Requires: libfm-qt6 >= %{version} Requires: pkgconfig # libfm-qt has an -I on a path from menu-cache-devel Requires: pkgconfig(libmenu-cache) >= 0.4.0 @@ -82,10 +83,12 @@ %install %cmake_install -%post -n libfm-qt5 -p /sbin/ldconfig -%postun -n libfm-qt5 -p /sbin/ldconfig +%find_lang %{name} --with-qt + +%post -n libfm-qt6 -p /sbin/ldconfig +%postun -n libfm-qt6 -p /sbin/ldconfig -%files -n libfm-qt5 +%files -n libfm-qt6 %license LICENSE %doc README.md %dir %{_datadir}/libfm-qt/ @@ -104,4 +107,8 @@ %{_datadir}/cmake/fm-qt/fm-qt-targets-*.cmake %{_datadir}/cmake/fm-qt/fm-qt-targets.cmake +%files lang -f %{name}.lang +%dir %{_datadir}/libfm-qt +%dir %{_datadir}/libfm-qt/translations + %changelog ++++++ libfm-qt-0.13.1.tar.xz -> libfm-qt-0.14.1.tar.xz ++++++ ++++ 56672 lines of diff (skipped)
