[mingw-wxWidgets] Rebuild for libpng 1.5 and various cleanups

epienbro epienbro at fedoraproject.org
Tue Jan 31 19:19:12 UTC 2012


commit a4ecce0bd42bb54ccaa317b64c9891a6e46454ef
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Jan 31 20:18:41 2012 +0100

    Rebuild for libpng 1.5 and various cleanups
    
    - Rebuild for libpng 1.5
    - Dropped the png patch
    - Dropped the dependency extraction overrides as that's done automatically as of RPM 4.9

 mingw-wxWidgets.spec      |   13 +++++++------
 mingw-wxwidgets-png.patch |   28 ----------------------------
 2 files changed, 7 insertions(+), 34 deletions(-)
---
diff --git a/mingw-wxWidgets.spec b/mingw-wxWidgets.spec
index fe1e79e..afc927c 100644
--- a/mingw-wxWidgets.spec
+++ b/mingw-wxWidgets.spec
@@ -1,8 +1,5 @@
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
-%global _use_internal_dependency_generator 0
-%global __find_requires %{_mingw32_findrequires}
-%global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 %global mingw_pkg_name wxWidgets
@@ -10,14 +7,14 @@
 Summary:       MinGW port of the wxWidgets GUI library
 Name:          mingw-%{mingw_pkg_name}
 Version:       2.8.12
-Release:       7%{?dist}
+Release:       8%{?dist}
 License:       wxWidgets
 
 Group:         Development/Libraries
 URL:           http://wxwidgets.org
 Source:        http://prdownloads.sourceforge.net/wxwindows/wxWidgets-%{version}.tar.gz
-Patch1:        mingw-wxwidgets-png.patch
 BuildArch:     noarch
+BuildRequires: mingw32-filesystem >= 68
 BuildRequires: mingw32-gcc-c++
 BuildRequires: mingw32-expat
 BuildRequires: mingw32-libjpeg
@@ -55,7 +52,6 @@ mingw32-%{mingw_pkg_name} development.
 
 %prep
 %setup -q -n wxWidgets-%{version}
-%patch1 -p0 -b .png14
 
 #==========================================
 %build
@@ -167,6 +163,11 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/bakefile
 
 
 %changelog
+* Tue Jan 31 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.8.12-8
+- Rebuild for libpng 1.5
+- Dropped the png patch
+- Dropped the dependency extraction overrides as that's done automatically as of RPM 4.9
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.12-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list