diff --git a/dbus-c++.spec b/dbus-c++.spec index 898b5ac..5516135 100644 --- a/dbus-c++.spec +++ b/dbus-c++.spec @@ -1,6 +1,6 @@ Name: dbus-c++ Version: 0.9.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Native C++ bindings for D-Bus Group: System Environment/Libraries @@ -100,6 +100,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/* %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.9.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Feb 16 2017 Jonathan Wakely - 0.9.0-13 - Remove broken multi-threading support that doesn't build with GCC 7