Accepting request 136675 from GNOME:Factory

Pushing GNOME:Factory towards openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/136675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib-networking?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2012-10-03 05:18:09 +00:00 committed by Git OBS Bridge
commit 4afc33d830
4 changed files with 71 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Mon Sep 24 17:56:17 UTC 2012 - dimstar@opensuse.org
- Update to version 2.34.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 17 22:57:28 UTC 2012 - zaitor@opensuse.org
- Update to version 2.33.14:
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 4 13:52:36 UTC 2012 - dimstar@opensuse.org
- Update to version 2.33.12:
+ gnutls: Revert the addition of the certificate-bytes and
private-key-bytes properties to GTlsCertificateGnutls, since
they were reverted in glib (bgo#682081)
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 21 07:38:31 UTC 2012 - dimstar@opensuse.org
- Update to version 2.33.10:
+ gnutls:
- Improved the certificate verifying code to deal with the case
of a CA being reissued with the same key but a different
signature algorithm. (bgo#681299)
- Fixed an uninitialized variable in
g_tls_connection_gnutls_close(). (bgo#681636)
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 7 07:00:12 UTC 2012 - dimstar@opensuse.org
- Update to version 2.33.8:
+ gnutls:
- If a GTlsConnection gets an error when handshaking, it will
now continue to return that error message on future I/O
attempts, rather than behaving in an undefined manner
- You can now read from a GTlsConnection's input stream and
write to its output stream at the same time (either in
different threads, or asynchronously in a single thread).
(bgo#660252)
+ Updated translations.
-------------------------------------------------------------------
Tue Jun 26 08:22:45 UTC 2012 - dimstar@opensuse.org
- Update to version 2.33.3:
+ Updated autogen.sh (in particular to support automake 1.12)
(bgo#675261)
+ gnutls: fix the use-system-certdb property on
GTlsConnectionGnutls
+ Updated translations.
-------------------------------------------------------------------
Wed May 16 18:13:24 UTC 2012 - dimstar@opensuse.org
- Update to version 2.33.2:
+ gnutls: simplify using new glib pollable stream methods
+ proxy/gnome: fix a bug that made it impossible to use SOCKS
without also having a separate http proxy.
-------------------------------------------------------------------
Tue May 15 14:32:18 UTC 2012 - vuntz@opensuse.org

View File

@ -17,12 +17,12 @@
Name: glib-networking
Version: 2.32.3
Version: 2.34.0
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.32/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/glib-networking/2.34/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# For directory ownership
BuildRequires: dbus-1
@ -30,7 +30,7 @@ BuildRequires: intltool
BuildRequires: libgcrypt-devel
BuildRequires: translation-update-upstream
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
BuildRequires: pkgconfig(gio-2.0) >= 2.31.6
BuildRequires: pkgconfig(gio-2.0) >= 2.34.0
BuildRequires: pkgconfig(gnutls) >= 2.11.0
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(libproxy-1.0)