]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - pakfire/patches/0012-Sort-patches-by-their-version-number-not-in-alphabet.patch
pakfire: Update to 0.9.23.
[people/pmueller/ipfire-3.x.git] / pakfire / patches / 0012-Sort-patches-by-their-version-number-not-in-alphabet.patch
diff --git a/pakfire/patches/0012-Sort-patches-by-their-version-number-not-in-alphabet.patch b/pakfire/patches/0012-Sort-patches-by-their-version-number-not-in-alphabet.patch
deleted file mode 100644 (file)
index edb24ea..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From 2d1d622ac9859c90363076aa2f44edf1efe53597 Mon Sep 17 00:00:00 2001
-From: Michael Tremer <michael.tremer@ipfire.org>
-Date: Tue, 26 Jun 2012 19:32:11 +0200
-Subject: [PATCH 12/16] Sort patches by their version number (not in
- alphabetical order).
-
----
- macros/constants.macro |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/macros/constants.macro b/macros/constants.macro
-index 07459a3..74484ea 100644
---- a/macros/constants.macro
-+++ b/macros/constants.macro
-@@ -11,7 +11,7 @@ DIR_SOURCE  = %{BASEDIR}
- # By default, take all patches from the patches directory
- # in alphabetical order.
--patches = $(find %{DIR_PATCHES} -not -type d 2>/dev/null | sort)
-+patches = $(find %{DIR_PATCHES} -not -type d 2>/dev/null | sort --version-sort)
- sources = %{thisapp}.tar.gz
- # Macro definitions
--- 
-1.7.10.4
-