- rebuild

This commit is contained in:
David Zeuthen 2008-07-25 00:16:36 +00:00
parent c8c2ed46ba
commit 51ca3d3964
2 changed files with 15 additions and 2 deletions

View File

@ -127,3 +127,13 @@
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
--- trunk/tests/Makefile.am 2008/07/20 02:09:05 7209
+++ trunk/tests/Makefile.am 2008/07/23 16:22:32 7243
@@ -186,7 +186,6 @@
module_test_LDFLAGS = $(G_MODULE_LDFLAGS)
node_test_LDADD = $(progs_ldadd)
onceinit_LDADD = $(thread_ldadd)
-option_test_LDADD = $(progs_ldadd)
printf_test_LDADD = $(progs_ldadd)
queue_test_LDADD = $(progs_ldadd)
asyncqueue_test_LDADD = $(thread_ldadd)

View File

@ -3,7 +3,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.17.4
Release: 4%{?dist}
Release: 5%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@ -33,7 +33,7 @@ Patch4: statfs-check.patch
#
Patch5: glib-2.17.4-gio-guess-content-sync.patch
# this patch requires autoreconf
BuildRequires: autoconf automake libtool gettext-devel
BuildRequires: autoconf automake libtool gettext-devel gtk-doc
%description
GLib is the low-level core library that forms the basis
@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%changelog
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-5
- rebuild
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-4
- autoreconf