commit isdngw for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package isdngw for openSUSE:Factory checked 
in at 2012-02-23 15:33:17

Comparing /work/SRC/openSUSE:Factory/isdngw (Old)
 and  /work/SRC/openSUSE:Factory/.isdngw.new (New)


Package is isdngw, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/isdngw/isdngw.changes2012-02-08 
17:18:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.isdngw.new/isdngw.changes   2012-02-23 
15:33:20.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb 21 16:43:41 UTC 2012 - kk...@linux-pingi.de
+
+- update to latest upstream version 0.4.0
+  * update for PBoolean chnage in PTLib and H323Plus
+  * fix small memory corruption bug
+  * fix gcc 4.3.x warnings
+  * remove use of exceptions for easier compatibility
+
+---

Old:

  isdngw-0.3.4.tar.bz2

New:

  isdngw-0.4.0.tar.bz2



Other differences:
--
++ isdngw.spec ++
--- /var/tmp/diff_new_pack.43A45a/_old  2012-02-23 15:33:21.0 +0100
+++ /var/tmp/diff_new_pack.43A45a/_new  2012-02-23 15:33:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package isdngw
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -29,22 +29,21 @@
 BuildRequires:  sgml-skel
 BuildRequires:  sgmltool
 BuildRequires:  speex-devel
-URL:http://www.gnugk.org/h323-isdn-gw.html
+Url:http://www.gnugk.org/h323-isdn-gw.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 %if %suse_version  1130
 PreReq: sysvinit(network)
 %endif
-Requires:   pwlib openh323
-Obsoletes:  isdn2h323
+Requires:   openh323
+Recommends: logrotate
 Summary:An ISDN to H.323 Gateway
 License:GPL-2.0+
 Group:  Productivity/Telephony/H323/Utilities
-Version:0.3.4
+Version:0.4.0
 Release:0
 Source0:isdngw-%{version}.tar.bz2
 Source1:rc.isdngw
-#Patch:openh323gk.dif
 
 %description
 isdngw is a gateway between telephony on ISDN and telephony on IP
@@ -53,8 +52,7 @@
 (pots, mobiles, etc.) can call and be called.
 
 %prep
-%setup -n isdngw
-#%patch
+%setup -q
 
 %build
 make RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fexceptions 
OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt 
%{?_smp_mflags}
@@ -91,7 +89,11 @@
 %post
 %{insserv_force_if_yast etc/init.d/isdngw }
 
+%preun
+%{stop_on_removal isdngw }
+
 %postun
+%{restart_on_update isdngw }
 %{insserv_cleanup}
 
 %files
@@ -102,7 +104,7 @@
 %config /etc/isdngw/isdngw.conf
 %{_sbindir}/isdngw
 %{_sbindir}/rcisdngw
-/etc/logrotate.d/isdngw
+%config /etc/logrotate.d/isdngw
 %dir /var/log/isdngw
 
 %changelog

++ isdngw-0.3.4.tar.bz2 - isdngw-0.4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isdngw/Makefile new/isdngw-0.4.0/Makefile
--- old/isdngw/Makefile 2004-09-19 19:43:31.0 +0200
+++ new/isdngw-0.4.0/Makefile   2008-02-10 11:35:19.0 +0100
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 2004/09/19 17:43:31 jan Exp $
+# $Id: Makefile,v 1.2 2008/02/10 10:35:19 jan Exp $
 #
 # Makefile for isdngw, an ISDN-H.323 gateway
 # based on isdn2h323 by telos EDV Systementwicklung GmbH.
@@ -46,3 +46,4 @@
 endif
 
 include $(OPENH323DIR)/openh323u.mak
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isdngw/README new/isdngw-0.4.0/README
--- old/isdngw/README   2004-09-19 19:52:50.0 +0200
+++ new/isdngw-0.4.0/README 2009-05-23 00:51:59.0 +0200
@@ -6,13 +6,6 @@
 make and receive calls but any type of phone (pots, mobiles...) can call and
 be called.
 
-See homepage for documentation.
-
-Original Homepage: http://www.virtual-net.fr/h323/isdngw (offline)
-Original Contact: isd...@virtual-net.fr
-
-Updates by Niklas �gren (isd...@7l.se, http://www.7l.se/software/h323/isdngw)
-
-Homepage for this version: http://www.gnugk.org/h323-isdn-gw.html
+See the web page for documentation: http://www.gnugk.org/h323-isdn-gw.html
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isdngw/audio_delay.hxx 
new/isdngw-0.4.0/audio_delay.hxx
--- old/isdngw/audio_delay.hxx  2004-09-19 19:43:31.0 +0200
+++ new/isdngw-0.4.0/audio_delay.hxx2009-05-23 00:50:33.0 +0200
@@ -1,5 +1,5 @@
 /*
-  $Id: audio_delay.hxx,v 1.1.1.1 2004/09/19 17:43:31 jan Exp $
+  $Id: audio_delay.hxx,v 1.2 2009/05/22 22:50:33 jan 

commit isdngw for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package isdngw for openSUSE:Factory checked 
in at 2012-02-08 17:18:03

Comparing /work/SRC/openSUSE:Factory/isdngw (Old)
 and  /work/SRC/openSUSE:Factory/.isdngw.new (New)


Package is isdngw, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/isdngw/isdngw.changes2011-12-25 
17:35:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.isdngw.new/isdngw.changes   2012-02-08 
17:18:14.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 21 23:44:35 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ isdngw.spec ++
--- /var/tmp/diff_new_pack.PI1XF6/_old  2012-02-08 17:18:14.0 +0100
+++ /var/tmp/diff_new_pack.PI1XF6/_new  2012-02-08 17:18:14.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   isdngw
 BuildRequires:  SDL-devel
 BuildRequires:  gcc-c++
@@ -28,7 +29,7 @@
 BuildRequires:  sgml-skel
 BuildRequires:  sgmltool
 BuildRequires:  speex-devel
-Url:http://www.gnugk.org/h323-isdn-gw.html
+URL:http://www.gnugk.org/h323-isdn-gw.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 %if %suse_version  1130
@@ -56,7 +57,7 @@
 #%patch
 
 %build
-make RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fexceptions 
OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt
+make RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fexceptions 
OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt 
%{?_smp_mflags}
 
 %install
 export M=`uname -m`
@@ -93,10 +94,6 @@
 %postun
 %{insserv_cleanup}
 
-%clean
-# Clear up the mess
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %dir /etc/isdngw

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



commit isdngw for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package isdngw for openSUSE:Factory checked 
in at 2011-12-25 17:35:10

Comparing /work/SRC/openSUSE:Factory/isdngw (Old)
 and  /work/SRC/openSUSE:Factory/.isdngw.new (New)


Package is isdngw, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/isdngw/isdngw.changes2011-12-21 
10:00:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.isdngw.new/isdngw.changes   2011-12-25 
17:35:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 20:55:15 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ isdngw.spec ++
--- /var/tmp/diff_new_pack.1hYjFF/_old  2011-12-25 17:35:11.0 +0100
+++ /var/tmp/diff_new_pack.1hYjFF/_new  2011-12-25 17:35:11.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   isdngw
 BuildRequires:  SDL-devel
 BuildRequires:  gcc-c++
@@ -55,7 +56,6 @@
 #%patch
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
 make RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fexceptions 
OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt
 
 %install

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



commit isdngw for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package isdngw for openSUSE:Factory checked 
in at 2011-12-21 10:00:24

Comparing /work/SRC/openSUSE:Factory/isdngw (Old)
 and  /work/SRC/openSUSE:Factory/.isdngw.new (New)


Package is isdngw, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/isdngw/isdngw.changes2011-09-23 
02:03:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.isdngw.new/isdngw.changes   2011-12-21 
10:00:26.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 10 11:18:09 UTC 2011 - co...@novell.com
+
+- prereq sysvinit services
+
+---



Other differences:
--
++ isdngw.spec ++
--- /var/tmp/diff_new_pack.AzHmsK/_old  2011-12-21 10:00:27.0 +0100
+++ /var/tmp/diff_new_pack.AzHmsK/_new  2011-12-21 10:00:27.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package isdngw (Version 0.3.4)
+# spec file for package isdngw
 #
-# 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
@@ -15,22 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   isdngw
-BuildRequires:  SDL-devel gcc-c++ krb5 libdv openh323-devel openldap2 
openldap2-devel pwlib-devel sgml-skel sgmltool speex-devel
+BuildRequires:  SDL-devel
+BuildRequires:  gcc-c++
+BuildRequires:  krb5
+BuildRequires:  libdv
+BuildRequires:  openh323-devel
+BuildRequires:  openldap2
+BuildRequires:  openldap2-devel
+BuildRequires:  pwlib-devel
+BuildRequires:  sgml-skel
+BuildRequires:  sgmltool
+BuildRequires:  speex-devel
 Url:http://www.gnugk.org/h323-isdn-gw.html
-License:GPL v2 or later
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
-Group:  Productivity/Telephony/H323/Utilities
 PreReq: %insserv_prereq %fillup_prereq
+%if %suse_version  1130
+PreReq: sysvinit(network)
+%endif
 Requires:   pwlib openh323
 Obsoletes:  isdn2h323
 Summary:An ISDN to H.323 Gateway
+License:GPL-2.0+
+Group:  Productivity/Telephony/H323/Utilities
 Version:0.3.4
-Release:248
+Release:0
 Source0:isdngw-%{version}.tar.bz2
 Source1:rc.isdngw
 #Patch:openh323gk.dif
@@ -41,12 +50,6 @@
 gateway uses ISDN to make and receive calls but any type of phone
 (pots, mobiles, etc.) can call and be called.
 
-
-
-Authors:
-
-Jan Willamowius j...@willamowius.de
-
 %prep
 %setup -n isdngw
 #%patch

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