File whohas-0.29.1-update-fedora.patch of Package whohas

From ef340f01aa8a1803ec9d832ffc94eb96a463ef7d Mon Sep 17 00:00:00 2001
From: Paul Wise <pabs3@bonedaddy.net>
Date: Wed, 9 Dec 2015 15:08:36 +0800
Subject: [PATCH] Update Fedora version numbers

---
 whohas | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/whohas b/whohas
index 5bb6905..72d410a 100755
--- a/whohas
+++ b/whohas
@@ -54,8 +54,8 @@ unless (-d $confdir) {
 my @columns = (11,38,18,4,10,25);
 my $cols = 6;
 
-our $fedora_min_release		 =  20			;
-our $fedora_max_release		 =  21			;
+our $fedora_min_release		 =  21			;
+our $fedora_max_release		 =  23			;
 our $debian_current_release	 = "all"		;
 our $ubuntu_current_release	 = "all"		;
 our $openbsd_release		 = "5.7"		;
From aa15ef453d298fdfba342c78abc71d5261cc38f0 Mon Sep 17 00:00:00 2001
From: Paul Wise <pabs3@bonedaddy.net>
Date: Sun, 5 Jun 2016 23:29:14 +0800
Subject: [PATCH] Fedora 21 is now archived

See: https://dl.fedoraproject.org/pub/fedora/linux/releases/21/README
---
 whohas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/whohas b/whohas
index 72d410a..9e54fe3 100755
--- a/whohas
+++ b/whohas
@@ -54,7 +54,7 @@ unless (-d $confdir) {
 my @columns = (11,38,18,4,10,25);
 my $cols = 6;
 
-our $fedora_min_release		 =  21			;
+our $fedora_min_release		 =  22			;
 our $fedora_max_release		 =  23			;
 our $debian_current_release	 = "all"		;
 our $ubuntu_current_release	 = "all"		;
From f3d30b85695192fcce8937d49043fc130e947688 Mon Sep 17 00:00:00 2001
From: Paul Wise <pabs3@bonedaddy.net>
Date: Fri, 21 Oct 2016 10:06:23 +0800
Subject: [PATCH] Sync Fedora release numbers with the upstream repository

---
 whohas    | 2 +-
 whohas.cf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/whohas b/whohas
index 9e54fe3..fb1fb36 100755
--- a/whohas
+++ b/whohas
@@ -55,7 +55,7 @@ my @columns = (11,38,18,4,10,25);
 my $cols = 6;
 
 our $fedora_min_release		 =  22			;
-our $fedora_max_release		 =  23			;
+our $fedora_max_release		 =  24			;
 our $debian_current_release	 = "all"		;
 our $ubuntu_current_release	 = "all"		;
 our $openbsd_release		 = "5.7"		;
diff --git a/whohas.cf b/whohas.cf
index e6f0031..d5b701e 100644
--- a/whohas.cf
+++ b/whohas.cf
@@ -9,7 +9,7 @@
 # Versioning information.
 #
 
-#$fedora_min_release = 25;
+#$fedora_min_release = 22;
 #$fedora_max_release = 24;
 #$debian_current_release = 'all';
 #$ubuntu_current_release = 'all';
From 922662c74368625ad0ab3fdd5ac64d8542a3f2cc Mon Sep 17 00:00:00 2001
From: Paul Wise <pabs3@bonedaddy.net>
Date: Mon, 2 Oct 2017 14:56:00 +0800
Subject: [PATCH] Sync Fedora release numbers with the upstream repository

---
 whohas    | 4 ++--
 whohas.cf | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/whohas b/whohas
index 0057745..4203e55 100755
--- a/whohas
+++ b/whohas
@@ -54,8 +54,8 @@ unless (-d $confdir) {
 my @columns = (11,38,18,4,10,25);
 my $cols = 6;
 
-our $fedora_min_release		 =  22			;
-our $fedora_max_release		 =  24			;
+our $fedora_min_release		 =  25			;
+our $fedora_max_release		 =  26			;
 our $debian_current_release	 = "all"		;
 our $ubuntu_current_release	 = "all"		;
 our $openbsd_release		 = "5.7"		;
diff --git a/whohas.cf b/whohas.cf
index b88dead..3022dff 100644
--- a/whohas.cf
+++ b/whohas.cf
@@ -9,8 +9,8 @@
 # Versioning information.
 #
 
-#$fedora_min_release = 22;
-#$fedora_max_release = 24;
+#$fedora_min_release = 25;
+#$fedora_max_release = 26;
 #$debian_current_release = 'all';
 #$ubuntu_current_release = 'all';
 #$openbsd_release = '5.7';
From c67cc4bc2ca375430c93e65f3455a487fc0f10fa Mon Sep 17 00:00:00 2001
From: Stephen Kitt <steve@sk2.org>
Date: Mon, 15 Jan 2018 08:41:13 +0100
Subject: [PATCH] Update Fedora releases for FC27

---
 whohas    | 4 ++--
 whohas.cf | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/whohas b/whohas
index 4203e55..11c59f0 100755
--- a/whohas
+++ b/whohas
@@ -54,8 +54,8 @@ unless (-d $confdir) {
 my @columns = (11,38,18,4,10,25);
 my $cols = 6;
 
-our $fedora_min_release		 =  25			;
-our $fedora_max_release		 =  26			;
+our $fedora_min_release		 =  26			;
+our $fedora_max_release		 =  27			;
 our $debian_current_release	 = "all"		;
 our $ubuntu_current_release	 = "all"		;
 our $openbsd_release		 = "5.7"		;
diff --git a/whohas.cf b/whohas.cf
index 3022dff..9bff7f3 100644
--- a/whohas.cf
+++ b/whohas.cf
@@ -9,8 +9,8 @@
 # Versioning information.
 #
 
-#$fedora_min_release = 25;
-#$fedora_max_release = 26;
+#$fedora_min_release = 26;
+#$fedora_max_release = 27;
 #$debian_current_release = 'all';
 #$ubuntu_current_release = 'all';
 #$openbsd_release = '5.7';
From 9a60f0d595e2b3551236902f3e0749fee8dcb5d7 Mon Sep 17 00:00:00 2001
From: Paul Wise <pabs3@bonedaddy.net>
Date: Fri, 2 Feb 2018 09:38:49 +0800
Subject: [PATCH] Switch Fedora from i386 to x86_64

The i386 directory is no longer present for current releases.
---
 whohas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/whohas b/whohas
index 11c59f0..04f801a 100755
--- a/whohas
+++ b/whohas
@@ -186,7 +186,7 @@ sub maxthreads {
 sub fedora {
 	my $baseurl = "http://dl.fedoraproject.org/pub/fedora/linux/releases/";
 	my $distroname = "Fedora";
-	my $arch = "i386";
+	my $arch = "x86_64";
 	my $searchy = $_[0];
 	my @names;
 	my @versions;
openSUSE Build Service is sponsored by