OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Mar-2007 08:16:28
Branch: HEAD Handle: 2007031307162800
Modified files:
openpkg-src/openser openser.patch openser.spec
Log:
upgrading package: openser 1.1.1 -> 1.2.0
Summary:
Revision Changes Path
1.6 +10 -10 openpkg-src/openser/openser.patch
1.31 +2 -2 openpkg-src/openser/openser.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openser/openser.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 openser.patch
--- openpkg-src/openser/openser.patch 22 Jan 2007 16:33:05 -0000 1.5
+++ openpkg-src/openser/openser.patch 13 Mar 2007 07:16:28 -0000 1.6
@@ -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 @@
#*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 @@
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 @@
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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openser/openser.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 openser.spec
--- openpkg-src/openser/openser.spec 23 Feb 2007 07:45:55 -0000 1.30
+++ openpkg-src/openser/openser.spec 13 Mar 2007 07:16:28 -0000 1.31
@@ -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 @@
Group: VoIP
License: GPL
Version: %{V_openser}
-Release: 20070223
+Release: 20070313
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]