rpms/pwlib/devel pwlib.spec,1.52,1.53

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Thu Mar 27 15:06:07 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/pwlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5109

Modified Files:
	pwlib.spec 
Log Message:
Add rescaling patch fixing 438605, Daniel



Index: pwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pwlib/devel/pwlib.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- pwlib.spec	20 Feb 2008 06:49:18 -0000	1.52
+++ pwlib.spec	27 Mar 2008 15:05:31 -0000	1.53
@@ -1,7 +1,7 @@
 Summary:	Portable Windows Library
 Name:		pwlib
 Version:	1.10.10
-Release:        5%{?dist}
+Release:        6%{?dist}
 URL:		http://www.openh323.org/
 Source0:	http://www.ekiga.org/pwlib-%{version}.tar.gz
 License: MPL
@@ -9,6 +9,7 @@
 BuildRoot: %{_tmppath}/%{name}-root
 BuildPrereq:	expat  openssl-devel pkgconfig
 Patch0: pwlib-1.10-libperms.patch
+Patch1: pwlib-1.10.10.rescale.patch
 
 %ifnarch  s390 s390x
 BuildRequires: libdv-devel libraw1394-devel libavc1394-devel
@@ -26,7 +27,7 @@
 any UI code.
 
 It is supplied mainly to support the open H323 project, but that shouldn't stop
-you from using it in whatever project you have in mind if you so desire. 
+you from using it in whatever project you have in mind if you so desire.
 
 %package devel
 Summary: Development package for pwlib
@@ -37,8 +38,9 @@
 The pwlib-devel package includes the libraries and header files for pwlib.
 
 %prep
-%setup -q 
+%setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
@@ -96,6 +98,10 @@
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Thu Mar 27 2008 Daniel Veillard <veillard at redhat.com> - 1.10.10-6
+- apply rescale patch
+- Resolves: rhbz#438605
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.10.10-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list