Hello community, here is the log from the commit of package libfm-extra for openSUSE:Factory checked in at 2017-09-23 21:33:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfm-extra (Old) and /work/SRC/openSUSE:Factory/.libfm-extra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfm-extra" Sat Sep 23 21:33:20 2017 rev:5 rq:527701 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libfm-extra/libfm-extra.changes 2016-02-26 00:34:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libfm-extra.new/libfm-extra.changes 2017-09-23 21:33:26.172991227 +0200 @@ -1,0 +2,168 @@ +Sun Dec 25 12:01:34 UTC 2016 - [email protected] + +- new upstream version 1.2.5 + * Fixed 'Launch in Terminal' issue when custom args were ignored. + * Fixed crash with non-UTF regex search pattern. + * Added 'termite' into the terminals database. + * Fixed possible crash on FmPlacesView. + * Fixed crash on non-existent directory listing job. + * Added conversion of all URIs schemes to file:/// by mapping them + to FUSE-mounted local paths if that is possible. This is required + for non-gio applications to open files mounted by gvfs. + * Added new MIME type for rar files to the archivers.list file. + * Fixed crash in _fm_template_update(). + * Fixed incorrect initialization of FmPlacesViewClass, it should + not call fm_get_home_dir() but initialized with NULL, that will do + the same at runtime. + * Fixed FTBFS when libmenu-cache was installed to non-standard + location. + * Added check for edit name "/" for remote root directory so + display name should be used in such cases as more sensible one. + * Fixed wrong width requested by FmCellRendererText (1.2.4 + regression). + * Updated list of MIME types handled by xarchiver. + * Don't show error message when attempting to rename file into the + same. + * Fixed crash after file info job finished on a folder that already + left. + * Changed limitations on libfm-pref-apps.desktop to show only in + LXDE. + * Fixed incomplete file copy job pausing in some cases. + * Fixed missing 'Empty Trash Can' option in desktop's trash context + menu. + + Changes on 1.2.4 since 1.2.3: + + * Fixed crash in templates on file that was deleted instantly after + creation. + * Fixed handling %c in desktop entry Exec key: launch may fail if + the application name contains spaces so it needs quoting. + * Fixed missing folder info update on folder attributes change. + * Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should + fix a problem with pkexec. + * Corrected missing newline at end of generated shortcut desktop + entry. + * Improved file type detection, it failed in some cases such as + DOCX. + * Returned back the workaround on thumbnailers which don't save any + of Thumb::MTime or Thumb::URI in the thumbnail. + * Fixed wrong treating files like ".purple" as having extension + "purple". + * Fixed invalid desktop entry save if 'Cancel' was pressed in the + file + properties dialog window. + * Fixed issues on dropping folders into Places for bookmarking them. + * Fixed crash in expand_exec_macros() on missing Exec line. + * Rewritten broken rubberband rendering in icon view for GTK3. + * Eliminated usage of GVolumeMonitor if no FmFolder object was + created. + * Fixed renaming of desktop entries on copy operation error: it was + the file name which was set in renaming dialog but it was + compared with display name instead when decided whether "Rename" + button should be active or not. + * Fixed dropping files onto applications shortcuts on the desktop: + those should be not "inode/x-shortcut" but + "application/x-desktop" instead and therefore handled as any other + applications, i.e. allow drop. + * Added 'urxvtc' into the terminals database. + * Fixed adding user-defined MIME associations into mimeapps.list + config. + * Few UI adaptations to work with GTK+ 3.10 or newer. + * Fixed creating shortcuts on paths with basename started with '?'. + * Fixed pointer-related issues with GTK+ 3.10 or newer. + * Added 'terminology' into the terminals database. + * Fixed stuck tooltip on entering empty folder. + * Fixed crash on cancelling FmDirListJob while retrieving is in + progress. + * Fixed incomplete cleanup on folder reloading. + * Corrected autoscrolling to position in view to not include extra + space (so not show all the column/row at once but only fully show + exactly the item). This may fix a problem with double-click at the + end of the file name which is already visible so no scrolling is + needed, but if another file in the column/row has longer name then + it could bring a scrolling of the column/row, and second click + lands out of item area. + * Fixed timer shown in progress dialog, it should show 01:00, not + 00:60. + * Fixed stuck tooltip after right-click on file in view, seen + rarely. + * Disabled following symlinked directories on recursive search, + that may give undesired results duplicating files and in some rare + cases even may lead to endless recursion and endless number of + files found. + * Fixed few small issues with icon view interactive search: + + search should be not activated by space key; + + cursor was missing in the entry. + * Fixed the background of the name of selected file with GTK+ 3.0. + * Fixed not-ignored invalid Path= line on launch a desktop entry. + * Fixed testing URIs like http://some.host.com for MIME type. + * Dropped using shortcuts to URIs like http://host/ as directories, + no directory should be in principle used in shortcuts. + * Fixed possible data loss on cross-partition data movement. + * Fixed incorrect data in the search dialog date selection window. + +- Removed all the previously added patches from Git, they are all + now included upstream: + * [SF#902] Handle NULL returned by fm_mime_type_from_native_file() + correctly + + libfm-1.2.3-Fix-SF902.patch + + libfm-Additional-fix-after-SF902.patch + * [SF#922] Fix handling %c in desktop entry Exec key + + libfm-1.2.3-Fix-SF922.patch + * [SF#914] Fix missing folder info update on folder attributes + + libfm-1.2.3-Fix-SF914.patch + * Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should + fix a problem with pkexec + + libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch + * [SF#946] Add missing newline at end of generated shortcut + + libfm-1.2.3-Fix-SF946.patch + * [SF#925,938] Improve file type detection, it fails in some cases + such as DOCX + + libfm-1.2.3-Fix-SF925-and-SF938.patch + * Return back the workaround on thumbnailers which don't save + Thumb::MTime + + libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch + * [SF#937] Fix wrong treating files like ".purple" as having + extension "purple" + + libfm-1.2.3-Fix-SF937.patch + * [SF#935] Fix invalid desktop entry save if 'Cancel' was pressed + in dialog + + libfm-1.2.3-Fix-SF935.patch + * [SF#915] Always do gtk_drag_finish() in FmDndDest even if drop + was failed + + libfm-1.2.3-Fix-SF915.patch + * FmDndDest: reset cached data if drag context was changed + + libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch + * Fix uninitialized data in drag-motion callback of FmPlacesView + + libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch + * [SF#953] Fix crash in expand_exec_macros() on missing Exec line + in desktop entry + + libfm-1.2.3-Fix-SF953.patch + * [SF#921] Rewrite broken rubberband rendering in icon view for + GTK3 + + libfm-1.2.3-Fix-SF921.patch + * [SF#932] Fix renaming of desktop entries on copy operation error + + libfm-1.2.3-Fix-SF932.patch + * Fix dropping files onto applications shortcuts on the desktop + + libfm-1.2.3-Fix-dropping-files-onto-applications.patch + * Fix desktop file name for urxvt in terminals.list + + libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch + * [SF#954] Add urxvtc data into the terminals.list file + + libfm-1.2.3-Fix-SF954.patch + * [SF#950] Fix adding user-defined MIME associations into + mimeapps.list config + + libfm-1.2.3-Fix-SF950.patch + * [SF#959] Fix autoscroll issues with GTK+ 3 + + libfm-1.2.3-Fix-SF959.patch + * [SF#965] Fix stuck tooltip on entering empty folder + + libfm-1.2.3-Fix-SF965.patch + * Fix crash on cancelling FmDirListJob while retrieving is in + progress + + libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch + * [SF#919] Fix incomplete cleanup on folder reloading + + libfm-1.2.3-Fix-SF919.patch + * [SF#967] Fix timer shown in progress dialog, it should show + 01:00, not 00:60 + + libfm-1.2.3-Fix-SF967.patch + +------------------------------------------------------------------- Old: ---- libfm-1.2.3-Fix-SF902.patch libfm-1.2.3-Fix-SF914.patch libfm-1.2.3-Fix-SF915.patch libfm-1.2.3-Fix-SF919.patch libfm-1.2.3-Fix-SF921.patch libfm-1.2.3-Fix-SF922.patch libfm-1.2.3-Fix-SF925-and-SF938.patch libfm-1.2.3-Fix-SF932.patch libfm-1.2.3-Fix-SF935.patch libfm-1.2.3-Fix-SF937.patch libfm-1.2.3-Fix-SF946.patch libfm-1.2.3-Fix-SF950.patch libfm-1.2.3-Fix-SF953.patch libfm-1.2.3-Fix-SF954.patch libfm-1.2.3-Fix-SF959.patch libfm-1.2.3-Fix-SF965.patch libfm-1.2.3-Fix-SF967.patch libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch libfm-1.2.3-Fix-dropping-files-onto-applications.patch libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch libfm-1.2.3.tar.xz libfm-Additional-fix-after-SF902.patch New: ---- libfm-1.2.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfm-extra.spec ++++++ --- /var/tmp/diff_new_pack.1KKtCj/_old 2017-09-23 21:33:27.296833178 +0200 +++ /var/tmp/diff_new_pack.1KKtCj/_new 2017-09-23 21:33:27.300832615 +0200 @@ -17,62 +17,13 @@ Name: libfm-extra -Version: 1.2.3 +Version: 1.2.5 Release: 0 Summary: A glib/gio-based lib used to develop file managers License: GPL-2.0+ Group: Development/Libraries/C and C++ Url: http://www.lxde.org/ Source: libfm-%{version}.tar.xz -# [SF#902] Handle NULL returned by fm_mime_type_from_native_file() correctly -Patch1: libfm-1.2.3-Fix-SF902.patch -Patch2: libfm-Additional-fix-after-SF902.patch -# [SF#922] Fix handling %c in desktop entry Exec key -Patch3: libfm-1.2.3-Fix-SF922.patch -# [SF#914] Fix missing folder info update on folder attributes -Patch4: libfm-1.2.3-Fix-SF914.patch -# [PATCH] Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should fix a problem with pkexec -Patch5: libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch -# [SF#946] Add missing newline at end of generated shortcut -Patch6: libfm-1.2.3-Fix-SF946.patch -# [SF#925,938] Improve file type detection, it fails in some cases such as DOCX -Patch7: libfm-1.2.3-Fix-SF925-and-SF938.patch -# Return back the workaround on thumbnailers which don't save Thumb::MTime -Patch8: libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch -# [SF#937] Fix wrong treating files like ".purple" as having extension "purple" -Patch9: libfm-1.2.3-Fix-SF937.patch -# [SF#935] Fix invalid desktop entry save if 'Cancel' was pressed in dialog -Patch10: libfm-1.2.3-Fix-SF935.patch -# [SF#915] Always do gtk_drag_finish() in FmDndDest even if drop was failed -Patch11: libfm-1.2.3-Fix-SF915.patch -# [PATCH] FmDndDest: reset cached data if drag context was changed -Patch12: libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch -# [PATCH] Fix uninitialized data in drag-motion callback of FmPlacesView -Patch13: libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch -# [SF#953] Fix crash in expand_exec_macros() on missing Exec line in desktop entry -Patch14: libfm-1.2.3-Fix-SF953.patch -# [SF#921] Rewrite broken rubberband rendering in icon view for GTK3 -Patch15: libfm-1.2.3-Fix-SF921.patch -# [SF#932] Fix renaming of desktop entries on copy operation error -Patch16: libfm-1.2.3-Fix-SF932.patch -# Fix dropping files onto applications shortcuts on the desktop -Patch17: libfm-1.2.3-Fix-dropping-files-onto-applications.patch -# Fix desktop file name for urxvt in terminals.list -Patch18: libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch -# [SF#954] Add urxvtc data into the terminals.list file -Patch19: libfm-1.2.3-Fix-SF954.patch -# [SF#950] Fix adding user-defined MIME associations into mimeapps.list config -Patch20: libfm-1.2.3-Fix-SF950.patch -# [SF#959] Fix autoscroll issues with GTK+ 3 -Patch21: libfm-1.2.3-Fix-SF959.patch -# [SF#965] Fix stuck tooltip on entering empty folder -Patch22: libfm-1.2.3-Fix-SF965.patch -# Fix crash on cancelling FmDirListJob while retrieving is in progress -Patch23: libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch -# [SF#919] Fix incomplete cleanup on folder reloading -Patch24: libfm-1.2.3-Fix-SF919.patch -# [SF#967] Fix timer shown in progress dialog, it should show 01:00, not 00:60 -Patch25: libfm-1.2.3-Fix-SF967.patch BuildRequires: gcc-c++ BuildRequires: gtk2-devel BuildRequires: intltool @@ -112,31 +63,6 @@ %prep %setup -q -n libfm-%{version} -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 -%patch10 -p1 -%patch11 -p1 -%patch12 -p1 -%patch13 -p1 -%patch14 -p1 -%patch15 -p1 -%patch16 -p1 -%patch17 -p1 -%patch18 -p1 -%patch19 -p1 -%patch20 -p1 -%patch21 -p1 -%patch22 -p1 -%patch23 -p1 -%patch24 -p1 -%patch25 -p1 %build %configure \ @@ -161,7 +87,7 @@ %defattr(-,root,root) %doc AUTHORS COPYING NEWS README TODO %{_libdir}/libfm-extra.so.4 -%{_libdir}/libfm-extra.so.4.0.3 +%{_libdir}/libfm-extra.so.4.0.5 %files devel %defattr(-,root,root) ++++++ libfm-1.2.3.tar.xz -> libfm-1.2.5.tar.xz ++++++ ++++ 45348 lines of diff (skipped)
