From f1f8b947aa43def14d35103a2e99058b61e7ed62 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sep 17 2015 23:37:09 +0000 Subject: Update to 1.0.5. Fixes bug #1263684 --- diff --git a/.gitignore b/.gitignore index 51d6b89..46a712b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /libnftnl-1.0.2.tar.bz2 /libnftnl-20140903.tar.bz2 /libnftnl-1.0.3.tar.bz2 +/libnftnl-1.0.5.tar.bz2 diff --git a/libnftnl.spec b/libnftnl.spec index 7df212c..baac81d 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,9 +1,9 @@ #global snapdate 20140903 Name: libnftnl -Version: 1.0.3 +Version: 1.0.5 #Release: 0.1.%{snapdate}git%{?dist} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Library for low-level interaction with nftables Netlink's API over libmnl License: GPLv2+ @@ -67,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/libnftnl %changelog +* Thu Sep 17 2015 Kevin Fenzi 1.0.5-1 +- Update to 1.0.5. Fixes bug #1263684 + * Wed Jun 17 2015 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index b8d5332..0008a7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -203701a73cc3c51ca751d7cb2e176250 libnftnl-1.0.3.tar.bz2 +af0c62ce6bbd7a7d39def0996c1c17c9 libnftnl-1.0.5.tar.bz2