Hello community, here is the log from the commit of package thunar for openSUSE:Factory checked in at 2019-11-17 19:23:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/thunar (Old) and /work/SRC/openSUSE:Factory/.thunar.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thunar" Sun Nov 17 19:23:05 2019 rev:79 rq:749060 version:1.8.11 Changes: -------- --- /work/SRC/openSUSE:Factory/thunar/thunar.changes 2019-08-19 21:37:26.244382732 +0200 +++ /work/SRC/openSUSE:Factory/.thunar.new.26869/thunar.changes 2019-11-17 19:23:10.138865657 +0100 @@ -1,0 +2,47 @@ +Sat Nov 16 14:20:05 UTC 2019 - Maurizio Galli <[email protected]> + +- Update to version 1.8.11 + - Thunar 1.8.10 crashing on startup in FreeBSD and Fedora, + caused by nonfunctional pango version check (bxo#16136, bxo#16138) + - Translation Updates + +------------------------------------------------------------------- +Sun Nov 10 14:40:22 UTC 2019 - Maurizio Galli <[email protected]> + +- Update to version 1.8.10 + - Allow compilation with panel 4.15 + - thunar-job: keep track of number of processed files (bxo#16117) + - No context menu on right-click when started via trash-panel-plugin + (bxo#16000) + - icon text now centered after unchecking "Text besides icons" + - Remove the vertical gap between icon and label (bxo#16041) + - Fix icon view alignment (bxo#16107) + - Not possible to grab scrollbar on the very right pixels when maximized + (bxo#16050) + - Wrap text of error dialog + - Not possible to empty the trash via the pathbar context menu + - Crash on refresh if remote folder has been removed (bxo#15961) + - Center action buttons in conflict dialog window (bxo#15973) + - Ensure UCAs use currently selected file path (bxo#15119) + - make filename label selectable in conflict dialog window + - Center action buttons in conflict dialog window (bxo#15973) + - Clear UCA shortcut when the action is deleted + - Prevent Gtk-CRITICAL when adding or modifying a UCA + - Thunar SendTo Email: Add missing archive formats (bxo#15917) + - sendto plugin: fix content type resolution. (bxo#15916) + - sendto plugin: extract function tse_file_is_archive (bxo#15916) + - All glory to lowercase (bxo#15394) + - mismatched names between thunar.appdata.xml and thunar.desktop + (bxo#15498) + - Remove superfluous .desktop file "Thunar-folder-handler.desktop.in" + (bxo#15467) + - Prevent unnecessary fallback copy-delete in file move when + overwriting + - Fix possible memory leak + - Fix popup menus size (bxo#15832) + - Add Alt+D as accelerator for Open Location (bxo#15828) + - Do not insert hyphens at intra-word line breaks (bxo#15856) +- Dropped obsolete patch thunar-1.8-appdata.patch as fixed upstream + (bxo#15498) + +------------------------------------------------------------------- Old: ---- Thunar-1.8.9.tar.bz2 thunar-1.8-appdata.patch New: ---- thunar-1.8.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thunar.spec ++++++ --- /var/tmp/diff_new_pack.8KkNWk/_old 2019-11-17 19:23:10.774865387 +0100 +++ /var/tmp/diff_new_pack.8KkNWk/_new 2019-11-17 19:23:10.774865387 +0100 @@ -19,16 +19,14 @@ %define libname libthunarx-3-0 %bcond_with git Name: thunar -Version: 1.8.9 +Version: 1.8.11 Release: 0 Summary: File Manager for the Xfce Desktop Environment License: GPL-2.0-or-later Group: Productivity/File utilities URL: https://docs.xfce.org/xfce/thunar/start -Source: https://archive.xfce.org/src/xfce/thunar/1.8/Thunar-%{version}.tar.bz2 +Source: https://archive.xfce.org/src/xfce/thunar/1.8/%{name}-%{version}.tar.bz2 Source100: %{name}-rpmlintrc -# fix mismatched names between thunar.desktop and thunar.appdata.xml. -Patch0: thunar-1.8-appdata.patch BuildRequires: appstream-glib BuildRequires: fdupes BuildRequires: intltool @@ -106,8 +104,7 @@ %lang_package %prep -%setup -q -n Thunar-%{version} -%patch0 -p1 +%autosetup %build %if %{with git} @@ -115,7 +112,7 @@ %configure \ --enable-maintainer-mode \ --with-helper-path-prefix=%{_libexecdir} \ - --docdir=%{_datadir}/xfce4/Thunar \ + --docdir=%{_datadir}/xfce4/thunar \ --enable-dbus \ --enable-exif \ --enable-startup-notification \ @@ -125,7 +122,7 @@ %else %configure \ --with-helper-path-prefix=%{_libexecdir} \ - --docdir=%{_datadir}/xfce4/Thunar \ + --docdir=%{_datadir}/xfce4/thunar \ --enable-dbus \ --enable-exif \ --enable-startup-notification \ @@ -142,22 +139,21 @@ %{buildroot}%{_libdir}/thunarx-3/*.la \ %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la +# add a lowercase manpage symlink +( cd %{buildroot}%{_mandir}/man1/ && ln -sf Thunar.1* \ + $(printf "%%s\n" Thunar.1* | tr [:upper:] [:lower:]) ) + # these files are placed under %%{_defaultdocdir}/%%{name} instead -rm -f %{buildroot}%{_datadir}/xfce4/Thunar/README.* +rm -f %{buildroot}%{_datadir}/xfce4/thunar/README.* # do not allow to Thunar to run as root via pkexec rm -f %{buildroot}%{_datadir}/polkit-1/actions/org.xfce.thunar.policy -# add a lowercase manpage symlink -( cd %{buildroot}%{_mandir}/man1/ && ln -sf Thunar.1* \ - $(printf "%%s\n" Thunar.1* | tr [:upper:] [:lower:]) ) - -%suse_update_desktop_file -i Thunar System Utility Core GTK FileManager -%suse_update_desktop_file -i Thunar-bulk-rename System Utility Core GTK Filesystem +%suse_update_desktop_file -i thunar System Utility Core GTK FileManager +%suse_update_desktop_file -i thunar-bulk-rename System Utility Core GTK Filesystem %suse_update_desktop_file thunar-settings -%suse_update_desktop_file -i Thunar-folder-handler System Utility Core GTK FileManager -%find_lang Thunar %{?no_lang_C} +%find_lang thunar %{?no_lang_C} %fdupes %{buildroot}%{_datadir} @@ -171,8 +167,8 @@ %license COPYING %dir %{_sysconfdir}/xdg/Thunar %config %{_sysconfdir}/xdg/Thunar/uca.xml -%{_bindir}/Thunar %{_bindir}/thunar +%{_bindir}/Thunar %{_bindir}/thunar-settings %dir %{_libexecdir}/Thunar %{_libexecdir}/Thunar/ThunarBulkRename @@ -191,9 +187,8 @@ %{_datadir}/icons/hicolor/*/*/*/*.png %{_datadir}/pixmaps/Thunar %{_datadir}/xfce4/panel/plugins/thunar-tpa.desktop -%{_datadir}/Thunar/sendto -%{_mandir}/man1/Thunar.1* %{_mandir}/man1/thunar.1* +%{_mandir}/man1/Thunar.1* %files -n %{libname} %{_libdir}/libthunarx-3.so.* @@ -210,6 +205,6 @@ %{_libdir}/pkgconfig/thunarx-3.pc %{_datadir}/gir-1.0/Thunarx-3.0.gir -%files lang -f Thunar.lang +%files lang -f thunar.lang %changelog
