diff options
-rw-r--r-- | libmustache.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/libmustache.spec b/libmustache.spec index 38080d6..1a4dd72 100644 --- a/libmustache.spec +++ b/libmustache.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global libname libmustache -%global gh_commit f9b9d977a2804a0cf8d849e2fd50e1516289a6e7 +%global gh_commit 0e333ded3d8d57fc9551b68c409cdbefd06eb0b2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project %{libname} @@ -18,8 +18,8 @@ %global spec_project mustache-spec Name: %{libname} -Version: 0.4.4 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Mustache C++ library License: MIT @@ -110,7 +110,7 @@ make test %files %{!?_licensedir:%global license %%doc} %license LICENSE* -%{_libdir}/%{libname}.so.4* +%{_libdir}/%{libname}.so.5* %files devel %{_includedir}/mustache/ @@ -122,6 +122,10 @@ make test %changelog +* Sat Nov 10 2018 Remi Collet <remi@remirepo.net> - 0.5.0-1 +- update to 0.5.0 +- bump soname to 5 + * Mon Feb 26 2018 Remi Collet <remi@remirepo.net> - 0.4.4-2 - F28 cleanup |