Mailinglist Archive: opensuse-commit (1138 mails)

< Previous Next >
commit yafc
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sun, 28 Jan 2007 22:44:19 +0100
  • Message-id: <20070128214419.DD90867817E@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yafc
checked in at Sun Jan 28 22:44:19 CET 2007.

--------
--- yafc/yafc.changes 2006-01-25 21:43:32.000000000 +0100
+++ /mounts/work_users/ro/STABLE/yafc/yafc.changes 2007-01-28 22:39:57.737115000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 28 22:39:35 CET 2007 - ro@xxxxxxx
+
+- do apply patch2
+- fix build (include krb5.h instead of krb5_err.h)
+
+-------------------------------------------------------------------

New:
----
yafc-krb5.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yafc.spec ++++++
--- /var/tmp/diff_new_pack.E16274/_old 2007-01-28 22:44:11.000000000 +0100
+++ /var/tmp/diff_new_pack.E16274/_new 2007-01-28 22:44:11.000000000 +0100
@@ -1,11 +1,11 @@
#
# spec file for package yafc (Version 1.1.1)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild
@@ -14,8 +14,8 @@
BuildRequires: krb5-devel openssl-devel readline-devel
Summary: Yet Another FTP Client
Version: 1.1.1
-Release: 3
-License: GPL
+Release: 40
+License: GNU General Public License (GPL)
Group: Productivity/Networking/Ftp/Clients
URL: http://yafc.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
@@ -25,6 +25,7 @@
Patch: patch_utils.diff
Patch1: kerberos_warnings.diff
Patch2: remove_bsd_code.diff
+Patch3: yafc-krb5.diff

%description
Yafc is an OpenSource console mode FTP client. It has support for
@@ -42,6 +43,8 @@
%setup -q
%patch
%patch1
+%patch2
+%patch3

%build
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=%{prefix} --infodir=%{_infodir} --mandir=%{_mandir}
@@ -67,6 +70,9 @@
%{_infodir}/yafc.info.gz

%changelog -n yafc
+* Sun Jan 28 2007 - ro@xxxxxxx
+- do apply patch2
+- fix build (include krb5.h instead of krb5_err.h)
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Tue Nov 22 2005 - sscheler@xxxxxxx

++++++ yafc-krb5.diff ++++++
--- lib/gssapi.c
+++ lib/gssapi.c
@@ -41,7 +41,7 @@
* against Heimdal, which needs krb5_err.h to define *
* KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN
*/
-# include <krb5_err.h>
+# include <krb5.h>
#elif defined(HAVE_GSSAPI_GSSAPI_H)
# include <gssapi/gssapi.h>
/* if we have gssapi/gssapi.h it might be safe to assume we have the

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages