From 57d443c6820a4141a7a7f74400a079dfc3246a52 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 07:19:14 +0000 Subject: [PATCH 01/41] Initialize branch F-12 for wput --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From 4c2f9f11b6f60af5b4ada34d88cc5d79af9232f0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:16 +0000 Subject: [PATCH 02/41] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1cdcd47..e7f6575 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wput -# $Id$ +# $Id: Makefile,v 1.1 2008/10/29 21:25:24 kevin Exp $ NAME := wput SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a657bd6708a384a1814e70bb4df89a09739dbe36 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:18:47 +0000 Subject: [PATCH 03/41] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1cdcd47..b3eb19d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := wput SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 3659447c10bfbd979a7ecbc79b8ff9a237b75965 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:26:10 +0000 Subject: [PATCH 04/41] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index b3eb19d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wput -# $Id$ -NAME := wput -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 diff --git a/import.log b/import.log deleted file mode 100644 index 3588a3d..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wput-0_6_1-4_fc10:HEAD:wput-0.6.1-4.fc10.src.rpm:1235044059 From dc2ae6eb35b7834832e595ce48e6abcfb2da0f5e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:26:11 +0000 Subject: [PATCH 05/41] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index e7f6575..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wput -# $Id: Makefile,v 1.1 2008/10/29 21:25:24 kevin Exp $ -NAME := wput -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 3588a3d..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wput-0_6_1-4_fc10:HEAD:wput-0.6.1-4.fc10.src.rpm:1235044059 From 44b92732707903ce88bbed6b005c5149f8260a02 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 21:09:33 -0600 Subject: [PATCH 06/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index fe9d9f5..0c39521 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 602e8f4fceaf365dcf3d58e1c575b8ee8837dc39 Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Thu, 21 Apr 2011 14:39:10 -0300 Subject: [PATCH 07/41] gnutls rebuilt --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 0c39521..1a277f7 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Thu Apr 21 2011 Itamar Reis Peixoto - 0.6.1-8 +- Rebuilt (gnutls soname change) + * Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From a9c4470f4150377da5222bfd8a248479e1da3464 Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Wed, 17 Aug 2011 12:53:27 -0300 Subject: [PATCH 08/41] rebuilt --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 1a277f7..bcd1aff 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Wed Aug 17 2011 Itamar Reis Peixoto - 0.6.1-9 +- rebuilt + * Thu Apr 21 2011 Itamar Reis Peixoto - 0.6.1-8 - Rebuilt (gnutls soname change) From 25e82a34265c93f93cee23071528a52e3c44bb3a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:29:21 -0600 Subject: [PATCH 09/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index bcd1aff..a6046d9 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Aug 17 2011 Itamar Reis Peixoto - 0.6.1-9 - rebuilt From e5394c2d3ab4634dc2fa73d73ea9d205fecc5d35 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 23:01:44 -0500 Subject: [PATCH 10/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index a6046d9..3144128 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 01256034c9664d8fe308bc0028d90e637ebdf0b1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:17:39 -0600 Subject: [PATCH 11/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 3144128..41b77ad 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 30e3e5016ef0ff4c653aa72b03eece688036bc93 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:15:28 -0500 Subject: [PATCH 12/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 41b77ad..2837193 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 95c5947f96a439e505f0c7e7b1bdfd1898d569dd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:52:29 -0500 Subject: [PATCH 13/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 2837193..f110f67 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From cac28598d728ac363c1ad33c9d872c4e0cffa59e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 08:55:28 +0000 Subject: [PATCH 14/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index f110f67..6c33cb0 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 24c2c230d2abee0956f65c6e1cbcd5e4fb12940a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:34:59 +0000 Subject: [PATCH 15/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 6c33cb0..3d4f103 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.6.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 1fc8bd7d8930adf25b7e0ba3b4e550681b0fbe90 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:09:19 +0000 Subject: [PATCH 16/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 3d4f103..d83109d 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.6.1-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 0.6.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From fd4c7a6d1a534bf8decd33b1b2174972ea896024 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:32:19 +0000 Subject: [PATCH 17/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index d83109d..5d91b40 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.6.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 0.6.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 3f0f389ef337121090fcc1d30da81bad126f6937 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:45:42 +0000 Subject: [PATCH 18/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 5d91b40..845908e 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 18%{?dist} +Release: 19%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.6.1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.6.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 5c38aea13c5042aade58c948d25147cc334155d2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:23:12 +0000 Subject: [PATCH 19/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 845908e..e51cd29 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 19%{?dist} +Release: 20%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.6.1-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.6.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 86530ad85a015bb28681e7a7cfde378ec2479cec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:09:18 +0000 Subject: [PATCH 20/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index e51cd29..42378bd 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 20%{?dist} +Release: 21%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -39,6 +39,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.6.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.6.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 17fe9c6cb3294cbff9f0db7ccfe1e3ef202f6ad0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:49:16 +0100 Subject: [PATCH 21/41] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- wput.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wput.spec b/wput.spec index 42378bd..1114dae 100644 --- a/wput.spec +++ b/wput.spec @@ -6,7 +6,6 @@ License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch0: wput-destdir.patch BuildRequires: gettext BuildRequires: gnutls-devel From f5a825ef716d5c5d13780d09a399304c03f569ab Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:14:15 +0100 Subject: [PATCH 22/41] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- wput.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/wput.spec b/wput.spec index 1114dae..9a1df26 100644 --- a/wput.spec +++ b/wput.spec @@ -28,9 +28,6 @@ downloading, uploads files or whole directories to remote ftp-servers. %{__make} install DESTDIR=%{buildroot} %find_lang %{name} -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.lang %defattr(-,root,root,-) %doc ChangeLog COPYING INSTALL TODO doc From 602edeae1a9d576b7546c4aed2ffd6cc44d07511 Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Mon, 19 Feb 2018 14:27:05 -0300 Subject: [PATCH 23/41] add gcc into buildrequires --- wput.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 9a1df26..8d27a02 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 21%{?dist} +Release: 22%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -9,6 +9,7 @@ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz Patch0: wput-destdir.patch BuildRequires: gettext BuildRequires: gnutls-devel +BuildRequires: gcc %description Wput is a command-line ftp-client that looks like wget but instead of @@ -35,6 +36,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Mon Feb 19 2018 Itamar Reis Peixoto - 0.6.1-22 +- add gcc into buildrequires + * Fri Feb 09 2018 Fedora Release Engineering - 0.6.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From bf76a62eafdeae7b8309ec89e72ff1acbdd5cdc9 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:39:56 -0500 Subject: [PATCH 24/41] Remove needless use of %defattr --- wput.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wput.spec b/wput.spec index 8d27a02..a428f90 100644 --- a/wput.spec +++ b/wput.spec @@ -30,7 +30,6 @@ downloading, uploads files or whole directories to remote ftp-servers. %find_lang %{name} %files -f %{name}.lang -%defattr(-,root,root,-) %doc ChangeLog COPYING INSTALL TODO doc %{_mandir}/man1/* %{_bindir}/%{name} From 5be0d90a031989eba9eae9cbe3fc11bf5d556b3e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:59:32 +0000 Subject: [PATCH 25/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index a428f90..5970541 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 22%{?dist} +Release: 23%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://wput.sourceforge.net/ @@ -35,6 +35,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.6.1-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Feb 19 2018 Itamar Reis Peixoto - 0.6.1-22 - add gcc into buildrequires From 15953aae67764ff245376db387958d14f7dba561 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 26/41] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- wput.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wput.spec b/wput.spec index 5970541..b434a3b 100644 --- a/wput.spec +++ b/wput.spec @@ -3,7 +3,6 @@ Name: wput Version: 0.6.1 Release: 23%{?dist} License: GPLv2+ -Group: Applications/Internet URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz Patch0: wput-destdir.patch From cd8235e483458dfe5ee2f90632783f54639eea0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:56:14 +0000 Subject: [PATCH 27/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index b434a3b..5c21ca2 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 23%{?dist} +Release: 24%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -34,6 +34,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.6.1-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.6.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 196c7b102c888d46bd4ead4cb28eb43903f3a120 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:42:56 +0000 Subject: [PATCH 28/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 5c21ca2..b9d0b39 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 24%{?dist} +Release: 25%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -34,6 +34,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.6.1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.6.1-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From d1372b5505cddb1830357682caf21c00fa421937 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:57:09 +0000 Subject: [PATCH 29/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index b9d0b39..e9cf811 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 25%{?dist} +Release: 26%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -34,6 +34,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.6.1-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 0.6.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From f93d1445aae149c0da435d8db48cc69daf5cab7a Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Sun, 29 Mar 2020 14:08:44 -0300 Subject: [PATCH 30/41] fix FTBS rhbz#1800261 --- wput.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index e9cf811..aa3041f 100644 --- a/wput.spec +++ b/wput.spec @@ -1,7 +1,8 @@ +%define _legacy_common_support 1 Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 26%{?dist} +Release: 27%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -34,6 +35,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sun Mar 29 2020 Itamar Reis Peixoto - 0.6.1-27 +- fix FTBS rhbz#1800261 + * Fri Jan 31 2020 Fedora Release Engineering - 0.6.1-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 9b4f8026ae71ca4937d9bde85706f0d009f3bf4b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:20:20 +0000 Subject: [PATCH 31/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index aa3041f..d296e2e 100644 --- a/wput.spec +++ b/wput.spec @@ -2,7 +2,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 27%{?dist} +Release: 28%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -35,6 +35,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Sun Mar 29 2020 Itamar Reis Peixoto - 0.6.1-27 - fix FTBS rhbz#1800261 From 799e67cb0c96fe4581a072acbd7551de8a80a7fd Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:01:46 +0000 Subject: [PATCH 32/41] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- wput.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wput.spec b/wput.spec index d296e2e..b1fb9f5 100644 --- a/wput.spec +++ b/wput.spec @@ -7,6 +7,7 @@ License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz Patch0: wput-destdir.patch +BuildRequires: make BuildRequires: gettext BuildRequires: gnutls-devel BuildRequires: gcc From 3dabf95a59e6bd3f5d65366abd2bc529eeb38b09 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:40:52 +0000 Subject: [PATCH 33/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index b1fb9f5..b002c8b 100644 --- a/wput.spec +++ b/wput.spec @@ -2,7 +2,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 28%{?dist} +Release: 29%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -36,6 +36,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.1-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From c74904aa73df216d0dfe33c9a05899c98d7a4e8b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:09:12 +0000 Subject: [PATCH 34/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index b002c8b..e23507f 100644 --- a/wput.spec +++ b/wput.spec @@ -2,7 +2,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 29%{?dist} +Release: 30%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -36,6 +36,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.1-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.6.1-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From e084498d90c02824ddcddfa0b45d7e2e77379b0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:40:58 +0000 Subject: [PATCH 35/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index e23507f..fb0314b 100644 --- a/wput.spec +++ b/wput.spec @@ -2,7 +2,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 30%{?dist} +Release: 31%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -36,6 +36,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.6.1-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.6.1-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From e953af5da00bdf441e3362ef3742cea1cc9719e1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:38:45 +0000 Subject: [PATCH 36/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index fb0314b..7125ef0 100644 --- a/wput.spec +++ b/wput.spec @@ -2,7 +2,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 31%{?dist} +Release: 32%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -36,6 +36,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.6.1-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.6.1-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 3bce622219d55dbc7a97edf7e8108be23ed9903f Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sun, 28 Aug 2022 22:46:20 -0300 Subject: [PATCH 37/41] spec cleanup and modernization --- wput.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/wput.spec b/wput.spec index 7125ef0..06c9e49 100644 --- a/wput.spec +++ b/wput.spec @@ -17,17 +17,14 @@ Wput is a command-line ftp-client that looks like wget but instead of downloading, uploads files or whole directories to remote ftp-servers. %prep -%setup -q -%patch0 -p1 +%autosetup %build %configure --disable-g-switch - -%{__make} %{?_smp_mflags} +%make_build %install -%{__rm} -rf %{buildroot} -%{__make} install DESTDIR=%{buildroot} +%make_install %find_lang %{name} %files -f %{name}.lang @@ -134,4 +131,4 @@ downloading, uploads files or whole directories to remote ftp-servers. - Fix Release, %%files section and consistent use of macros * Thu Oct 26 2008 Itamar Reis Peixoto - 0.6.1-1.0 -- Initial package. \ No newline at end of file +- Initial package. From 9d8ae5ef61ed90ecdf5d060bf49b92411ee77ff5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 10 Jan 2023 13:33:12 +0100 Subject: [PATCH 38/41] C99 compatibility fix Related to: --- wput-c99.patch | 23 +++++++++++++++++++++++ wput.spec | 8 ++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 wput-c99.patch diff --git a/wput-c99.patch b/wput-c99.patch new file mode 100644 index 0000000..41da9a8 --- /dev/null +++ b/wput-c99.patch @@ -0,0 +1,23 @@ +Build with -D_XOPEN_SOURCE for a declaration of strptime in . +This avoids build failures with future compilers which do not support +implicit function declarations. + +We cannout build with -D_GNU_SOURCE as the sources contain a defintion +of basename which does not match the GNU prototype. + +Submitted upstream: + +diff --git a/src/Makefile.in b/src/Makefile.in +index e7c4c431f50984ec..348807fb9df5bb86 100644 +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -5,7 +5,8 @@ prefix=@prefix@ + bindir=@bindir@ + localedir=$(prefix)/share/locale + CC=@CC@ +-CFLAGS= @CFLAGS@ -DLOCALEDIR=\"$(localedir)\" @GNUTLS_CFLAGS@ ++CFLAGS= @CFLAGS@ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE \ ++ -DLOCALEDIR=\"$(localedir)\" @GNUTLS_CFLAGS@ + LIBS=@LIBINTL@ @LIBS@ @GNUTLS_LIBS@ + EXE=../wput + GETOPT=@GETOPT@ diff --git a/wput.spec b/wput.spec index 06c9e49..a990c16 100644 --- a/wput.spec +++ b/wput.spec @@ -2,11 +2,12 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 32%{?dist} +Release: 33%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz Patch0: wput-destdir.patch +Patch1: wput-c99.patch BuildRequires: make BuildRequires: gettext BuildRequires: gnutls-devel @@ -17,7 +18,7 @@ Wput is a command-line ftp-client that looks like wget but instead of downloading, uploads files or whole directories to remote ftp-servers. %prep -%autosetup +%autosetup -p1 %build %configure --disable-g-switch @@ -33,6 +34,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Tue Jan 10 2023 Florian Weimer - 0.6.1-33 +- C99 compatibility fix + * Sat Jul 23 2022 Fedora Release Engineering - 0.6.1-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 28734c50808f5916e030700c4325d559a8b03f51 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:00:28 +0000 Subject: [PATCH 39/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index a990c16..29e93d2 100644 --- a/wput.spec +++ b/wput.spec @@ -2,7 +2,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 33%{?dist} +Release: 34%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -34,6 +34,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.6.1-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Jan 10 2023 Florian Weimer - 0.6.1-33 - C99 compatibility fix From ff4490033a0d1962c62f5486ff8151528fef8853 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:23:29 +0000 Subject: [PATCH 40/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wput.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wput.spec b/wput.spec index 29e93d2..ceae0a2 100644 --- a/wput.spec +++ b/wput.spec @@ -2,7 +2,7 @@ Summary: A utility for uploading files or whole directories to remote ftp-servers Name: wput Version: 0.6.1 -Release: 34%{?dist} +Release: 35%{?dist} License: GPLv2+ URL: http://wput.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -34,6 +34,9 @@ downloading, uploads files or whole directories to remote ftp-servers. %{_bindir}/%{name} %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.6.1-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.6.1-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From febdfda01d1dd2c9a30bcafec650045bb0f354b3 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 25 Jan 2024 21:05:08 +0000 Subject: [PATCH 41/41] Orphaned for 6+ weeks --- .gitignore | 1 - dead.package | 1 + sources | 1 - wput-c99.patch | 23 -------- wput-destdir.patch | 14 ----- wput.spec | 144 --------------------------------------------- 6 files changed, 1 insertion(+), 183 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wput-c99.patch delete mode 100644 wput-destdir.patch delete mode 100644 wput.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 43fc7af..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -wput-0.6.1.tgz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 76a92fd..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -92b41efed4db8eb4f3443c23bf7ceecf wput-0.6.1.tgz diff --git a/wput-c99.patch b/wput-c99.patch deleted file mode 100644 index 41da9a8..0000000 --- a/wput-c99.patch +++ /dev/null @@ -1,23 +0,0 @@ -Build with -D_XOPEN_SOURCE for a declaration of strptime in . -This avoids build failures with future compilers which do not support -implicit function declarations. - -We cannout build with -D_GNU_SOURCE as the sources contain a defintion -of basename which does not match the GNU prototype. - -Submitted upstream: - -diff --git a/src/Makefile.in b/src/Makefile.in -index e7c4c431f50984ec..348807fb9df5bb86 100644 ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -5,7 +5,8 @@ prefix=@prefix@ - bindir=@bindir@ - localedir=$(prefix)/share/locale - CC=@CC@ --CFLAGS= @CFLAGS@ -DLOCALEDIR=\"$(localedir)\" @GNUTLS_CFLAGS@ -+CFLAGS= @CFLAGS@ -D_DEFAULT_SOURCE -D_XOPEN_SOURCE \ -+ -DLOCALEDIR=\"$(localedir)\" @GNUTLS_CFLAGS@ - LIBS=@LIBINTL@ @LIBS@ @GNUTLS_LIBS@ - EXE=../wput - GETOPT=@GETOPT@ diff --git a/wput-destdir.patch b/wput-destdir.patch deleted file mode 100644 index 5324920..0000000 --- a/wput-destdir.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ruN wput-0.6.1.orig/Makefile.in wput-0.6.1.new/Makefile.in ---- wput-0.6.1.orig/Makefile.in 2007-12-12 15:30:04.000000000 -0200 -+++ wput-0.6.1.new/Makefile.in 2008-10-26 20:09:36.000000000 -0200 -@@ -16,8 +16,8 @@ - - install: all - cd po && $(MAKE) $(MAKEDEFS) $@ -- install -m0755 wput $(bindir) -- install -m0644 doc/wput.1.gz $(mandir) -+ install -D -p -m 0755 wput $(DESTDIR)$(bindir)/wput -+ install -D -p -m 0644 doc/wput.1.gz $(DESTDIR)$(mandir)/wput.1.gz - @echo "----------------" - @echo "Wput installed. See 'wput -h' or 'man wput' for usage information." - @echo "Further documentation is located in the doc/USAGE.* files." diff --git a/wput.spec b/wput.spec deleted file mode 100644 index ceae0a2..0000000 --- a/wput.spec +++ /dev/null @@ -1,144 +0,0 @@ -%define _legacy_common_support 1 -Summary: A utility for uploading files or whole directories to remote ftp-servers -Name: wput -Version: 0.6.1 -Release: 35%{?dist} -License: GPLv2+ -URL: http://wput.sourceforge.net/ -Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz -Patch0: wput-destdir.patch -Patch1: wput-c99.patch -BuildRequires: make -BuildRequires: gettext -BuildRequires: gnutls-devel -BuildRequires: gcc - -%description -Wput is a command-line ftp-client that looks like wget but instead of -downloading, uploads files or whole directories to remote ftp-servers. - -%prep -%autosetup -p1 - -%build -%configure --disable-g-switch -%make_build - -%install -%make_install -%find_lang %{name} - -%files -f %{name}.lang -%doc ChangeLog COPYING INSTALL TODO doc -%{_mandir}/man1/* -%{_bindir}/%{name} - -%changelog -* Sat Jul 22 2023 Fedora Release Engineering - 0.6.1-35 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 0.6.1-34 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Jan 10 2023 Florian Weimer - 0.6.1-33 -- C99 compatibility fix - -* Sat Jul 23 2022 Fedora Release Engineering - 0.6.1-32 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 0.6.1-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.6.1-30 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.6.1-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.6.1-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Mar 29 2020 Itamar Reis Peixoto - 0.6.1-27 -- fix FTBS rhbz#1800261 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.6.1-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 0.6.1-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.6.1-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.6.1-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Feb 19 2018 Itamar Reis Peixoto - 0.6.1-22 -- add gcc into buildrequires - -* Fri Feb 09 2018 Fedora Release Engineering - 0.6.1-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 0.6.1-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.6.1-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.6.1-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.6.1-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.6.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Aug 17 2011 Itamar Reis Peixoto - 0.6.1-9 -- rebuilt - -* Thu Apr 21 2011 Itamar Reis Peixoto - 0.6.1-8 -- Rebuilt (gnutls soname change) - -* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.6.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - - -* Mon Oct 28 2008 Itamar Reis Peixoto - 0.6.1-4 -- Changes bugzilla #468633 Comment #10 From Manuel Wolfshant -> -- BuildRequires: gettext / gnutls-devel - -* Thu Oct 27 2008 Itamar Reis Peixoto - 0.6.1-3 -- Start counting patches from 0 / Rename Patch1 to Patch0 -- Fix Source0 Address - -* Mon Oct 27 2008 Itamar Reis Peixoto - 0.6.1-2 -- Changes bugzilla #468633 Comment #1 From Fabian Affolter -> -- Fix Release, %%files section and consistent use of macros - -* Thu Oct 26 2008 Itamar Reis Peixoto - 0.6.1-1.0 -- Initial package.