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

Update to 2.37.93

OBS-URL: https://build.opensuse.org/request/show/199425
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=239
This commit is contained in:
Dominique Leuenberger 2013-09-19 19:26:23 +00:00 committed by Git OBS Bridge
parent bbf39d354f
commit a97eed5522
4 changed files with 22 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 17 17:00:42 UTC 2013 - dimstar@opensuse.org
- Update to version 2.37.93:
+ Several bugfixes in the new g_file_measure_disk_usage() API.
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 16 18:27:49 UTC 2013 - dimstar@opensuse.org
- Update to version 2.37.92:
+ New API: g_file_measure_disk_usage() similar to du(1).
+ Minor fixes.
+ Updated translations.
- Drop libtool BuildRequires and call to autoreconf: This was added
when building 2.37.0 due to the tarball trying to re-bootstrap
and is now no longer needed.
-------------------------------------------------------------------
Tue Sep 3 06:39:55 UTC 2013 - dimstar@opensuse.org

View File

@ -20,9 +20,8 @@
Name: glib2
%define _name glib
Version: 2.37.7
Version: 2.37.93
Release: 0
# FIXME: Remove libtool BuildRequires and autoreconf call
# FIXME: find out if tapsets should really be in devel package or in main package
Summary: General-Purpose Utility Library
License: LGPL-2.1+
@ -52,8 +51,6 @@ BuildRequires: fam-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libselinux-devel
# Needed due to some errors in the tarball
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: python-base
# gdbus-codegen is run during the build, so we need python-xml
@ -261,8 +258,6 @@ if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
fi
%build
# Needed due to some errors in the tarball
autoreconf
%configure \
--enable-static \
--enable-selinux \