[Thunar] Update to 1.6.4

Kevin Fenzi kevin at fedoraproject.org
Sun Jan 4 18:00:09 UTC 2015


commit c5819381cc6730f73db673528432112a47fc9fff
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Jan 4 11:00:19 2015 -0700

    Update to 1.6.4

 .gitignore  |    1 +
 Thunar.spec |   23 ++++++-----------------
 sources     |    2 +-
 3 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f0a27b3..f7eced9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Thunar-1.0.2.tar.bz2
 /Thunar-1.6.1.tar.bz2
 /Thunar-1.6.2.tar.bz2
 /Thunar-1.6.3.tar.bz2
+/Thunar-1.6.4.tar.bz2
diff --git a/Thunar.spec b/Thunar.spec
index 07779c3..cd14292 100644
--- a/Thunar.spec
+++ b/Thunar.spec
@@ -1,8 +1,8 @@
 %global minorversion 1.6
 
 Name:           Thunar
-Version:        1.6.3
-Release:        6%{?dist}
+Version:        1.6.4
+Release:        1%{?dist}
 Summary:        Thunar File Manager
 
 Group:          User Interface/Desktops
@@ -14,15 +14,6 @@ Source1:        thunar-sendto-gnome-bluetooth.desktop
 Source2:        thunar-sendto-audacious-playlist.desktop
 Source3:        thunar-sendto-quodlibet-playlist.desktop
 Source4:        thunar-sendto-blueman.desktop
-# add appdata
-# Already upstream at: 
-# http://git.xfce.org/xfce/thunar/commit/?id=9e3a5dc
-# http://git.xfce.org/xfce/thunar/commit/?id=7027f7a
-Source5:        thunar.appdata.xml
-#
-# http://bugzilla.xfce.org/show_bug.cgi?id=11212
-# https://bugzilla.redhat.com/show_bug.cgi?id=1175867
-Patch1:         Thunar-1.6.2-glib2-open-with-order.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.34
@@ -73,7 +64,6 @@ libraries and header files for the Thunar file manager.
 
 %prep
 %setup -q
-%patch1 -p1
 
 # fix icon in thunar-sendto-email.desktop
 sed -i 's!internet-mail!mail-message-new!' \
@@ -145,9 +135,6 @@ for source in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} ; do
             $source
 done
 
-mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/appdata
-cp -a %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/appdata/thunar.appdata.xml
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -183,10 +170,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %doc README TODO ChangeLog NEWS INSTALL COPYING AUTHORS HACKING THANKS
 %doc docs/README.gtkrc
-%doc docs/README.thunarrc
 # exclude docs that we have moved to the above
 %exclude %{_datadir}/doc/Thunar/README.gtkrc
-%exclude %{_datadir}/doc/Thunar/README.thunarrc
 %{_bindir}/Thunar
 %{_bindir}/thunar
 %{_bindir}/thunar-settings
@@ -199,6 +184,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %dir %{_datadir}/Thunar/
 %dir %{_datadir}/Thunar/sendto/
 %{_datadir}/Thunar/sendto/*.desktop
+%{_datadir}/polkit-1/actions/org.xfce.thunar.policy
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.xfce.FileManager.service
 %{_datadir}/dbus-1/services/org.xfce.Thunar.service
@@ -222,6 +208,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Jan 04 2015 Kevin Fenzi <kevin at scrye.com> 1.6.4-1
+- Update to 1.6.4
+
 * Sun Dec 21 2014 Kevin Fenzi <kevin at scrye.com> 1.6.3-6
 - Add patch for glib2 open with ordering. Fixes bug #1175867
 
diff --git a/sources b/sources
index 0cd2170..bb44499 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f10d5d5576ce5127308d6badbac3afa  Thunar-1.6.3.tar.bz2
+08ad45f2bcafbdc5b8c02fd5b7f69dc3  Thunar-1.6.4.tar.bz2


More information about the scm-commits mailing list