From 148ec62d4cc629effe9f7af5828279db7d54078d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:36:01 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- libaio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libaio.spec b/libaio.spec index b086e77..e08dd21 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,6 +1,6 @@ Name: libaio Version: 0.3.109 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux-native asynchronous I/O access library License: LGPLv2+ Group: System Environment/Libraries @@ -71,6 +71,9 @@ make destdir=$RPM_BUILD_ROOT prefix=/ libdir=%{libdir} usrlibdir=%{usrlibdir} \ %exclude %{_libdir}/libaio.a %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.3.109-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Tue Jan 19 2010 Jeff Moyer - 0.3.109-2 - Get rid of the static library. (Bug 556059)