rpms/libaio/devel .cvsignore, 1.14, 1.15 libaio.spec, 1.32, 1.33 sources, 1.14, 1.15 libaio-sparc.patch, 1.1, NONE

Jeffrey E. Moyer jmoyer at fedoraproject.org
Fri Oct 9 21:38:14 UTC 2009


Author: jmoyer

Update of /cvs/pkgs/rpms/libaio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27967

Modified Files:
	.cvsignore libaio.spec sources 
Removed Files:
	libaio-sparc.patch 
Log Message:
- Pull in upstream .109 to get ARM architecture support.
- Remove the broken sparc patch;  it should go upstream first.

Note: I'm working on merging the sparc support upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libaio/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	6 Jun 2008 16:14:08 -0000	1.14
+++ .cvsignore	9 Oct 2009 21:38:13 -0000	1.15
@@ -1 +1 @@
-libaio-0.3.107.tar.gz
+libaio-0.3.109.tar.gz


Index: libaio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libaio/devel/libaio.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- libaio.spec	25 Jul 2009 05:17:29 -0000	1.32
+++ libaio.spec	9 Oct 2009 21:38:13 -0000	1.33
@@ -1,13 +1,12 @@
 Name: libaio
-Version: 0.3.107
-Release: 9%{?dist}
+Version: 0.3.109
+Release: 1%{?dist}
 Summary: Linux-native asynchronous I/O access library
 License: LGPLv2+
 Group:  System Environment/Libraries
-Source: %{name}-%{version}.tar.gz
+Source: ftp://ftp.kernel.org/pub/linux/libs/aio/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-root
 Patch1: libaio-install-to-slash.patch
-Patch2: libaio-sparc.patch
 
 %description
 The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
@@ -33,7 +32,6 @@ for the Linux-native asynchronous I/O fa
 %setup -a 0
 %patch1 -p1
 mv %{name}-%{version} compat-%{name}-%{version}
-%patch2 -p1
 
 %build
 # A library with a soname of 1.0.0 was inadvertantly released.  This
@@ -73,6 +71,10 @@ make destdir=$RPM_BUILD_ROOT prefix=/ li
 %attr(0644,root,root) %{_libdir}/libaio.a
 
 %changelog
+* Fri Oct  9 2009 Jeff Moyer <jmoyer at redhat.com> - 0.3.109-1
+- Pull in upstream .109 to get ARM architecture support.
+- Remove the broken sparc patch;  it should go upstream first.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.107-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libaio/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	6 Jun 2008 16:14:08 -0000	1.14
+++ sources	9 Oct 2009 21:38:13 -0000	1.15
@@ -1 +1 @@
-db32c19c61ca937bcb1ba48da9180682  libaio-0.3.107.tar.gz
+435a5b16ca6198eaf01155263d855756  libaio-0.3.109.tar.gz


--- libaio-sparc.patch DELETED ---




More information about the scm-commits mailing list