Accepting request 307369 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/307369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhttpmock?expand=0&rev=4
This commit is contained in:
commit
1c0e2ca2be
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7cc1eda146b5e7a434ed31413f6f12660db00c34d10083f693b93683a28bd57e
|
|
||||||
size 290632
|
|
3
uhttpmock-0.4.0.tar.xz
Normal file
3
uhttpmock-0.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d9a75ac66070879a14caabddfaa7bd4e888e2abb03f9ac73610921ed341b571
|
||||||
|
size 295392
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 4 13:31:03 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.4.0:
|
||||||
|
+ Fix comparison mode.
|
||||||
|
+ Add optional support for libsoup 2.47.3’s new SoupServer API.
|
||||||
|
+ Fix some memory leaks.
|
||||||
|
+ Fix parsing of certain trace files.
|
||||||
|
+ Various build system updates.
|
||||||
|
+ Move home page from gitorious to
|
||||||
|
https://gitlab.com/groups/uhttpmock
|
||||||
|
+ Port from GAsyncResult to GTask, requiring a GIO dependency
|
||||||
|
bump to 2.36.0.
|
||||||
|
+ Bugs fixed: bgo#748200.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 1 22:53:03 UTC 2015 - zaitor@opensuse.org
|
Thu Jan 1 22:53:03 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package uhttpmock
|
# spec file for package uhttpmock
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
|
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: uhttpmock
|
Name: uhttpmock
|
||||||
Version: 0.3.3
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP web service mocking library
|
Summary: HTTP web service mocking library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Url: http://gitorious.org/uhttpmock
|
Url: https://gitlab.com/uhttpmock/uhttpmock
|
||||||
Source0: http://tecnocode.co.uk/downloads/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://tecnocode.co.uk/downloads/uhttpmock/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.17.3
|
BuildRequires: pkgconfig(gio-2.0) >= 2.36.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.47.3
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.47.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user