rpms/ser/F-9 ser-0.9.6-axp.patch,NONE,1.1 ser.spec,1.15,1.16

Oliver Falk oliver at fedoraproject.org
Mon Feb 16 21:21:24 UTC 2009


Author: oliver

Update of /cvs/pkgs/rpms/ser/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14940

Modified Files:
	ser.spec 
Added Files:
	ser-0.9.6-axp.patch 
Log Message:

* Mon Feb 16 2009 Oliver Falk <oliver at linux-kernel.at> - 0.9.6-17
- Do not use -minline-all-stringops on alpha, alpha gcc doesn't
  understand that



ser-0.9.6-axp.patch:

--- NEW FILE ser-0.9.6-axp.patch ---
diff -up ser-0.9.6/Makefile.defs.axp ser-0.9.6/Makefile.defs
--- ser-0.9.6/Makefile.defs.axp	2007-12-04 15:57:03.000000000 +0100
+++ ser-0.9.6/Makefile.defs	2007-12-04 15:57:05.000000000 +0100
@@ -794,7 +794,7 @@ ifeq		($(CC_NAME), gcc)
 				CFLAGS= -O9 -funroll-loops $(PROFILE)  -Wall 
 			#if gcc 4.0+
 ifeq			($(CC_SHORTVER), 4.x)
-					CFLAGS+=-minline-all-stringops
+					CFLAGS+=
 else
 			#if gcc 3.4+
 ifeq			($(CC_SHORTVER), 3.4)


Index: ser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ser/F-9/ser.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ser.spec	16 Feb 2009 16:38:52 -0000	1.15
+++ ser.spec	16 Feb 2009 21:20:53 -0000	1.16
@@ -8,7 +8,7 @@
 Summary: SIP Express Router
 Name: ser
 Version: 0.9.6
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 Source0: http://ftp.iptel.org/pub/ser/latest/src/ser-%{version}_src.tar.gz
@@ -17,6 +17,7 @@
 Source3: ser.init
 Patch0: serweb-path.patch
 Patch1: ser-0.9.6-sysdef.patch
+Patch2: ser-0.9.6-axp.patch
 URL: http://www.iptel.org/ser/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: expat-devel, libxml2-devel, mysql-devel, postgresql-devel, bison
@@ -74,6 +75,7 @@
 %setup -q -a 1
 %patch0 -p1 -b .path
 %patch1 -p1 -b .sysdef
+%patch2 -p1 -b .axp
 
 # Enable SQL support for the acc module
 sed -i -e 's/#DEFS+=-DSQL_ACC/DEFS+=-DSQL_ACC/' modules/acc/Makefile 
@@ -216,6 +218,10 @@
 %endif
 
 %changelog
+* Mon Feb 16 2009 Oliver Falk <oliver at linux-kernel.at> - 0.9.6-17
+- Do not use -minline-all-stringops on alpha, alpha gcc doesn't
+  understand that
+
 * Mon Feb 16 2009 Dennis Gilmore <dennis at ausil.us> - 0.9.6-16
 - use fedora optimisation flags
 




More information about the fedora-extras-commits mailing list