commit thunar for openSUSE:Factory
Hello community, here is the log from the commit of package thunar for openSUSE:Factory checked in at 2019-05-24 11:30:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/thunar (Old) and /work/SRC/openSUSE:Factory/.thunar.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "thunar" Fri May 24 11:30:19 2019 rev:75 rq:704767 version:1.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/thunar/thunar.changes 2019-01-28 20:50:39.689764922 +0100 +++ /work/SRC/openSUSE:Factory/.thunar.new.5148/thunar.changes 2019-05-24 11:30:21.385422363 +0200 @@ -1,0 +2,59 @@ +Mon May 20 14:12:38 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com> + +- Fixed Xfce bug trackers in previous changelog entry + +------------------------------------------------------------------- +Mon May 20 12:05:38 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org> + +- Update to version 1.8.6 + * Job is now optional for thunar_io_scan_directory + * Expand scroll window of file operation progress dialog (bxo#14946) + * Fix compiler error -Wcast-function-type (GCC 8) + * Bump glib minimal required version + * Fix g_type_class_add_private is deprecated + * Small code cleanup + * Fix pathbar to on middle click open folders in new tabs (bxo#15302) + * Translation updates: Danish +- Dropped thunar-job-optional.patch since it was fixed upstream + +------------------------------------------------------------------- +Sat May 18 12:45:03 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com> + +- Added patch from upstream: thunar-job-optional.patch + prevent Thunar segfault at startup: + make Job optional for thunar_io_scan_directory + +------------------------------------------------------------------- +Sat May 18 08:50:57 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com> + +- Update to version 1.8.5 + - Do not exit when dbus name registration fails (bxo#15149) + - tree view jumps (scrolls) when clicking on a directory (bxo#15174) + - Correctly check if destination is writable (bxo#14718) + - Make tree-view 'Move to Trash' icon the same as in main pane + - Make toggle for the delete entry affect tree-view side pane too + - Pathbar buttons are now resized on folder rename (bxo#15024) + - Load templates synchronously (bxo#15200) + - delete key in tree-view can delete the user home folder (bxo#15095) + - Hide unneeded context menu entries for folder "Trash" in tree view + - crash after clicking when XDG_SESSION_TYPE isn't set (bxo#15366) + - man page incorrectly suggests '-v' instead of '-V' + - Fix how wallpaper is set on Gnome + - SEGV (11) on USB-flash connection (bxo#13813) + - Fix session startup priority + - Fix queued context menu popup + - Restore right-click drag and drop functionality (bxo#14583) + - Translation updates +- Dropped obsolete patch thunar-1.8.4-fix-context-menu.patch +- Added conditional %bcond_with git for building with git master branch +- Updated URL +- Use /metainfo instead of /appdata and drop obsolete file edits +- Other spec file cleanups + +------------------------------------------------------------------- +Mon May 13 18:09:47 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com> + +- Added thunar-1.8.4-fix-context-menu.patch fixing "create document" + sub-menu not showing any content (boo#1134899) + +------------------------------------------------------------------- Old: ---- Thunar-1.8.4.tar.bz2 New: ---- Thunar-1.8.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thunar.spec ++++++ --- /var/tmp/diff_new_pack.E7uQhp/_old 2019-05-24 11:30:22.093422180 +0200 +++ /var/tmp/diff_new_pack.E7uQhp/_new 2019-05-24 11:30:22.093422180 +0200 @@ -17,14 +17,19 @@ %define libname libthunarx-3-0 +%bcond_with git Name: thunar -Version: 1.8.4 +Version: 1.8.6 Release: 0 Summary: File Manager for the Xfce Desktop Environment License: GPL-2.0-or-later Group: Productivity/File utilities -Url: http://thunar.xfce.org/ -Source: http://archive.xfce.org/src/xfce/thunar/1.8/Thunar-%{version}.tar.bz2 +Url: https://docs.xfce.org/xfce/thunar/start +%if %{with git} +Source: Thunar-%{version}.tar.bz2 +%else +Source: https://archive.xfce.org/src/xfce/thunar/1.8/Thunar-%{version}.tar.bz2 +%endif Source100: %{name}-rpmlintrc # PATCH-FIX-UPSTREAM thunar-use-xdg-icon-spec-icons.patch gber@opensuse.org -- Use generic icons that conform to the XDG Icon Naming Spec Patch0: thunar-use-xdg-icon-spec-icons.patch @@ -102,16 +107,27 @@ %description -n typelib-1_0-Thunarx-3_0 This package provides the GObject Introspection bindings for the Thunar extension library %{libname}. - %lang_package %prep %setup -q -n Thunar-%{version} %patch0 -p1 %patch1 -p1 -sed -i -e 's#/metainfo#/appdata#' Makefile.{am,in} %build +%if %{with git} +NOCONFIGURE=1 ./autogen.sh +%configure \ + --enable-maintainer-mode \ + --with-helper-path-prefix=%{_libexecdir} \ + --docdir=%{_datadir}/xfce4/Thunar \ + --enable-dbus \ + --enable-exif \ + --enable-startup-notification \ + --enable-pcre \ + --enable-gtk-doc \ + --disable-static +%else %configure \ --with-helper-path-prefix=%{_libexecdir} \ --docdir=%{_datadir}/xfce4/Thunar \ @@ -121,7 +137,8 @@ --enable-pcre \ --enable-gtk-doc \ --disable-static -make %{?_smp_mflags} V=1 +%endif +%make_build %install %make_install @@ -146,8 +163,6 @@ %suse_update_desktop_file -i Thunar-folder-handler System Utility Core GTK FileManager %find_lang Thunar %{?no_lang_C} -# rename processed Thunar.desktop to match thunar.appdata.xml's name. -mv %{buildroot}%{_datadir}/applications/Thunar.desktop %{buildroot}%{_datadir}/applications/thunar.desktop %fdupes %{buildroot}%{_datadir} @@ -169,7 +184,7 @@ %{_libdir}/thunarx-3 %{_libdir}/xfce4/panel/plugins/libthunar-tpa.so %{_datadir}/Thunar -%{_datadir}/appdata/org.xfce.thunar.appdata.xml +%{_datadir}/metainfo/org.xfce.thunar.appdata.xml %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.xfce.FileManager.service %{_datadir}/dbus-1/services/org.xfce.Thunar.service @@ -187,7 +202,6 @@ %{_libdir}/libthunarx-3.so.* %files -n typelib-1_0-Thunarx-3_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/Thunarx-3.0.typelib %files devel ++++++ Thunar-1.8.4.tar.bz2 -> Thunar-1.8.6.tar.bz2 ++++++ ++++ 94404 lines of diff (skipped)
participants (1)
-
root