diff --git a/uhttpmock-0.5.5.tar.bz2 b/uhttpmock-0.5.5.tar.bz2 deleted file mode 100644 index e9f8fd2..0000000 --- a/uhttpmock-0.5.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c26362d6781e62e158debe4573c5ab7376f6d60223bc88817932efcbc66f9d1 -size 47013 diff --git a/uhttpmock-0.9.0.tar.bz2 b/uhttpmock-0.9.0.tar.bz2 new file mode 100644 index 0000000..dac6d33 --- /dev/null +++ b/uhttpmock-0.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7239b35aa9f77082a373c4425d0d2661e28ea8cac1de51cf46f691f120271c52 +size 48659 diff --git a/uhttpmock.changes b/uhttpmock.changes index d7c02cf..8d15214 100644 --- a/uhttpmock.changes +++ b/uhttpmock.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 11 13:51:42 UTC 2022 - Bjørn Lie + +- 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 diff --git a/uhttpmock.spec b/uhttpmock.spec index 6ec56ee..752d3c2 100644 --- a/uhttpmock.spec +++ b/uhttpmock.spec @@ -18,7 +18,7 @@ Name: uhttpmock -Version: 0.5.5 +Version: 0.9.0 Release: 0 Summary: HTTP web service mocking library License: LGPL-2.1-or-later @@ -30,10 +30,10 @@ BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: meson 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(gobject-2.0) -BuildRequires: pkgconfig(libsoup-2.4) >= 2.47.3 +BuildRequires: pkgconfig(libsoup-3.0) >= 3.1.2 BuildRequires: pkgconfig(vapigen) %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 playback of HTTP request/response traces. -%package -n libuhttpmock-0_0-0 +%package -n libuhttpmock-1_0-1 Summary: HTTP web service mocking library 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. It provides a library, libuhttpmock, which implements recording and 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 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. It provides a library, libuhttpmock, which implements recording and playback of HTTP request/response traces. @@ -62,8 +62,8 @@ playback of HTTP request/response traces. %package devel Summary: Development files for %{name} Group: Development/Libraries/Other -Requires: libuhttpmock-0_0-0 = %{version} -Requires: typelib-1_0-Uhm-0_0 = %{version} +Requires: libuhttpmock-1_0-1 = %{version} +Requires: typelib-1_0-Uhm-1_0 = %{version} %description devel This package contains libraries, header files and documentation for @@ -83,22 +83,22 @@ developing applications that use %{name}. %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 %doc README NEWS AUTHORS -%{_libdir}/libuhttpmock-0.0.so.* +%{_libdir}/libuhttpmock-1.0.so.* -%files -n typelib-1_0-Uhm-0_0 -%{_libdir}/girepository-1.0/Uhm-0.0.typelib +%files -n typelib-1_0-Uhm-1_0 +%{_libdir}/girepository-1.0/Uhm-1.0.typelib %files devel -%doc %{_datadir}/gtk-doc/html/libuhttpmock-0.0/ +%doc %{_datadir}/gtk-doc/html/libuhttpmock-1.0/ %{_libdir}/*.so -%{_includedir}/libuhttpmock-0.0/ -%{_libdir}/pkgconfig/libuhttpmock-0.0.pc -%{_datadir}/gir-1.0/Uhm-0.0.gir +%{_includedir}/libuhttpmock-1.0/ +%{_libdir}/pkgconfig/libuhttpmock-1.0.pc +%{_datadir}/gir-1.0/Uhm-1.0.gir %{_datadir}/vala/vapi/ %changelog