diff --git a/.gitignore b/.gitignore index 470dd4b..0872045 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ libpst-0.6.47.tar.gz /libpst-0.6.58.tar.gz /libpst-0.6.59.tar.gz /libpst-0.6.61.tar.gz +/libpst-0.6.63.tar.gz diff --git a/libpst.spec b/libpst.spec index 88b7864..c1ef89d 100644 --- a/libpst.spec +++ b/libpst.spec @@ -1,6 +1,6 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst -Version: 0.6.62 +Version: 0.6.63 Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity @@ -40,8 +40,7 @@ Requires: python Requires: %{name}-libs = %{version}-%{release} %if 0%{?fedora} >= 20 -%global __provides_exclude_from -%{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$ +%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$ %else %{?filter_setup: %filter_provides_in %{python_sitearch}/_.*\.so$ @@ -161,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 27 2013 Carl Byington 0.6.63-1 +- Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME + * Sun Sep 22 2013 Carl Byington 0.6.62-1 - 983596 - Old dependency filter breaks file coloring diff --git a/sources b/sources index 84504d8..c409f61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -244b459979560f887d0add71e7d03cf5 libpst-0.6.62.tar.gz +cf047faf8c671a0a074a65767e7d2bd7 libpst-0.6.63.tar.gz