[mingw-libsoup: 8/30] Added a patch to workaround http://bugzilla.gnome.org/show_bug.cgi?id=593845

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:34:21 UTC 2012


commit 0ac6d9feb2e0c20394784df2a3086f0c31dbe24b
Author: epienbro <epienbro at fedoraproject.org>
Date:   Tue Sep 1 21:39:21 2009 +0000

    Added a patch to workaround
        http://bugzilla.gnome.org/show_bug.cgi?id=593845

 libsoup-disable-get-testcase.patch |   11 +++++++++++
 mingw32-libsoup.spec               |    5 ++++-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/libsoup-disable-get-testcase.patch b/libsoup-disable-get-testcase.patch
new file mode 100644
index 0000000..b87f4a7
--- /dev/null
+++ b/libsoup-disable-get-testcase.patch
@@ -0,0 +1,11 @@
+--- tests/Makefile.in.orig	2009-09-01 22:33:48.162419037 +0200
++++ tests/Makefile.in	2009-09-01 22:34:35.803667769 +0200
+@@ -36,7 +36,7 @@
+ host_triplet = @host@
+ noinst_PROGRAMS = chunk-test$(EXEEXT) context-test$(EXEEXT) \
+ 	continue-test$(EXEEXT) date$(EXEEXT) dns$(EXEEXT) \
+-	forms-test$(EXEEXT) get$(EXEEXT) getbug$(EXEEXT) \
++	forms-test$(EXEEXT) getbug$(EXEEXT) \
+ 	header-parsing$(EXEEXT) misc-test$(EXEEXT) ntlm-test$(EXEEXT) \
+ 	redirect-test$(EXEEXT) simple-httpd$(EXEEXT) \
+ 	simple-proxy$(EXEEXT) sniffing-test$(EXEEXT) \
diff --git a/mingw32-libsoup.spec b/mingw32-libsoup.spec
index d9d76f4..6576789 100644
--- a/mingw32-libsoup.spec
+++ b/mingw32-libsoup.spec
@@ -18,6 +18,9 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:	noarch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=593845
+Patch0:         libsoup-disable-get-testcase.patch
+
 BuildRequires:	mingw32-filesystem
 BuildRequires:	mingw32-gcc
 BuildRequires:	mingw32-binutils
@@ -55,7 +58,7 @@ Static version of the MinGW Windows Libsoup library.
 
 %prep
 %setup -q -n libsoup-%{version}
-
+%patch0 -p0
 
 %build
 # Libsoup can't build static and shared libraries in one go, so we build the package twice here


More information about the scm-commits mailing list