summaryrefslogtreecommitdiffstats
path: root/libmustache.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-07 12:33:47 +0100
committerRemi Collet <remi@remirepo.net>2018-02-07 12:33:47 +0100
commit43d430b3e7e0b91a4e9ea5136e90125004d73c66 (patch)
tree0551995b73ffbd45666466034c677897fa900256 /libmustache.spec
parent18e92a27903816b6db19122eb03ddcfb8c29afdd (diff)
v0.4.4
Diffstat (limited to 'libmustache.spec')
-rw-r--r--libmustache.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/libmustache.spec b/libmustache.spec
index f006848..03d3c5c 100644
--- a/libmustache.spec
+++ b/libmustache.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for libmustache
#
-# Copyright (c) 2017 Remi Collet
+# Copyright (c) 2017-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global libname libmustache
-%global gh_commit 081952948f6e50f0eeb116fd652585813f31a2ab
+%global gh_commit f9b9d977a2804a0cf8d849e2fd50e1516289a6e7
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner jbboehr
%global gh_project %{libname}
@@ -18,15 +18,15 @@
%global spec_project mustache-spec
Name: %{libname}
-Version: 0.4.3
-Release: 2%{?dist}
+Version: 0.4.4
+Release: 1%{?dist}
Group: System Environment/Libraries
Summary: Mustache C++ library
License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz
-Source1: https://github.com/%{spec_owner}/%{spec_project}/archive/%{spec_commit}/%{spec_project}-%{gh_short}.tar.gz
+Source1: https://github.com/%{spec_owner}/%{spec_project}/archive/%{spec_commit}/%{spec_project}-%{spec_short}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
@@ -122,6 +122,9 @@ make test
%changelog
+* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 0.4.4-1
+- Update to 0.4.4
+
* Fri Jun 9 2017 Remi Collet <remi@remirepo.net> - 0.4.3-2
- use GCC 6.2 from devtoolset-6 on EL-7