[mednaffe] 60/99: Prepare to release

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:07 UTC 2016


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

skitt pushed a commit to branch master
in repository mednaffe.

commit 55c2e2553d92b166949c647fdf694d33582e0e1a
Author: AmatCoder <amatcoder at gmail.com>
Date:   Sat May 2 13:25:19 2015 +0200

    Prepare to release
---
 ChangeLog    | 4 +++-
 NEWS         | 2 +-
 configure.ac | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a6f90cf..55633c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
- ??/??/????
+#### 02 / May / 2015
+
+Mednaffe 0.7 is released with the following changes:
 
 - Controller setup for systems (keyboard and gamepads)
 - Static build for Windows (standalone executable to avoid GTK+ runtime dependency)
diff --git a/NEWS b/NEWS
index 9a92bd3..bb0c3dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
 Mednaffe NEWS - User visible changes.
 
 -----
-
+See ChangeLog file.
diff --git a/configure.ac b/configure.ac
index 33123f4..9226375 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
-AC_INIT([mednaffe], [0.6], [BUG-REPORT-ADDRESS])
+AC_INIT([mednaffe], [0.7], [BUG-REPORT-ADDRESS])
 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
 AC_CONFIG_SRCDIR([src/common.h])
 AC_CONFIG_HEADERS([config.h])
@@ -10,7 +10,7 @@ AC_CONFIG_HEADERS([config.h])
 # Checks for programs.
 AC_PROG_CC
 AC_LANG_C
-CFLAGS="-g -std=c99 -Wall -Wl,-export-dynamic"
+CFLAGS="-O2 -s -std=c99 -Wall -Wl,-export-dynamic"
 
 # Checks for libraries.
 AC_ARG_ENABLE(gtk3, [AC_HELP_STRING([--enable-gtk3], [Compile against GTK 3.x explicitly])], [enable_gtk3=$enableval], [enable_gtk3="no"])

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



More information about the Pkg-games-commits mailing list