From ee112557a80612c5d441ae660796e02d12d368b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 06:04:40 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pybind11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.