[wxGTK3] Update to 3.0.1, fixes RH#1111903

mystro256 mystro256 at fedoraproject.org
Fri Jul 11 23:51:08 UTC 2014


commit b365113aad9c36b961fd87daa331e6d3cd9a03cf
Author: alexjnewt at hotmail.com <alexjnewt at hotmail.com>
Date:   Fri Jul 11 19:50:40 2014 -0400

    Update to 3.0.1, fixes RH#1111903

 .gitignore                    |    2 ++
 sources                       |    4 ++--
 wxGTK3-3.0.0-gtk3_build.patch |   20 --------------------
 wxGTK3.spec                   |   18 ++++--------------
 4 files changed, 8 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a506246..135635a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /wxWidgets-3.0.0-docs-html.tar.bz2
 /wxWidgets-3.0.0.tar.bz2
+/wxWidgets-3.0.1-docs-html.tar.bz2
+/wxWidgets-3.0.1.tar.bz2
diff --git a/sources b/sources
index 3f2354d..bae4198 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d356e1a86c33d7ebe1f5c4a94e844f37  wxWidgets-3.0.0-docs-html.tar.bz2
-241998efc12205172ed24c18788ea2cd  wxWidgets-3.0.0.tar.bz2
+47dbdd5adf5a7a2c9d3dd58b3d78c9c7  wxWidgets-3.0.1-docs-html.tar.bz2
+dad1f1cd9d4c370cbc22700dc492da31  wxWidgets-3.0.1.tar.bz2
diff --git a/wxGTK3.spec b/wxGTK3.spec
index bc4ca2a..3da6b57 100644
--- a/wxGTK3.spec
+++ b/wxGTK3.spec
@@ -10,8 +10,8 @@
 %endif
 
 Name:           %{wxgtkname}
-Version:        3.0.0
-Release:        8%{?dist}
+Version:        3.0.1
+Release:        1%{?dist}
 Summary:        GTK port of the wxWidgets GUI library
 License:        wxWidgets
 Group:          System Environment/Libraries
@@ -20,9 +20,6 @@ Source0:        http://downloads.sf.net/wxwindows/%{srcname}-%{version}.tar.bz2
 Source1:        http://downloads.sf.net/wxwindows/%{srcname}-%{version}-docs-html.tar.bz2
 Source10:       wx-config
 
-# http://trac.wxwidgets.org/ticket/15667
-Patch0:		%{name}-3.0.0-gtk3_build.patch
-
 BuildRequires:  gtk%{gtkver}-devel
 #Note webkitgtk (GTK2) does not appear to be supported
 %if %{gtkver} == 3
@@ -62,7 +59,6 @@ Requires:       %{name}-media = %{version}-%{release}
 Requires:       %{wxbasename} = %{version}-%{release}
 Requires:  	gtk%{gtkver}-devel
 Requires:       libGLU-devel
-Conflicts:	wxGTK-devel
 Provides:       %{srcname}-devel = %{version}-%{release}
 
 %description devel
@@ -127,7 +123,6 @@ This package provides documentation for the %{srcname} library.
 
 # in case of gtk3
 %if %{gtkver} == 3
-%patch0 -p0 -b .GTK3
 sed -i -e 's|gtk2|gtk3|' %{SOURCE10}
 %endif
 
@@ -172,7 +167,6 @@ make %{?_smp_mflags}
 rm %{buildroot}%{_bindir}/wx-config
 rm %{buildroot}%{_bindir}/wxrc
 install -p -m 755 %{SOURCE10} %{buildroot}%{_bindir}/wx-config-3.0
-ln -s %{_bindir}/wx-config-3.0 %{buildroot}%{_bindir}/wx-config
 
 # move bakefiles to avoid conflicts with 2.8.*
 mkdir %{buildroot}%{_datadir}/bakefile/presets/wx3
@@ -242,12 +236,8 @@ popd
 %doc html
 
 %changelog
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Thu Apr 3 2014 Jeremy Newton <alexjnewt at hotmail.com> - 3.0.0-7
-- Removed wxGTK-devel compatiblity in favour for a wx-config symlink
-	see bug RH#1077718
+* Sat Jul 5 2014 Jeremy Newton <alexjnewt at hotmail.com> - 3.0.1-1
+- Bump to 3.0.1 RH#1076617
 
 * Tue Mar 18 2014 Jeremy Newton <alexjnewt at hotmail.com> - 3.0.0-6
 - Removed disable-catch_segvs, see RH#1076617


More information about the scm-commits mailing list