diff --git a/dpdk-2.2.0.tar.xz b/dpdk-2.2.0.tar.xz new file mode 100644 index 0000000..e744e71 --- /dev/null +++ b/dpdk-2.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789167543539f9f89749feeac215f8400c28463426a81d136b637ec2ec62cff9 +size 10753636 diff --git a/dpdk-stable-2.2.0.tar.gz b/dpdk-stable-2.2.0.tar.gz deleted file mode 100644 index 23dd792..0000000 --- a/dpdk-stable-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bdf2202a063f999c2fbea727efd990dea56304f5ee63873df48b9ee2e4a55c1 -size 16160932 diff --git a/dpdk.changes b/dpdk.changes index 66ffab5..01bb6dd 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 1 14:16:10 UTC 2016 - mchandras@suse.de + +- Update tarball URL. + ------------------------------------------------------------------- Fri May 27 12:28:02 CEST 2016 - ndas@suse.de diff --git a/dpdk.spec b/dpdk.spec index 43effc9..9ad438a 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -35,7 +35,7 @@ Summary: Set of libraries and drivers for fast packet processing License: BSD-3-Clause Group: System/Libraries Url: http://dpdk.org -Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-stable-%{version}.tar.gz +Source: http://fast.dpdk.org/rel/dpdk-%{version}.tar.xz Patch1: 0001-enic-fix-Type-punning-and-strict-aliasing-warning.patch Patch2: 0002-examples-ip_pipeline-fix-implicit-declaration-of-fun.patch Patch3: 0003-mk-fix-external-shared-library-dependencies-of-libraries.patch @@ -162,7 +162,7 @@ as L2 and L3 forwarding. %define pmddir %{_libdir}/%{name}-pmds %prep -%setup -q -n dpdk-stable-2.2.0 +%setup -q %patch1 -p1 -z .enic %patch2 -p1 -z .examples %patch3 -p1 -z .dtneeded