diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-22 07:09:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-22 07:09:56 +0200 |
commit | de252fb57e7387fbd237a3a14ab767bc65e84b47 (patch) | |
tree | 64e3ca5cf18c078caf6003e7e916726fec1ec540 /libhandlebars.spec | |
parent | 9692e3401dc37e139a0ce607ca3e5db7afeb5547 (diff) |
v0.7.2
Diffstat (limited to 'libhandlebars.spec')
-rw-r--r-- | libhandlebars.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libhandlebars.spec b/libhandlebars.spec index 642ce5c..36636d3 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -8,7 +8,7 @@ # %global libname libhandlebars -%global gh_commit 989e4badf13238a381bc12dc0da6c7acf30baf51 +%global gh_commit a317c671b9a74414525c2861fa0fe24444dc5f3f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c @@ -24,7 +24,7 @@ %global mspec_project spec Name: %{libname} -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: Handlebars C library @@ -124,6 +124,9 @@ make test %changelog +* Wed Apr 22 2020 Remi Collet <remi@remirepo.net> - 0.7.2-1 +- update to 0.7.2 + * Sun Apr 19 2020 Remi Collet <remi@remirepo.net> - 0.7.1-1 - update to 0.7.1 |