Update to upstream v1.4.0

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
This commit is contained in:
Toke Høiland-Jørgensen 2023-07-06 01:28:27 +02:00
parent 2a32358622
commit 914f296aeb
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/xdp-tools-configure-Don-t-fail-on-missing-bpftool.patch
/xdp-tools-1.3.0.tar.gz
/xdp-tools-1.3.1.tar.gz
/xdp-tools-1.4.0.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (xdp-tools-1.3.1.tar.gz) = c41512c9fe43eccb2b0144c8c9d7473adfae36dbb2a4bba53d27472f4832d0c0e5dc0ce9c84d2ebaea59810a69de66d0aba3d9f17c3eed1a13753ea48d3cc1df
SHA512 (xdp-tools-configure-Don-t-fail-on-missing-bpftool.patch) = f57c82d29581b47bc0ce6962650b4aec45d00dd4f4ecc854fccf17ea40655b20ff50e0817aec517a77ed6a6bf766c82930ece76708ab93b910f211a85366a7ff
SHA512 (xdp-tools-1.4.0.tar.gz) = 1846a688d8095d30909e2043c0248518df8c718b11e7c7556f8aa1ddd10afbaf229ec5788fcf5a988d00a05f68ff7e094c99906c61380671d701da79e2b097c9

View File

@ -1,8 +1,8 @@
Name: xdp-tools
Version: 1.3.1
Version: 1.4.0
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.3.0
%global _soversion 1.4.0
License: GPLv2
URL: https://github.com/xdp-project/%{name}
@ -122,6 +122,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc
%changelog
* Thu Jul 6 2023 Toke Høiland-Jørgensen <toke@redhat.com> 1.4.0-1
- Upstream version bump
* Thu Feb 23 2023 Toke Høiland-Jørgensen <toke@redhat.com> 1.3.1-1
- Upstream version bump