diff --git a/libbytesize.spec b/libbytesize.spec index fc17fbd..3632c4f 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -12,7 +12,7 @@ Name: libbytesize Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/rhinstaller/libbytesize @@ -109,6 +109,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Wed Jun 14 2017 Vratislav Podzimek - 0.11-1 - Fix README file name (vtrefny) - Add a build status image to the README.md (vpodzime)