rpms/wxGTK/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 wxGTK.spec, 1.44, 1.45

Dan Horák sharkcz at fedoraproject.org
Sat Mar 21 17:53:38 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/wxGTK/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6671

Modified Files:
	.cvsignore sources wxGTK.spec 
Log Message:
* Sat Mar 21 2009 Dan Horák <dan[at]danny.cz> - 2.8.10-1
- update to 2.8.10
- fix default plugin path for 64 bit arches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wxGTK/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	22 Sep 2008 19:35:08 -0000	1.11
+++ .cvsignore	21 Mar 2009 17:53:08 -0000	1.12
@@ -1 +1 @@
-wxGTK-2.8.9.tar.bz2
+wxGTK-2.8.10.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxGTK/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	22 Sep 2008 19:35:08 -0000	1.11
+++ sources	21 Mar 2009 17:53:08 -0000	1.12
@@ -1 +1 @@
-495c0287e102c8864eb5237a279ce9c2  wxGTK-2.8.9.tar.bz2
+88b867bc118a183af56efc67014bdf27  wxGTK-2.8.10.tar.bz2


Index: wxGTK.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxGTK/devel/wxGTK.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- wxGTK.spec	26 Feb 2009 07:24:37 -0000	1.44
+++ wxGTK.spec	21 Mar 2009 17:53:08 -0000	1.45
@@ -3,8 +3,8 @@
 %define withodbc 0
 
 Name:           wxGTK
-Version:        2.8.9
-Release:        4%{?dist}
+Version:        2.8.10
+Release:        1%{?dist}
 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
@@ -93,10 +93,13 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 
 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
 
@@ -242,13 +245,17 @@
 
 
 %changelog
+* Sat Mar 21 2009 Dan Horák <dan[at]danny.cz> - 2.8.10-1
+- update to 2.8.10
+- fix default plugin path for 64 bit arches
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.9-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Thu Nov  4 2008 Dan Horák <dan[at]danny.cz> - 2.8.9-3
+* Thu Dec  4 2008 Dan Horák <dan[at]danny.cz> - 2.8.9-3
 - remove support for bakefiles, fixes directory ownership (#474594)
 
-* Thu Nov  4 2008 Dan Horak <dan[at]danny.cz> - 2.8.9-2
+* Thu Dec  4 2008 Dan Horak <dan[at]danny.cz> - 2.8.9-2
 - drop all the Obsoletes/Provides used for upgrading from the wxGTK 2.6 era
 - drop using of x11libdir pointing to X11R6
 - create media subpackage for more precise package dependencies




More information about the fedora-extras-commits mailing list