This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 3f933e235dc5b788635a2fe933e648fb3c2c84df (commit) via 9c758a337be9eaa26311740bccaef159871993ed (commit) via 897277abfe28e630a8bdd218c3e5404cbf41e103 (commit) from 5072bd4913dc10188029c3cc993e292bc59be7c1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3f933e235dc5b788635a2fe933e648fb3c2c84df Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 6 12:54:56 2015 +0000
nftables: Update to snapshot 20150531
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9c758a337be9eaa26311740bccaef159871993ed Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 6 12:54:11 2015 +0000
libnftl: Update to snapshot 20150531
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 897277abfe28e630a8bdd218c3e5404cbf41e103 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 6 12:53:32 2015 +0000
collecty: Add -debuginfo package
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: collecty/collecty.nm | 6 +++++- libnftnl/libnftnl.nm | 14 ++++++++++++-- nftables/nftables.nm | 4 ++-- 3 files changed, 19 insertions(+), 5 deletions(-)
Difference in files: diff --git a/collecty/collecty.nm b/collecty/collecty.nm index 271bc9e..d1e0318 100644 --- a/collecty/collecty.nm +++ b/collecty/collecty.nm @@ -5,7 +5,7 @@
name = collecty version = 003 -release = 1 +release = 2
maintainer = Michael Tremer michael.tremer@ipfire.org groups = System/Monitoring @@ -77,4 +77,8 @@ packages systemctl try-restart collecty.service >/dev/null 2>&1 || : end end + + package %{name}-debuginfo + template DEBUGINFO + end end diff --git a/libnftnl/libnftnl.nm b/libnftnl/libnftnl.nm index c810e90..77d2e7a 100644 --- a/libnftnl/libnftnl.nm +++ b/libnftnl/libnftnl.nm @@ -5,7 +5,9 @@
name = libnftnl version = 1.0.3 -release = 1 +snapshot = 20150531 +release = 1.%{snapshot} +thisapp = %{name}-%{snapshot}
groups = Networking/Tools url = http://netfilter.org/projects/libnftnl @@ -17,12 +19,20 @@ description libmnl. end
-source_dl = http://ftp.netfilter.org/pub/libnftnl/ +source_dl = http://ftp.netfilter.org/pub/libnftnl/snapshot/ sources = %{thisapp}.tar.bz2
build requires + autoconf + autogen + automake libmnl-devel + libtool + end + + prepare_cmds + ./autogen.sh end end
diff --git a/nftables/nftables.nm b/nftables/nftables.nm index 2f1098d..bd100df 100644 --- a/nftables/nftables.nm +++ b/nftables/nftables.nm @@ -5,7 +5,7 @@
name = nftables version = 0.100 -snapshot = 20141226 +snapshot = 20150531 release = 3.%{snapshot} thisapp = %{name}-%{snapshot}
@@ -33,7 +33,7 @@ build gmp-devel libtool libmnl-devel - libnftnl-devel >= 1.0.3 + libnftnl-devel >= 1.0.3-1.20150531 readline-devel end
hooks/post-receive -- IPFire 3.x development tree