Accepting request 618031 from X11:LXQt

- Update to 0.13.0:
  * This LibFM-Qt point release fixes a regression in Qt 5.11
    which will crash PcmanFM-Qt under certain conditions
  * Seems to be a problem in Qt 5.11 which is fixed in 5.11.1
  * Disconnect old source model
- Update to 0.13.0:
  * Important functionalities, like file operations, are ported to C++, which means more flexibility and less libfm dependency
  * Smooth scrolling for icon and thumbnail views
  * Added a group column to the detailed list view
  * Merge side-pane with its surroundings
  * Support hiding of items in Places side-pane.
  * Use special/custom folder icons for bookmarks
  * Italic font for hidden items
  * Several bug fixes
  * Improvements in GUI and functionalities
  * Code cleanup

OBS-URL: https://build.opensuse.org/request/show/618031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfm-qt?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-06-29 20:23:36 +00:00 committed by Git OBS Bridge
commit 63022f79c8
6 changed files with 59 additions and 37 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693
size 181924

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlnrmHUACgkQQsnI069e
peMBHw/9E4sX1U70UvST70lANRR17Z0odN22pyTChw2ov0noGN+gOp3nC8lGY1lI
w02/IimzlUNlBxVX6ZGl7XnYPopaaHytb+8H1SzlWCrKzUfIkODpyEUQ0lldEh/n
wBbAk6s84Vzr7SzfRkgZWSI07/p2kWemMARedgl8Q3RG+jULDDrkkbgRlbZiyo+m
u/DR7atABjb3oRWf8WGuYxlXf42AyyZhapwDF7hkS1XpLcGbAwCJ6GWZSzpNRA9o
93Mo9ZV5Cd/z3KJP4VWK80mEcOaambla8tVh61Q5K9yboxH0ytrRVKJthYkN9bvQ
Mpcoj8ATq9YwZRT7L/kZ0LK/iM6/1hcdjiM9aIFg1WlvxIVNTYFYoJHDt+CqfX1c
6DUyEtNGN16BUyVCZgrZO7Kuc/7UaTG0hQyru2YSK5YYb9yMzZTqyF/9b7N8TWzM
Qa0nllJRorpMc9c/BoChoi8YNLkYC+W7eQe7/EapJu5nS3CCOicU0QsNjbOUqfNm
OqiWxZytJS6gaGGK8Wa/ATFtlK55M00mNAx+Hz4aI0jJsFmyw0YS875Cu0O88o/b
hX0kjLCN83MTPUaRr12SlVMFKWG1rLUWvaa3EUBdlRkBNTqdTgZavH6j4BXZR3iL
zstrwLYxJRbgq0aBR4ARF67yBasOwGg/lnXSKRMmtPlUVxl8rsk=
=9/BP
-----END PGP SIGNATURE-----

3
libfm-qt-0.13.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69ebbe5fbd110a17a3fdfec091713daffa946a0d3b5c3ff0478315d8ce5f145c
size 191972

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlsS4ZMACgkQQsnI069e
peOSFg/5Af/iyigeAJYLIRo6V4et7RsPY1upY1CyazKeODFNlMl9b58e+S9aE83m
2UE25erJ02O2e+AtrQFNrcdenC+vqXhLsmmcB95IPwu+MVJr4fO+J7Ik2A0yqGug
DWPsFprTWfOnmkUfDt2prByJBylfyEqJq2bTah6khuvWtMNBEdK6EwKc0ilUL2yY
RdjwCzng+gNOz0LrCCVHOlWm8v30QcA2IIt/sSk0w2mPMY2pj6z+22pONyCZauQ3
H1xkwx+Mpekz1kq3JyVGTMwrM7r8lBViseIX3DfzLk0seMw9ovvZ9oNgR0xvRDbq
+JH519xag0cb4hOw4RWE3XIWty2DHfk/EENkUczIvS6fXqTvrcC9cKOfs8X9mir3
XiMLLvY5Sg9NxoNOqqmfivtahi3OfMyZPXxRL9FenlPn0AGx5By0dtG+Tczzld17
WdwJf/DXvoqNt2l7aT7mWBFk41dnPvHoAH/JT0IbmhfFzUnlnOi+Ld1t1GJpEF8Q
gjQYA1UC534VhACv3g1JilsDLUEx5R3cTr41ZMybIDnK94sWJ1dtq4c9kVLi/bQj
qtXn3m32JCfO2MuZiv0lEpTX+2XEzrZ/1k7mYJAfyNAYLd44L4zLVCNes43HCUHD
mwItgBfMLFQk+7IUfEfFoVsVB7jxDrUT33L1sXXV//pUzN5ZMC8=
=6bxS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Jun 12 09:09:58 UTC 2018 - mvetter@suse.com
- Update to 0.13.0:
* This LibFM-Qt point release fixes a regression in Qt 5.11
which will crash PcmanFM-Qt under certain conditions
* Seems to be a problem in Qt 5.11 which is fixed in 5.11.1
* Disconnect old source model
-------------------------------------------------------------------
Tue May 22 14:18:20 UTC 2018 - mvetter@suse.com
- Update to 0.13.0:
* Important functionalities, like file operations, are ported to C++, which means more flexibility and less libfm dependency
* Smooth scrolling for icon and thumbnail views
* Added a group column to the detailed list view
* Merge side-pane with its surroundings
* Support hiding of items in Places side-pane.
* Use special/custom folder icons for bookmarks
* Italic font for hidden items
* Several bug fixes
* Improvements in GUI and functionalities
* Code cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 2 10:13:55 UTC 2018 - mvetter@suse.com Wed May 2 10:13:55 UTC 2018 - mvetter@suse.com

View File

@ -17,25 +17,25 @@
Name: libfm-qt Name: libfm-qt
Version: 0.12.0 Version: 0.13.1
Release: 0 Release: 0
Summary: Library providing components to build desktop file managers Summary: Library providing components to build desktop file managers
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://lxqt.org URL: http://lxqt.org
Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz 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 Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: libfm-qt.keyring Source2: libfm-qt.keyring
BuildRequires: cmake >= 3.0.2 BuildRequires: cmake >= 3.0.2
BuildRequires: lxqt-build-tools-devel >= 0.4.0
BuildRequires: cmake(KF5WindowSystem)
# Needs private headers, see xdndworkaround.cpp # Needs private headers, see xdndworkaround.cpp
BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libqt5-qttools-devel BuildRequires: libqt5-qttools-devel
BuildRequires: lxqt-build-tools-devel >= 0.5.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2 BuildRequires: pkgconfig(Qt5Widgets) >= 5.7.1
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.7.1
BuildRequires: pkgconfig(Qt5Xdg) BuildRequires: pkgconfig(Qt5Xdg)
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gio-unix-2.0)
@ -46,26 +46,25 @@ BuildRequires: pkgconfig(libmenu-cache) >= 0.4.0
BuildRequires: pkgconfig(lxqt) BuildRequires: pkgconfig(lxqt)
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
Provides: libfm-qt Provides: libfm-qt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
libfm-qt is the Qt port of libfm, a library providing components to libfm-qt is the Qt port of libfm, a library providing components to
build desktop file managers. build desktop file managers.
%package -n libfm-qt3 %package -n libfm-qt5
Summary: Library providing components to build desktop file managers Summary: Library providing components to build desktop file managers
Group: System/Libraries Group: System/Libraries
Conflicts: pcmanfm <= 0.10.0
Recommends: %{name}-lang Recommends: %{name}-lang
Conflicts: pcmanfm <= 0.10.0
%description -n libfm-qt3 %description -n libfm-qt5
libfm-qt is the Qt port of libfm, a library providing components to libfm-qt is the Qt port of libfm, a library providing components to
build desktop file managers. build desktop file managers.
%package -n libfm-qt-devel %package -n libfm-qt-devel
Summary: Development files for libfm-qt Summary: Development files for libfm-qt
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libfm-qt3 >= %{version} Requires: libfm-qt5 >= %{version}
Requires: pkgconfig Requires: pkgconfig
# libfm-qt has an -I on a path from menu-cache-devel # libfm-qt has an -I on a path from menu-cache-devel
Requires: pkgconfig(libmenu-cache) >= 0.4.0 Requires: pkgconfig(libmenu-cache) >= 0.4.0
@ -83,12 +82,12 @@ make %{?_smp_mflags}
%install %install
%cmake_install %cmake_install
%post -n libfm-qt3 -p /sbin/ldconfig %post -n libfm-qt5 -p /sbin/ldconfig
%postun -n libfm-qt3 -p /sbin/ldconfig %postun -n libfm-qt5 -p /sbin/ldconfig
%files -n libfm-qt3 %files -n libfm-qt5
%defattr(-,root,root) %license LICENSE
%doc LICENSE README.md %doc README.md
%dir %{_datadir}/libfm-qt/ %dir %{_datadir}/libfm-qt/
%{_libdir}/libfm-qt.so.* %{_libdir}/libfm-qt.so.*
%{_datadir}/libfm-qt/archivers.list %{_datadir}/libfm-qt/archivers.list
@ -96,7 +95,6 @@ make %{?_smp_mflags}
%{_datadir}/mime/packages/libfm-qt-mimetypes.xml %{_datadir}/mime/packages/libfm-qt-mimetypes.xml
%files -n libfm-qt-devel %files -n libfm-qt-devel
%defattr(-,root,root)
%doc %{_datadir}/cmake/fm-qt %doc %{_datadir}/cmake/fm-qt
%{_includedir}/libfm-qt/ %{_includedir}/libfm-qt/
%{_libdir}/libfm-qt.so %{_libdir}/libfm-qt.so