diff --git a/.gitignore b/.gitignore index 1204b43..3d94c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ glib-2.25.13.tar.bz2 /glib-2.31.6.tar.xz /glib-2.31.10.tar.xz /glib-2.31.12.tar.xz +/glib-2.31.16.tar.xz diff --git a/glib2.spec b/glib2.spec index 7e5a0e9..e1b7ece 100644 --- a/glib2.spec +++ b/glib2.spec @@ -2,7 +2,7 @@ Summary: A library of handy utility functions Name: glib2 -Version: 2.31.12 +Version: 2.31.16 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -63,8 +63,7 @@ The glib2-static package includes static libraries of the GLib library. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; %configure $CONFIGFLAGS \ --enable-systemtap \ - --enable-static \ - --with-runtime-libdir=../../%{_lib}) + --enable-static make %{?_smp_mflags} @@ -158,8 +157,11 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules %files static %{_libdir}/lib*.a - %changelog +* Mon Feb 6 2012 Matthias Clasen 2.31.16-1 +- Update to 2.31.16 +- Drop --with-runtime-libdir, since we have /lib -> /usr/lib now + * Fri Jan 20 2012 Matthias Clasen 2.31.12-1 - Update to 2.31.12 diff --git a/sources b/sources index c1bb612..709f55d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c783067d6eff2837f9e6259837df87c9 glib-2.31.12.tar.xz +49b8c1fbf84de3fe3ef31e9ca8ccefbb glib-2.31.16.tar.xz