diff --git a/pybind11.spec b/pybind11.spec index 62ec0b6..54e6719 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -6,7 +6,7 @@ Name: pybind11 Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -71,6 +71,9 @@ make -C python3 check %{?_smp_mflags} %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 2.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Dec 14 2017 Elliott Sales de Andrade - 2.2.1-1 - Update to latest version - Update Source URL to include project name.