forked from pool/uhttpmock
- 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
This commit is contained in:
parent
27238f25c9
commit
2053f67778
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/pwithnall/uhttpmock.git</param>
|
||||
<param name="revision">0.11.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc3595e15a51b0178e9fa2d7fc800c073197c6f72a0aa0bfacea49d48be8604f
|
||||
size 48749
|
3
uhttpmock-0.11.0.obscpio
Normal file
3
uhttpmock-0.11.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90836dc68e855b047474a3fbfca8a9d37cbe2873133859d8aaf2ab7f84c3ce79
|
||||
size 229387
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 09:22:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
4
uhttpmock.obsinfo
Normal file
4
uhttpmock.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: uhttpmock
|
||||
version: 0.11.0
|
||||
mtime: 1718712922
|
||||
commit: 69a5bceeee5069572280755631deb3eba37e056e
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user