Hello community,

here is the log from the commit of package libfm-qt for openSUSE:Factory 
checked in at 2018-06-29 22:23:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfm-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libfm-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfm-qt"

Fri Jun 29 22:23:36 2018 rev:5 rq:618031 version:0.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfm-qt/libfm-qt.changes        2018-05-04 
11:30:24.833753809 +0200
+++ /work/SRC/openSUSE:Factory/.libfm-qt.new/libfm-qt.changes   2018-06-29 
22:23:39.246607585 +0200
@@ -1,0 +2,24 @@
+Tue Jun 12 09:09:58 UTC 2018 - [email protected]
+
+- 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 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  libfm-qt-0.12.0.tar.xz
  libfm-qt-0.12.0.tar.xz.asc

New:
----
  libfm-qt-0.13.1.tar.xz
  libfm-qt-0.13.1.tar.xz.asc

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

Other differences:
------------------
++++++ libfm-qt.spec ++++++
--- /var/tmp/diff_new_pack.tGWwV6/_old  2018-06-29 22:23:39.654607279 +0200
+++ /var/tmp/diff_new_pack.tGWwV6/_new  2018-06-29 22:23:39.658607276 +0200
@@ -17,25 +17,25 @@
 
 
 Name:           libfm-qt
-Version:        0.12.0
+Version:        0.13.1
 Release:        0
 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++
-Url:            http://lxqt.org
+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:  lxqt-build-tools-devel >= 0.4.0
-BuildRequires:  cmake(KF5WindowSystem)
 # Needs private headers, see xdndworkaround.cpp
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  libqt5-qttools-devel
+BuildRequires:  lxqt-build-tools-devel >= 0.5.0
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.7.1
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.7.1
 BuildRequires:  pkgconfig(Qt5Xdg)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -46,26 +46,25 @@
 BuildRequires:  pkgconfig(lxqt)
 BuildRequires:  pkgconfig(x11)
 Provides:       libfm-qt
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libfm-qt is the Qt port of libfm, a library providing components to
 build desktop file managers.
 
-%package -n libfm-qt3
+%package -n libfm-qt5
 Summary:        Library providing components to build desktop file managers
 Group:          System/Libraries
-Conflicts:      pcmanfm <= 0.10.0
 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
 build desktop file managers.
 
 %package -n libfm-qt-devel
 Summary:        Development files for libfm-qt
 Group:          Development/Libraries/C and C++
-Requires:       libfm-qt3 >= %{version}
+Requires:       libfm-qt5 >= %{version}
 Requires:       pkgconfig
 # libfm-qt has an -I on a path from menu-cache-devel
 Requires:       pkgconfig(libmenu-cache) >= 0.4.0
@@ -83,12 +82,12 @@
 %install
 %cmake_install
 
-%post -n libfm-qt3 -p /sbin/ldconfig
-%postun -n libfm-qt3 -p /sbin/ldconfig
+%post -n libfm-qt5 -p /sbin/ldconfig
+%postun -n libfm-qt5 -p /sbin/ldconfig
 
-%files -n libfm-qt3
-%defattr(-,root,root)
-%doc LICENSE README.md
+%files -n libfm-qt5
+%license LICENSE
+%doc README.md
 %dir %{_datadir}/libfm-qt/
 %{_libdir}/libfm-qt.so.*
 %{_datadir}/libfm-qt/archivers.list
@@ -96,7 +95,6 @@
 %{_datadir}/mime/packages/libfm-qt-mimetypes.xml
 
 %files -n libfm-qt-devel
-%defattr(-,root,root)
 %doc %{_datadir}/cmake/fm-qt
 %{_includedir}/libfm-qt/
 %{_libdir}/libfm-qt.so

++++++ libfm-qt-0.12.0.tar.xz -> libfm-qt-0.13.1.tar.xz ++++++
++++ 9299 lines of diff (skipped)



Reply via email to