forked from pool/uhttpmock
Accepting request 307358 from GNOME:Next
We arrived at this was the new stable right? OBS-URL: https://build.opensuse.org/request/show/307358 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/uhttpmock?expand=0&rev=6
This commit is contained in:
parent
02b7b54ab7
commit
db0c11ebe6
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,15 +18,15 @@
|
||||
|
||||
|
||||
Name: uhttpmock
|
||||
Version: 0.3.3
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: HTTP web service mocking library
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Tools
|
||||
Url: http://gitorious.org/uhttpmock
|
||||
Source0: http://tecnocode.co.uk/downloads/%{name}/%{name}-%{version}.tar.xz
|
||||
Url: https://gitlab.com/uhttpmock/uhttpmock
|
||||
Source0: https://tecnocode.co.uk/downloads/uhttpmock/%{name}-%{version}.tar.xz
|
||||
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(gobject-2.0)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.47.3
|
||||
|
Loading…
Reference in New Issue
Block a user