diff --git a/libsoup-2.70.0.tar.xz b/libsoup-2.70.0.tar.xz deleted file mode 100644 index 423001f312f09571f0eead1d0fdfe18f86cffa1d..0000000000000000000000000000000000000000 Binary files a/libsoup-2.70.0.tar.xz and /dev/null differ diff --git a/libsoup-2.71.0.tar.xz b/libsoup-2.71.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..f3a43fafd009ce2d8bf2e692a926dfd9f920d370 Binary files /dev/null and b/libsoup-2.71.0.tar.xz differ diff --git a/libsoup-disable-hsts-tests.patch b/libsoup-disable-hsts-tests.patch deleted file mode 100644 index 898e7889f6bf0eb6cd0ec45e5a90d91cd069ce2f..0000000000000000000000000000000000000000 --- a/libsoup-disable-hsts-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur a/tests/meson.build b/tests/meson.build ---- a/tests/meson.build 2020-03-07 10:43:35.009389900 +0800 -+++ b/tests/meson.build 2020-04-14 17:01:06.516000000 +0800 -@@ -35,8 +35,6 @@ - ['date', true, []], - ['forms', true, []], - ['header-parsing', true, []], -- ['hsts', true, []], -- ['hsts-db', true, []], - ['misc', true, []], - ['multipart', true, []], - ['no-ssl', true, []], diff --git a/libsoup-test-utils-fix.patch b/libsoup-test-utils-fix.patch deleted file mode 100644 index 657f50a2fb10d74e0ac5c532e514c09cfb59e229..0000000000000000000000000000000000000000 --- a/libsoup-test-utils-fix.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 3058a0ed3aaf0a54058a96f884b0a73b0cc578a8 Mon Sep 17 00:00:00 2001 -From: Simon McVittie -Date: Wed, 11 Mar 2020 09:16:50 +0000 -Subject: [PATCH] test-utils: Clarify meaning of an environment variable - -SOUP_TESTS_IN_MAKE_CHECK used to be used for the Autotools build system. -I mistakenly thought it was a way to skip the Apache-dependent tests -during `make check`, but in fact the Autotools build system used to -start a single instance of Apache, then run all the tests against that -single instance, and finally shut it down. - -This mechanism is currently unused, but resurrecting it might be one way -to avoid GNOME/libsoup#175. ---- -diff -Nur a/tests/test-utils.c b/tests/test-utils.c ---- a/tests/test-utils.c 2020-03-07 10:43:35.016056800 +0800 -+++ b/tests/test-utils.c 2020-04-14 17:03:33.804000000 +0800 -@@ -189,7 +189,9 @@ - void - apache_init (void) - { -- if (g_getenv ("SOUP_TESTS_IN_MAKE_CHECK")) -+ /* Set this environment variable if you are already running a -+ * suitably-configured Apache server */ -+ if (g_getenv ("SOUP_TESTS_ALREADY_RUNNING_APACHE")) - return; - - if (!apache_cmd ("start")) { --- -2.24.1 diff --git a/libsoup.spec b/libsoup.spec index ec29e6d5c429773f36739c535b30663006d400a8..a16c097051596b9eed1067ebb38ab7a102251acf 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,14 +1,10 @@ Name: libsoup -Version: 2.70.0 -Release: 2 +Version: 2.71.0 +Release: 1 Summary: An HTTP library implementation License: LGPLv2 URL: https://wiki.gnome.org/Projects/libsoup -Source0: https://download.gnome.org/sources/%{name}/2.70/%{name}-%{version}.tar.xz - -Patch6000: libsoup-disable-hsts-tests.patch -Patch6001: libsoup-test-utils-fix.patch - +Source0: https://download.gnome.org/sources/%{name}/2.71/%{name}-%{version}.tar.xz BuildRequires: glib2-devel glib-networking krb5-devel gobject-introspection-devel gettext BuildRequires: libxml2-devel libpsl-devel sqlite-devel vala gtk-doc meson libxslt BuildRequires: samba-winbind-clients brotli-devel @@ -64,6 +60,9 @@ The %{name}-devel package contains libraries and header files for %{name}. %{_datadir}/gtk-doc/html/libsoup-2.4/* %changelog +* Fri Aug 28 2020 zhanzhimin - 2.71.0-1 +- update to 2.71.0 + * Tue Aug 18 2020 wenzhanli - 2.70.0-2 - add release version for update