update for libpst-0.6.76-1.fc35

This commit is contained in:
Carl Byington 2021-03-27 15:03:13 -07:00
parent 214c311751
commit 30fb264b15

View File

@ -1,3 +1,7 @@
%if "%{?dist}" == ".el8"
%define fedora 32
%endif
%if 0%{?fedora} > 27 || 0%{?rhel} >= 9
%global use_python3 1
%define __python %{__python3}
@ -8,16 +12,15 @@
%else
%global with_dii 1
%endif
Summary: Utilities to convert Outlook .pst files to other formats
Name: libpst
Version: 0.6.75
Release: 9%{?dist}
Version: 0.6.76
Release: 1%{?dist}
License: GPLv2+
URL: http://www.five-ten-sg.com/%{name}/
Source: %{url}/packages/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: make
BuildRequires: libtool gcc-c++
BuildRequires: gd-devel zlib-devel boost-devel libgsf-devel gettext-devel
@ -212,6 +215,10 @@ rm %{buildroot}%{_mandir}/man1/pst2dii.1*
%changelog
* Sat Mar 27 2021 Carl Byington <carl@five-ten-sg.com> 0.6.76-1
- Stuart C. Naifeh - fix rfc2231 encoding when saving messages to
both .eml and .msg formats.
* Tue Feb 02 2021 Milan Crha <mcrha@redhat.com> - 0.6.75-9
- Resolves: #1913613 (Disable DII (and ImageMagic dependency) for RHEL 9)
@ -688,4 +695,3 @@ rm %{buildroot}%{_mandir}/man1/pst2dii.1*
* Sun Feb 19 2006 Carl Byington <carl@five-ten-sg.com> - 0.5.3
- initial spec file using autoconf and http://www.fedora.us/docs/rpm-packaging-guidelines.html