[libffi/f15] Upgrade to 3.0.10 (mostly for ARM)

green green at fedoraproject.org
Tue Aug 23 15:21:05 UTC 2011


commit 6b81650f79f548123811c1024beec15f42f7e349
Author: Anthony Green <green at moxielogic.com>
Date:   Tue Aug 23 11:20:40 2011 -0400

    Upgrade to 3.0.10 (mostly for ARM)

 .gitignore                 |    1 +
 libffi-3.0.9-defines.patch |   63 --------------------------------------------
 libffi.spec                |    9 +++---
 sources                    |    2 +-
 4 files changed, 7 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97f8498..1fb624c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libffi-3.0.9.tar.gz
+/libffi-3.0.10.tar.gz
diff --git a/libffi.spec b/libffi.spec
index 42b9ea1..a88f5e8 100644
--- a/libffi.spec
+++ b/libffi.spec
@@ -1,6 +1,6 @@
 Name:		libffi
-Version:	3.0.9
-Release:	3%{?dist}
+Version:	3.0.10
+Release:	1%{?dist}
 Summary:	A portable foreign function interface library
 
 Group:		System Environment/Libraries
@@ -8,7 +8,6 @@ License:	BSD
 URL:		http://sourceware.org/libffi
 Source0:	http://sourceware.org/libffi/libffi-%{version}.tar.gz
 # part of upstream commit 5feacad4
-Patch0:		%{name}-3.0.9-defines.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -54,7 +53,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .defines
 
 
 %build
@@ -100,6 +98,9 @@ fi
 %{_infodir}/libffi.info.gz
 
 %changelog
+* Tue Aug 23 2011 Anthony Green <green at redhat.com> - 3.0.10-1
+- Upgrade to 3.0.10. 
+
 * Fri Mar 18 2011 Dan Horák <dan[at]danny.cz> - 3.0.9-3
 - added patch for being careful when defining relatively generic symbols
 
diff --git a/sources b/sources
index e2f3cb9..3c3109f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f300a7a7f975d4046f51c3022fa5ff1  libffi-3.0.9.tar.gz
+79390673f5d07a8fb342bc09b5055b6f  libffi-3.0.10.tar.gz


More information about the scm-commits mailing list