From af6ef5f488a492e2b476b40df6eefb10e88f030d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sun, 24 Jan 2021 22:46:47 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libpst.git#6fcbfe6435100f3bd2ca9598d7a74069daff9b03 --- libpst.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libpst.spec b/libpst.spec index 08262fb..034a9dd 100644 --- a/libpst.spec +++ b/libpst.spec @@ -6,11 +6,12 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst Version: 0.6.75 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: http://www.five-ten-sg.com/%{name}/ Source: %{url}/packages/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: libtool gcc-c++ BuildRequires: ImageMagick gd-devel zlib-devel boost-devel libgsf-devel gettext-devel @@ -181,6 +182,9 @@ mv %{buildroot}%{_datadir}/doc/%{name}-%{version} %{buildroot}%{_datadir}/doc/%{ %changelog +* Fri Jan 22 2021 Jonathan Wakely - 0.6.75-7 +- Rebuilt for Boost 1.75 + * Tue Jul 28 2020 Merlin Mathesius - 0.6.75-6 - FTBFS fix: %%{__python} must now be explicitly defined