Accepting request 75730 from GNOME:Factory

Pushing G:F, including GNOME 3.1.3

OBS-URL: https://build.opensuse.org/request/show/75730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib-networking?expand=0&rev=13
This commit is contained in:
Sascha Peilicke 2011-07-08 09:39:54 +00:00 committed by Git OBS Bridge
commit 2f210e2a84
4 changed files with 31 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jul 6 23:14:21 CEST 2011 - vuntz@opensuse.org
- Change rpm query to look for the real package containing gio to
use the new gio virtual name, that is now provided by the package
containing the gio library. This is better than the query on the
library filename, which might change later.
- Also properly escape the queryformat, since we need to double the
% characters in a .spec file.
-------------------------------------------------------------------
Tue Jul 5 08:23:04 CEST 2011 - vuntz@opensuse.org
- Update to version 2.29.9:
+ Optimized GDBus usage in PACRunner.
+ Fixed a race condition in GProxyResolverGnome.
+ Changed configure to --enable-maintainer-mode by default,
to match glib.
+ Updated translations.
-------------------------------------------------------------------
Fri Jun 17 02:17:16 CEST 2011 - vuntz@opensuse.org
- Fix build after glib libraries moved back to %{_libdir}.
-------------------------------------------------------------------
Mon May 23 23:12:28 CEST 2011 - dimstar@opensuse.org

View File

@ -18,12 +18,12 @@
Name: glib-networking
Version: 2.28.7
Version: 2.29.9
Release: 1
License: LGPLv2+
Summary: Network-related GIO modules for glib
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/glib-networking/2.29/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
# For directory ownership
BuildRequires: dbus-1
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(libproxy-1.0)
# org.gnome.system.proxy schema is used
Requires: gsettings-desktop-schemas
Recommends: %{name}-lang = %{version}
%define gio_real_package %(rpm -q --whatprovides --qf '%{NAME}' /%{_lib}/libgio-2.0.so.?)
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
Supplements: %{gio_real_package}
%glib2_gio_module_requires