public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 576ea568f5563ff1b56e8b297d1f3cbd3a45c0f4
@ 2013-07-08 18:00 git
  0 siblings, 0 replies; only message in thread
From: git @ 2013-07-08 18:00 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3470 bytes --]

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(a)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(a)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(a)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/%{name}/
+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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-08 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 18:00 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 576ea568f5563ff1b56e8b297d1f3cbd3a45c0f4 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox