rpms/wxGTK/F-10 wxGTK.spec,1.43,1.44

Dan Horák sharkcz at fedoraproject.org
Fri Aug 14 14:30:55 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/wxGTK/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24071

Modified Files:
	wxGTK.spec 
Log Message:
* Fri Aug 14 2009 Dan Horák <dan[at]danny.cz> - 2.8.10-2.1
- fix default plugin path for 64 bit arches



Index: wxGTK.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxGTK/F-10/wxGTK.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- wxGTK.spec	15 Jul 2009 17:55:06 -0000	1.43
+++ wxGTK.spec	14 Aug 2009 14:30:54 -0000	1.44
@@ -6,7 +6,7 @@
 
 Name:           wxGTK
 Version:        2.8.10
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        GTK2 port of the wxWidgets GUI library
 # The wxWindows licence is the LGPL with a specific exemption allowing
 # distribution of derived binaries under any terms. (This will eventually
@@ -131,6 +131,9 @@ libraries or the X Window System.
 
 sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
 
+# fix plugin dir for 64-bit
+sed -i -e 's|/lib|/%{_lib}|' src/unix/stdpaths.cpp
+
 
 %build
 
@@ -270,6 +273,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 14 2009 Dan Horák <dan[at]danny.cz> - 2.8.10-2.1
+- fix default plugin path for 64 bit arches
+
 * Wed Jul 15 2009 Dan Horák <dan[at]danny.cz> - 2.8.10-2
 - add fix for CVE-2009-2369 (#511279)
 




More information about the scm-commits mailing list