This commit is contained in:
Matthias Clasen 2011-08-30 17:45:52 -04:00
parent 865ddbbc7f
commit dc255aeb35
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ glib-2.25.13.tar.bz2
/glib-2.29.10.tar.xz /glib-2.29.10.tar.xz
/glib-2.29.14.tar.xz /glib-2.29.14.tar.xz
/glib-2.29.16.tar.xz /glib-2.29.16.tar.xz
/glib-2.29.18.tar.xz

View File

@ -2,7 +2,7 @@
Summary: A library of handy utility functions Summary: A library of handy utility functions
Name: glib2 Name: glib2
Version: 2.29.16 Version: 2.29.18
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -98,7 +98,6 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%files -f glib20.lang %files -f glib20.lang
%defattr(-, root, root, -)
%doc AUTHORS COPYING NEWS README %doc AUTHORS COPYING NEWS README
%{libdir}/libglib-2.0.so.* %{libdir}/libglib-2.0.so.*
%{libdir}/libgthread-2.0.so.* %{libdir}/libgthread-2.0.so.*
@ -123,7 +122,6 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%files devel %files devel
%defattr(-, root, root, -)
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/glib-2.0 %{_libdir}/glib-2.0
%{_includedir}/* %{_includedir}/*
@ -157,11 +155,13 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%files static %files static
%defattr(-, root, root, -)
%{_libdir}/lib*.a %{_libdir}/lib*.a
%changelog %changelog
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.29.18-1
- Update to 2.29.18
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.29.16-1 * Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.29.16-1
- Update to 2.29.16 - Update to 2.29.16

View File

@ -1 +1 @@
893ce829cdba1d8a3c6c8cd8a5b8fdcf glib-2.29.16.tar.xz 2ac3df9236116d40ec23b28a44635e65 glib-2.29.18.tar.xz