rpms/wxGTK/F-7 .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
Thu Jul 12 14:16:44 UTC 2007


Author: mattdm

Update of /cvs/extras/rpms/wxGTK/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19785

Modified Files:
	.cvsignore sources wxGTK.spec 
Log Message:
* Thu Jul 12 2007 Matthew Miller <mattdm at mattdm.org> - 2.8.4-2
- buildrequires for libSM-devel, gstreamer-plugins-base-devel,
  and GConf2-devel

* 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/F-7/.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	12 Jul 2007 14:16:10 -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/F-7/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	12 Jul 2007 14:16:10 -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/F-7/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	12 Jul 2007 14:16:10 -0000	1.29
@@ -5,7 +5,7 @@
 %define withodbc 0
 
 Name:           wxGTK
-Version:        2.8.3
+Version:        2.8.4
 Release:        2%{?dist}
 Summary:        GTK2 port of the wxWidgets GUI library
 # The wxWindows licence is the LGPL with a specific exemption allowing
@@ -21,7 +21,9 @@
 BuildRequires:  libpng-devel, libjpeg-devel, libtiff-devel
 BuildRequires:  expat-devel, SDL-devel, libgnomeprintui22-devel
 BuildRequires:  libGL-devel, libGLU-devel
-BuildRequires:  gstreamer-devel >= 0.10
+BuildRequires:  libSM-devel
+BuildRequires:  gstreamer-devel >= 0.10, gstreamer-plugins-base-devel >= 0.10
+BuildRequires:  GConf2-devel
 BuildRequires:  autoconf, gettext
 %if %{withodbc}
 BuildRequires:  unixODBC-devel
@@ -44,6 +46,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 +107,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 +222,15 @@
 %endif
 
 %changelog
+* Thu Jul 12 2007 Matthew Miller <mattdm at mattdm.org> - 2.8.4-2
+- buildrequires for libSM-devel, gstreamer-plugins-base-devel,
+  and GConf2-devel
+
+* 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 scm-commits mailing list