automatic version update by autodist [release 0.19-1mamba;Sat Nov 27 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:24:58 +01:00
parent 846d0404ad
commit faacaf99cb

View File

@ -1,21 +1,20 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Net-Pcap
Version: 0.18
Version: 0.19
Release: 1mamba
Summary: Net::Pcap - Interface to pcap(3) LBL packet capture library
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://www.cpan.org/authors/id/S/SA/SAPER/Net-Pcap-%{version}.tar.gz
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/modules/by-module/Net/Net-Pcap-%{version}.tar.gz
Patch0: perl-Net-Pcap-0.17-gcc-4.7.patch
License: GPL
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: libpcap-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Net::Pcap module is a Perl binding to the LBL pcap(3) packet capture library.
@ -50,6 +49,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sat Nov 27 2021 Automatic Build System <autodist@mambasoft.it> 0.19-1mamba
- automatic version update by autodist
* Thu Sep 15 2016 Automatic Build System <autodist@mambasoft.it> 0.18-1mamba
- automatic update by autodist