diff --git a/.gitignore b/.gitignore index d11ba71..bc58036 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libpcap-1.1.1.tar.gz /libpcap-1.2.0.tar.gz /libpcap-1.2.1.tar.gz +/libpcap-1.3.0.tar.gz diff --git a/libpcap.spec b/libpcap.spec index 7ffe0ba..7d20e2f 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: A system-independent interface for user-level packet capture Group: Development/Libraries License: BSD with advertising @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/pcap*.5* %changelog +* Wed Jun 13 2012 Michal Sekletar 14:1.3.0-1 +- Update to 1.3.0 + * Thu Jan 05 2012 Jan Synáček 14:1.2.1-2 - Rebuilt for GCC 4.7 diff --git a/sources b/sources index 19d9733..aff3f7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06046e0e81efc60566daf1cc96c77d46 libpcap-1.2.1.tar.gz +f78455a92622b7a3c05c58b6ad1cec7e libpcap-1.3.0.tar.gz