[mingw-libsoup] Update to 2.50.0

Kalev Lember kalev at fedoraproject.org
Tue Mar 24 11:44:34 UTC 2015


commit c876b7a5b64175dfc3b538ddb46255f38f5906f9
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 24 12:40:24 2015 +0100

    Update to 2.50.0

 .gitignore                                         |  1 +
 0001-Fix-build-on-Windows.patch                    | 27 ----------------------
 ...libsoup-2.4.sym-remove-nonexistent-symbol.patch | 27 ----------------------
 mingw-libsoup.spec                                 | 14 ++++-------
 sources                                            |  2 +-
 5 files changed, 7 insertions(+), 64 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5482ad..8d8110b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ libsoup-2.28.1.tar.bz2
 /libsoup-2.44.2.tar.xz
 /libsoup-2.46.0.tar.xz
 /libsoup-2.48.0.tar.xz
+/libsoup-2.50.0.tar.xz
diff --git a/mingw-libsoup.spec b/mingw-libsoup.spec
index 3ce47dc..ea81348 100644
--- a/mingw-libsoup.spec
+++ b/mingw-libsoup.spec
@@ -4,8 +4,8 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:		mingw-libsoup
-Version:	2.48.0
-Release:	2%{?dist}
+Version:	2.50.0
+Release:	1%{?dist}
 Summary:	MinGW library for HTTP and XML-RPC functionality
 
 License:	LGPLv2
@@ -13,11 +13,6 @@ Group:		Development/Libraries
 URL:		http://live.gnome.org/LibSoup
 Source0:	http://download.gnome.org/sources/libsoup/%{release_version}/libsoup-%{version}.tar.xz
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=738551
-Patch0:		0001-Fix-build-on-Windows.patch
-# Backported from upstream
-Patch1:		0001-libsoup-2.4.sym-remove-nonexistent-symbol.patch
-
 BuildArch:	noarch
 
 BuildRequires:	mingw32-filesystem >= 95
@@ -112,8 +107,6 @@ Static version of the MinGW Windows Libsoup library.
 
 %prep
 %setup -q -n libsoup-%{version}
-%patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -189,6 +182,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
 
 
 %changelog
+* Tue Mar 24 2015 Kalev Lember <kalevlember at gmail.com> - 2.50.0-1
+- Update to 2.50.0
+
 * Mon Dec 01 2014 Fabiano FidĂȘncio <fidencio at redhat.com> - 2.48.0-2
 - Add mingw-glib-networking as dep (#1169185)
 
diff --git a/sources b/sources
index 03f064d..5033801 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51ccb76f5262945e1f0316fdc46de567  libsoup-2.48.0.tar.xz
+9a84d66e1b7ccd3bd340574b11eccc15  libsoup-2.50.0.tar.xz


More information about the scm-commits mailing list