From c9f4720c08a44ff51145dca9a6afee0351fac2b2 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Jun 03 2020 08:33:21 +0000 Subject: Rebuild for Boost 1.73.0 --- diff --git a/cpp-hocon-missing-headers.patch b/cpp-hocon-missing-headers.patch new file mode 100644 index 0000000..4906bf2 --- /dev/null +++ b/cpp-hocon-missing-headers.patch @@ -0,0 +1,20 @@ +--- cpp-hocon-0.2.1/lib/src/path.cc~ 2020-06-03 09:26:59.140653029 +0100 ++++ cpp-hocon-0.2.1/lib/src/path.cc 2020-06-03 09:27:13.967657421 +0100 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + // Mark string for translation (alias for leatherman::locale::format) + using leatherman::locale::_; +--- cpp-hocon-0.2.1/lib/src/tokenizer.cc~ 2020-06-03 09:32:11.540741702 +0100 ++++ cpp-hocon-0.2.1/lib/src/tokenizer.cc 2020-06-03 09:32:14.679742586 +0100 +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + #include + + // Mark string for translation (alias for leatherman::locale::format) diff --git a/cpp-hocon.spec b/cpp-hocon.spec index 43766ee..968d9b1 100644 --- a/cpp-hocon.spec +++ b/cpp-hocon.spec @@ -6,13 +6,14 @@ Name: cpp-hocon Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ support for the HOCON configuration file format License: ASL 2.0 URL: https://github.com/puppetlabs/cpp-hocon Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source1: cpphocon.pc.in +Patch0: %{name}-missing-headers.patch BuildRequires: cmake%{?cmake_suffix} >= 3.2.2 BuildRequires: make @@ -34,7 +35,7 @@ Summary: Development files for the cpp-hocon library Libraries and headers to links against cpp-hocon. %prep -%autosetup +%autosetup -p1 %build %cmake . -B%{_target_platform} \ @@ -68,6 +69,9 @@ sed -i 's#@@LIBDIR@@#%{_lib}#' %{buildroot}%{_libdir}/pkgconfig/cpphocon.pc %{_libdir}/pkgconfig/cpphocon.pc %changelog +* Wed Jun 03 2020 Jonathan Wakely - 0.2.1-3 +- Rebuild for Boost 1.73.0 + * Tue Jan 28 2020 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild