From 24b86d68f938d1d05f2c043538329c82bda8c111 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Mon, 3 Nov 2014 09:27:39 +0100 Subject: [PATCH 01/11] - Upgrading to 1.3.5 (#1150575) --- .gitignore | 1 + sources | 2 +- yafc-1.3.4-readline-version-check.patch | 12 ------------ yafc.spec | 10 ++++------ 4 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 yafc-1.3.4-readline-version-check.patch diff --git a/.gitignore b/.gitignore index 76d967d..75414f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ yafc-1.1.1.tar.bz2 /yafc-1.3.4.tar.xz +/yafc-1.3.5.tar.xz diff --git a/sources b/sources index 985de57..eabd58b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee1c88e522882e3070562c813872ff9b yafc-1.3.4.tar.xz +34882bb4dbeee3a99587ff253648a66e yafc-1.3.5.tar.xz diff --git a/yafc-1.3.4-readline-version-check.patch b/yafc-1.3.4-readline-version-check.patch deleted file mode 100644 index 3075187..0000000 --- a/yafc-1.3.4-readline-version-check.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur yafc-1.3.4.orig/src/syshdr.h yafc-1.3.4/src/syshdr.h ---- yafc-1.3.4.orig/src/syshdr.h 2014-04-04 20:44:02.000000000 +0200 -+++ yafc-1.3.4/src/syshdr.h 2014-10-01 19:41:40.237275305 +0200 -@@ -161,7 +161,7 @@ - #define HAVE_LIBREADLINE - #endif - --#if defined(HAVE_LIBEDIT) || (defined(HAVE_LIBREADLINE) && RL_READLINE_VERSION < 0x0603) -+#if defined(HAVE_LIBEDIT) || (defined(HAVE_LIBREADLINE) && RL_READLINE_VERSION < 0x0602) - typedef CPPFunction rl_completion_func_t; - #endif - diff --git a/yafc.spec b/yafc.spec index f1c4a8b..0fa70ab 100644 --- a/yafc.spec +++ b/yafc.spec @@ -4,7 +4,7 @@ # Name: yafc -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist} Summary: Yet Another FTP/SFTP Client @@ -16,9 +16,6 @@ URL: http://yafc.sourceforge.net Source: http://www.yafc-ftp.com/upload/%{name}-%{version}.tar.xz -# Fix from Robin Neatherway -Patch0: yafc-1.3.4-readline-version-check.patch - ################################################################################ BuildRequires: readline-devel >= 4.2 @@ -50,8 +47,6 @@ autologin. %setup -q -%patch0 -p1 - ################################################################################ %build @@ -101,6 +96,9 @@ fi ################################################################################ %changelog +* Mon Nov 03 2014 Jaromir Capik - 1.3.5-1 +- Upgrading to 1.3.5 (#1150575) + * Wed Oct 01 2014 Jaromir Capik - 1.3.4-1 - Upgrading to 1.3.4 (#1135702) From 5c5cf1e03bb70ad7e2dd95db1f732c55703a3bfc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:33:33 +0000 Subject: [PATCH 02/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 0fa70ab..31f07fd 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -96,6 +96,9 @@ fi ################################################################################ %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Nov 03 2014 Jaromir Capik - 1.3.5-1 - Upgrading to 1.3.5 (#1150575) From 95737d11cf3c0e9a387b46625b2e1e96ef44a9ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:55:10 +0000 Subject: [PATCH 03/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 31f07fd..66f149e 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -96,6 +96,9 @@ fi ################################################################################ %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From e25c3e6115d623a481609a01b11602cec8479eb6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 12 Jan 2017 17:30:45 +0100 Subject: [PATCH 04/11] Rebuild for readline 7.x Signed-off-by: Igor Gnatenko --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 66f149e..651c6f7 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -96,6 +96,9 @@ fi ################################################################################ %changelog +* Thu Jan 12 2017 Igor Gnatenko - 1.3.5-4 +- Rebuild for readline 7.x + * Fri Feb 05 2016 Fedora Release Engineering - 1.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 0d51dcc264901d19231ffbbb2f57d2a71e400f79 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:13:49 +0000 Subject: [PATCH 05/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 651c6f7..793c7e0 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -96,6 +96,9 @@ fi ################################################################################ %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.3.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Jan 12 2017 Igor Gnatenko - 1.3.5-4 - Rebuild for readline 7.x From 942d24e418c976ea4d5447ec72ed9b0a320e2aa4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:31:50 +0000 Subject: [PATCH 06/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 793c7e0..77e9e0d 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -96,6 +96,9 @@ fi ################################################################################ %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.3.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.3.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From e650212db36bf71121c256ed43e89ffd20098494 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 11:03:54 +0000 Subject: [PATCH 07/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 77e9e0d..2fb19d4 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -96,6 +96,9 @@ fi ################################################################################ %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.3.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.3.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From b34034ed817b874ccd345c47e69038cd690d5674 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:13:04 +0000 Subject: [PATCH 08/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 2fb19d4..5424365 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -96,6 +96,9 @@ fi ################################################################################ %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.3.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.3.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 131fa2d5996b99182b866eeefb192d65d3629371 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:54 +0200 Subject: [PATCH 09/11] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- yafc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/yafc.spec b/yafc.spec index 5424365..96d327c 100644 --- a/yafc.spec +++ b/yafc.spec @@ -18,6 +18,7 @@ Source: http://www.yafc-ftp.com/upload/%{name}-%{version}.tar.xz ################################################################################ +BuildRequires: gcc BuildRequires: readline-devel >= 4.2 BuildRequires: krb5-devel BuildRequires: ncurses-devel From 7a8d54725469e66cbc7b393966862387dea63eaa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:39:54 +0000 Subject: [PATCH 10/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yafc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yafc.spec b/yafc.spec index 96d327c..88708e7 100644 --- a/yafc.spec +++ b/yafc.spec @@ -5,7 +5,7 @@ Name: yafc Version: 1.3.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Yet Another FTP/SFTP Client Group: Applications/Internet @@ -97,6 +97,9 @@ fi ################################################################################ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.3.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.3.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 6e11ebb0042fa91b8cbfe15a0e350130b8c3d025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 24 Dec 2018 13:55:12 +0100 Subject: [PATCH 11/11] Orphaned for 6+ weeks --- .gitignore | 3 - dead.package | 1 + sources | 1 - yafc.spec | 231 --------------------------------------------------- 4 files changed, 1 insertion(+), 235 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 yafc.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 75414f5..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -yafc-1.1.1.tar.bz2 -/yafc-1.3.4.tar.xz -/yafc-1.3.5.tar.xz 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 eabd58b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -34882bb4dbeee3a99587ff253648a66e yafc-1.3.5.tar.xz diff --git a/yafc.spec b/yafc.spec deleted file mode 100644 index 88708e7..0000000 --- a/yafc.spec +++ /dev/null @@ -1,231 +0,0 @@ -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192606 -# -# Specfile for yafc: yet another ftp client -# - -Name: yafc -Version: 1.3.5 -Release: 9%{?dist} -Summary: Yet Another FTP/SFTP Client - -Group: Applications/Internet -License: GPLv2+ -URL: http://yafc.sourceforge.net - -################################################################################ - -Source: http://www.yafc-ftp.com/upload/%{name}-%{version}.tar.xz - -################################################################################ - -BuildRequires: gcc -BuildRequires: readline-devel >= 4.2 -BuildRequires: krb5-devel -BuildRequires: ncurses-devel -BuildRequires: /usr/bin/makeinfo -BuildRequires: libbsd-devel -BuildRequires: gettext-devel -BuildRequires: libssh-devel -# FIXME: The editline configure check is broken -BuildRequires: libedit-devel - -Requires: openssh-clients - -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - -################################################################################ - -%description -Yafc is an OpenSource console mode FTP client. It has support for Kerberos 4/5 -authentication and sftp (ssh2). Other features include tab completion, -directory cache, powerful aliases, recursive file commands and bookmarks with -autologin. - -################################################################################ - -%prep - -%setup -q - -################################################################################ - -%build - -%configure - -make %{?_smp_mflags} - -################################################################################ - -%install - -make install DESTDIR=$RPM_BUILD_ROOT - -# Change the perms on %doc files so rpm doesn't pick up their dependencies -find contrib/ -type f -print0 | xargs -r0 chmod 644 - -# Remove the info directory that sometimes gets created -rm -rf $RPM_BUILD_ROOT/%{_datadir}/info/dir - -################################################################################ - -%post - -/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : - -################################################################################ - -%postun - -if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : -fi - -################################################################################ - -%files -%doc BUGS COPYING COPYRIGHT NEWS README.md THANKS TODO -%doc contrib/ -%doc samples/inputrc samples/yafcrc -%{_bindir}/* -%{_mandir}/man*/* -%{_datadir}/info/yafc* -%{_sysconfdir}/bash_completion.d/yafc -%{_datadir}/locale/*/LC_MESSAGES/yafc.mo - -################################################################################ - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 1.3.5-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.3.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.3.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.3.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.3.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Jan 12 2017 Igor Gnatenko - 1.3.5-4 -- Rebuild for readline 7.x - -* Fri Feb 05 2016 Fedora Release Engineering - 1.3.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.3.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Nov 03 2014 Jaromir Capik - 1.3.5-1 -- Upgrading to 1.3.5 (#1150575) - -* Wed Oct 01 2014 Jaromir Capik - 1.3.4-1 -- Upgrading to 1.3.4 (#1135702) - -* Mon Aug 18 2014 Fedora Release Engineering - 1.1.1-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 1.1.1-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Feb 05 2014 Jaromir Capik - 1.1.1-20 -- Fixing format-security flawsm (#1037407) -- Cleaning the spec - -* Sun Aug 04 2013 Fedora Release Engineering - 1.1.1-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri May 24 2013 Jaromir Capik - 1.1.1-18 -- aarch64 support -- Fixing texi errors (section levels) - -* Fri Feb 15 2013 Fedora Release Engineering - 1.1.1-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.1.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.1.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 08 2011 Fedora Release Engineering - 1.1.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.1.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1.1.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Aug 11 2008 Jason L Tibbitts III - 1.1.1-11 -- Fix license tag. - -* Wed Feb 20 2008 Fedora Release Engineering - 1.1.1-10 -- Autorebuild for GCC 4.3 - -* Tue Aug 28 2007 Fedora Release Engineering - 1.1.1-9 -- Rebuild for selinux ppc32 issue. - -* Fri Jun 22 2007 Chris Petersen 1.1.1-8 -- Revision bump due to buildsys version conflict preventing F-7 build - -* Sat Feb 17 2007 Chris Petersen 1.1.1-7 -- Add gssapi2 patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=226764 so this compiles in rawhide - -* Thu Feb 1 2007 Chris Petersen 1.1.1-6 -- Add ncurses BR so that yafc won't link against the deprecated termcap lib - -* Tue Sep 12 2006 Chris Petersen 1.1.1-5 -- Slight tweak to the defattr to add the fourth parameter - -* Sun Jul 23 2006 Chris Petersen 1.1.1-4 -- Add `make distclean` to prep section to compensate for "dirty" cvs repository -- Remove doc/ directory from files, since its contents already get installed as info and man files - -* Sun Jul 23 2006 Chris Petersen 1.1.1-3 -- Add kerberos patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192606 -- Add krb5-devel BR now that we can compile with kerberos -- Make setup quiet for rpmlint - -* Mon Jul 03 2006 Chris Petersen 1.1.1-2 -- Update summary and description per fedora recommendations -- Remove exclude and just use rm -rf for info/dir -- Move install-info to postun instead of preun -- Remove redunant readline requirement -- Remove "always color" patch (problems in non-ansi terminals and can be replicated via yafcrc/alias) - -* Sun Nov 28 2004 Karl Pietrzak [1.1-0] -* Fri May 20 2006 Chris Petersen 1.1.1-1 -- Update spec to comply with fedora guidelines and rpmlint -- Remove unnecessary errno patch - -* Sun Nov 28 2004 Karl Pietrzak [1.1-0] -- added patch to always print with color -- added Requires - -* Wed Sep 24 2003 Karol Pietrzak [1.0-2] -- created a patch to compile with the latest incarnation of gcc - -* Tue Dec 10 2002 Karol Pietrzak [1.0-1] -- prettied up Description -- updated BuildRequires -- updated deletion of %%buildroot script -- %%makeinstall pretties up doc/ - -* Sun Oct 13 2002 Karol Pietrzak -- changed Group to what SuSE 8.1 uses -- file "dir" no longer part of package - -* Sat Oct 12 2002 Karol Pietrzak -- removed problematic parameters to configure script - -* Tue Oct 8 2002 Karol Pietrzak -- moved deletion of %%buildroot directory and made it smarter - -* Tue Dec 4 2001 Karol Pietrzak -- RPM now relocatable