Browse Source

upgrading package: openser 1.1.0 -> 1.1.1

Ralf S. Engelschall 19 years ago
parent
commit
b2a3e0d7fd
2 changed files with 11 additions and 23 deletions
  1. 9 21
      openser/openser.patch
  2. 2 2
      openser/openser.spec

+ 9 - 21
openser/openser.patch

@@ -1,7 +1,7 @@
 Index: Makefile.defs
---- Makefile.defs.orig	2006-07-10 19:57:20.000000000 +0200
-+++ Makefile.defs	2006-10-24 14:37:21.637521203 +0200
-@@ -628,7 +628,7 @@
+--- 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
  					#use 32bit for now
@@ -10,7 +10,7 @@ Index: Makefile.defs
  							-mtune=$(CPU) \
  							-ftree-vectorize
  else
-@@ -987,6 +987,8 @@
+@@ -989,6 +989,8 @@
  
  endif #mode=release
  
@@ -19,7 +19,7 @@ Index: Makefile.defs
  
  #*FLAGS used for compiling the modules
  ifeq	($(CC_NAME), gcc)
-@@ -1199,8 +1201,8 @@
+@@ -1203,8 +1205,8 @@
  
  #add libssl if needed
  ifneq ($(TLS),)
@@ -30,21 +30,9 @@ Index: Makefile.defs
  endif
  
  ifneq ($(found_lock_method), yes)
-Index: cfg.y
---- cfg.y.orig	2006-07-10 15:37:02.000000000 +0200
-+++ cfg.y	2006-10-24 14:36:05.572200941 +0200
-@@ -854,7 +854,7 @@
- 								tos=IPTOS_THROUGHPUT;
- 							} else if (strcasecmp($3,"IPTOS_RELIABILITY")) {
- 								tos=IPTOS_RELIABILITY;
--#if !defined(__OS_solaris) || !defined(__OS_netbsd)
-+#if (!defined(__OS_solaris) || !defined(__OS_netbsd)) && defined(IPTOS_MINCOST)
- 							} else if (strcasecmp($3,"IPTOS_MINCOST")) {
- 								tos=IPTOS_MINCOST;
- #endif
 Index: rtpproxy/main.c
---- rtpproxy/main.c.orig	2006-07-05 02:14:19.000000000 +0200
-+++ rtpproxy/main.c	2006-10-24 14:36:05.573430941 +0200
+--- rtpproxy/main.c.orig	2006-07-05 02:14:19 +0200
++++ rtpproxy/main.c	2007-01-22 17:28:29 +0100
 @@ -38,7 +38,7 @@
  #include <sys/select.h>
  #include <sys/stat.h>
@@ -109,8 +97,8 @@ Index: rtpproxy/main.c
  	if (daemon(0, 0) == -1)
  	    err(1, "can't switch into daemon mode");
 Index: rtpproxy/rtpp_util.h
---- rtpproxy/rtpp_util.h.orig	2006-04-13 06:29:19.000000000 +0200
-+++ rtpproxy/rtpp_util.h	2006-10-24 14:36:05.573806775 +0200
+--- rtpproxy/rtpp_util.h.orig	2006-04-13 06:29:19 +0200
++++ rtpproxy/rtpp_util.h	2007-01-22 17:28:29 +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.0
+%define       V_openser  1.1.1
 %define       V_rtpproxy 20061205-021301
 
 #   package information
@@ -37,7 +37,7 @@ Class:        PLUS
 Group:        VoIP
 License:      GPL
 Version:      %{V_openser}
-Release:      20061205
+Release:      20070122
 
 #   package options
 %option       with_fsl  yes