checked in (request 40407)

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=38
This commit is contained in:
OBS User autobuild 2010-05-25 12:08:25 +00:00 committed by Git OBS Bridge
parent d705cf8580
commit 04f6e552b5
3 changed files with 0 additions and 23 deletions

View File

@ -1,16 +0,0 @@
Index: sipgen/gencode.c
===================================================================
--- sipgen/gencode.c.orig
+++ sipgen/gencode.c
@@ -12687,9 +12687,9 @@ static FILE *createFile(moduleDef *mod,
"/*\n"
" * %s\n"
" *\n"
-" * Generated by SIP %s on %s"
+" * Generated by SIP %s"
,description
- ,sipVersion,ctime(&now));
+ ,sipVersion);
if (mod->copying != NULL)
prcode(fp,

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed May 19 19:49:19 UTC 2010 - cmorve69@yahoo.es
- fix build-compare
-------------------------------------------------------------------
Fri Mar 26 18:49:41 CET 2010 - dmueller@suse.de

View File

@ -32,7 +32,6 @@ Source0: sip-%{rversion}.tar.bz2
Patch0: disable-rpaths.diff
Patch2: fix-linking.diff
Patch3: fix-linking25.diff
Patch4: build-compare.diff
%py_requires
%description
@ -79,7 +78,6 @@ Authors:
%else
%patch3
%endif
%patch4
%build
export CFLAGS="$RPM_OPT_FLAGS"