[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/openh323/devel openh323-gcc41.patch, NONE, 1.1 openh323.spec, 1.22, 1.23
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/openh323/devel openh323-gcc41.patch, NONE, 1.1 openh323.spec, 1.22, 1.23
- Date: Wed, 14 Dec 2005 08:27:24 -0500
Author: alexl
Update of /cvs/dist/rpms/openh323/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14568
Modified Files:
openh323.spec
Added Files:
openh323-gcc41.patch
Log Message:
* Wed Dec 14 2005 Alexander Larsson <alexl redhat com> - 1.15.6-4
- Fix gcc 4.1 issue
openh323-gcc41.patch:
ixjlid.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE openh323-gcc41.patch ---
--- openh323-1.15.6/include/ixjlid.h.gcc41 2005-12-14 14:19:04.000000000 +0100
+++ openh323-1.15.6/include/ixjlid.h 2005-12-14 14:19:18.000000000 +0100
@@ -836,7 +836,7 @@
};
static void SignalHandler(int sig);
- ExceptionInfo * OpalIxJDevice::GetException();
+ ExceptionInfo * GetException();
int GetOSHandle() { return os_handle; }
protected:
Index: openh323.spec
===================================================================
RCS file: /cvs/dist/rpms/openh323/devel/openh323.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- openh323.spec 9 Dec 2005 22:42:33 -0000 1.22
+++ openh323.spec 14 Dec 2005 13:27:21 -0000 1.23
@@ -1,7 +1,7 @@
Summary: Library for H323 spec.
Name: openh323
Version: 1.15.6
-Release: 3.1
+Release: 4
URL: http://www.openh323.org/
Source0: http://www.seconix.com/%{name}-%{version}.tar.gz
License: MPL
@@ -14,6 +14,7 @@
BuildRequires: expat-devel
BuildRoot: %{_tmppath}/%{name}-root
Patch0: gcc4.patch
+Patch1: openh323-gcc41.patch
%description
Implementation of the ITU H.323 teleconferencing protocol.
@@ -28,7 +29,8 @@
%prep
%setup -q
-%patch0 -p1
+%patch0 -p1 -b gcc40
+%patch1 -p1 -b gcc41
%build
%configure --enable-localspeex=no --enable-plugins
@@ -59,6 +61,9 @@
%{_datadir}/openh323
%changelog
+* Wed Dec 14 2005 Alexander Larsson <alexl redhat com> - 1.15.6-4
+- Fix gcc 4.1 issue
+
* Fri Dec 09 2005 Jesse Keating <jkeating redhat com>
- rebuilt
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]