[librtas/f16] update to latest upstream 1.3.6

Jiri Skala jskala at fedoraproject.org
Wed Aug 24 10:42:34 UTC 2011


commit 3e5aa9aa4d215d2a2ef2c131c874211743fb3519
Author: Jiri Skala <jskala at redhat.com>
Date:   Wed Aug 24 12:42:15 2011 +0200

    update to latest upstream 1.3.6

 .gitignore   |    1 +
 librtas.spec |    9 +++++++--
 sources      |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 127cf0b..882bfdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 librtas-1.3.4.tar.gz
+/librtas-1.3.6.tar.gz
diff --git a/librtas.spec b/librtas.spec
index bc9638a..e026750 100644
--- a/librtas.spec
+++ b/librtas.spec
@@ -1,7 +1,7 @@
 Summary: Libraries to provide access to RTAS calls and RTAS events
 Name:    librtas
-Version: 1.3.4
-Release: 3%{?dist}
+Version: 1.3.6
+Release: 1%{?dist}
 URL:     http://librtas.ozlabs.org
 License: CPL
 Group:   System Environment/Libraries
@@ -9,6 +9,7 @@ Group:   System Environment/Libraries
 Source: http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz
 #Fedora specific patch
 Patch0: %{name}-1.3.4-libdir.patch
+Patch1: %{name}-1.3.6-ln.patch
 
 ExclusiveArch: ppc ppc64
 
@@ -34,6 +35,7 @@ developing programs using librtas.
 %prep
 %setup
 %patch0 -p1 -b .libdir
+%patch1 -p1 -b .ln
 
 %build
 %{__make} CFLAGS="%{optflags} -fPIC -DPIC -I." %{?_smp_mflags}
@@ -70,6 +72,9 @@ mkdir -p %{buildroot}/%{_libdir}
 %{_libdir}/libofdt.so
 
 %changelog
+* Wed Aug 24 2011 Jiri Skala <jskala at redhat.com> 1.3.6-1
+- update to latest upstream 1.3.6
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index f3e6cbf..4bf76eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3b0b29b63d0807ff2d9bfc27e3ee1d6  librtas-1.3.4.tar.gz
+eeb8bdeb51960ece746db4163121c835  librtas-1.3.6.tar.gz


More information about the scm-commits mailing list