forked from pool/uhttpmock
Accepting request 1010288 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1010288 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhttpmock?expand=0&rev=10
This commit is contained in:
commit
bcaee53503
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c26362d6781e62e158debe4573c5ab7376f6d60223bc88817932efcbc66f9d1
|
|
||||||
size 47013
|
|
3
uhttpmock-0.9.0.tar.bz2
Normal file
3
uhttpmock-0.9.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7239b35aa9f77082a373c4425d0d2661e28ea8cac1de51cf46f691f120271c52
|
||||||
|
size 48659
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 11 13:51:42 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.0:
|
||||||
|
+ This release ports the library to use libsoup 3.x. Note that
|
||||||
|
you should stick to using the latest 0.5.x version if the
|
||||||
|
tested piece of software still requires libsoup 2.x as the 2
|
||||||
|
versions cannot be used in the same programm.
|
||||||
|
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
|
||||||
|
BuildRequires following upstreams port.
|
||||||
|
- Rename sub-package typelib and shared library following upstreams
|
||||||
|
bump of soname.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 5 09:42:34 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Sep 5 09:42:34 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: uhttpmock
|
Name: uhttpmock
|
||||||
Version: 0.5.5
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP web service mocking library
|
Summary: HTTP web service mocking library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -30,10 +30,10 @@ BuildRequires: gobject-introspection-devel
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.36.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.47.3
|
BuildRequires: pkgconfig(libsoup-3.0) >= 3.1.2
|
||||||
BuildRequires: pkgconfig(vapigen)
|
BuildRequires: pkgconfig(vapigen)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -41,20 +41,20 @@ uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
|
|||||||
It provides a library, libuhttpmock, which implements recording and
|
It provides a library, libuhttpmock, which implements recording and
|
||||||
playback of HTTP request/response traces.
|
playback of HTTP request/response traces.
|
||||||
|
|
||||||
%package -n libuhttpmock-0_0-0
|
%package -n libuhttpmock-1_0-1
|
||||||
Summary: HTTP web service mocking library
|
Summary: HTTP web service mocking library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libuhttpmock-0_0-0
|
%description -n libuhttpmock-1_0-1
|
||||||
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
|
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
|
||||||
It provides a library, libuhttpmock, which implements recording and
|
It provides a library, libuhttpmock, which implements recording and
|
||||||
playback of HTTP request/response traces.
|
playback of HTTP request/response traces.
|
||||||
|
|
||||||
%package -n typelib-1_0-Uhm-0_0
|
%package -n typelib-1_0-Uhm-1_0
|
||||||
Summary: HTTP web service mocking library
|
Summary: HTTP web service mocking library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-Uhm-0_0
|
%description -n typelib-1_0-Uhm-1_0
|
||||||
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
|
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
|
||||||
It provides a library, libuhttpmock, which implements recording and
|
It provides a library, libuhttpmock, which implements recording and
|
||||||
playback of HTTP request/response traces.
|
playback of HTTP request/response traces.
|
||||||
@ -62,8 +62,8 @@ playback of HTTP request/response traces.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: libuhttpmock-0_0-0 = %{version}
|
Requires: libuhttpmock-1_0-1 = %{version}
|
||||||
Requires: typelib-1_0-Uhm-0_0 = %{version}
|
Requires: typelib-1_0-Uhm-1_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries, header files and documentation for
|
This package contains libraries, header files and documentation for
|
||||||
@ -83,22 +83,22 @@ developing applications that use %{name}.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libuhttpmock-0_0-0
|
%ldconfig_scriptlets -n libuhttpmock-1_0-1
|
||||||
|
|
||||||
%files -n libuhttpmock-0_0-0
|
%files -n libuhttpmock-1_0-1
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README NEWS AUTHORS
|
%doc README NEWS AUTHORS
|
||||||
%{_libdir}/libuhttpmock-0.0.so.*
|
%{_libdir}/libuhttpmock-1.0.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Uhm-0_0
|
%files -n typelib-1_0-Uhm-1_0
|
||||||
%{_libdir}/girepository-1.0/Uhm-0.0.typelib
|
%{_libdir}/girepository-1.0/Uhm-1.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc %{_datadir}/gtk-doc/html/libuhttpmock-0.0/
|
%doc %{_datadir}/gtk-doc/html/libuhttpmock-1.0/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/libuhttpmock-0.0/
|
%{_includedir}/libuhttpmock-1.0/
|
||||||
%{_libdir}/pkgconfig/libuhttpmock-0.0.pc
|
%{_libdir}/pkgconfig/libuhttpmock-1.0.pc
|
||||||
%{_datadir}/gir-1.0/Uhm-0.0.gir
|
%{_datadir}/gir-1.0/Uhm-1.0.gir
|
||||||
%{_datadir}/vala/vapi/
|
%{_datadir}/vala/vapi/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user