Update upstream to v1.2.0

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
This commit is contained in:
Toke Høiland-Jørgensen 2021-07-07 17:24:09 +02:00
parent 81a4f35e1e
commit c2deb6e129
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/xdp-tools-1.0.1.tar.gz
/xdp-tools-1.1.0.tar.gz
/xdp-tools-1.1.1.tar.gz
/xdp-tools-1.2.0.tar.gz

View File

@ -1 +1 @@
SHA512 (xdp-tools-1.1.1.tar.gz) = 9beaef46e5e8285ebe296fa131ba35495d6949ecd724910b7a8f2df9bc17e5ea8857dfd74ffe9f337e178739bab17a2a89ce743c308c14d006fd2ecfe884a6d5
SHA512 (xdp-tools-1.2.0.tar.gz) = eef63d6fc82eef5f40724aebda11531da577271c3cc82ad0afe7c2d8eb66a35e31345fd3f99b213f1c05873861eb51a1882765b8253744282f7e92188f14f33c

View File

@ -1,8 +1,8 @@
Name: xdp-tools
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.1.0
%global _soversion 1.2.0
License: GPLv2
URL: https://github.com/xdp-project/%{name}
@ -90,8 +90,9 @@ make install V=1
%{_mandir}/man8/*
%{_libdir}/bpf/xdpfilt_*.o
%{_libdir}/bpf/xdpdump_*.o
%{_libdir}/bpf/xsk_def_xdp_prog*.o
%{_datadir}/xdp-tools/
%license LICENSE
%license LICENSES/*
%files -n libxdp
%{_libdir}/libxdp.so.1
@ -108,6 +109,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc
%changelog
* Wed Jul 7 2021 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.0-1
- Upstream version bump
* Wed Feb 3 2021 Toke Høiland-Jørgensen <toke@redhat.com> 1.1.1-1
- Upstream version bump