From 43d430b3e7e0b91a4e9ea5136e90125004d73c66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 12:33:47 +0100 Subject: v0.4.4 --- libmustache.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'libmustache.spec') 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 - 0.4.4-1 +- Update to 0.4.4 + * Fri Jun 9 2017 Remi Collet - 0.4.3-2 - use GCC 6.2 from devtoolset-6 on EL-7 -- cgit