[thunar-archive-plugin] Update to 0.3.1

Christoph Wickert cwickert at fedoraproject.org
Sat May 11 16:09:14 UTC 2013


commit 2a5971e35fccc930f3c08e75c61ba8c0dc7b1568
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat May 11 18:09:10 2013 +0200

    Update to 0.3.1
    
    - Remove aarch64 patch, no longer necessary

 .gitignore                 |    1 +
 sources                    |    2 +-
 thunar-archive-plugin.spec |   14 +++++++-------
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3eb2a45..eb286a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 thunar-archive-plugin-0.2.4.tar.bz2
 /thunar-archive-plugin-0.3.0.tar.bz2
+/thunar-archive-plugin-0.3.1.tar.bz2
diff --git a/sources b/sources
index 3577504..5a71b33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afeb3f1c65a4529dbdadc6e7b349a712  thunar-archive-plugin-0.3.0.tar.bz2
+425f4faaace6dc7a4716a35b7795463a  thunar-archive-plugin-0.3.1.tar.bz2
diff --git a/thunar-archive-plugin.spec b/thunar-archive-plugin.spec
index e460d63..b2ee0dd 100644
--- a/thunar-archive-plugin.spec
+++ b/thunar-archive-plugin.spec
@@ -2,17 +2,14 @@
 %define thunar_version 1.2.0
 
 Name:           thunar-archive-plugin
-Version:        0.3.0
-Release:        6%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        Archive plugin for the Thunar file manager
 
 Group:          User Interface/Desktops
 License:        LGPLv2+
 URL:            http://goodies.xfce.org/projects/thunar-plugins/%{name}
 Source0:        http://archive.xfce.org/src/thunar-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
-# Fedora bug    https://bugzilla.redhat.com/show_bug.cgi?id=926629
-# upstream bug: https://bugzilla.xfce.org/show_bug.cgi?id=10077
-Patch0:         thunar-archive-plugin-0.3.0-aarch64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  exo >= 0.5.0
@@ -31,12 +28,11 @@ the plugin provides a generic scripting interface for archive managers.
 
 %prep
 %setup -q
-%patch0 -p1 -b aarch64
 
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -83,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 11 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.1-1
+- Update to 0.3.1
+- Remove aarch64 patch, no longer necessary
+
 * Fri May 10 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-6
 - Make the plugin find file-roller again (#961626)
 - Add aarch64 support (#926629)


More information about the scm-commits mailing list