Accepting request 97277 from home:vuntz:branches:GNOME:Factory

Update to 2.31.6

OBS-URL: https://build.opensuse.org/request/show/97277
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=41
This commit is contained in:
Vincent Untz 2011-12-21 04:10:22 +00:00 committed by Git OBS Bridge
parent 65d4f82d33
commit 7500a0d73f
4 changed files with 27 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a0ec195c97d2694997af19f5951995f5cbaa973f5ae73c88863626be1cd2375
size 400416

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c922ce88de37e9fa648200f381a4eddf1c99d8965da1d3a67eb00dbcb99f341
size 320184

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Dec 20 09:16:20 UTC 2011 - vuntz@opensuse.org
- Update to version 2.31.6:
+ gnutls:
- Support gnutls built against nettle instead of gcrypt
(bgo#657306)
- Implement TLS session caching for GTlsServerConnection
(bgo#636574)
+ tls/tests: Explicitly request the memory GSettings backend, to
avoid warnings in partial jhbuild environments.
+ proxy/gnome: Update to use GInetAddressMask.
+ Updated translations.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Tue Nov 22 09:34:27 UTC 2011 - dimstar@opensuse.org

View File

@ -15,23 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: glib-networking
Version: 2.31.2
Release: 1
License: LGPLv2+
Version: 2.31.6
Release: 0
Summary: Network-related GIO modules for glib
License: LGPL-2.1+
Group: System/Libraries
Source: http://download.gnome.org/sources/glib-networking/2.31/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/glib-networking/2.31/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# For directory ownership
BuildRequires: dbus-1
BuildRequires: intltool
BuildRequires: libgcrypt-devel
BuildRequires: translation-update-upstream
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
BuildRequires: pkgconfig(gio-2.0) >= 2.29.18
BuildRequires: pkgconfig(gio-2.0) >= 2.31.6
BuildRequires: pkgconfig(gnutls) >= 2.11.0
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(libproxy-1.0)