mej pushed a commit to branch master.

http://git.enlightenment.org/misc/libast.git/commit/?id=7d2d37d8f11857e1273d7d32146a72fc4026d02d

commit 7d2d37d8f11857e1273d7d32146a72fc4026d02d
Author: Michael Jennings <m...@lanl.gov>
Date:   Fri Nov 13 13:06:35 2020 -0700

    libast.spec:  Fix typo in version check
    
    Woopsie.  That "v" shouldn't be there!
---
 libast.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libast.spec b/libast.spec
index 51b6bdf..2afb5a5 100644
--- a/libast.spec
+++ b/libast.spec
@@ -1,6 +1,6 @@
 %{expand:%%global gd_head %(git describe --tags HEAD)}
-%{expand:%%global gd_rel_delta %(git describe --abbrev=4 --always --tags 
--long --match 'v[[:digit:]][[:alnum:].]*[[:alnum:]]' --dirty=.1 | cut -d- -f 
2- | tr '-' '.')}
-%global rel_pre_post %(echo "%{gd_head}" | grep -Eq '^v%{version}' >&/dev/null 
&& echo 1. || echo 0.)
+%{expand:%%global gd_rel_delta %(git describe --abbrev=4 --always --tags 
--long --match '[[:digit:]][[:alnum:].]*[[:alnum:]]' --dirty=.1 | cut -d- -f 2- 
| tr '-' '.')}
+%global rel_pre_post %(echo "%{gd_head}" | grep -Eq '^%{version}' >&/dev/null 
&& echo 1. || echo 0.)
 %{!?rel:%global rel %{rel_pre_post}%{gd_rel_delta}%{?dist}}
 
 %global name    libast

-- 


Reply via email to