This commit is contained in:
Matthias Clasen 2011-02-18 12:23:53 -05:00
parent 9420c52ec0
commit f5a917b5d3
3 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mclasen@redhat.com> - 2.28.1-1
- Update to 2.28.1
- Drop another space-saving hack from the spec
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
51dbe36bc03a29a1f9bf6b74fb4a6926 glib-2.28.0.tar.bz2
9c097e61dc34eb5c6347e94f1f90be07 glib-2.28.1.tar.bz2