From 04966c1672e5ba2722d397f75925b8d6a9e442211c12ce5afb313e478e3ee8ea Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 6 Jan 2015 11:43:20 +0000 Subject: [PATCH] Accepting request 267009 from home:Zaitor:branches:GNOME:Factory Update - we have missed a few here. There is also this rpmlint [ 12s] libuhttpmock-0_0-0.x86_64: E: library-without-ldconfig-postun (Badness: 300) /usr/lib64/libuhttpmock-0.0.so.0.1.3 [ 12s] This package contains a library and provides no %postun scriptlet containing a [ 12s] call to ldconfig. [ 12s] [ 12s] libuhttpmock-0_0-0.x86_64: E: library-without-ldconfig-postin (Badness: 300) /usr/lib64/libuhttpmock-0.0.so.0.1.3 [ 12s] This package contains a library and provides no %post scriptlet containing a [ 12s] call to ldconfig. [ 12s] But nothing new from before. Resub as I spotted the error with the source url OBS-URL: https://build.opensuse.org/request/show/267009 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/uhttpmock?expand=0&rev=3 --- uhttpmock-0.2.0.tar.xz | 3 --- uhttpmock-0.3.3.tar.xz | 3 +++ uhttpmock.changes | 25 +++++++++++++++++++++++++ uhttpmock.spec | 31 ++++++++++++++++--------------- 4 files changed, 44 insertions(+), 18 deletions(-) delete mode 100644 uhttpmock-0.2.0.tar.xz create mode 100644 uhttpmock-0.3.3.tar.xz diff --git a/uhttpmock-0.2.0.tar.xz b/uhttpmock-0.2.0.tar.xz deleted file mode 100644 index cb918e8..0000000 --- a/uhttpmock-0.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bc8df4cb2e0484a029ae159becc20b3df3dcc4c0ea493d25e9e2b4ab8a39e93 -size 284064 diff --git a/uhttpmock-0.3.3.tar.xz b/uhttpmock-0.3.3.tar.xz new file mode 100644 index 0000000..8809def --- /dev/null +++ b/uhttpmock-0.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc1eda146b5e7a434ed31413f6f12660db00c34d10083f693b93683a28bd57e +size 290632 diff --git a/uhttpmock.changes b/uhttpmock.changes index b92b9b0..b5e1221 100644 --- a/uhttpmock.changes +++ b/uhttpmock.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jan 1 22:53:03 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.3.3: + + Fix comparison mode. +- Changes from version 0.3.2: + + Fix some memory leaks. + + Rearchitect trace file parsing to correctly handle buffer + boundaries. +- Changes from version 0.3.1: + + Add optional support for libsoup ≥ 2.47.3. +- Changes from version 0.3.0: + + Major changes: + - Drop useless gthread dependency. + - Thread safety fixes. + + API changes: + - Add uhm_server_set_expected_domain_names(). + - Add uhm_server_received_message_chunk_with_direction(), + uhm_server_received_message_chunk_from_soup(). + + Bugs fixed: + - rh#1026764: Review Request: uhttpmock - HTTP web service + mocking library. + - bgo#731040: libgdata-0.14.3 tests fail. +- Drop pkgconfig(gthread-2.0) BuildRequires following upstream. + ------------------------------------------------------------------- Thu Dec 19 19:49:22 UTC 2013 - dimstar@opensuse.org diff --git a/uhttpmock.spec b/uhttpmock.spec index d1dda96..5b4f2c8 100644 --- a/uhttpmock.spec +++ b/uhttpmock.spec @@ -1,6 +1,7 @@ # # spec file for package uhttpmock # +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -15,20 +16,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: uhttpmock -Version: 0.2.0 +Version: 0.3.3 Release: 0 Summary: HTTP web service mocking library -Group: Development/Tools License: LGPL-2.1+ -URL: http://gitorious.org/uhttpmock -Source0: http://tecnocode.co.uk/downloads/%{name}-%{version}.tar.xz +Group: Development/Tools +Url: http://gitorious.org/uhttpmock +Source0: http://tecnocode.co.uk/downloads/%{name}/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel +BuildRequires: pkgconfig(gio-2.0) >= 2.17.3 +BuildRequires: pkgconfig(glib-2.0) >= 2.31.0 BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.31.0 -BuildRequires: pkgconfig(gio-2.0) >= 2.17.3 -BuildRequires: pkgconfig(libsoup-2.4) >= 2.37.91 -BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(libsoup-2.4) >= 2.47.3 %description uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. @@ -36,8 +37,8 @@ It provides a library, libuhttpmock, which implements recording and playback of HTTP request/response traces. %package -n libuhttpmock-0_0-0 -Summary: HTTP web service mocking library -Group: System/Libraries +Summary: HTTP web service mocking library +Group: System/Libraries %description -n libuhttpmock-0_0-0 uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. @@ -45,8 +46,8 @@ It provides a library, libuhttpmock, which implements recording and playback of HTTP request/response traces. %package -n typelib-1_0-Uhm-0_0 -Summary: HTTP web service mocking library -Group: System/Libraries +Summary: HTTP web service mocking library +Group: System/Libraries %description -n typelib-1_0-Uhm-0_0 uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. @@ -57,8 +58,8 @@ playback of HTTP request/response traces. %package devel Summary: Development files for %{name} Group: Development/Libraries -Requires: typelib-1_0-Uhm-0_0 = %{version} -Requires: libuhttpmock-0_0-0 = %{version} +Requires: libuhttpmock-0_0-0 = %{version} +Requires: typelib-1_0-Uhm-0_0 = %{version} %description devel This package contains libraries, header files and documentation for @@ -88,7 +89,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %files devel %defattr(-,root,root) -%doc %{_datadir}/gtk-doc/html/libuhttpmock/ +%doc %{_datadir}/gtk-doc/html/libuhttpmock-0.0/ %{_libdir}/*.so %{_includedir}/libuhttpmock-0.0/ %{_libdir}/pkgconfig/libuhttpmock-0.0.pc