Sandro Santilli
2017-01-30 08:13:56 UTC
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 "Gnash".
The branch, master has been updated
via 37044f9ef5888401b2cfc83df8ae0ceeef6bd37c (commit)
from 04cbec56c6070bef7bafd0763a05921dca1e1d12 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=37044f9ef5888401b2cfc83df8ae0ceeef6bd37c
commit 37044f9ef5888401b2cfc83df8ae0ceeef6bd37c
Author: Sandro Santilli <***@kbt.io>
Date: Mon Jan 30 09:13:44 2017 +0100
Simplify sed call to strip trailing zeros
diff --git a/macros/ming.m4 b/macros/ming.m4
index fe39695..5e669f9 100644
--- a/macros/ming.m4
+++ b/macros/ming.m4
@@ -17,7 +17,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
dnl
# Configure paths for Ming
-# Author: Sandro Santilli <***@keybit.net>
+# Author: Sandro Santilli <***@kbt.io>
#
# This macro uses ming-config, which was
# not available as of Ming 0.3beta1
@@ -68,7 +68,7 @@ AC_DEFUN([AC_PATH_MING], [
beta=`eval expr $beta + 5`
fi
fi
- MING_VERSION_CODE=`printf %2.2d%2.2d%2.2d%2.2d $major $minor $micro $beta | sed 's/^0*\(.*.\)\$/\1/g'`
+ MING_VERSION_CODE=`printf %2.2d%2.2d%2.2d%2.2d $major $minor $micro $beta | sed 's/^0*//'`
MING_CFLAGS=`$MING_CONFIG --cflags`
MING_LIBS=`$MING_CONFIG --libs`
MING_PATH=`$MING_CONFIG --bindir`
-----------------------------------------------------------------------
Summary of changes:
macros/ming.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "Gnash".
The branch, master has been updated
via 37044f9ef5888401b2cfc83df8ae0ceeef6bd37c (commit)
from 04cbec56c6070bef7bafd0763a05921dca1e1d12 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=37044f9ef5888401b2cfc83df8ae0ceeef6bd37c
commit 37044f9ef5888401b2cfc83df8ae0ceeef6bd37c
Author: Sandro Santilli <***@kbt.io>
Date: Mon Jan 30 09:13:44 2017 +0100
Simplify sed call to strip trailing zeros
diff --git a/macros/ming.m4 b/macros/ming.m4
index fe39695..5e669f9 100644
--- a/macros/ming.m4
+++ b/macros/ming.m4
@@ -17,7 +17,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
dnl
# Configure paths for Ming
-# Author: Sandro Santilli <***@keybit.net>
+# Author: Sandro Santilli <***@kbt.io>
#
# This macro uses ming-config, which was
# not available as of Ming 0.3beta1
@@ -68,7 +68,7 @@ AC_DEFUN([AC_PATH_MING], [
beta=`eval expr $beta + 5`
fi
fi
- MING_VERSION_CODE=`printf %2.2d%2.2d%2.2d%2.2d $major $minor $micro $beta | sed 's/^0*\(.*.\)\$/\1/g'`
+ MING_VERSION_CODE=`printf %2.2d%2.2d%2.2d%2.2d $major $minor $micro $beta | sed 's/^0*//'`
MING_CFLAGS=`$MING_CONFIG --cflags`
MING_LIBS=`$MING_CONFIG --libs`
MING_PATH=`$MING_CONFIG --bindir`
-----------------------------------------------------------------------
Summary of changes:
macros/ming.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Gnash
Gnash