Browse Source

upgrading package: openser 1.1.1 -> 1.2.0

Ralf S. Engelschall 18 years ago
parent
commit
65e904c37f
2 changed files with 12 additions and 12 deletions
  1. 10 10
      openser/openser.patch
  2. 2 2
      openser/openser.spec

+ 10 - 10
openser/openser.patch

@@ -1,16 +1,16 @@
 Index: Makefile.defs
---- Makefile.defs.orig	2007-01-22 13:16:11 +0100
-+++ Makefile.defs	2007-01-22 17:28:29 +0100
-@@ -629,7 +629,7 @@
- ifeq			($(CC_SHORTVER), 4.x)
- 					CPU ?= ultrasparc
+--- Makefile.defs.orig	2007-03-12 17:39:09 +0100
++++ Makefile.defs	2007-03-13 08:10:29 +0100
+@@ -652,7 +652,7 @@
+ ifeq			($(CC_CLASS), 4.x)
+ 					CPU_TYPE ?= ultrasparc
  					#use 32bit for now
 -					CFLAGS+=-mcpu=ultrasparc -minline-all-stringops \
 +					CFLAGS+=-mcpu=ultrasparc \
- 							-mtune=$(CPU) \
+ 							-mtune=$(CPU_TYPE) \
  							-ftree-vectorize
  else
-@@ -989,6 +989,8 @@
+@@ -974,6 +974,8 @@
  
  endif #mode=release
  
@@ -19,7 +19,7 @@ Index: Makefile.defs
  
  #*FLAGS used for compiling the modules
  ifeq	($(CC_NAME), gcc)
-@@ -1203,8 +1205,8 @@
+@@ -1196,8 +1198,8 @@
  
  #add libssl if needed
  ifneq ($(TLS),)
@@ -32,7 +32,7 @@ Index: Makefile.defs
  ifneq ($(found_lock_method), yes)
 Index: rtpproxy/main.c
 --- rtpproxy/main.c.orig	2006-07-05 02:14:19 +0200
-+++ rtpproxy/main.c	2007-01-22 17:28:29 +0100
++++ rtpproxy/main.c	2007-03-13 08:08:02 +0100
 @@ -38,7 +38,7 @@
  #include <sys/select.h>
  #include <sys/stat.h>
@@ -98,7 +98,7 @@ Index: rtpproxy/main.c
  	    err(1, "can't switch into daemon mode");
 Index: rtpproxy/rtpp_util.h
 --- rtpproxy/rtpp_util.h.orig	2006-04-13 06:29:19 +0200
-+++ rtpproxy/rtpp_util.h	2007-01-22 17:28:29 +0100
++++ rtpproxy/rtpp_util.h	2007-03-13 08:08:02 +0100
 @@ -83,7 +83,7 @@
  #define	DEFFILEMODE	(S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  #endif

+ 2 - 2
openser/openser.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package options
-%define       V_openser  1.1.1
+%define       V_openser  1.2.0
 %define       V_rtpproxy 20070222-181301
 
 #   package information
@@ -37,7 +37,7 @@ Class:        PLUS
 Group:        VoIP
 License:      GPL
 Version:      %{V_openser}
-Release:      20070223
+Release:      20070313
 
 #   package options
 %option       with_fsl  yes