Hello community,

here is the log from the commit of package pcmanfm-qt for openSUSE:Factory 
checked in at 2016-10-06 12:44:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcmanfm-qt (Old)
 and      /work/SRC/openSUSE:Factory/.pcmanfm-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcmanfm-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcmanfm-qt/pcmanfm-qt.changes    2015-11-13 
23:35:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pcmanfm-qt.new/pcmanfm-qt.changes       
2016-10-06 12:44:42.000000000 +0200
@@ -1,0 +2,31 @@
+Sat Sep 24 22:10:15 UTC 2016 - [email protected]
+
+- Update to 0.11.1:
+  * Bump version to 0.11.1 (#399)
+  * Extend README.md
+  * Ensure the existence of libfm dir.
+  * Fix the bug that breaks sort folder first option.
+  * Preserve per-folder view settings. * Code refactor and cleanup. * Use 
Fm::FolderConfig internally for storing the per-folder settings.
+  * Per-folder saving of sorting and view mode
+  * Use libfm-qt C++ wrappers instead of the original libfm C API whenever 
possible.
+  * Replace tilde with home path (#371)
+  * Fix -Wswitch warning
+  * Use LXQtCompilerSettings cmake module
+  * Replaces deprecated QStyleOptionViewItemV4
+  * Fixes two typos (#381)
+  * Add Arabic Translations for Desktop Files
+  * I18N: Fix plural string (#374)
+  * Fix some icons for RTL (#366)
+  * Use a wide spread icon theme as fallback for the time beeing (#359)
+  * build: Use external translations
+  * ts-files removal (#352)
+  * Fix memory leak in main window tool bar (#350)
+  * Change "compact icon view" in "icon view" (#349)
+  * Merge pull request #341 from lxde/desktop_sort_settings
+  * Add some tooltips to Pref dialog
+  * Add setting for Desktop con size
+  * Fix a few compiler warnings
+- Split libfm-qt in own package
+- Add keyring
+
+-------------------------------------------------------------------

Old:
----
  pcmanfm-qt-0.10.0.tar.xz

New:
----
  pcmanfm-qt-0.11.1.tar.xz
  pcmanfm-qt-0.11.1.tar.xz.asc
  pcmanfm-qt.keyring

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

Other differences:
------------------
++++++ pcmanfm-qt.spec ++++++
--- /var/tmp/diff_new_pack.7n903U/_old  2016-10-06 12:44:43.000000000 +0200
+++ /var/tmp/diff_new_pack.7n903U/_new  2016-10-06 12:44:43.000000000 +0200
@@ -17,28 +17,29 @@
 
 
 Name:           pcmanfm-qt
-Version:        0.10.0
+Version:        0.11.1
 Release:        0
 Summary:        File manager and desktop icon manager
 License:        GPL-2.0+
-Group:          System/GUI/LXDE
+Group:          System/GUI/LXQt
 Url:            http://www.lxqt.org
-Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Source0:        
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source1:        
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:        %{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
-BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libfm) >= 1.2.0
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(libfm-qt) >= 0.11.1
+BuildRequires:  pkgconfig(lxqt) >= 0.11.0
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(libmenu-cache) >= 0.4.0
-BuildRequires:  pkgconfig(x11)
+Recommends:     %{name}-lang
 Requires(pre): desktop-file-utils
 Requires(post):        desktop-file-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -46,29 +47,11 @@
 %description
 PCManFM-Qt is the Qt port of the LXDE file manager PCManFM
 
-%package -n libfm-qt5-2
-Summary:        Libfm-Qt libraries
-Group:          System/Libraries
-
-%description -n libfm-qt5-2
-Libfm-Qt is a companion library providing components to build desktop file 
managers
-
-%package -n libfm-qt5-devel
-Summary:        Development files for libfm-qt
-Group:          Development/Libraries/C and C++
-Requires:       libfm-qt5-2 >= %{version}
-Requires:       pkg-config
-
-%description -n libfm-qt5-devel
-Libfm-Qt libraries for development
-
-%lang_package
-
 %prep
 %setup -q
 
 %build
-%cmake
+%cmake -DPULL_TRANSLATIONS=No
 make %{?_smp_mflags}
 
 %install
@@ -81,33 +64,11 @@
 %postun
 %desktop_database_postun
 
-%post -n libfm-qt5-2 -p /sbin/ldconfig
-
-%postun -n libfm-qt5-2 -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING
-%dir %{_datadir}/pcmanfm-qt
+%doc AUTHORS
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %{_mandir}/man?/%{name}.*
 
-%files -n libfm-qt5-2
-%defattr(-,root,root)
-%{_libdir}/libfm-qt5.so.*
-%{_datadir}/libfm-qt
-
-%files -n libfm-qt5-devel
-%defattr(-,root,root)
-%{_includedir}/libfm-qt
-%{_libdir}/pkgconfig/libfm-qt5.pc
-%{_libdir}/libfm-qt5.so
-
-%files lang
-%defattr(-,root,root)
-%dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/translations
-%{_datadir}/%{name}/translations
-
 %changelog

++++++ pcmanfm-qt-0.10.0.tar.xz -> pcmanfm-qt-0.11.1.tar.xz ++++++
++++ 67981 lines of diff (skipped)


Reply via email to