|
|
Author: veillard
Update of /cvs/dist/rpms/pwlib/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5047
Modified Files:
pwlib.spec
Log Message:
Trying to fix #164790 based on an upstream patch, daniel
Index: pwlib.spec
===================================================================
RCS file: /cvs/dist/rpms/pwlib/devel/pwlib.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pwlib.spec 18 Mar 2005 09:36:18 -0000 1.21
+++ pwlib.spec 3 Aug 2005 14:54:24 -0000 1.22
@@ -1,7 +1,7 @@
Summary: Portable Windows Libary
Name: pwlib
Version: 1.8.4
-Release: 1
+Release: 2
URL: http://www.openh323.org/
Source0: http://www.seconix.com/pwlib-%{version}.tar.gz
#We still need this for ppc64 it was not updated in 1.8.4
@@ -10,6 +10,7 @@
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-root
Patch0: pwlib-1.6.5-debuginfo.patch
+Patch1: c++_crack.patch
BuildPrereq: expat openssl-devel pkgconfig
%ifnarch s390 s390x
@@ -41,6 +42,7 @@
%prep
%setup -q
%patch0 -p1 -b .debuginfo
+%patch1 -p1
cp -f %{SOURCE1} .
%build
@@ -91,6 +93,9 @@
%attr(755,root,root) %{_bindir}/*
%changelog
+* Wed Aug 3 2005 Daniel Veillard <veillard@xxxxxxxxxx> 1.8.4-2
+- applied a gcc4 compilation fix
+
* Fri Mar 18 2005 Daniel Veillard <veillard@xxxxxxxxxx> 1.8.4-1
- Updated to 1.8.4 from gnomemeeting release 1.8.1
- cleanup and update of the spec file
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|