kevin pushed to Thunar (f20). "Update to 1.6.6"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 20 15:39:04 UTC 2015


>From 286aaca3ceba9d9b21d6ae87eda10026e0d94f4e Mon Sep 17 00:00:00 2001
From: nonamedotc <nonamedotc at fedoraproject.org>
Date: Sat, 28 Feb 2015 18:50:10 -0600
Subject: Update to 1.6.6


diff --git a/.gitignore b/.gitignore
index 962c8a1..97d9fad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Thunar-1.0.2.tar.bz2
 /Thunar-1.6.3.tar.bz2
 /Thunar-1.6.4.tar.bz2
 /Thunar-1.6.5.tar.bz2
+/Thunar-1.6.6.tar.bz2
diff --git a/Thunar.spec b/Thunar.spec
index 4a2193e..1b299bc 100644
--- a/Thunar.spec
+++ b/Thunar.spec
@@ -1,8 +1,8 @@
 %global minorversion 1.6
 
 Name:           Thunar
-Version:        1.6.5
-Release:        2%{?dist}
+Version:        1.6.6
+Release:        1%{?dist}
 Summary:        Thunar File Manager
 
 Group:          User Interface/Desktops
@@ -14,7 +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
-Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.34
 BuildRequires:  pkgconfig(exo-1) >= 0.8.0
@@ -83,9 +82,11 @@ make %{?_smp_mflags} V=1
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} INSTALL='install -p'
 
+# fixes wrong library permissions
+chmod 755 $RPM_BUILD_ROOT/%{_libdir}/*.so
+
 make -C examples distclean
 
 # 2 of the example files need to not be executable 
@@ -135,9 +136,6 @@ for source in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} ; do
             $source
 done
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %pre
 for target in %{_defaultdocdir}/Thunar/html/*/images
 do
@@ -167,7 +165,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f Thunar.lang
-%defattr(-,root,root,-)
 %license COPYING
 %doc README TODO ChangeLog NEWS INSTALL AUTHORS HACKING THANKS
 %doc docs/README.gtkrc
@@ -200,7 +197,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/xdg/Thunar/uca.xml
 
 %files devel
-%defattr(-,root,root,-)
 %doc examples
 %{_includedir}/thunarx-*/
 %{_libdir}/libthunar*.so
@@ -209,6 +205,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Feb 28 2015 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 1.6.6-1
+- Update to 1.6.6
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 1.6.5-2
 - Rebuilt for Fedora 23 Change
   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
diff --git a/sources b/sources
index 041c1da..1422608 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd040882a425cf96a4135411e73f9c64  Thunar-1.6.5.tar.bz2
+27a5343174593dd0067906c922e6af96  Thunar-1.6.6.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/Thunar.git/commit/?h=f20&id=286aaca3ceba9d9b21d6ae87eda10026e0d94f4e


More information about the scm-commits mailing list