瀏覽代碼

upgrading package: openser 1.2.2 -> 1.3.0

Christoph Schug 18 年之前
父節點
當前提交
198cf9c45e
共有 2 個文件被更改,包括 8 次插入8 次删除
  1. 6 6
      openser/openser.patch
  2. 2 2
      openser/openser.spec

+ 6 - 6
openser/openser.patch

@@ -1,7 +1,7 @@
 Index: Makefile.defs
---- Makefile.defs.orig	2007-08-16 16:23:20 +0200
-+++ Makefile.defs	2007-11-24 19:39:03 +0100
-@@ -983,6 +983,8 @@
+--- Makefile.defs.orig	2007-12-13 14:39:06 +0100
++++ Makefile.defs	2007-12-13 17:37:18 +0100
+@@ -1018,6 +1018,8 @@
  
  endif #mode=release
  
@@ -10,17 +10,17 @@ Index: Makefile.defs
  
  #*FLAGS used for compiling the modules
  ifeq	($(CC_NAME), gcc)
-@@ -1205,8 +1207,8 @@
+@@ -1254,8 +1256,8 @@
  
  #add libssl if needed
  ifneq ($(TLS),)
--DEFS+= -I$(LOCALBASE)/ssl/include
+-DEFS+= -I$(LOCALBASE)/ssl/include -I$(LOCALBASE)/include
 -LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl  -lcrypto
 +DEFS+= -I$(prefix)/include
 +LIBS+= -L$(prefix)/lib -lssl -lcrypto
  endif
  
- ifneq ($(found_lock_method), yes)
+ #add libsctp if needed
 Index: modules/permissions/parse_config.c
 --- modules/permissions/parse_config.c.orig	2007-08-16 16:22:57 +0200
 +++ modules/permissions/parse_config.c	2007-11-24 19:39:03 +0100

+ 2 - 2
openser/openser.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package options
-%define       V_openser  1.2.2
+%define       V_openser  1.3.0
 %define       V_rtpproxy 20071129-021701
 
 #   package information
@@ -37,7 +37,7 @@ Class:        PLUS
 Group:        VoIP
 License:      GPL
 Version:      %{V_openser}
-Release:      20071129
+Release:      20071213
 
 #   package options
 %option       with_fsl  yes