Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 20:09:53 +02:00 committed by Miro Hrončok
parent e3a1355d33
commit b7ec5f7559

View File

@ -15,7 +15,7 @@
Summary: Utilities to convert Outlook .pst files to other formats Summary: Utilities to convert Outlook .pst files to other formats
Name: libpst Name: libpst
Version: 0.6.76 Version: 0.6.76
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://www.five-ten-sg.com/%{name}/ URL: http://www.five-ten-sg.com/%{name}/
Source: %{url}/packages/%{name}-%{version}.tar.gz Source: %{url}/packages/%{name}-%{version}.tar.gz
@ -215,6 +215,9 @@ rm %{buildroot}%{_mandir}/man1/pst2dii.1*
%changelog %changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.6.76-2
- Rebuilt for Python 3.10
* Sat Mar 27 2021 Carl Byington <carl@five-ten-sg.com> 0.6.76-1 * 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 - Stuart C. Naifeh - fix rfc2231 encoding when saving messages to
both .eml and .msg formats. both .eml and .msg formats.