rpms/yafc/devel gssapi2.diff,NONE,1.1 yafc.spec,1.2,1.3

Chris Petersen (xris) fedora-extras-commits at redhat.com
Sun Feb 18 07:53:55 UTC 2007


Author: xris

Update of /cvs/extras/rpms/yafc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7198

Modified Files:
	yafc.spec 
Added Files:
	gssapi2.diff 
Log Message:
Add patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=226764 to hopefully make this compile in devel

gssapi2.diff:

--- NEW FILE gssapi2.diff ---
--- yafc-1.1.1/configure.gssapih	2005-10-06 08:26:31.000000000 +0200
+++ yafc-1.1.1/configure	2007-02-15 19:00:41.000000000 +0100
@@ -27689,7 +27689,6 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <gssapi.h>
 int
 main ()
 {



Index: yafc.spec
===================================================================
RCS file: /cvs/extras/rpms/yafc/devel/yafc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yafc.spec	1 Feb 2007 17:24:21 -0000	1.2
+++ yafc.spec	18 Feb 2007 07:53:23 -0000	1.3
@@ -5,7 +5,7 @@
 
 Name:           yafc
 Version:        1.1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Yet Another FTP/SFTP Client
 
 Group:          Applications/Internet
@@ -16,7 +16,8 @@
 
 Source:         http://dl.sourceforge.net/yafc/%{name}-%{version}.tar.bz2
 
-Patch:          gssapi.diff
+Patch1:         gssapi.diff
+Patch2:         gssapi2.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -48,7 +49,8 @@
 
 make distclean
 
-%patch -p1
+%patch1 -p1
+%patch2 -p1
 
 ################################################################################
 
@@ -109,6 +111,9 @@
 
 %changelog
 
+* Sat Feb 17 2007   Chris Petersen <rpm at forevermore.net>                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 <rpm at forevermore.net>                1.1.1-6
 - Add ncurses BR so that yafc won't link against the deprecated termcap lib
 




More information about the scm-commits mailing list