Hello community,

here is the log from the commit of package sofia-sip for openSUSE:Factory 
checked in at 2020-06-04 17:56:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sofia-sip (Old)
 and      /work/SRC/openSUSE:Factory/.sofia-sip.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sofia-sip"

Thu Jun  4 17:56:41 2020 rev:21 rq:811435 version:1.12.11+20110422

Changes:
--------
--- /work/SRC/openSUSE:Factory/sofia-sip/sofia-sip.changes      2013-04-02 
13:22:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sofia-sip.new.3606/sofia-sip.changes    
2020-06-04 17:56:45.553062392 +0200
@@ -1,0 +2,12 @@
+Wed Jun  3 21:25:21 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 1.12.11+20110422
+  * In the 1.12.11 release, SOATAG_LOCAL_SDP_STR_REF is broken (but
+    that is fixed in commmit bcd0f17f). Let's use the same version
+    debian/ubuntu are using.
+- Add patch (various fixes from the debian package):
+  * sofia-sip_1.12.11+20110422.1-2.1.diff.gz
+- Package cleanup 
+- Remove compat ifdefs for old SLE versions
+
+-------------------------------------------------------------------

Old:
----
  sofia-sip-1.12.11.tar.gz

New:
----
  sofia-sip_1.12.11+20110422.1-2.1.diff.gz
  sofia-sip_1.12.11+20110422.1.orig.tar.gz

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

Other differences:
------------------
++++++ sofia-sip.spec ++++++
--- /var/tmp/diff_new_pack.jtIl9K/_old  2020-06-04 17:56:46.337064846 +0200
+++ /var/tmp/diff_new_pack.jtIl9K/_new  2020-06-04 17:56:46.341064859 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sofia-sip
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Name:           sofia-sip
-Version:        1.12.11
-Release:        0
 %define pkg_major 1.12
-#
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define with_doxygen 0
-%if 0%{?sles_version} == 9
-%define with_glib 0
-%else
-%define with_glib 1
-%endif
+Name:           sofia-sip
+Version:        1.12.11+20110422
+Release:        0
+Summary:        A RFC3261 compliant SIP User-Agent library
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/C and C++
+URL:            http://sofia-sip.sf.net/
+Source0:        
http://deb.debian.org/debian/pool/main/s/sofia-sip/sofia-sip_%{version}.1.orig.tar.gz
+Patch0:         
http://deb.debian.org/debian/pool/main/s/sofia-sip/sofia-sip_%{version}.1-2.1.diff.gz
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  openssl-devel
-%if 0%{?with_glib}
 BuildRequires:  glib2-devel
-%endif
+BuildRequires:  openssl-devel
 %if 0%{?with_doxygen}
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 %endif
 Provides:       %{name}-utils = %{version}-%{release}
-#
-Url:            http://sofia-sip.sf.net/
-Source:         
http://prdownloads.sourceforge.net/sofia-sip/sofia-sip-%{version}.tar.gz
-#
-Summary:        A RFC3261 compliant SIP User-Agent library
-License:        LGPL-2.1+
-Group:          Development/Libraries/C and C++
 
 %description
 Sofia-SIP is an open-source SIP  User-Agent library, compliant with the
@@ -57,24 +47,13 @@
 
 This package holds the cli tools what ship with sofia-sip.
 
-
-
-Authors:
---------
-    Pekka Pessi <pekka.pessi -at nokia -dot com>
-    Martti Mela <martti.mela -at nokia -dot com>
-    Kai Vehmanen <kai.vehmanen -at nokia -dot com>
-
 %package devel
-Requires:       libsofia-sip-ua0 = %{version}
-%if 0%{?with_glib}
+Summary:        Development files for sofia-sip
+Group:          Development/Libraries/C and C++
 Requires:       glib2-devel
 Requires:       libsofia-sip-ua-glib3 = %{version}
-%endif
+Requires:       libsofia-sip-ua0 = %{version}
 Requires:       openssl-devel
-#
-Summary:        Development files for sofia-sip
-Group:          Development/Libraries/C and C++
 
 %description devel
 Sofia-SIP is an open-source SIP  User-Agent library, compliant with the
@@ -86,14 +65,6 @@
 
 This package holds the development files.
 
-
-
-Authors:
---------
-    Pekka Pessi <pekka.pessi -at nokia -dot com>
-    Martti Mela <martti.mela -at nokia -dot com>
-    Kai Vehmanen <kai.vehmanen -at nokia -dot com>
-
 %package -n libsofia-sip-ua0
 #
 Summary:        A RFC3261 compliant SIP User-Agent library
@@ -109,21 +80,11 @@
 
 This package holds the shared libraries.
 
-
-
-Authors:
---------
-    Pekka Pessi <pekka.pessi -at nokia -dot com>
-    Martti Mela <martti.mela -at nokia -dot com>
-    Kai Vehmanen <kai.vehmanen -at nokia -dot com>
-
-%if 0%{?with_glib}
-
 %package -n libsofia-sip-ua-glib3
-Provides:       %{name}-glib = %{version}-%{release}
 #
 Summary:        A RFC3261 compliant SIP User-Agent library  (glib2 bindings)
 Group:          Development/Libraries/C and C++
+Provides:       %{name}-glib = %{version}-%{release}
 
 %description -n libsofia-sip-ua-glib3
 Sofia-SIP is an open-source SIP  User-Agent library, compliant with the
@@ -135,97 +96,63 @@
 
 This package holds the glib2 bindings.
 
-
-
-Authors:
---------
-    Pekka Pessi <pekka.pessi -at nokia -dot com>
-    Martti Mela <martti.mela -at nokia -dot com>
-    Kai Vehmanen <kai.vehmanen -at nokia -dot com>
-
-%endif
-
 %prep
-%setup
+%setup -q -n %{name}-%{version}.1
+%patch0 -p1
+find . -name "*.awk" -exec sed -i 's|#! /usr/bin/env awk|#!/usr/bin/awk|g' {} 
\;
 
 %build
 %configure --disable-static
-# TODO: --enable-ntlm --with-rt
-# TODO: where to find the needed lib: --with-sigcomp
-# TODO: what kernel headers do we need? --enable-sctp
-%{__make}
+%make_build
 %if 0%{?with_doxygen}
-%{__make} doxygen
+%make_build doxygen
 %endif
 
 %check
-#%{__make} check
+#%%make_build check
 
 %install
-%makeinstall
-%{__install} -d -m 0755 %{buildroot}%{_docdir}/%{name}/
-%{__cp} -av AUTHORS ChangeLog* COPYING COPYRIGHTS README* RELEASE TODO 
%{buildroot}%{_docdir}/%{name}/
+%make_install
 %if 0%{?with_doxygen}
-%{__cp} -av libsofia-sip-ua/docs/html %{buildroot}%{_docdir}/%{name}/manual
+cp -av libsofia-sip-ua/docs/html %{buildroot}%{_docdir}/%{name}/manual
 %endif
-%{__rm} -vf %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
+%fdupes %{buildroot}
 
 %post   -n libsofia-sip-ua0      -p /sbin/ldconfig
-
 %postun -n libsofia-sip-ua0      -p /sbin/ldconfig
-%if 0%{?with_glib}
-
 %post   -n libsofia-sip-ua-glib3 -p /sbin/ldconfig
-
 %postun -n libsofia-sip-ua-glib3 -p /sbin/ldconfig
-%endif
-
-%clean
-%{__rm} -rf %{buildroot}
 
 %files -n libsofia-sip-ua0
-%defattr(-,root,root,-)
+%license COPYRIGHTS COPYING
+%doc AUTHORS ChangeLog* README* RELEASE
 %{_libdir}/libsofia-sip-ua.so.0*
-%dir %{_docdir}/%{name}/
-%doc %{_docdir}/%{name}/AUTHORS
-%doc %{_docdir}/%{name}/ChangeLog*
-%doc %{_docdir}/%{name}/COPYING
-%doc %{_docdir}/%{name}/COPYRIGHTS
-%doc %{_docdir}/%{name}/README*
-%doc %{_docdir}/%{name}/RELEASE
-%doc %{_docdir}/%{name}/TODO
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/addrinfo
 %{_bindir}/localinfo
 %{_bindir}/sip-date
 %{_bindir}/sip-dig
 %{_bindir}/sip-options
 %{_bindir}/stunc
-%{_mandir}/man1/addrinfo.1*
-%{_mandir}/man1/localinfo.1*
-%{_mandir}/man1/sip-date.1*
-%{_mandir}/man1/sip-dig.1*
-%{_mandir}/man1/sip-options.1*
-%{_mandir}/man1/stunc.1*
-%if 0%{?with_glib}
+%{_mandir}/man1/addrinfo.1%{?ext_man}
+%{_mandir}/man1/localinfo.1%{?ext_man}
+%{_mandir}/man1/sip-date.1%{?ext_man}
+%{_mandir}/man1/sip-dig.1%{?ext_man}
+%{_mandir}/man1/sip-options.1%{?ext_man}
+%{_mandir}/man1/stunc.1%{?ext_man}
 
 %files -n libsofia-sip-ua-glib3
-%defattr(-,root,root,-)
 %{_libdir}/libsofia-sip-ua-glib.so.3*
-%endif
 
 %files devel
-%defattr(-,root,root,-)
 %dir %{_includedir}/sofia-sip-%{pkg_major}/
 %{_includedir}/sofia-sip-%{pkg_major}/sofia-sip/
 %{_includedir}/sofia-sip-%{pkg_major}/sofia-resolv/
 %{_libdir}/libsofia-sip-ua.so
-%if 0%{?with_glib}
 %{_libdir}/libsofia-sip-ua-glib.so
 %{_libdir}/pkgconfig/sofia-sip-ua-glib.pc
-%endif
 %{_libdir}/pkgconfig/sofia-sip-ua.pc
 %{_datadir}/sofia-sip/
 %if 0%{?with_doxygen}

++++++ sofia-sip_1.12.11+20110422.1-2.1.diff.gz ++++++
++++ 4371 lines (skipped)


Reply via email to