[yafc] - Upgrading to 1.3.4 (#1135702)

Jaromír Cápík jcapik at fedoraproject.org
Wed Oct 1 17:58:04 UTC 2014


commit 0688c8ad4d9705c088c97c6f51922fbb89bf4dbf
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Wed Oct 1 19:57:48 2014 +0200

    - Upgrading to 1.3.4 (#1135702)

 .gitignore                                 |    1 +
 gssapi.diff                                |   12 -
 gssapi2.diff                               |   11 -
 sources                                    |    2 +-
 yafc-1.1.1-texi-section-level-errors.patch |   51 -
 yafc-1.3.4-readline-version-check.patch    |   12 +
 yafc-aarch64.patch                         | 2682 ----------------------------
 yafc-format-security.patch                 |   12 -
 yafc.spec                                  |   31 +-
 9 files changed, 34 insertions(+), 2780 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f615da5..76d967d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 yafc-1.1.1.tar.bz2
+/yafc-1.3.4.tar.xz
diff --git a/sources b/sources
index bc845ac..985de57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-832d074183a36ee15b47553ed5962fce  yafc-1.1.1.tar.bz2
+ee1c88e522882e3070562c813872ff9b  yafc-1.3.4.tar.xz
diff --git a/yafc-1.3.4-readline-version-check.patch b/yafc-1.3.4-readline-version-check.patch
new file mode 100644
index 0000000..3075187
--- /dev/null
+++ b/yafc-1.3.4-readline-version-check.patch
@@ -0,0 +1,12 @@
+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 361fc28..21ab613 100644
--- a/yafc.spec
+++ b/yafc.spec
@@ -4,8 +4,8 @@
 #
 
 Name:           yafc
-Version:        1.1.1
-Release:        22%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Summary:        Yet Another FTP/SFTP Client
 
 Group:          Applications/Internet
@@ -14,7 +14,10 @@ URL:            http://yafc.sourceforge.net
 
 ################################################################################
 
-Source:         http://dl.sourceforge.net/yafc/%{name}-%{version}.tar.bz2
+Source:         http://www.yafc-ftp.com/upload/%{name}-%{version}.tar.xz
+
+# Fix from Robin Neatherway
+Patch0:         yafc-1.3.4-readline-version-check.patch
 
 Patch1:         gssapi.diff
 Patch2:         gssapi2.diff
@@ -28,6 +31,7 @@ BuildRequires:      readline-devel >= 4.2
 BuildRequires:      krb5-devel
 BuildRequires:      ncurses-devel
 BuildRequires:      /usr/bin/makeinfo
+BuildRequires:      libbsd-devel
 
 Requires:           openssh-clients
 
@@ -48,13 +52,13 @@ autologin.
 
 %setup -q
 
-make distclean
+%patch0 -p1
 
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+#%%patch1 -p1
+#%%patch2 -p1
+#%%patch3 -p1
+#%%patch4 -p1
+#%%patch5 -p1
 
 ################################################################################
 
@@ -96,16 +100,21 @@ fi
 ################################################################################
 
 %files
-%doc ABOUT-NLS BUGS COPYING COPYRIGHT NEWS README THANKS TODO
+%doc BUGS COPYING COPYRIGHT NEWS README.md THANKS TODO
 %doc contrib/
-%doc inputrc.sample yafcrc.sample
+%doc samples/inputrc samples/yafcrc
 %{_bindir}/*
 %{_mandir}/man*/*
 %{_datadir}/info/yafc*
+%{_sysconfdir}/bash_completion.d/yafc
+%{_datadir}/locale/*/LC_MESSAGES/yafc.mo
 
 ################################################################################
 
 %changelog
+* Wed Oct 01 2014 Jaromir Capik <jcapik at redhat.com> - 1.3.4-1
+- Upgrading to 1.3.4 (#1135702)
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list