gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, release_0_8_9, updated. release_0_8_9


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, release_0_8_9, updated. release_0_8_9_start-329-g3c634c3
Date: Sat, 19 Mar 2011 02:18:15 +0000

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, release_0_8_9 has been updated
       via  3c634c3c093f3befcbdaa808d060921edcafda16 (commit)
      from  49fb49a204b78aa26f0744de392c8adbd22cb224 (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=3c634c3c093f3befcbdaa808d060921edcafda16


commit 3c634c3c093f3befcbdaa808d060921edcafda16
Author: Gabriele Giacone <address@hidden>
Date:   Sat Mar 19 03:17:47 2011 +0100

    Fix rpm packaging.

diff --git a/packaging/rpm.am b/packaging/rpm.am
index 50955fe..6f58bfb 100644
--- a/packaging/rpm.am
+++ b/packaging/rpm.am
@@ -31,7 +31,7 @@ gnash.spec spec: $(srcdir)/packaging/redhat/gnash.spec
        mkdir -p $(RPMBUILD_DIR); \
        echo "%_topdir $(RPMBUILD_DIR)" > $(RPMMACROS); \
        snapshot_version="$(SNAPSHOT_VERSION)"; \
-       snapshot_release=`echo $${snapshot_version}|cut -d"~" -f2|sed 
's/^/0.1./'`; \
+       snapshot_release=`echo $${snapshot_version}|grep "~"|sed 
's/[0-9.]*~\?\(.*$\)/0.1.\1/'`; \
        snapshot_version=`echo $${snapshot_version}|cut -d"~" -f1`; \
        if [ "$${snapshot_release}" = "" ];then snapshot_release=1;fi; \
        distro=`lsb_release -is`; \

-----------------------------------------------------------------------

Summary of changes:
 packaging/rpm.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]