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 576ea568f5563ff1b56e8b297d1f3cbd3a45c0f4 (commit) via c5ac16e32cb172c38bd24a4b67805c5033b8c10e (commit) from a310d240e25e2bdbef400455ac1a77720f948971 (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 576ea568f5563ff1b56e8b297d1f3cbd3a45c0f4 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 8 19:54:40 2013 +0200
gnutls: Fix testsuite.
datefudge has been missing to run the testsuite.
commit c5ac16e32cb172c38bd24a4b67805c5033b8c10e Author: Stefan Schantl stefan.schantl@ipfire.org Date: Mon Jul 8 19:15:59 2013 +0200
datefudge: New package.
-----------------------------------------------------------------------
Summary of changes: datefudge/datefudge.nm | 46 ++++++++++++++++++++++++++++++++++++++++++++++ gnutls/gnutls.nm | 3 ++- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 datefudge/datefudge.nm
Difference in files: diff --git a/datefudge/datefudge.nm b/datefudge/datefudge.nm new file mode 100644 index 0000000..5efb2f7 --- /dev/null +++ b/datefudge/datefudge.nm @@ -0,0 +1,46 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = datefudge +version = 1.18 +release = 1 + +groups = System/Tools +url = http://anonscm.debian.org/gitweb/?p=users/robert/datefudge.git;a=summary +license = GPLv2 +summary = A tool for faking the system date. + +description + Datefudge fakes the system date so that a program think the wall clock + is different. The faking is not complete; timestamp on files are not + affected in any way. This package is useful if you want to test the date + handling of your programs without changing the system clock. +end + +source_dl = http://ftp.de.debian.org/debian/pool/main/d/%%7Bname%7D/ +sources = %{name}_%{version}.tar.gz + +build + # Honor our CFLAGS. + make_build_targets += \ + CFLAGS="%{CFLAGS}" \ + LDFLAGS="%{LDFLAGS}" + + test + make test + end + + # Install libs to the correct place. + make_install_targets += \ + libdir=%{libdir}/%{name} +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index 70158c7..070a7fc 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -7,7 +7,7 @@ name = gnutls version = %{ver_maj}.%{ver_min} ver_maj = 3.2 ver_min = 1 -release = 1 +release = 1.1
groups = System/Libraries url = http://www.gnu.org/software/gnutls/ @@ -26,6 +26,7 @@ sources = %{thisapp}.tar.xz
build requires + datefudge gettext guile-devel libgcrypt-devel
hooks/post-receive -- IPFire 3.x development tree