From f5a917b5d368635a25d87ad586a30badfb261214 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 18 Feb 2011 12:23:53 -0500 Subject: [PATCH] 2.28.1 --- .gitignore | 1 + glib2.spec | 14 ++++++-------- sources | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 8785d39..9e65e4d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ glib-2.25.13.tar.bz2 /glib-2.27.92.tar.bz2 /glib-2.27.93.tar.gz /glib-2.28.0.tar.bz2 +/glib-2.28.1.tar.bz2 diff --git a/glib2.spec b/glib2.spec index 234e9b6..51a085a 100644 --- a/glib2.spec +++ b/glib2.spec @@ -2,8 +2,8 @@ Summary: A library of handy utility functions Name: glib2 -Version: 2.28.0 -Release: 2%{?dist} +Version: 2.28.1 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -68,12 +68,6 @@ The glib2-static package includes static libraries of the GLib library. make %{?_smp_mflags} -# truncate NEWS -awk '/^Overview of Changes/ { seen+=1 } -{ if (seen < 2) print } -{ if (seen == 2) { print "For older news, see http://git.gnome.org/cgit/glib/plain/NEWS"; exit } }' NEWS > tmp; mv tmp NEWS - - %install make install DESTDIR=$RPM_BUILD_ROOT @@ -166,6 +160,10 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules %changelog +* Fri Feb 18 2011 Matthias Clasen - 2.28.1-1 +- Update to 2.28.1 +- Drop another space-saving hack from the spec + * Tue Feb 08 2011 Fedora Release Engineering - 2.28.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index dde5d67..615a45d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51dbe36bc03a29a1f9bf6b74fb4a6926 glib-2.28.0.tar.bz2 +9c097e61dc34eb5c6347e94f1f90be07 glib-2.28.1.tar.bz2