Hello community, here is the log from the commit of package ohphone checked in at Mon Feb 26 22:27:01 CET 2007. -------- --- ohphone/ohphone.changes 2006-11-07 13:41:01.000000000 +0100 +++ /mounts/work_src_done/STABLE/ohphone/ohphone.changes 2007-02-26 21:03:56.890117000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 26 21:03:17 CET 2007 - kkeil@suse.de + +- compile fix for current pwlib + +------------------------------------------------------------------- New: ---- ohphone.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ohphone.spec ++++++ --- /var/tmp/diff_new_pack.hN8999/_old 2007-02-26 22:26:43.000000000 +0100 +++ /var/tmp/diff_new_pack.hN8999/_new 2007-02-26 22:26:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ohphone (Version 1.4.6) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -18,8 +18,9 @@ Group: Productivity/Telephony/H323/Clients Summary: An H.323 Net Telephone Application Version: 1.4.6 -Release: 23 +Release: 45 Source0: ohphone-1.4.6pre.tar.bz2 +Patch0: ohphone.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -30,6 +31,7 @@ %prep %setup -q -n ohphone +%patch -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -55,7 +57,9 @@ %{_mandir}/man1/ohphone.1.gz /usr/bin/ohphone -%changelog -n ohphone +%changelog +* Mon Feb 26 2007 - kkeil@suse.de +- compile fix for current pwlib * Tue Nov 07 2006 - ro@suse.de - fix manpage permissions * Fri Aug 11 2006 - kkeil@suse.de ++++++ ohphone.diff ++++++ diff -ur ohphone/main.cxx /suse/kkeil/cvs/ohphone/main.cxx --- ohphone/main.cxx 2007-02-26 20:24:50.990031000 +0100 +++ ohphone/main.cxx 2006-08-10 19:48:37.000000000 +0200 @@ -257,7 +257,7 @@ #include <h323t38.h> #endif -#include <ptclib/pvfiledev.h> +//#include <ptclib/pvfiledev.h> #include "version.h" diff -ur ohphone/main.h /suse/kkeil/cvs/ohphone/main.h --- ohphone/main.h 2006-08-10 19:48:37.000000000 +0200 +++ ohphone/main.h 2007-02-26 20:08:23.568340963 +0100 @@ -28,6 +28,9 @@ * Derek J Smithies (derek@indranet.co.nz) * * $Log: main.h,v $ + * Revision 1.107 2006/08/14 12:01:23 shorne + * Removed references to PSDLDisplayThread + * * Revision 1.106 2006/06/21 06:17:11 csoutheren * Fixes for latest pwlib * @@ -392,10 +395,6 @@ #define HAS_LIDDEVICE #endif -#if P_SDL -class PSDLDisplayThread; -#endif - #if defined(__BEOS__) && !defined(P_SDL) #ifndef _APPLICATION_H #include <Application.h> @@ -600,10 +599,6 @@ BOOL isXJack; #endif -#if P_SDL - PSDLDisplayThread *sdlThread; - PMutex sdlThreadLock; -#endif int channelsOpenLimit; BOOL behind_masq; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de