From ff74cfd3c8741b171c36339f47f121db9f148db6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Sep 2014 13:19:05 -0600 Subject: [PATCH] Update to 20140903 git snapshot --- .gitignore | 1 + libnftnl.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2620c9f..bf7413d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /libnftnl-20140330.tar.bz2 /libnftnl-1.0.1.tar.bz2 /libnftnl-1.0.2.tar.bz2 +/libnftnl-20140903.tar.bz2 diff --git a/libnftnl.spec b/libnftnl.spec index 36c9fb5..22512da 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,11 +1,14 @@ +%global snapdate 20140903 + Name: libnftnl -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 0.1.%{snapdate}git%{?dist} Summary: Library for low-level interaction with nftables Netlink's API over libmnl License: GPLv2+ URL: http://netfilter.org/projects/libnftnl/ -Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2 +#Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2 +Source0: http://ftp.netfilter.org/pub/libnftnl/snapshot/libnftnl-%{snapdate}.tar.bz2 BuildRequires: libmnl-devel BuildRequires: mxml-devel @@ -30,7 +33,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%setup -q +%setup -q -n libnftnl-%{snapdate} %build %configure --disable-static --disable-silent-rules --with-json-parsing --with-xml-parsing @@ -62,6 +65,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/libnftnl %changelog +* Wed Sep 03 2014 Kevin Fenzi 1.0.3-0.1.20140903git +- Update to 20140903 git snapshot + * Sun Aug 17 2014 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 0358257..12a86ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d3ee76b976c4a0ca233d5d5734f2728 libnftnl-1.0.2.tar.bz2 +346a4db5a749e3bcdd0cf214fc422770 libnftnl-20140903.tar.bz2