Hello community, here is the log from the commit of package pcmanfm-qt for openSUSE:Factory checked in at 2017-10-24 22:23:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcmanfm-qt (Old) and /work/SRC/openSUSE:Factory/.pcmanfm-qt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcmanfm-qt" Tue Oct 24 22:23:31 2017 rev:8 rq:535988 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pcmanfm-qt/pcmanfm-qt.changes 2017-03-13 15:33:35.281390020 +0100 +++ /work/SRC/openSUSE:Factory/.pcmanfm-qt.new/pcmanfm-qt.changes 2017-10-24 22:23:32.347961694 +0200 @@ -1,0 +2,86 @@ +Mon Oct 23 11:59:23 UTC 2017 - [email protected] + +- Update to 0.12.0: + * Set Version + * removed dangeling symlink to debian dir + * Text eliding, long texts and newline + * Update status message appropriately + * fixup...use static const + * Fix icon sizes + * Just fixed my typo in search settings (#574) + * Lithuanian translation + * Lithuanian translation + * Disable menubar actions that cannot be used + * Save and restore search settings + * Don't export github templates + * Wallpaper Slide Show + * Inline renaming with F2 for detailed list view (#554) + * Inline renaming with F2 + * Fix showing/hiding hidden files (#535) + * Don't select or scroll to child folder on reloading (#536) + * Replace customized DesktopItemDelegate hacks with the standard Fm::FolderItemDelegate provided by libfm-qt. (#529) + * liblxqt version make no sense here + * Copied issue template + * Fix Ctrl+A on desktop (#526) + * Update statusbar size info when needed + * Drops Qt5Core_VERSION_STRING + * set Qt::AA_UseHighDpiPixmaps to true + * Fix jerky desktop items + * Place dropped item at drop position (#504) + * Make custom pos checkbox work for multiple items (#499) + * Fix crash on removing desktop items with custom position (#496) + * Fix cursor on hovering desktop items + * Fix pressing RETURN in location bar + * Remove the old tilde replacement + * Included LXQTConfigVars + * Fixed config/CMakeLists.txt - removed not needed things + * Added merged autostart and config to CMakeLists.txt + * Updated *_da.desktop files and removed *_da_DK.desktop files + * Update desktop entries and Replace fr_FR by fr + * lxqt-rc.xml: Change default config install path + * PCManFM-Qt: Update default wallpaper (#49) + * Merge pull request #48 from lxde/pcmanfm-qt-sort-order + * Settings Openbox updated. + * Default key shortcuts added to lxqt-globalkeysd. + * Use lxqt-sudo in pcmanfm-qt config file by default. + * Update Greek translation (el) Remove country variant from language code + * CMake: Adds Runtime and Devel install COMPONENTs + * Coding style changes + * Adds double quotes to everything that may break + * Updates the build system to use the Targets infrastructure + * adjust default wallpaper to default theme + * Drops hardcoded /etc/xdg paths + * Updated german translation, replaced Qt4 by Qt in all xsession/translations + * Updates translations infrastructure + * Update the required minimum cmake version + * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt + * Add session.conf and windowmanagers.conf. + * Support lxqt-session and add necessary xdg autostart desktop entry files. + * Rename dirs and replace razor with lxqt. Install lxqt.conf to /etc/xdg/lxqt and provide theme config. + * Properly set default wallpaper for pcmanfm-qt. Comment out openbox config handling in startlxde-qt since it's not needed. + * Remove custom openbox config file in desktop.conf temporarily until lxsession is fixed. + * Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys. + * Add default configuration files for lxde-qt session. + * Use const iterators (Fix a FTBFS in debug mode) (#483) + * Fixed desktop items movement + * Fixes some pedantic bugs + * Correct alignment of small icons on desktop + * Rename namespace Fm2 to Fm. + * Remove unused header includes. + * Fix a bug in correct tab page dir path which causes problems of file searching. + * Fix incorrect URI of application menu. + * Fix the broken folder reload. + * Fix incorrect title update of tabs. + * Add basic error handling when folder loading is failed. + * Port status message handling to the new libfm C++ API. + * Use Fm2::Path::homePath() API. + * Use the new libfm C++ terminal emulator APIs. + * Adopt to changes of libfm C++ APIs. + * Deprecate the use of Fm::Thumbnailer. + * Replace all NULL with C++ 11 nullptr. + * Initial port to the new C++ libfm API. + * DesktopWindow: Render tilled wallpaper manually + * Use const iterators + * Checks bookmarks iterators validity (#444) + +------------------------------------------------------------------- Old: ---- pcmanfm-qt-0.11.2.tar.xz pcmanfm-qt-0.11.2.tar.xz.asc New: ---- pcmanfm-qt-0.12.0.tar.xz pcmanfm-qt-0.12.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcmanfm-qt.spec ++++++ --- /var/tmp/diff_new_pack.xIEfAh/_old 2017-10-24 22:23:33.039929347 +0200 +++ /var/tmp/diff_new_pack.xIEfAh/_new 2017-10-24 22:23:33.043929160 +0200 @@ -17,32 +17,31 @@ Name: pcmanfm-qt -Version: 0.11.2 +Version: 0.12.0 Release: 0 Summary: File manager and desktop icon manager License: GPL-2.0+ Group: System/GUI/LXQt Url: http://www.lxqt.org -Source0: http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz -Source1: http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc +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: %{name}.keyring BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: lxqt-build-tools-devel >= 0.4.0 BuildRequires: pkgconfig -BuildRequires: lxqt-build-tools-devel +BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5UiTools) -BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(libfm-qt) >= 0.11.1 -BuildRequires: pkgconfig(lxqt) >= 0.11.0 -BuildRequires: cmake(KF5WindowSystem) +BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: pkgconfig(libexif) +BuildRequires: pkgconfig(libfm-qt) BuildRequires: pkgconfig(libmenu-cache) >= 0.4.0 +BuildRequires: pkgconfig(lxqt) Recommends: %{name}-lang -Requires(pre): desktop-file-utils -Requires(post): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -59,17 +58,16 @@ %cmake_install %fdupes -s %{buildroot}%{_datadir} -%post -%desktop_database_post - -%postun -%desktop_database_postun - %files %defattr(-,root,root) %doc AUTHORS +%dir %{_sysconfdir}/xdg/pcmanfm-qt/ +%dir %{_sysconfdir}/xdg/pcmanfm-qt/lxqt/ +%dir %{_sysconfdir}/xdg/autostart/ %{_bindir}/%{name} %{_datadir}/applications/*.desktop -%{_mandir}/man?/%{name}.* +%{_mandir}/man?/%{name}.?%{ext_man} +%{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop +%config %{_sysconfdir}/xdg/pcmanfm-qt/lxqt/settings.conf %changelog ++++++ pcmanfm-qt-0.11.2.tar.xz -> pcmanfm-qt-0.12.0.tar.xz ++++++ ++++ 13953 lines of diff (skipped)
