From 2053f6777829de75a37dbac001dda040cf99cb67f7771f1fdb35aef39c3e767f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 19 Jun 2024 09:30:51 +0000 Subject: [PATCH] - Update to version 0.11.0: + Dump hosts during record. + Add HTTP/2 support. + Add Location field support. + Fix memory leak in uhm_message_finalize. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/uhttpmock?expand=0&rev=22 --- _service | 19 +++++++++++++++++++ uhttpmock-0.10.0.tar.bz2 | 3 --- uhttpmock-0.11.0.obscpio | 3 +++ uhttpmock.changes | 9 +++++++++ uhttpmock.obsinfo | 4 ++++ uhttpmock.spec | 4 ++-- 6 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 _service delete mode 100644 uhttpmock-0.10.0.tar.bz2 create mode 100644 uhttpmock-0.11.0.obscpio create mode 100644 uhttpmock.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..3ce64c2 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.freedesktop.org/pwithnall/uhttpmock.git + 0.11.0 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/uhttpmock-0.10.0.tar.bz2 b/uhttpmock-0.10.0.tar.bz2 deleted file mode 100644 index 2e40833..0000000 --- a/uhttpmock-0.10.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc3595e15a51b0178e9fa2d7fc800c073197c6f72a0aa0bfacea49d48be8604f -size 48749 diff --git a/uhttpmock-0.11.0.obscpio b/uhttpmock-0.11.0.obscpio new file mode 100644 index 0000000..3d27b9e --- /dev/null +++ b/uhttpmock-0.11.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90836dc68e855b047474a3fbfca8a9d37cbe2873133859d8aaf2ab7f84c3ce79 +size 229387 diff --git a/uhttpmock.changes b/uhttpmock.changes index bff272d..4acb9a4 100644 --- a/uhttpmock.changes +++ b/uhttpmock.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 19 09:22:13 UTC 2024 - Dominique Leuenberger + +- Update to version 0.11.0: + + Dump hosts during record. + + Add HTTP/2 support. + + Add Location field support. + + Fix memory leak in uhm_message_finalize. + ------------------------------------------------------------------- Tue Mar 5 08:23:46 UTC 2024 - Dominique Leuenberger diff --git a/uhttpmock.obsinfo b/uhttpmock.obsinfo new file mode 100644 index 0000000..b4abee0 --- /dev/null +++ b/uhttpmock.obsinfo @@ -0,0 +1,4 @@ +name: uhttpmock +version: 0.11.0 +mtime: 1718712922 +commit: 69a5bceeee5069572280755631deb3eba37e056e diff --git a/uhttpmock.spec b/uhttpmock.spec index 07eed8f..2c15e95 100644 --- a/uhttpmock.spec +++ b/uhttpmock.spec @@ -18,13 +18,13 @@ Name: uhttpmock -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: HTTP web service mocking library License: LGPL-2.1-or-later Group: Development/Tools/Other URL: https://gitlab.freedesktop.org/pwithnall/uhttpmock -Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.zst BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc