rpms/wxGTK/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 wxGTK.spec, 1.28, 1.29

Matthew Miller (mattdm) fedora-extras-commits at redhat.com
Wed Jul 11 18:24:41 UTC 2007


Author: mattdm

Update of /cvs/extras/rpms/wxGTK/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16419

Modified Files:
	.cvsignore sources wxGTK.spec 
Log Message:
* Wed Jul 11 2007 Matthew Miller <mattdm at mattdm.org> - 2.8.4-1
- update to 2.8.4
- obsolete compat-wxGTK
- add -fno-strict-aliasing





Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wxGTK/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	15 Apr 2007 17:29:51 -0000	1.7
+++ .cvsignore	11 Jul 2007 18:24:06 -0000	1.8
@@ -1 +1 @@
-wxGTK-2.8.3.tar.bz2
+wxGTK-2.8.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wxGTK/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	15 Apr 2007 17:29:51 -0000	1.7
+++ sources	11 Jul 2007 18:24:06 -0000	1.8
@@ -1 +1 @@
-758a7aa5d1a0403a571823762b0ebe2a  wxGTK-2.8.3.tar.bz2
+22e42c1601d9759530c875ffa2c3c554  wxGTK-2.8.4.tar.bz2


Index: wxGTK.spec
===================================================================
RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- wxGTK.spec	15 Apr 2007 17:34:58 -0000	1.28
+++ wxGTK.spec	11 Jul 2007 18:24:06 -0000	1.29
@@ -5,8 +5,8 @@
 %define withodbc 0
 
 Name:           wxGTK
-Version:        2.8.3
-Release:        2%{?dist}
+Version:        2.8.4
+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
@@ -44,6 +44,9 @@
 Provides:       wxGTK2-stc = %{version}-%{release}
 Provides:       wxGTK-stc = %{version}-%{release}
 
+# time to clean up the compat package.
+Obsoletes:      compat-wxGTK < 2.8.0
+
 %description
 wxWidgets/GTK2 is the GTK2 port of the C++ cross-platform wxWidgets
 GUI library, offering classes for all common GUI controls as well as a
@@ -102,6 +105,10 @@
 
 export GDK_USE_XFT=1
 
+# this code dereferences type-punned pointers like there's no tomorrow.
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+
 # --disable-optimise prevents our $RPM_OPT_FLAGS being overridden
 # (see OPTIMISE in configure).
 %configure \
@@ -213,6 +220,11 @@
 %endif
 
 %changelog
+* Wed Jul 11 2007 Matthew Miller <mattdm at mattdm.org> - 2.8.4-1
+- update to 2.8.4
+- obsolete compat-wxGTK
+- add -fno-strict-aliasing
+
 * Sun Apr 15 2007 Matthew Miller <mattdm at mattdm.org> - 2.8.3-2
 - gratuitously bump release number.
 




More information about the fedora-extras-commits mailing list