diff --git a/.gitignore b/.gitignore index c9593b5..69f6ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ glib-2.25.11.tar.bz2 glib-2.25.12.tar.bz2 glib-2.25.13.tar.bz2 /glib-2.25.14.tar.bz2 +/glib-2.25.15.tar.bz2 diff --git a/glib2.spec b/glib2.spec index 9c5999c..b4d09b7 100644 --- a/glib2.spec +++ b/glib2.spec @@ -2,8 +2,8 @@ Summary: A library of handy utility functions Name: glib2 -Version: 2.25.14 -Release: 2%{?dist} +Version: 2.25.15 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -29,9 +29,6 @@ BuildRequires: gtk-doc # required for GIO content-type support Requires: shared-mime-info -# Upstream fix for a problem with PolicyKit problems -Patch0: 0001-GDBusProxy-Call-into-well-known-name-if-no-name-owne.patch - %description GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, @@ -58,7 +55,6 @@ The glib2-static package includes static libraries of the GLib library. %prep %setup -q -n glib-%{version} -%patch0 -p1 -b .wellknown-call %build # Support builds of both git snapshots and tarballs packed with autogoo @@ -166,6 +162,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules %{_libdir}/lib*.a %changelog +* Tue Aug 31 2010 Matthias Clasen - 2.25.15-1 +- Update to 2.25.15 + * Wed Aug 18 2010 Matthias Clasen - 2.25.14-2 - Fix a PolicyKit problem diff --git a/sources b/sources index 98084d5..fda57a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -215a9af630c6f4c1548ec47b7a3e3add glib-2.25.14.tar.bz2 +cbcca065bd20e37b2c633725934b8b06 glib-2.25.15.tar.bz2