Mercurial > libpst
diff libpst.spec.in @ 383:2379a4d8d9c7
Tim Dufrane - fix segfault in pst_close()
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 25 Jul 2019 07:43:49 -0700 |
parents | 7eab29e13e61 |
children | 5c0ce43c7532 |
line wrap: on
line diff
--- a/libpst.spec.in Thu Jul 25 07:18:19 2019 -0700 +++ b/libpst.spec.in Thu Jul 25 07:43:49 2019 -0700 @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: @PACKAGE@ Version: @VERSION@ -Release: 4%{?dist} +Release: 1%{?dist} License: GPLv2+ Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz URL: http://www.five-ten-sg.com/%{name}/ @@ -178,6 +178,9 @@ %changelog +* Thu Jul 25 2019 Carl Byington <carl@five-ten-sg.com> 0.6.73-1 +- Tim Dufrane - fix segfault in pst_close() + * Fri Jun 07 2019 Carl Byington <carl@five-ten-sg.com> 0.6.72-4 - fixes for python3