forked from pool/libsoup
Accepting request 360402 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360402 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=169
This commit is contained in:
parent
0fcfe46b5c
commit
3b4ea81849
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc
|
||||
size 1764308
|
3
libsoup-2.53.90.tar.xz
Normal file
3
libsoup-2.53.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ce75a6cdea5cb34724772c95aa08e089a3d9224c2527458e9c5b763ed9802e3
|
||||
size 1770036
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 09:44:48 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.53.90:
|
||||
+ NUL bytes in headers are now ignored (bgo#760832).
|
||||
+ Fixed transfer annotation of soup_form_decode* functions
|
||||
(bgo#743966).
|
||||
+ Updated translations.
|
||||
- Call intltoolize before configure in order to fix up the tarball
|
||||
to work with recent versions of intltool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 22:12:56 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.53.2:
|
||||
+ Fixed up symbol visibility handling for mingw by copying GLib's
|
||||
system (bgo#757146).
|
||||
+ Finally marked the old SoupSessionAsync and SoupSessionSync
|
||||
methods as deprecated (bgo#757146).
|
||||
+ Added libsoup-2.4.deps for valac.
|
||||
+ Make it possible to build from git without gtk-doc being
|
||||
installed.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 02:54:52 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.53.1:
|
||||
+ Really fixed build under MinGW for sure this time.
|
||||
+ Fixed SoupServer Web Sockets code so that the SoupClientContext
|
||||
passed to a SoupServerWebsocketCallback is fully usable (rather
|
||||
than crashing when you try to do most things).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 07:58:01 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsoup
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,10 +20,10 @@ Name: libsoup
|
||||
Summary: HTTP client/server library for GNOME
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.52.2
|
||||
Version: 2.53.90
|
||||
Release: 0
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/libsoup/2.52/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/libsoup/2.53/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: glib2-devel >= 2.38.0
|
||||
@ -122,6 +122,7 @@ Features:
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
intltoolize -f
|
||||
%configure\
|
||||
--disable-static \
|
||||
--enable-introspection
|
||||
|
Loading…
x
Reference in New Issue
Block a user