Accepting request 248677 from GNOME:Next

Push GNOME 3.13.91 - Add to Staging:E

OBS-URL: https://build.opensuse.org/request/show/248677
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=258
This commit is contained in:
Dominique Leuenberger 2014-09-11 21:24:11 +00:00 committed by Git OBS Bridge
parent 63f533c006
commit ac687439c7
4 changed files with 28 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Sep 8 09:53:20 UTC 2014 - jengelh@inai.de
- Add libtool BuildRequires and call autoreconf -fi in build
section: glib/Makefile.am always calls config.status, which
requires aclocal in a matching version.
-------------------------------------------------------------------
Tue Sep 2 18:12:37 UTC 2014 - zaitor@opensuse.org
- Update to version 2.41.4:
+ GApplication now has binding-friendly API to handle commandline
options: g_application_add_main_option.
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang.
+ Bugs fixed: bgo#583330, bgo#727455, bgo#734126, bgo#735179,
bgo#735297.
+ Updated translations.
-------------------------------------------------------------------
Sat Aug 16 17:17:05 UTC 2014 - dimstar@opensuse.org

View File

@ -20,7 +20,7 @@
Name: glib2
%define _name glib
Version: 2.41.3
Version: 2.41.4
Release: 0
# FIXME: find out if tapsets should really be in devel package or in main package
Summary: General-Purpose Utility Library
@ -54,6 +54,8 @@ BuildRequires: fdupes
BuildRequires: gamin-devel
BuildRequires: gcc-c++
BuildRequires: libselinux-devel
# glib/Makefile.am calls config.status, and thus triggers a bootstrap
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: python-base
# gdbus-codegen is run during the build, so we need python-xml
@ -261,6 +263,10 @@ if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
fi
%build
# glib/Makefile.am always calls config.status, which requires aclocal
# in a matching version. Regenerate it now because we likely won't have
# the version of aclocal that was originally used.
autoreconf -fi
%configure \
--enable-static \
--enable-selinux \