[jbrout] Reorder patches

Matej Cepl mcepl at fedoraproject.org
Mon Jul 4 22:47:38 UTC 2011


commit ee41383171534dedd52e159182a6fde9eafa2bd4
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Jul 5 00:46:46 2011 +0200

    Reorder patches

 jbrout.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/jbrout.spec b/jbrout.spec
index 4b27177..121264e 100644
--- a/jbrout.spec
+++ b/jbrout.spec
@@ -25,16 +25,16 @@ Source5:        jbrout-clean-SVN-checkout.sh
 Patch0:         jbrout-allow-Exif-Orientation-zero.patch
 # http://code.google.com/p/jbrout/issues/detail?id=155
 Patch1:         jbrout-download-plugin.patch
+# http://code.google.com/p/jbrout/issues/detail?id=56
+Patch2:         jbrout-use-freedesktop-directories.patch
 # http://code.google.com/p/jbrout/issues/detail?id=129
-Patch2:         jbrout-eliminate-metadata-exiftool.patch
+Patch3:         jbrout-eliminate-metadata-exiftool.patch
 # http://code.google.com/p/jbrout/issues/detail?id=186
-Patch3:         jbrout-glade-XML-assert-IconSize.patch
+Patch4:         jbrout-glade-XML-assert-IconSize.patch
 # EXPERIMENTAL for now, don't distribute!
 Patch5:         jbrout-purge-no-attribute-attrib.patch
 # also attached to http://code.google.com/p/jbrout/issues/detail?id=129
 Patch6:         jbrout-no-double-keywords.patch
-# http://code.google.com/p/jbrout/issues/detail?id=56
-Patch7:         jbrout-use-freedesktop-directories.patch
 BuildArch:      noarch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires:       python >= 2.4, python-lxml, pygtk2 >= 2.6
@@ -67,11 +67,11 @@ jBrout is able to :
 %setup -q -n %{name}
 %patch0 -p1 -b .exifOrientation
 %patch1 -p1 -b .downloadPlugin
-%patch2 -p1 -b .noExiftool
-%patch3 -p1 -b .iconsize
+%patch2 -p1 -b .freedesktopDir
+%patch3 -p1 -b .noExiftool
+%patch4 -p1 -b .iconsize
 %patch5 -p1 -b .noAttributeAttrib
 %patch6 -p1 -b .noDoubleKeyword
-%patch7 -p1 -b .freedesktopDir
 sh %{SOURCE5}
 install -p %{SOURCE1} jbrout/Makefile
 install -p -m a+rx,u+w %{SOURCE4} jbrout/install-script


More information about the scm-commits mailing list