Removed gnutls - it's now in Fedora.
[fedora-mingw.git] / inkscape / mingw32-inkscape.spec
index 2a0a7c9..31efb18 100644 (file)
@@ -11,7 +11,7 @@
 
 Name:           mingw32-inkscape
 Version:        0.47
-Release:        0.1.svn%{svnrev}%{?dist}
+Release:        0.2.svn%{svnrev}%{?dist}
 Summary:        MinGW Windows port of Inkscape vector graphics editor
 
 License:        LGPLv2+
@@ -32,6 +32,9 @@ Patch1:         mingw32-inkscape-20081027-paths.patch
 # supported getting the outline of unhinted fonts.
 Patch2:         mingw32-inkscape-20081027-unhinted-fonts-for-wine.patch
 
+# Fixes for gcc 4.4
+Patch3:         mingw32-inkscape-20568-gcc44.patch
+
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 40
@@ -76,6 +79,7 @@ community-oriented development.
 #%patch0 -p0
 %patch1 -p0
 %patch2 -p0
+%patch3 -p1
 
 ./autogen.sh
 
@@ -110,5 +114,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 0.47-0.2.svn20568
+- Rebuild for mingw32-gcc 4.4
+
 * Sun Jan 25 2009 Richard W.M. Jones <rjones@redhat.com> - 0.47-0.1.svn20568
 - Initial RPM release.