This commit is contained in:
Fedora Release Engineering 2017-07-27 09:14:30 +00:00
parent 1d3ad0b2db
commit 8918228086

View File

@ -6,7 +6,7 @@
Name: pybind11
Version: 2.0.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Seamless operability between C++11 and Python
License: BSD
URL: https://github.com/pybind/pybind11
@ -78,6 +78,9 @@ make -C python3 check %{?_smp_mflags}
%changelog
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Feb 27 2017 Susi Lehtola <jussilehtola@fedorapeople.org> - 2.0.1-5
- Full compliance with header only libraries guidelines.