powerguru-commit
[Top][All Lists]
Advanced

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

[Powerguru-commit] [SCM] powerguru branch, master, updated. 257917f5cb0e


From: Rob Savoye
Subject: [Powerguru-commit] [SCM] powerguru branch, master, updated. 257917f5cb0e6ca5dde50a8357e94ca14432285d
Date: Sun, 13 Jan 2019 19:22:20 -0500 (EST)

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 "powerguru".

The branch, master has been updated
       via  257917f5cb0e6ca5dde50a8357e94ca14432285d (commit)
      from  96a148b56b41570df5c84fc774b9cec80e015433 (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/powerguru.git/commit/?id=257917f5cb0e6ca5dde50a8357e94ca14432285d


commit 257917f5cb0e6ca5dde50a8357e94ca14432285d
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 13 17:22:18 2019 -0700

    Fix typo

diff --git a/rpm/rpm.am b/rpm/rpm.am
index 103988a..fa21ecd 100644
--- a/rpm/rpm.am
+++ b/rpm/rpm.am
@@ -25,9 +25,7 @@ SNAPSHOT_VERSION = 0.5dev
 
 powerguru.spec spec: $(srcdir)/rpm/powerguru.spec
        mkdir -p $(RPMBUILD_DIR); \
-       echo "%_topdir $(RPMBUILD_DIR)" > $(RPMMACROS)
-
-; \
+       echo "%_topdir $(RPMBUILD_DIR)" > $(RPMMACROS); \
        snapshot_version=$(SNAPSHOT_VERSION); \
        snapshot_release=`echo $${snapshot_version}|grep "~"|sed 
's/.*~\(.*\)/0.1.\1/'`; \
        snapshot_version=`echo $${snapshot_version}|cut -d"~" -f1`; \

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

Summary of changes:
 rpm/rpm.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
powerguru



reply via email to

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