auto-import changelog data from ppp-2.4.1-10.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.4.1-9 - Fix build failure by rebuilding Tue Nov 19 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-8 - rebuild - set x86_64 to use varargs the way s390 does
This commit is contained in:
parent
7656d4e8e0
commit
70d32a2881
@ -1,11 +1,11 @@
|
||||
--- ppp-2.4.1/pppd/utils.c.varargs Thu Jun 6 16:22:58 2002
|
||||
--- ppp-2.4.1/pppd/utils.c Thu Jun 6 16:22:58 2002
|
||||
+++ ppp-2.4.1/pppd/utils.c Thu Jun 6 16:22:00 2002
|
||||
@@ -254,7 +254,7 @@
|
||||
break;
|
||||
case 'r':
|
||||
f = va_arg(args, char *);
|
||||
-#ifndef __powerpc__
|
||||
+#if !defined(__powerpc__) && !defined(__s390__) && !defined(__s390x__)
|
||||
+#if !defined(__powerpc__) && !defined(__s390__) && !defined(__s390x__) && !defined(__x86_64__)
|
||||
n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list));
|
||||
#else
|
||||
/* On the powerpc, a va_list is an array of 1 structure */
|
||||
|
12
ppp.spec
12
ppp.spec
@ -1,7 +1,7 @@
|
||||
Summary: The PPP (Point-to-Point Protocol) daemon.
|
||||
Name: ppp
|
||||
Version: 2.4.1
|
||||
Release: 7
|
||||
Release: 10
|
||||
License: distributable
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
|
||||
@ -72,6 +72,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc README README.linux scripts sample
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.4.1-9
|
||||
- Fix build failure by rebuilding
|
||||
|
||||
* Tue Nov 19 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-8
|
||||
- rebuild
|
||||
- set x86_64 to use varargs the way s390 does
|
||||
|
||||
* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- add patch:
|
||||
* Thu Jun 06 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||
|
Loading…
Reference in New Issue
Block a user