Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libosip2 for openSUSE:Factory 
checked in at 2021-01-31 16:52:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosip2 (Old)
 and      /work/SRC/openSUSE:Factory/.libosip2.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosip2"

Sun Jan 31 16:52:05 2021 rev:28 rq:867977 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosip2/libosip2.changes        2020-08-29 
20:45:17.409538816 +0200
+++ /work/SRC/openSUSE:Factory/.libosip2.new.28504/libosip2.changes     
2021-01-31 16:52:07.156711958 +0100
@@ -1,0 +2,8 @@
+Mon Jan 11 21:56:22 UTC 2021 - Dirk Mueller <[email protected]>
+
+- update to 5.2.0:
+  * use localtime_r when __USE_POSIX is available
+  * sync versions with libexosip
+- use https for urls
+
+-------------------------------------------------------------------

Old:
----
  libosip2-5.1.1.tar.gz

New:
----
  libosip2-5.2.0.tar.gz

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

Other differences:
------------------
++++++ libosip2.spec ++++++
--- /var/tmp/diff_new_pack.TDlsFM/_old  2021-01-31 16:52:08.504713906 +0100
+++ /var/tmp/diff_new_pack.TDlsFM/_new  2021-01-31 16:52:08.504713906 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libosip2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,20 @@
 
 
 %define soname libosip2-12
-
 Name:           libosip2
-Version:        5.1.1
+Version:        5.2.0
 Release:        0
 Summary:        Implementation of SIP (RFC 3261)
 License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Other
-URL:            http://www.fsf.org/software/osip/osip.html
-Source:         http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
+URL:            https://www.gnu.org/software/osip/osip.html
+Source:         https://ftp.gnu.org/gnu/osip/libosip2-5.2.0.tar.gz
 Patch0:         libosip2-5.0.0.patch
 BuildRequires:  docbook2x
 BuildRequires:  gcc
 BuildRequires:  gperf
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 This is the GNU oSIP library. It has been designed to provide the
@@ -54,7 +53,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{soname} = %{version}
 Requires:       glibc-devel
-Provides:       libosip2:/usr/include/osip2/osip.h
+Provides:       libosip2:%{_includedir}/osip2/osip.h
 
 %description devel
 This is the GNU oSIP library. It has been designed to provide the
@@ -74,14 +73,13 @@
   --enable-sysv \
   --enable-gperf \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{soname} -p /sbin/ldconfig
-
 %postun -n %{soname} -p /sbin/ldconfig
 
 %files -n %{soname}

++++++ libosip2-5.0.0.patch ++++++
--- /var/tmp/diff_new_pack.TDlsFM/_old  2021-01-31 16:52:08.520713929 +0100
+++ /var/tmp/diff_new_pack.TDlsFM/_new  2021-01-31 16:52:08.520713929 +0100
@@ -2,8 +2,8 @@
 ===================================================================
 --- src/osip2/port_sema.c.orig
 +++ src/osip2/port_sema.c
-@@ -300,6 +300,16 @@ osip_sem_trywait (struct osip_sem *_sem)
- #elif defined (HAVE_SYS_SEM_H)
+@@ -284,6 +284,16 @@ int osip_sem_trywait(struct osip_sem *_s
+ #elif defined(HAVE_SYS_SEM_H)
  /* support for semctl, semop, semget */
  
 +#ifdef _SEM_SEMUN_UNDEFINED
@@ -18,4 +18,4 @@
 +
  #define SEM_PERM 0600
  
- struct osip_sem *
+ struct osip_sem *osip_sem_init(unsigned int value) {

++++++ libosip2-5.1.1.tar.gz -> libosip2-5.2.0.tar.gz ++++++
++++ 42929 lines of diff (skipped)

Reply via email to