Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory
checked in at Fri Aug 19 09:39:37 CEST 2011.



--------
--- siproxd/siproxd.changes     2011-07-01 12:16:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/siproxd/siproxd.changes        2011-08-18 
16:02:24.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Aug 18 15:22:07 CEST 2011 - r...@suse.de
+
+- update to 0.8.1
+  - new Plugins: plugin_prefix: add a prefix on outgoing calls
+    plugin_regex: regular expression rewriting (To header)
+    for outgoing calls
+  - adjustable pthrad stack size (smaller memory footprint on small
+    embedded systems like OpenWRT routers)
+  - plus various bugfixes
+  - Upgrade Notes 0.8.0 to 0.8.1:
+    merge your configuration file siproxd.conf (new config options) 
+- drop "Should-Start: SuSEfirewall2_setup" from init script
+  (SuSEfirewall2_setup is configured as _last_ script to be started)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  duplicate-line-siproxd.c.patch
  gcc-flags-fix.patch
  siproxd-0.8.0.tar.bz2
  siproxd-Makefile.am.patch
  siproxd-configure.in.patch
  siproxd-dejitter.c.patch
  siproxd-md5.patch
  siproxd-plugin_shortdial.c.patch
  siproxd-siproxd.c.patch
  siproxd-sock.c.patch

New:
----
  siproxd-0.8.1.tar.bz2

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

Other differences:
------------------
++++++ siproxd.spec ++++++
--- /var/tmp/diff_new_pack.9GhkYI/_old  2011-08-19 09:39:09.000000000 +0200
+++ /var/tmp/diff_new_pack.9GhkYI/_new  2011-08-19 09:39:09.000000000 +0200
@@ -22,8 +22,8 @@
 %define siproxduser     nobody
 
 Name:           siproxd
-Version:        0.8.0
-Release:        3
+Version:        0.8.1
+Release:        1
 License:        GPLv2+
 Summary:        A SIP masquerading proxy with RTP support
 Url:            http://siproxd.sourceforge.net/
@@ -43,27 +43,7 @@
 Patch0:         siproxd-libs.patch
 #PATCH-FIX-FROM-DEBIAN use logger not user
 Patch1:         siproxd-log.c.patch
-# PATCH-FIX-FOR-UPSTREAM fixes warning comparison is always false due to 
limited range of data type
-#http://sourceforge.net/tracker/?func=detail&aid=3086351&group_id=60374&atid=493974
-Patch2:         siproxd-plugin_shortdial.c.patch               
-# PATCH-FIX-FOR-UPSTREAM 
http://sourceforge.net/tracker/?func=detail&aid=3086593&group_id=60374&atid=493974
-#The fixes the warning by using a more portable method of printing size_t 
values
-Patch3:         siproxd-siproxd.c.patch
-# PATCH-FIX-FOR-UPSTREAM Fixes compile warning
-#http://sourceforge.net/tracker/?func=detail&aid=3086371&group_id=60374&atid=493974
-Patch4:         siproxd-sock.c.patch
-#backported from 0.81.dev
-Patch5:         siproxd-Makefile.am.patch
-Patch6:         siproxd-configure.in.patch
-#fixed in upstream
-Patch7:         siproxd-md5.patch 
-# PATCH-FIXED-IN-UPSTREAM simplify linked-list addressing
-#http://sourceforge.net/tracker/?func=detail&aid=3086381&group_id=60374&atid=493974
-Patch8:         siproxd-dejitter.c.patch
 Patch9:         siproxd.plugin_fix_bogus_via.c.patch
-#PATCH backported from 0.8.1.dev
-Patch10:        duplicate-line-siproxd.c.patch
-Patch11:        gcc-flags-fix.patch 
 BuildRequires:  docbook-utils libltdl libosip2 libosip2-devel libtool
 Requires:       logrotate
 Suggests:       SuSEfirewall2
@@ -90,16 +70,7 @@
 
 %patch0 -p1     
 %patch1  
-%patch2 
-%patch3        
-%patch4
-%patch5
-%patch6 -p1
-#%%patch7
-#%%patch8
 %patch9 -p1
-%patch10
-%patch11
 
 cp %{S:5} .
 
@@ -130,6 +101,8 @@
 %{__install} -d %buildroot/%{_sysconfdir}/init.d 
 %{__install} %{S:2} %buildroot/%{_sysconfdir}/init.d/%{name}  
 %{__sed} -i "s#@%{name}_PIDDIR@#%{_localstatedir}/run/%{name}#" 
%buildroot/%{_sysconfdir}/init.d/%{name}
+%{__install} -d %buildroot/%{_sbindir}
+%{__ln_s} /%{_sysconfdir}/init.d/%{name} %buildroot/%{_sbindir}/rc%{name}
 
 %{__mkdir} -p %buildroot%_mandir/man8
 %__install -m 0644 %{S:4} %{buildroot}%{_mandir}/man8/%name.8.gz
@@ -148,7 +121,10 @@
 
 %post -p  /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
+%restart_on_update %{name}
+%insserv_cleanup
 
 %preun
 %stop_on_removal %{name}
@@ -158,6 +134,7 @@
 %doc COPYING README AUTHORS INSTALL ChangeLog syslog-ng.conf.addon 
 %doc doc/siproxd.conf.example doc/siproxd_passwd.cfg doc/FAQ doc/KNOWN_BUGS 
doc/sample_* 
 %attr(0755,root,root) %{_libdir}/%{name}/
+%{_sbindir}/rc%name
 %{_sbindir}/%name
 %attr(0755,root,root) %{_sysconfdir}/init.d/%name
 %config %{_sysconfdir}/logrotate.d/%{name}

++++++ siproxd-0.8.0.tar.bz2 -> siproxd-0.8.1.tar.bz2 ++++++
++++ 3523 lines of diff (skipped)

++++++ siproxd-libs.patch ++++++
--- /var/tmp/diff_new_pack.9GhkYI/_old  2011-08-19 09:39:09.000000000 +0200
+++ /var/tmp/diff_new_pack.9GhkYI/_new  2011-08-19 09:39:09.000000000 +0200
@@ -1,16 +1,16 @@
---- siproxd-0.8.0/configure.in.orig
-+++ siproxd-0.8.0/configure.in
-@@ -133,6 +133,9 @@ dnl ************************************
+--- siproxd-0.8.1/configure.in
++++ siproxd-0.8.1/configure.in
+@@ -97,6 +97,9 @@
+ dnl **********************************************
  dnl * Location of libraries / headerfiles
  dnl **********************************************
- 
 +SRCH_INC="/usr/include"
 +SRCH_LIB="/usr/lib"
 +
  dnl
  dnl    --with-extra-includes
  dnl    --with-extra-libs
-@@ -159,6 +162,12 @@ for each in $extra_libs; do
+@@ -123,6 +126,10 @@
     LIBS="$LIBS -L$each";
  done
  
@@ -18,8 +18,6 @@
 +AC_MSG_NOTICE([using CPPFLAGS=$CPPFLAGS])
 +AC_MSG_NOTICE([using LDFLAGS=$LDFLAGS])
 +
-+
-+
  
  dnl **********************************************
- dnl * Building doc
+ dnl prepare libtool (ltdl)


++++++ siproxd.init.in ++++++
--- /var/tmp/diff_new_pack.9GhkYI/_old  2011-08-19 09:39:09.000000000 +0200
+++ /var/tmp/diff_new_pack.9GhkYI/_new  2011-08-19 09:39:09.000000000 +0200
@@ -12,11 +12,10 @@
 #     WITHOUT ANY WARRANTY; without even the implied warranty of
 #     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 #     Lesser General Public License for more details.
-#      
+# 
 #     You should have received a copy of the GNU Lesser General Public
 #     License along with this library; if not, write to the Free Software
-#     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
-#     USA.
+#     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  
02110-1301  USA
 #
 # /etc/init.d/siproxd
 #   and its symbolic link
@@ -36,7 +35,6 @@
 ### BEGIN INIT INFO
 # Provides:          siproxd
 # Required-Start:    $syslog $network $remote_fs
-# Should-Start:      SuSEfirewall2_setup
 # Required-Stop:     $syslog 
 # Should-Stop:       $null
 # Default-Start:     3 5


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to