Mailinglist Archive: opensuse-commit (1774 mails)

< Previous Next >
commit libosip2 for openSUSE:Factory

Hello community,

here is the log from the commit of package libosip2 for openSUSE:Factory
checked in at Wed Feb 2 01:44:38 CET 2011.



--------
--- libosip2/libosip2.changes 2008-02-25 06:15:23.000000000 +0100
+++ /mounts/work_src_done/STABLE/libosip2/libosip2.changes 2011-01-16
13:17:39.000000000 +0100
@@ -1,0 +2,21 @@
+Sun Jan 16 12:14:49 UTC 2011 - seife+obs@xxxxxxxxxxxxxx
+
+- update to version 3.5.0
+ * iphone with TCP/TLS background support.
+ * a lot of minor change/fix/improvments, sorry for not being
+ able to have an history here...
+- libosip2 (3.4.0)
+ * remove CRLF before parsing SIP message.
+ * modification to allow non-blocking socket for reliable transport.
+ * fix race condition for non-atomic incrementation operation.
+ * osip_list improvements.
+ * osip_list prototypes and warnings fix.
+ * new osip_strcasestr method.
+- libosip2 (3.3.0)
+ * new APPLE native interface for semaphore
+ * add relative time in log information on linux/windows
+ * fix: unescape last uri parameters.
+- libosip2 (3.2.0)
+ * return new error code for all API.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
libosip2-2.2.0.dif
libosip2-3.1.0.tar.bz2

New:
----
libosip2-3.5.0.dif
libosip2-3.5.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libosip2.spec ++++++
--- /var/tmp/diff_new_pack.dy6GeB/_old 2011-02-02 01:43:29.000000000 +0100
+++ /var/tmp/diff_new_pack.dy6GeB/_new 2011-02-02 01:43:29.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package libosip2 (Version 3.1.0)
+# spec file for package libosip2
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,16 @@

Name: libosip2
BuildRequires: docbook2x gcc-c++ gperf
-License: LGPL v2.1 or later
+BuildRequires: pkg-config
+License: LGPLv2.1+
Group: Productivity/Networking/Other
Summary: Implementation of SIP--RFC 3261
-Version: 3.1.0
-Release: 52
+Version: 3.5.0
+Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.fsf.org/software/osip/osip.html
Source: %name-%version.tar.bz2
-Patch: %name-2.2.0.dif
+Patch: %name-3.5.0.dif

%description
This is the GNU oSIP library. It has been designed to provide the
@@ -43,7 +44,7 @@
jack@xxxxxxxxx

%package devel
-License: LGPL v2.1 or later
+License: LGPLv2.1+
Summary: Implementation of SIP--RFC 3261
Group: Productivity/Networking/Other
Provides: libosip2:/usr/include/osip2/osip.h
@@ -63,11 +64,9 @@

%prep
%setup -q
-%patch
+%patch -p1

%build
-rm -f aclocal.m4 acinclude.m4
-autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS"
%configure \
--enable-pthread \

++++++ libosip2-2.2.0.dif -> libosip2-3.5.0.dif ++++++
--- libosip2/libosip2-2.2.0.dif 2007-01-16 00:22:52.000000000 +0100
+++ /mounts/work_src_done/STABLE/libosip2/libosip2-3.5.0.dif 2011-01-16
13:17:31.000000000 +0100
@@ -1,14 +1,10 @@
---- Makefile.am
-+++ Makefile.am
-@@ -1,4 +1,5 @@
- EXTRA_DIST = README BUGS FEATURES HISTORY autogen.sh libosip2.pc.in
-+ACLOCAL_FLAGS = -I scripts
+Index: b/src/osip2/port_sema.c
+===================================================================
+--- a/src/osip2/port_sema.c
++++ b/src/osip2/port_sema.c
+@@ -275,10 +275,20 @@ int osip_sem_trywait(struct osip_sem *_s
+ }

- SUBDIRS = include src scripts help platform debian
-
---- src/osip2/port_sema.c
-+++ src/osip2/port_sema.c
-@@ -128,6 +128,16 @@
#elif defined (HAVE_SYS_SEM_H)
/* support for semctl, semop, semget */

@@ -24,4 +20,6 @@
+
#define SEM_PERM 0600

- struct osip_sem *
+ struct osip_sem *osip_sem_init(unsigned int value)
+ {
+ union semun val;

++++++ libosip2-3.1.0.tar.bz2 -> libosip2-3.5.0.tar.bz2 ++++++
++++ 123450 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages