Accepting request 174180 from home:dimstar:branches:GNOME:Factory

Update to 2.37.0

OBS-URL: https://build.opensuse.org/request/show/174180
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=225
This commit is contained in:
Dominique Leuenberger 2013-05-05 12:00:11 +00:00 committed by Git OBS Bridge
parent 336f1b1d27
commit a130ec5112
4 changed files with 33 additions and 17 deletions

View File

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

3
glib-2.37.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed May 1 19:34:21 UTC 2013 - dimstar@opensuse.org
- Update to version 2.37.0:
+ The syntax for detailed action names has been documented, and a
parser API for them is now provided.
+ GApplication has gained a busy state.
+ Lib can now be built with the bionic C library.
+ GIcon can now be serialized to a GVariant.
+ Bugs fixed: bgo#548353, bgo#645881, bgo#665445, bgo#672018,
bgo#688820, bgo#688954, bgo#689223, bgo#695156, bgo#696108,
bgo#696629, bgo#696652, bgo#696857, bgo#697131, bgo#697160,
bgo#697250, bgo#697365, bgo#697367, bgo#697386, bgo#697595,
bgo#697601, bgo#697626, bgo#697771, bgo#697887, bgo#697942,
bgo#698056, bgo#698081, bgo#698455, bgo#698457, bgo#698478,
bgo#698595, bgo#698655, bgo#698686, bgo#698716, bgo#698999,
bgo#699001, bgo#699361.
+ Updated translations.
- Clean spec-file from BUILD_FROM_VCS remainders.
- Add libtool BuildRequires and call to autoreconf, as the tarball
is looking for aclocal-1.13 (and we run 1.12; reconfiguring fixes
the underlying issue).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 15 22:28:58 UTC 2013 - dimstar@opensuse.org Mon Apr 15 22:28:58 UTC 2013 - dimstar@opensuse.org

View File

@ -20,14 +20,15 @@
Name: glib2 Name: glib2
%define _name glib %define _name glib
Version: 2.36.1 Version: 2.37.0
Release: 0 Release: 0
# FIXME: Remove libtool BuildRequires and autoreconf call
# FIXME: find out if tapsets should really be in devel package or in main package # FIXME: find out if tapsets should really be in devel package or in main package
Summary: General-Purpose Utility Library Summary: General-Purpose Utility Library
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Url: http://www.gtk.org/ Url: http://www.gtk.org/
Source: http://download.gnome.org/sources/glib/2.36/%{_name}-%{version}.tar.xz Source: http://download.gnome.org/sources/glib/2.37/%{_name}-%{version}.tar.xz
Source1: glib2.sh Source1: glib2.sh
Source2: glib2.csh Source2: glib2.csh
# Not upstream file. Only proposes upstream packages: # Not upstream file. Only proposes upstream packages:
@ -51,6 +52,8 @@ BuildRequires: fam-devel
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
# Needed due to some errors in the tarball
BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-base BuildRequires: python-base
# gdbus-codegen is run during the build, so we need python-xml # gdbus-codegen is run during the build, so we need python-xml
@ -69,12 +72,6 @@ BuildRequires: pkgconfig(libelf) >= 0.8.12
BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(libpcre) >= 8.13 BuildRequires: pkgconfig(libpcre) >= 8.13
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
%if 0%{?BUILD_FROM_VCS}
# It's important to keep those BuildRequires inside
# BUILD_FROM_VCS to avoid build loops in Factory
BuildRequires: git-core
BuildRequires: gtk-doc
%endif
# For temporary %%posttrans script only. # For temporary %%posttrans script only.
PreReq: coreutils PreReq: coreutils
PreReq: /bin/sed PreReq: /bin/sed
@ -262,11 +259,10 @@ cp -a %{S:4} gnome_defaults.conf
if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
cp -a %{S:7} m4macros/ cp -a %{S:7} m4macros/
fi fi
%if 0%{?BUILD_FROM_VCS}
NOCONFIGURE=1 ./autogen.sh
%endif
%build %build
# Needed due to some errors in the tarball
autoreconf
%configure \ %configure \
--enable-static \ --enable-static \
--enable-selinux \ --enable-selinux \
@ -277,9 +273,6 @@ NOCONFIGURE=1 ./autogen.sh
--with-pcre=system --with-pcre=system
%{__make} %{?_smp_mflags} V=1 %{__make} %{?_smp_mflags} V=1
%if 0%{?BUILD_FROM_VCS}
%{__make} ChangeLog
%endif
%check %check
# make check does not work on x86_64. See http://bugzilla.gnome.org/show_bug.cgi?id=554969 # make check does not work on x86_64. See http://bugzilla.gnome.org/show_bug.cgi?id=554969