[quakespasm] 03/05: New upstream release.

Stephen Kitt skitt at moszumanska.debian.org
Mon Jul 25 06:24:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository quakespasm.

commit 84ab2a26520e1c752e93fc88a5922523785b320d
Author: Stephen Kitt <steve at sk2.org>
Date:   Mon Jul 25 08:14:12 2016 +0200

    New upstream release.
---
 debian/changelog                        | 8 ++++++--
 debian/patches/reproducible-build.patch | 6 +++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 966711c..b8cafae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-quakespasm (0.91.0+dfsg-2) UNRELEASED; urgency=medium
+quakespasm (0.92.0+dfsg-1) UNRELEASED; urgency=medium
 
+  [ Simon McVittie ]
   * Switch Vcs-Git to https (see #810378)
   * Switch Vcs-Browser to https and cgit
   * Standards-Version: 3.9.7 (no changes needed)
 
- -- Simon McVittie <smcv at debian.org>  Fri, 22 Jan 2016 11:02:28 +0000
+  [ Stephen Kitt ]
+  * New upstream release.
+
+ -- Stephen Kitt <skitt at debian.org>  Mon, 25 Jul 2016 08:13:49 +0200
 
 quakespasm (0.91.0+dfsg-1) unstable; urgency=medium
 
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
index 0c5504f..3266a5b 100644
--- a/debian/patches/reproducible-build.patch
+++ b/debian/patches/reproducible-build.patch
@@ -7,15 +7,15 @@ Author: Stephen Kitt <skitt at debian.org>
  {
  	Con_Printf ("Quake Version %1.2f\n", VERSION);
  	Con_Printf ("QuakeSpasm Version %1.2f.%d\n", QUAKESPASM_VERSION, QUAKESPASM_VER_PATCH);
--	Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
+-	Con_Printf ("Exe: " __TIME__ " " __DATE__ "\n");
  }
  
  /* cvar callback functions : */
-@@ -844,7 +843,6 @@
+@@ -845,7 +844,6 @@
  	NET_Init ();
  	SV_Init ();
  
--	Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
+-	Con_Printf ("Exe: " __TIME__ " " __DATE__ "\n");
  	Con_Printf ("%4.1f megabyte heap\n", host_parms->memsize/ (1024*1024.0));
  
  	if (cls.state != ca_dedicated)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git



More information about the Pkg-games-commits mailing list