Accepting request 50680 from GNOME:Factory

Copy from GNOME:Factory/glib-networking based on submit request 50680 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/50680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib-networking?expand=0&rev=2
This commit is contained in:
OBS User autobuild 2010-10-15 15:06:17 +00:00 committed by Git OBS Bridge
commit 8e572a1d2e
5 changed files with 22 additions and 6 deletions

View File

@ -1,3 +1,4 @@
glib-networking
requires "glib2-tools-<targettype>"
post "%glib2_gio_module_post"
postun "%glib2_gio_module_postun"

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 13 22:50:58 CEST 2010 - vuntz@opensuse.org
- Update to version 2.26.0:
+ No changes, just a version bump.
- Update spec file after move of glib libraries to /lib: we are
checking the name of the package providing libgio by looking at
the provider of the file.
-------------------------------------------------------------------
Mon Oct 11 21:34:59 CEST 2010 - vuntz@opensuse.org
- Add missing Requires for glib2-tools to glib-networking in
baselibs.conf.
-------------------------------------------------------------------
Tue Aug 31 09:32:52 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package glib-networking (Version 2.25.0)
# spec file for package glib-networking (Version 2.26.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: glib-networking
Version: 2.25.0
Version: 2.26.0
Release: 1
License: LGPLv2+
Summary: Network-related GIO modules for glib
@ -30,7 +30,7 @@ BuildRequires: intltool
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(libproxy-1.0)
Recommends: %{name}-lang = %{version}
%define gio_real_package %(rpm -q --whatprovides --qf '%{NAME}' %{_libdir}/libgio-2.0.so.?)
%define gio_real_package %(rpm -q --whatprovides --qf '%{NAME}' /%{_lib}/libgio-2.0.so.?)
Supplements: %{gio_real_package}
%glib2_gio_module_requires