[libnes] Update to latest upstream release

Doug Ledford dledford at fedoraproject.org
Tue Jan 3 19:50:41 UTC 2012


commit 3b59145052cda0788a64aa0f509ece31fb779591
Author: Doug Ledford <dledford at redhat.com>
Date:   Tue Jan 3 14:50:46 2012 -0500

    Update to latest upstream release
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 .gitignore                        |    2 +
 libnes-1.1.1-remove-RAW_ETH.patch |  119 -------------------------------------
 libnes.spec                       |   10 ++-
 sources                           |    2 +-
 4 files changed, 9 insertions(+), 124 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da77c4b..93b1511 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ noarch/
 *.src.rpm
 .build*.log
 libnes-1.1.1.tar.gz
+/libnes-1.1.3.tar.gz
+libnes-1.1.3/
diff --git a/libnes.spec b/libnes.spec
index 94f8e2a..ad1e14a 100644
--- a/libnes.spec
+++ b/libnes.spec
@@ -1,12 +1,11 @@
 Name: libnes
-Version: 1.1.1
-Release: 3%{?dist}
+Version: 1.1.3
+Release: 1%{?dist}
 Summary: NetEffect RNIC Userspace Driver
 Group: System Environment/Libraries
 License: GPLv2 or BSD
 Url: http://www.openfabrics.org/
 Source: http://www.openfabrics.org/downloads/nes/%{name}-%{version}.tar.gz
-Patch0: libnes-1.1.1-remove-RAW_ETH.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libibverbs-devel > 1.1.4
 %ifnarch ia64 %{sparc} %{arm}
@@ -28,7 +27,6 @@ Static version of libnes that may be linked directly to an application.
 
 %prep
 %setup -q
-%patch0 -p1 -b .raw_eth
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
@@ -59,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Tue Jan 03 2012 Doug Ledford <dledford at redhat.com> - 1.1.3-1
+- Update to latest upstream release
+- Remove now obsolete patch
+
 * Wed Jul 20 2011 Doug Ledford <dledford at redhat.com> - 1.1.1-3
 - Improve usage of valgrind (don't attempt to use it where it doesn't exist)
 
diff --git a/sources b/sources
index 4b13080..f87463b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32a904a4fd7589223906a078ae84e419  libnes-1.1.1.tar.gz
+4b1c68c1e70254ab3e686b0ea31ce147  libnes-1.1.3.tar.gz


More information about the scm-commits mailing list