Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory checked 
in at 2021-06-19 23:04:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/siproxd (Old)
 and      /work/SRC/openSUSE:Factory/.siproxd.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "siproxd"

Sat Jun 19 23:04:26 2021 rev:41 rq:900873 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes  2021-02-08 
11:47:39.361732254 +0100
+++ /work/SRC/openSUSE:Factory/.siproxd.new.2625/siproxd.changes        
2021-06-19 23:05:07.459864173 +0200
@@ -1,0 +2,15 @@
+Wed May 19 18:13:14 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 0.8.3
+  * mostly bugfixes and performance improvements
+   * Upgrade Notes 0.8.2 to 0.8.3:
+     * Merge the configuration file
+  * New plugins:
+    * plugin_stats: write some statistics about currently active calls
+    * plugin_blacklist: new plugin to block UACs that cause excessive 
+      failures during REGISTER attempts
+- Drop upstream fixed siproxd-log.c.patch and
+  siproxd-multiple-definition.patch
+- SPEC file drop parts for outdated openSUSE / SLE versions
+
+-------------------------------------------------------------------

Old:
----
  siproxd-0.8.2.tar.bz2
  siproxd-log.c.patch
  siproxd-multiple-definition.patch

New:
----
  siproxd-0.8.3.tar.gz

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

Other differences:
------------------
++++++ siproxd.spec ++++++
--- /var/tmp/diff_new_pack.zDGdik/_old  2021-06-19 23:05:07.991864994 +0200
+++ /var/tmp/diff_new_pack.zDGdik/_new  2021-06-19 23:05:07.995865000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package siproxd
 #
-# 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
@@ -26,13 +26,13 @@
 %define siproxdgroup    siproxd
 
 Name:           siproxd
-Version:        0.8.2
+Version:        0.8.3
 Release:        0
 Summary:        A SIP masquerading proxy with RTP support
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 URL:            http://siproxd.sourceforge.net/
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
https://sourceforge.net/projects/siproxd/files/siproxd/%{version}/siproxd-%{version}.tar.gz
 Source1:        susefirewall2.%{name}
 Source2:        %name.init.in
 Source3:        %name.logrotate
@@ -46,21 +46,17 @@
 #and also adds standard library (and include) locations, ie. /usr/local/lib
 #After applying the patch, autogen.sh needs to be run (which, among other 
things, rebuilds "configure").
 Patch0:         siproxd-libs.patch
-#PATCH-FIX-FROM-DEBIAN use logger not user
-Patch1:         siproxd-log.c.patch
-Patch2:         siproxd.plugin_fix_bogus_via.c.patch
-Patch3:         siproxd-multiple-definition.patch
+Patch1:         siproxd.plugin_fix_bogus_via.c.patch
 BuildRequires:  docbook-utils
 BuildRequires:  libosip2-devel
 BuildRequires:  libtool
-%if %suse_version > 1220
+BuildRequires:  sqlite3-devel
 BuildRequires:  texlive-courier
 BuildRequires:  texlive-dvips
 BuildRequires:  texlive-ec
 BuildRequires:  texlive-helvetic
 BuildRequires:  texlive-jadetex
 BuildRequires:  texlive-times
-%endif
 %if %suse_version > 1315
 BuildRequires:  texlive-kpathsea
 BuildRequires:  texlive-metafont
@@ -74,8 +70,6 @@
 Suggests:       SuSEfirewall2
 %endif
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 %description
 Siproxd is an proxy/masquerading daemon for the SIP protocol. It handles
 registrations of SIP clients on a private IP network and performs
@@ -92,11 +86,8 @@
 
 %prep
 %setup -q
-
 %patch0 -p1    
-%patch1
-%patch2 -p1
-%patch3 -p1
+%patch1 -p1
 
 cp %{S:5} .
 
@@ -136,9 +127,7 @@
 sed -i -e "s@nobody@%{siproxduser}@" 
%{buildroot}%{_datadir}/%{name}/scripts/%{name}
 #
 # Directory needs to exist for packaging
-%if %suse_version > 1120
 mkdir -p %{buildroot}/%{_rundir}/%{name}
-%endif
 
 # cleanup
 rm -f %{buildroot}/%{_sysconfdir}/siproxd_passwd.cfg
@@ -185,11 +174,8 @@
 %_mandir/man8/%name.8*
 
 %dir %_sysconfdir/%name
-
-%if %suse_version > 1120
- #make rpm know about a directory but do not package it
-   %attr(0750,%{siproxduser},root) %ghost %{_rundir}/%{name}
-%endif
+#make rpm know about a directory but do not package it
+%attr(0750,%{siproxduser},root) %ghost %{_rundir}/%{name}
 
 %files doc
 %doc doc/html/* doc/pdf/*

++++++ siproxd-libs.patch ++++++
--- /var/tmp/diff_new_pack.zDGdik/_old  2021-06-19 23:05:08.019865037 +0200
+++ /var/tmp/diff_new_pack.zDGdik/_new  2021-06-19 23:05:08.019865037 +0200
@@ -1,5 +1,5 @@
---- siproxd-0.8.1/configure.in
-+++ siproxd-0.8.1/configure.in
+--- siproxd-0.8.1/configure.ac
++++ siproxd-0.8.1/configure.ac
 @@ -97,6 +97,9 @@
  dnl **********************************************
  dnl * Location of libraries / headerfiles

Reply via email to