spec clean-ups and release bump

This commit is contained in:
Rafael Aquini 2015-11-17 09:48:05 -05:00
parent 1bc64c7ac4
commit 531cdaaf3c

View File

@ -3,7 +3,7 @@
Name: memkind
Summary: User Extensible Heap Manager
Version: 0.3.0
Release: 1%{?checkout}%{?dist}
Release: 2%{?checkout}%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://memkind.github.io/memkind
@ -116,6 +116,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
%{_mandir}/man3/%{name}*.3.*
%changelog
* Tue Nov 17 2015 Rafael Aquini <aquini@linux.com> - 0.3.0-2
- Minor clean-ups and adjustments required for the RPM
* Tue Nov 17 2015 Rafael Aquini <aquini@linux.com> - 0.3.0-1
- Update memkind source file to 0.3.0 upstream