rpms/aqbanking/devel aqbanking-2.3.2-open.patch, NONE, 1.1 aqbanking.spec, 1.45, 1.46

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Wed Aug 29 18:35:39 UTC 2007


Author: notting

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

Modified Files:
	aqbanking.spec 
Added Files:
	aqbanking-2.3.2-open.patch 
Log Message:
fix build with recent glibc


aqbanking-2.3.2-open.patch:

--- NEW FILE aqbanking-2.3.2-open.patch ---
diff -up aqbanking-2.3.2/src/plugins/backends/aqhbci/plugin/msglayer/message.c.foo aqbanking-2.3.2/src/plugins/backends/aqhbci/plugin/msglayer/message.c
--- aqbanking-2.3.2/src/plugins/backends/aqhbci/plugin/msglayer/message.c.foo	2007-08-29 14:26:38.000000000 -0400
+++ aqbanking-2.3.2/src/plugins/backends/aqhbci/plugin/msglayer/message.c	2007-08-29 14:28:30.000000000 -0400
@@ -1515,7 +1515,7 @@ void AH_Msg_LogMessage(AH_MSG *msg,
     return;
   }
   fd=open(logFile,
-          O_RDWR | O_CREAT | O_APPEND);
+          O_RDWR | O_CREAT | O_APPEND, 0644);
   if (fd==-1) {
     DBG_ERROR(AQHBCI_LOGDOMAIN,
               "open(%s): %s",


Index: aqbanking.spec
===================================================================
RCS file: /cvs/extras/rpms/aqbanking/devel/aqbanking.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- aqbanking.spec	29 Aug 2007 05:11:40 -0000	1.45
+++ aqbanking.spec	29 Aug 2007 18:35:07 -0000	1.46
@@ -13,6 +13,7 @@
 URL: http://www.aquamaniac.de/aqbanking/
 Patch2: aqbanking-2.2.9-pkgconfig.patch
 Patch3: aqbanking-2.1.0-conflict.patch
+Patch4: aqbanking-2.3.2-open.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # qbanking
 BuildRequires: qt-devel
@@ -130,6 +131,7 @@
 %setup -q
 %patch2 -p1 -b .pkgconfig
 %patch3 -p1 -b .conflict
+%patch4 -p1 -b .open
 
 %build
 [ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
@@ -253,8 +255,9 @@
 %{python_sitelib}/%{name}
 
 %changelog
-* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.3.2-2
+* Wed Aug 29 2007 Bill Nottingham <notting at redhat.com> - 2.3.2-2
 - Rebuild for selinux ppc32 issue.
+- fix build with current glibc/headers
 
 * Fri Aug  3 2007 Bill Nottingham <notting at redhat.com>
 - tweak license tag




More information about the fedora-extras-commits mailing list