From a97eed5522e699a8800e511ac022be67c57f22a5fef435b36e379750d4d593bb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Sep 2013 19:26:23 +0000 Subject: [PATCH] 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 --- glib-2.37.7.tar.xz | 3 --- glib-2.37.93.tar.xz | 3 +++ glib2.changes | 18 ++++++++++++++++++ glib2.spec | 7 +------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 glib-2.37.7.tar.xz create mode 100644 glib-2.37.93.tar.xz diff --git a/glib-2.37.7.tar.xz b/glib-2.37.7.tar.xz deleted file mode 100644 index a575d41..0000000 --- a/glib-2.37.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d91550d4a4efff5079555c9eac8c7f525aff3375a4a82a0e14835a29a1a16e8d -size 6778616 diff --git a/glib-2.37.93.tar.xz b/glib-2.37.93.tar.xz new file mode 100644 index 0000000..0da889c --- /dev/null +++ b/glib-2.37.93.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0141a48e8648cbdf507e1375f5b53558783339ebc00256611a33cd82fbbfbf53 +size 6672688 diff --git a/glib2.changes b/glib2.changes index d13edea..edd188e 100644 --- a/glib2.changes +++ b/glib2.changes @@ -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 diff --git a/glib2.spec b/glib2.spec index 762d7e2..da28ba7 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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 \