Mercurial > libpst
annotate libpst.spec.in @ 402:37cd2aea5d4a
update x_python.m4 to detect python 3.9
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 26 Mar 2020 09:22:43 -0700 |
parents | c1b1bbd42696 |
children | 6c69b56d7173 |
rev | line source |
---|---|
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
1 Summary: Utilities to convert Outlook .pst files to other formats |
16 | 2 Name: @PACKAGE@ |
3 Version: @VERSION@ | |
383
2379a4d8d9c7
Tim Dufrane - fix segfault in pst_close()
Carl Byington <carl@five-ten-sg.com>
parents:
382
diff
changeset
|
4 Release: 1%{?dist} |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
5 License: GPLv2+ |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
6 URL: http://www.five-ten-sg.com/%{name}/ |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
7 Source: %{url}/packages/%{name}-%{version}.tar.gz |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
8 |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
9 BuildRequires: libtool gcc-c++ |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
10 BuildRequires: ImageMagick gd-devel zlib-devel boost-devel libgsf-devel gettext-devel |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
11 |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
12 %if 0%{?fedora} > 27 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
13 BuildRequires: python3 python3-devel boost-python3 boost-python3-devel |
382
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
14 Requires: boost-python3 |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
15 %else |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
16 BuildRequires: python-devel |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
17 %endif |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
18 |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
19 Requires: ImageMagick%{?_isa} libgsf gettext |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
20 Requires: %{name}-libs%{?_isa} = %{version}-%{release} |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
21 |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
22 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} |
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
23 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} |
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
24 |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
25 |
16 | 26 %description |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
27 The Libpst utilities include readpst which can convert email messages |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
28 to both mbox and MH mailbox formats, pst2ldif which can convert the |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
29 contacts to .ldif format for import into ldap databases, and pst2dii |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
30 which can convert email messages to the DII load file format used by |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
31 Summation. |
16 | 32 |
33 | |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
34 %package libs |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
35 Summary: Shared library used by the pst utilities |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
36 |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
37 %description libs |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
38 The libpst-libs package contains the shared library used by the pst |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
39 utilities. |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
40 |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
41 |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
42 %if 0%{?fedora} > 27 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
43 %package -n python3-%{name} |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
44 Requires: python3 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
45 Provides: %{name}-python = %{version}-%{release} |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
46 %else |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
47 %package python |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
48 Requires: python |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
49 %endif |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
50 Summary: Python bindings for libpst |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
51 Requires: %{name}-libs%{?_isa} = %{version}-%{release} |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
52 |
337
387655bdc5cb
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
336
diff
changeset
|
53 %if 0%{?fedora} >= 20 |
344
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
54 %global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$ |
337
387655bdc5cb
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
336
diff
changeset
|
55 %else |
338
fab6df5d16d4
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
337
diff
changeset
|
56 %{?filter_setup: |
fab6df5d16d4
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
337
diff
changeset
|
57 %filter_provides_in %{python_sitearch}/_.*\.so$ |
fab6df5d16d4
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
337
diff
changeset
|
58 %filter_setup |
fab6df5d16d4
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
337
diff
changeset
|
59 } |
337
387655bdc5cb
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
336
diff
changeset
|
60 %endif |
387655bdc5cb
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
336
diff
changeset
|
61 |
307
db6db9a26a19
filter private provides from rpm
Carl Byington <carl@five-ten-sg.com>
parents:
305
diff
changeset
|
62 |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
63 %if 0%{?fedora} > 27 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
64 %description -n python3-%{name} |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
65 %else |
374
62f05deb2e1c
fedora python naming scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
373
diff
changeset
|
66 %description python |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
67 %endif |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
68 The libpst-python package allows you to use the libpst shared object |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
69 from Python code. |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
70 |
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
71 |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
72 %package devel |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
73 Summary: Library links and header files for libpst application development |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
74 Requires: pkgconfig |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
75 Requires: %{name}-libs%{?_isa} = %{version}-%{release} |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
76 |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
77 %description devel |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
78 The libpst-devel package contains the library links and header files |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
79 you'll need to develop applications using the libpst shared library. |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
80 You do not need to install it if you just want to use the libpst |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
81 utilities. |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
82 |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
83 |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
84 %package devel-doc |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
85 Summary: Documentation for libpst.so for libpst application development |
182
b65e8d0a088a
more cleanup on external names in the shared object file
Carl Byington <carl@five-ten-sg.com>
parents:
181
diff
changeset
|
86 Requires: %{name}-doc = %{version}-%{release} |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
87 |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
88 %description devel-doc |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
89 The libpst-devel-doc package contains the doxygen generated |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
90 documentation for the libpst.so shared library. |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
91 |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
92 |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
93 %package doc |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
94 Summary: Documentation for the pst utilities in html format |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
95 |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
96 %description doc |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
97 The libpst-doc package contains the html documentation for the pst |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
98 utilities. You do not need to install it if you just want to use the |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
99 libpst utilities. |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
100 |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
101 |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
102 |
16 | 103 %prep |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
104 %setup -q |
16 | 105 |
67
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
66
diff
changeset
|
106 |
16 | 107 %build |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
108 autoreconf -fiv |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
109 %configure --enable-libpst-shared \ |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
110 --with-boost-python=boost_python%{python3_version_nodots} |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
111 %if 0%{?fedora} > 27 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
112 %make_build |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
113 %else |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
114 make %{?_smp_mflags} |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
115 %endif |
16 | 116 |
67
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
66
diff
changeset
|
117 |
16 | 118 %install |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
119 %if 0%{?fedora} > 27 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
120 %make_install |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
121 %else |
16 | 122 rm -rf $RPM_BUILD_ROOT |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
123 make DESTDIR=$RPM_BUILD_ROOT install |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
124 %endif |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
125 #Remove libtool archives. |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
126 find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
127 mv %{buildroot}%{_datadir}/doc/%{name}-%{version} %{buildroot}%{_datadir}/doc/%{name} |
16 | 128 |
129 | |
396
1d28f978f57a
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
395
diff
changeset
|
130 %if 0%{?fedora} > 27 |
382
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
131 %ldconfig_scriptlets libs |
396
1d28f978f57a
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
395
diff
changeset
|
132 %else |
1d28f978f57a
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
395
diff
changeset
|
133 %post libs -p /sbin/ldconfig |
1d28f978f57a
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
395
diff
changeset
|
134 %postun libs -p /sbin/ldconfig |
1d28f978f57a
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
395
diff
changeset
|
135 %endif |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
136 |
16 | 137 %files |
24 | 138 %{_bindir}/* |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
139 %{_mandir}/man1/* |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
140 %{_mandir}/man5/* |
16 | 141 |
142 | |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
143 %files libs |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
144 %{_libdir}/libpst.so.* |
250 | 145 %doc COPYING |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
146 |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
147 |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
148 %if 0%{?fedora} > 27 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
149 %files -n python3-%{name} |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
150 %defattr(-,root,root,-) |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
151 %{python3_sitearch}/_*.so |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
152 %else |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
153 %files python |
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
154 %{python_sitearch}/_*.so |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
155 %endif |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
156 |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
157 |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
158 %files devel |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
159 %{_libdir}/libpst.so |
179
83cb32e41f80
remove fully versioned -libs dependency from main package
Carl Byington <carl@five-ten-sg.com>
parents:
176
diff
changeset
|
160 %{_includedir}/%{name}-@LIBPST_SO_MAJOR@/ |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
161 %{_libdir}/pkgconfig/libpst.pc |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
162 |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
163 |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
164 %files devel-doc |
332
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
165 %{_datadir}/doc/%{name}/devel/ |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
166 |
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
167 |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
168 %files doc |
332
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
169 %dir %{_datadir}/doc/%{name}/ |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
170 %{_datadir}/doc/%{name}/*.html |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
171 %{_datadir}/doc/%{name}/AUTHORS |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
172 %{_datadir}/doc/%{name}/COPYING |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
173 %{_datadir}/doc/%{name}/ChangeLog |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
174 %{_datadir}/doc/%{name}/NEWS |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
175 %{_datadir}/doc/%{name}/README |
180
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
176 |
265c7a65b75b
switch back to fully versioned subpackage dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
179
diff
changeset
|
177 |
16 | 178 %changelog |
401
c1b1bbd42696
Markus Schnalke - fix from Debian for vcard version format
Carl Byington <carl@five-ten-sg.com>
parents:
399
diff
changeset
|
179 * Sun Mar 22 2020 Carl Byington <carl@five-ten-sg.com> 0.6.75-1 |
c1b1bbd42696
Markus Schnalke - fix from Debian for vcard version format
Carl Byington <carl@five-ten-sg.com>
parents:
399
diff
changeset
|
180 - Markus Schnalke - fix from Debian for vcard version format. |
c1b1bbd42696
Markus Schnalke - fix from Debian for vcard version format
Carl Byington <carl@five-ten-sg.com>
parents:
399
diff
changeset
|
181 |
394
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
182 * Sun Jan 12 2020 Carl Byington <carl@five-ten-sg.com> 0.6.74-1 |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
183 - Paul Wise - many changes for debian: |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
184 - Add missing linking with zlib and libpthread/librt |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
185 - Use PKG_CHECK_MODULES to find the gsf-1 library |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
186 - Fix usage of indefinite articles |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
187 - Fix a number of spelling mistakes |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
188 - Use plain make when building from Mercurial |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
189 - Add operator and quotes to the AX_PYTHON_DEVEL parameter |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
190 - Remove files copied in by autotools |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
191 - Add AM_GNU_GETTEXT macros |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
192 - Rename configure.in to configure.ac |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
193 - add extern "C" to header for use with C++ code |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
194 |
395
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
195 * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.72-6 |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
196 - Rebuilt for Python 3.8 |
fbe51207b963
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
394
diff
changeset
|
197 |
394
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
198 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.72-5 |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
199 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
200 |
383
2379a4d8d9c7
Tim Dufrane - fix segfault in pst_close()
Carl Byington <carl@five-ten-sg.com>
parents:
382
diff
changeset
|
201 * Thu Jul 25 2019 Carl Byington <carl@five-ten-sg.com> 0.6.73-1 |
2379a4d8d9c7
Tim Dufrane - fix segfault in pst_close()
Carl Byington <carl@five-ten-sg.com>
parents:
382
diff
changeset
|
202 - Tim Dufrane - fix segfault in pst_close() |
2379a4d8d9c7
Tim Dufrane - fix segfault in pst_close()
Carl Byington <carl@five-ten-sg.com>
parents:
382
diff
changeset
|
203 |
394
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
204 * Sat Jun 08 2019 Leigh Scott <leigh123linux@googlemail.com> - 0.6.72-4 |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
205 - Add configure option for boost-python |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
206 - Remove all old fedora conditionals |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
207 - Update spec file to comply with packaging guidelines |
3cbda103e0ef
changes to build on centos 6
Carl Byington <carl@five-ten-sg.com>
parents:
390
diff
changeset
|
208 |
382
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
209 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.72-3 |
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
210 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
211 |
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
212 * Wed Jan 30 2019 Jonathan Wakely <jwakely@redhat.com> - 0.6.72-2 |
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
213 - Rebuilt for Boost 1.69 |
7eab29e13e61
changes for building on fedora 30
Carl Byington <carl@five-ten-sg.com>
parents:
380
diff
changeset
|
214 |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
215 * Wed Aug 01 2018 Carl Byington <carl@five-ten-sg.com> 0.6.72-1 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
216 - allow all 7 days in bydays recurring appointment |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
217 - update for Fedora Python packaging |
380
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
218 - Alfredo Esteban - add -l and -f options to lspst |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
219 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
220 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-8 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
221 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
222 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
223 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-7 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
224 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
225 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
226 * Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.71-6 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
227 - Add Provides for the old name without %%_isa |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
228 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
229 * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.71-5 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
230 - Python 2 binary package renamed to python2-libpst |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
231 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
232 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
233 * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.71-4 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
234 - Python 2 binary package renamed to python2-libpst |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
235 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
236 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
237 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-3 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
238 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
239 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
240 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-2 |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
241 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
1e1970f93f94
allow all 7 days in bydays recurring appointment, update for fedora python packaging
Carl Byington <carl@five-ten-sg.com>
parents:
374
diff
changeset
|
242 |
373
0ccc746c8079
Zachary Travis - Add support for the OST 2013 format, and Content-Disposition filename key fix for outlook compatibility
Carl Byington <carl@five-ten-sg.com>
parents:
372
diff
changeset
|
243 * Fri Jul 21 2017 Carl Byington <carl@five-ten-sg.com> 0.6.71-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
244 - Fedora Python naming scheme changes |
373
0ccc746c8079
Zachary Travis - Add support for the OST 2013 format, and Content-Disposition filename key fix for outlook compatibility
Carl Byington <carl@five-ten-sg.com>
parents:
372
diff
changeset
|
245 - Zachary Travis - Add support for the OST 2013 format, and |
0ccc746c8079
Zachary Travis - Add support for the OST 2013 format, and Content-Disposition filename key fix for outlook compatibility
Carl Byington <carl@five-ten-sg.com>
parents:
372
diff
changeset
|
246 Content-Disposition filename key fix for outlook compatibility |
372
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
247 |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
248 * Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 0.6.70-3 |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
249 - Rebuilt for Boost 1.64 |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
250 |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
251 * Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.6.70-2 |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
252 - Rebuild due to bug in RPM (RHBZ #1468476) |
5b52efe35bd8
fedora python nameing scheme changes
Carl Byington <carl@five-ten-sg.com>
parents:
370
diff
changeset
|
253 |
370
8700cc322c0c
Jeffrey Morlan - pst_getID2 must not recurse into children
Carl Byington <carl@five-ten-sg.com>
parents:
368
diff
changeset
|
254 * Wed Feb 08 2017 Carl Byington <carl@five-ten-sg.com> 0.6.70-1 |
8700cc322c0c
Jeffrey Morlan - pst_getID2 must not recurse into children
Carl Byington <carl@five-ten-sg.com>
parents:
368
diff
changeset
|
255 - Jeffrey Morlan - pst_getID2 must not recurse into children |
8700cc322c0c
Jeffrey Morlan - pst_getID2 must not recurse into children
Carl Byington <carl@five-ten-sg.com>
parents:
368
diff
changeset
|
256 |
8700cc322c0c
Jeffrey Morlan - pst_getID2 must not recurse into children
Carl Byington <carl@five-ten-sg.com>
parents:
368
diff
changeset
|
257 * Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.6.69-2 |
8700cc322c0c
Jeffrey Morlan - pst_getID2 must not recurse into children
Carl Byington <carl@five-ten-sg.com>
parents:
368
diff
changeset
|
258 - Rebuilt for Boost 1.63 |
8700cc322c0c
Jeffrey Morlan - pst_getID2 must not recurse into children
Carl Byington <carl@five-ten-sg.com>
parents:
368
diff
changeset
|
259 |
368 | 260 * Sat Oct 29 2016 Carl Byington <carl@five-ten-sg.com> 0.6.69-1 |
261 - fix bugs in code allowing folders containing multiple item types | |
262 | |
363
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
263 * Mon Aug 29 2016 Carl Byington <carl@five-ten-sg.com> 0.6.68-1 |
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
264 - allow folders containing multiple item types, e.g. email and calendar |
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
265 - better detection of valid internet headers |
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
266 |
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
267 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.67-2 |
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
268 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages |
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
269 |
361 | 270 * Wed Jul 06 2016 Carl Byington <carl@five-ten-sg.com> 0.6.67-1 |
271 - Jeffrey Morlan - multiple bug fixes and an optimization | |
272 | |
273 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.66-3 | |
274 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild | |
275 | |
276 * Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.6.66-2 | |
277 - Rebuilt for Boost 1.60 | |
278 | |
353
19b795b6f6a0
Added Content-ID header support
Carl Byington <carl@five-ten-sg.com>
parents:
350
diff
changeset
|
279 * Mon Dec 21 2015 Carl Byington <carl@five-ten-sg.com> 0.6.66-1 |
19b795b6f6a0
Added Content-ID header support
Carl Byington <carl@five-ten-sg.com>
parents:
350
diff
changeset
|
280 - Igor Stroh - Added Content-ID header support |
19b795b6f6a0
Added Content-ID header support
Carl Byington <carl@five-ten-sg.com>
parents:
350
diff
changeset
|
281 |
349
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
282 * Fri Sep 11 2015 Carl Byington <carl@five-ten-sg.com> 0.6.65-1 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
283 - Jeffrey Morlan - fix multiple Content-Type headers |
350
7a91e30826d8
Hans Liss - debug level output
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
284 - Hans Liss - debug level output |
349
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
285 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
286 * Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.6.64-6 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
287 - Rebuilt for Boost 1.59 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
288 |
363
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
289 * Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.64-5 |
349
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
290 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
291 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
292 * Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.6.64-4 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
293 - rebuild for Boost 1.58 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
294 |
363
3a1d25c579c6
allow folders containing multiple item types; better detection of valid internet headers
Carl Byington <carl@five-ten-sg.com>
parents:
361
diff
changeset
|
295 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.64-3 |
349
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
296 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
297 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
298 * Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.6.64-2 |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
299 - Rebuilt for GCC 5 C++11 ABI change |
a57c15b3108a
Jeffrey Morlan - fix multiple Content-Type headers
Carl Byington <carl@five-ten-sg.com>
parents:
345
diff
changeset
|
300 |
344
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
301 * Mon Mar 09 2015 Carl Byington <carl@five-ten-sg.com> 0.6.64-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
302 - fix line wrap on Python provides_exclude_from |
344
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
303 - fix unchecked errors found by cppcheck |
345
a8577226f7a9
fixes from AJ Shankar for attachment processing and body encodings that contain embedded null chars
Carl Byington <carl@five-ten-sg.com>
parents:
344
diff
changeset
|
304 - AJ Shankar fixes for attachment processing and body encodings |
a8577226f7a9
fixes from AJ Shankar for attachment processing and body encodings that contain embedded null chars
Carl Byington <carl@five-ten-sg.com>
parents:
344
diff
changeset
|
305 that contain embedded null chars. |
344
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
306 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
307 * Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.6.63-5 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
308 - Rebuild for boost 1.57.0 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
309 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
310 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.63-4 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
311 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
312 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
313 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.63-3 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
314 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
315 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
316 * Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.6.63-2 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
317 - rebuild for boost 1.55.0 |
aedcf979f439
fix unchecked errors found by cppcheck
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
318 |
340
0f3185217313
Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
Carl Byington <carl@five-ten-sg.com>
parents:
338
diff
changeset
|
319 * Fri Dec 27 2013 Carl Byington <carl@five-ten-sg.com> 0.6.63-1 |
0f3185217313
Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
Carl Byington <carl@five-ten-sg.com>
parents:
338
diff
changeset
|
320 - Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME |
0f3185217313
Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
Carl Byington <carl@five-ten-sg.com>
parents:
338
diff
changeset
|
321 |
336
f1595a84790b
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
335
diff
changeset
|
322 * Sun Sep 22 2013 Carl Byington <carl@five-ten-sg.com> 0.6.62-1 |
335
0a667645cc3e
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
332
diff
changeset
|
323 - 983596 - Old dependency filter breaks file coloring |
0a667645cc3e
Old dependency filter breaks file coloring
Carl Byington <carl@five-ten-sg.com>
parents:
332
diff
changeset
|
324 |
332
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
325 * Tue Aug 06 2013 Carl Byington <carl@five-ten-sg.com> 0.6.61-1 |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
326 - move documentation to unversioned directory |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
327 |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
328 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.59-4 |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
329 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
330 |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
331 * Sat Jul 27 2013 pmachata@redhat.com - 0.6.59-3 |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
332 - Rebuild for boost 1.54.0 |
160cf301ad4d
fedora unversioned documentation directories
Carl Byington <carl@five-ten-sg.com>
parents:
329
diff
changeset
|
333 |
329 | 334 * Wed Jun 12 2013 Carl Byington <carl@five-ten-sg.com> 0.6.60-1 |
328 | 335 - patch from Dominique Leuenberger to add AC_USE_SYSTEM_EXTENSIONS |
329 | 336 - add readpst -a option for attachment stripping |
328 | 337 |
338 * Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 0.6.59-2 | |
339 - rebuild for new GD 2.1.0 | |
340 | |
326
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
341 * Fri May 17 2013 Carl Byington <carl@five-ten-sg.com> 0.6.59-1 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
342 - add autoconf checking for libgsf |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
343 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
344 * Fri Mar 29 2013 Carl Byington <carl@five-ten-sg.com> 0.6.58-4 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
345 - add autoreconf for aarch64 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
346 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
347 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.58-3 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
348 - Rebuild for Boost-1.53.0 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
349 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
350 * Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.58-2 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
351 - Rebuild for Boost-1.53.0 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
352 |
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
353 * Fri Dec 28 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.58-1 |
323
2474d01043cd
fix From quoting on embedded rfc/822 messages
Carl Byington <carl@five-ten-sg.com>
parents:
321
diff
changeset
|
354 - fix From quoting on embedded rfc/822 messages |
2474d01043cd
fix From quoting on embedded rfc/822 messages
Carl Byington <carl@five-ten-sg.com>
parents:
321
diff
changeset
|
355 |
321 | 356 * Wed Dec 26 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.57-1 |
319
6fc49b69b1dc
remove unnecessary dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
318
diff
changeset
|
357 - bugzilla 852414, remove unnecessary dependencies |
6fc49b69b1dc
remove unnecessary dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
318
diff
changeset
|
358 |
317 | 359 * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1 |
307
db6db9a26a19
filter private provides from rpm
Carl Byington <carl@five-ten-sg.com>
parents:
305
diff
changeset
|
360 - filter private provides from rpm |
319
6fc49b69b1dc
remove unnecessary dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
318
diff
changeset
|
361 - merge -m .msg files code into main branch |
307
db6db9a26a19
filter private provides from rpm
Carl Byington <carl@five-ten-sg.com>
parents:
305
diff
changeset
|
362 |
326
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
363 * Thu Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
364 - rebuild for Python |
305 | 365 |
366 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-6 | |
367 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
368 | |
304
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
369 * Tue May 08 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-1 |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
370 - preserve bcc headers |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
371 - document -C switch to set default character set |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
372 - space after colon is not required in header fields |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
373 |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
374 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-5 |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
375 - Rebuilt for c++ ABI breakage |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
376 |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
377 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-4 |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
378 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
301
diff
changeset
|
379 |
301 | 380 * Sat Dec 24 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-3 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
381 - bump versions and prep for Fedora build |
301 | 382 |
383 * Wed Nov 30 2011 Petr Pisar <ppisar@redhat.com> - 0.6.53-3 | |
384 - Rebuild against boost-1.48 | |
385 | |
326
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
386 * Mon Nov 14 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-2 |
301 | 387 - failed to bump version number |
388 | |
300
47abe56076da
embedded rfc822 messages might contain rtf encoded bodies
Carl Byington <carl@five-ten-sg.com>
parents:
294
diff
changeset
|
389 * Fri Nov 04 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-1 |
47abe56076da
embedded rfc822 messages might contain rtf encoded bodies
Carl Byington <carl@five-ten-sg.com>
parents:
294
diff
changeset
|
390 - embedded rfc822 messages might contain rtf encoded bodies |
47abe56076da
embedded rfc822 messages might contain rtf encoded bodies
Carl Byington <carl@five-ten-sg.com>
parents:
294
diff
changeset
|
391 |
301 | 392 * Fri Sep 02 2011 Petr Pisar <ppisar@redhat.com> - 0.6.53-2 |
393 - Rebuild against boost-1.47 | |
394 | |
294 | 395 * Sun Jul 10 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.53-1 |
396 - add Status: header in output | |
397 - allow fork for parallel processing of individual email folders | |
398 in separate mode | |
399 - proper handling of --with-boost-python option | |
400 | |
283 | 401 * Sun May 22 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.52-1 |
402 - fix dangling freed pointer in embedded rfc822 message processing | |
403 - allow broken outlook internet header field - it sometimes contains | |
404 fragments of the message body rather than headers | |
313
0f19cd173eab
fix to/cc/bcc recipients in .msg file output format
Carl Byington <carl@five-ten-sg.com>
parents:
308
diff
changeset
|
405 |
270 | 406 * Sun Apr 17 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.51-1 |
407 - fix for buffer overrun; attachment size from the secondary | |
408 list of mapi elements overwrote proper size from the primary | |
409 list of mapi elements. | |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
410 Fedora bugzilla 696263 |
270 | 411 |
412 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.49-4 | |
413 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
414 | |
415 * Mon Feb 07 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.6.49-3 | |
416 - rebuild for new boost | |
417 | |
257
c947b8812120
rfc2047 and rfc2231 encoding for non-ascii headers and attachment filenames
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
418 * Fri Dec 24 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.50-1 |
c947b8812120
rfc2047 and rfc2231 encoding for non-ascii headers and attachment filenames
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
419 - rfc2047 and rfc2231 encoding for non-ascii headers and |
c947b8812120
rfc2047 and rfc2231 encoding for non-ascii headers and attachment filenames
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
420 attachment filenames. |
c947b8812120
rfc2047 and rfc2231 encoding for non-ascii headers and attachment filenames
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
421 |
270 | 422 * Wed Sep 29 2010 jkeating - 0.6.49-2 |
423 - Rebuilt for gcc bug 634757 | |
424 | |
255
ab87f9070ed2
fix to ignore embedded objects that are not email messages
Carl Byington <carl@five-ten-sg.com>
parents:
254
diff
changeset
|
425 * Mon Sep 13 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.49-1 |
ab87f9070ed2
fix to ignore embedded objects that are not email messages
Carl Byington <carl@five-ten-sg.com>
parents:
254
diff
changeset
|
426 - fix to ignore embedded objects that are not email messages |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
427 Fedora bugzilla 633498 |
255
ab87f9070ed2
fix to ignore embedded objects that are not email messages
Carl Byington <carl@five-ten-sg.com>
parents:
254
diff
changeset
|
428 |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
429 * Thu Sep 02 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.48-1 |
252
4573b536177f
fix for broken internet headers from Outlook
Carl Byington <carl@five-ten-sg.com>
parents:
250
diff
changeset
|
430 - fix for broken internet headers from Outlook |
253
115b871c61a1
fixes from fedora for python 2.7
Carl Byington <carl@five-ten-sg.com>
parents:
252
diff
changeset
|
431 - fix ax_python.m4 to look for python2.7 |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
432 - use mboxrd from quoting for output formats with multiple messages per file |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
433 - use no from quoting for output formats with single message per file |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
434 |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
435 * Sat Jul 31 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-6 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
436 - rebuild for Python dependencies |
253
115b871c61a1
fixes from fedora for python 2.7
Carl Byington <carl@five-ten-sg.com>
parents:
252
diff
changeset
|
437 |
115b871c61a1
fixes from fedora for python 2.7
Carl Byington <carl@five-ten-sg.com>
parents:
252
diff
changeset
|
438 * Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.47-4 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
439 - hack up configure so that it looks for Python 2.7 |
252
4573b536177f
fix for broken internet headers from Outlook
Carl Byington <carl@five-ten-sg.com>
parents:
250
diff
changeset
|
440 |
4573b536177f
fix for broken internet headers from Outlook
Carl Byington <carl@five-ten-sg.com>
parents:
250
diff
changeset
|
441 * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.47-3 |
4573b536177f
fix for broken internet headers from Outlook
Carl Byington <carl@five-ten-sg.com>
parents:
250
diff
changeset
|
442 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild |
4573b536177f
fix for broken internet headers from Outlook
Carl Byington <carl@five-ten-sg.com>
parents:
250
diff
changeset
|
443 |
249 | 444 * Wed Jul 07 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-2 |
250 | 445 - Subpackage Licensing, add COPYING to -libs. |
249 | 446 - patches from Kenneth Berland for solaris |
447 | |
247
85d77d7b034b
another patche from Kenneth Berland for solaris
Carl Byington <carl@five-ten-sg.com>
parents:
246
diff
changeset
|
448 * Fri May 07 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-1 |
246
5a82d41c883d
patches from Kenneth Berland for solaris
Carl Byington <carl@five-ten-sg.com>
parents:
244
diff
changeset
|
449 - patches from Kenneth Berland for solaris |
5a82d41c883d
patches from Kenneth Berland for solaris
Carl Byington <carl@five-ten-sg.com>
parents:
244
diff
changeset
|
450 |
244
f2ae612fa62b
fixes for fedora 13 change in implicit dso linking semantics
Carl Byington <carl@five-ten-sg.com>
parents:
242
diff
changeset
|
451 * Thu Jan 21 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.46-1 |
f2ae612fa62b
fixes for fedora 13 change in implicit dso linking semantics
Carl Byington <carl@five-ten-sg.com>
parents:
242
diff
changeset
|
452 - prefer libpthread over librt for finding sem_init function. |
f2ae612fa62b
fixes for fedora 13 change in implicit dso linking semantics
Carl Byington <carl@five-ten-sg.com>
parents:
242
diff
changeset
|
453 |
f2ae612fa62b
fixes for fedora 13 change in implicit dso linking semantics
Carl Byington <carl@five-ten-sg.com>
parents:
242
diff
changeset
|
454 * Thu Jan 21 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.45-2 |
f2ae612fa62b
fixes for fedora 13 change in implicit dso linking semantics
Carl Byington <carl@five-ten-sg.com>
parents:
242
diff
changeset
|
455 - rebuild for new boost package |
308
97c53c6868ab
add -m option to readpst to create Outlook .msg files
Carl Byington <carl@five-ten-sg.com>
parents:
242
diff
changeset
|
456 |
242
67b24d6a45d6
patch from Hugo DesRosiers to export categories and notes into vcards.
Carl Byington <carl@five-ten-sg.com>
parents:
240
diff
changeset
|
457 * Wed Nov 18 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.45-1 |
67b24d6a45d6
patch from Hugo DesRosiers to export categories and notes into vcards.
Carl Byington <carl@five-ten-sg.com>
parents:
240
diff
changeset
|
458 - patch from Hugo DesRosiers to export categories and notes into vcards. |
67b24d6a45d6
patch from Hugo DesRosiers to export categories and notes into vcards.
Carl Byington <carl@five-ten-sg.com>
parents:
240
diff
changeset
|
459 - extend that patch to export categories into vcalendar appointments also. |
67b24d6a45d6
patch from Hugo DesRosiers to export categories and notes into vcards.
Carl Byington <carl@five-ten-sg.com>
parents:
240
diff
changeset
|
460 |
240 | 461 * Sun Sep 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.44-1 |
462 - patch from Lee Ayres to add file name extensions in separate mode. | |
463 - allow mixed items types in a folder in separate mode. | |
464 | |
326
1e39dc490627
add autoconf checking for libgsf
Carl Byington <carl@five-ten-sg.com>
parents:
323
diff
changeset
|
465 * Sat Sep 12 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.43-1 |
232 | 466 - decode more of the pst format, some minor bug fixes |
467 - add support for code pages 1200 and 1201. | |
233
1d50ff3c5091
better rfc822 embedded message decoding
Carl Byington <carl@five-ten-sg.com>
parents:
232
diff
changeset
|
468 - add readpst -t option to select output item types, which can |
1d50ff3c5091
better rfc822 embedded message decoding
Carl Byington <carl@five-ten-sg.com>
parents:
232
diff
changeset
|
469 now be used to process folders containing mixed item types. |
232 | 470 - fix segfault with embedded appointments |
471 - add readpst -u option for Thunderbird mode .size and .type files | |
236
093e0e9248bb
cleanup rfc822 embedded message code
Carl Byington <carl@five-ten-sg.com>
parents:
233
diff
changeset
|
472 - better detection of embedded rfc822 message attachments |
232 | 473 |
228
be1009c92ac2
patch from Fridrich Strba to build with DJGPP DOS cross-compiler
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
474 * Thu Sep 03 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.42-1 |
be1009c92ac2
patch from Fridrich Strba to build with DJGPP DOS cross-compiler
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
475 - patch from Fridrich Strba to build with DJGPP DOS cross-compiler. |
be1009c92ac2
patch from Fridrich Strba to build with DJGPP DOS cross-compiler
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
476 |
be1009c92ac2
patch from Fridrich Strba to build with DJGPP DOS cross-compiler
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
477 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.41-2 |
be1009c92ac2
patch from Fridrich Strba to build with DJGPP DOS cross-compiler
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
478 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
be1009c92ac2
patch from Fridrich Strba to build with DJGPP DOS cross-compiler
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
479 |
225
9859474779da
fix ax_python as done in libtorrent
Carl Byington <carl@five-ten-sg.com>
parents:
224
diff
changeset
|
480 * Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.41-1 |
9859474779da
fix ax_python as done in libtorrent
Carl Byington <carl@five-ten-sg.com>
parents:
224
diff
changeset
|
481 - fix ax_python detection - should not use locate command |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
482 - checking for Fedora versions is not needed |
225
9859474779da
fix ax_python as done in libtorrent
Carl Byington <carl@five-ten-sg.com>
parents:
224
diff
changeset
|
483 |
221
06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
219
diff
changeset
|
484 * Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.40-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
485 - Fedora 11 has python2.6 |
221
06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
219
diff
changeset
|
486 - remove pdf version of the man pages |
06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
219
diff
changeset
|
487 |
06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
219
diff
changeset
|
488 * Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.39-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
489 - Fedora > 10 moved to boost-python-devel |
219
10ea2d132019
fedora > 10 moved to boost-python-devel
Carl Byington <carl@five-ten-sg.com>
parents:
218
diff
changeset
|
490 |
221
06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
219
diff
changeset
|
491 * Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
492 - add Python interface to the shared library. |
199
e3a46f66332b
more changes in recurrence decoding
Carl Byington <carl@five-ten-sg.com>
parents:
198
diff
changeset
|
493 - bump soname to version 4 for many changes to the interface. |
e3a46f66332b
more changes in recurrence decoding
Carl Byington <carl@five-ten-sg.com>
parents:
198
diff
changeset
|
494 - better decoding of recurrence data in appointments. |
202
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
199
diff
changeset
|
495 - remove readpstlog since debug log files are now plain text. |
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
199
diff
changeset
|
496 - add readpst -j option for parallel jobs for each folder. |
211
94bde95d7e18
the shared library interface should now be thread safe
Carl Byington <carl@five-ten-sg.com>
parents:
209
diff
changeset
|
497 - make nested mime multipart/alternative to hold the text/html parts. |
196
ffd1503a7530
build proper python rpm subpackage
Carl Byington <carl@five-ten-sg.com>
parents:
193
diff
changeset
|
498 |
193 | 499 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1 |
191
4b498fd68464
add pst_attach_to_mem() back into the shared library interface.
Carl Byington <carl@five-ten-sg.com>
parents:
188
diff
changeset
|
500 - add pst_attach_to_mem() back into the shared library interface. |
4b498fd68464
add pst_attach_to_mem() back into the shared library interface.
Carl Byington <carl@five-ten-sg.com>
parents:
188
diff
changeset
|
501 - fix memory leak caught by valgrind. |
4b498fd68464
add pst_attach_to_mem() back into the shared library interface.
Carl Byington <carl@five-ten-sg.com>
parents:
188
diff
changeset
|
502 |
188 | 503 * Tue Apr 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.36-1 |
181 | 504 - build separate -doc and -devel-doc subpackages. |
179
83cb32e41f80
remove fully versioned -libs dependency from main package
Carl Byington <carl@five-ten-sg.com>
parents:
176
diff
changeset
|
505 - other spec file cleanup |
83cb32e41f80
remove fully versioned -libs dependency from main package
Carl Byington <carl@five-ten-sg.com>
parents:
176
diff
changeset
|
506 |
176
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
507 * Wed Apr 08 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.35-1 |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
508 - properly add trailing mime boundary in all modes. |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
509 - build separate libpst, libpst-libs, libpst-devel rpms. |
ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
Carl Byington <carl@five-ten-sg.com>
parents:
168
diff
changeset
|
510 |
168 | 511 * Thu Mar 19 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.34-1 |
512 - avoid putting mixed item types into the same output folder. | |
513 | |
165 | 514 * Tue Mar 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.33-1 |
515 - compensate for iconv conversion to utf-7 that produces strings that | |
516 are not null terminated. | |
517 - don't produce empty attachment files in separate mode. | |
518 | |
160
252ad66d3d6e
fix ppc64 compile error
Carl Byington <carl@five-ten-sg.com>
parents:
157
diff
changeset
|
519 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.32-1 |
252ad66d3d6e
fix ppc64 compile error
Carl Byington <carl@five-ten-sg.com>
parents:
157
diff
changeset
|
520 - fix ppc64 compile error |
252ad66d3d6e
fix ppc64 compile error
Carl Byington <carl@five-ten-sg.com>
parents:
157
diff
changeset
|
521 |
157
cc3c71da9fe6
bump version for fedora cvs tagging mistake
Carl Byington <carl@five-ten-sg.com>
parents:
155
diff
changeset
|
522 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.31-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
523 - bump version for Fedora cvs tagging mistake |
157
cc3c71da9fe6
bump version for fedora cvs tagging mistake
Carl Byington <carl@five-ten-sg.com>
parents:
155
diff
changeset
|
524 |
155
84e0f6222adf
add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents:
146
diff
changeset
|
525 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.30-1 |
84e0f6222adf
add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents:
146
diff
changeset
|
526 - track character set individually for each mapi element. |
84e0f6222adf
add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents:
146
diff
changeset
|
527 - remove charset option from pst2ldif since we get that from each |
84e0f6222adf
add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents:
146
diff
changeset
|
528 object now. |
84e0f6222adf
add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents:
146
diff
changeset
|
529 - avoid emitting bogus empty email messages into contacts and |
84e0f6222adf
add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents:
146
diff
changeset
|
530 calendar files. |
84e0f6222adf
add changelog entry in rpm spec file
Carl Byington <carl@five-ten-sg.com>
parents:
146
diff
changeset
|
531 |
146
0695de3b5a98
fix for 64bit on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents:
143
diff
changeset
|
532 * Tue Feb 24 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.29-1 |
0695de3b5a98
fix for 64bit on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents:
143
diff
changeset
|
533 - fix for 64bit on Fedora 11 |
0695de3b5a98
fix for 64bit on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents:
143
diff
changeset
|
534 |
143
fdc58ad2c758
fix embedded rfc822 messages with attachments
Carl Byington <carl@five-ten-sg.com>
parents:
141
diff
changeset
|
535 * Tue Feb 24 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.28-1 |
141
fd4297884319
improve decoding of multipart/report and message/rfc822 mime types
Carl Byington <carl@five-ten-sg.com>
parents:
136
diff
changeset
|
536 - improve decoding of multipart/report and message/rfc822 mime types. |
143
fdc58ad2c758
fix embedded rfc822 messages with attachments
Carl Byington <carl@five-ten-sg.com>
parents:
141
diff
changeset
|
537 - improve character set handling. |
fdc58ad2c758
fix embedded rfc822 messages with attachments
Carl Byington <carl@five-ten-sg.com>
parents:
141
diff
changeset
|
538 - fix embedded rfc822 messages with attachments. |
141
fd4297884319
improve decoding of multipart/report and message/rfc822 mime types
Carl Byington <carl@five-ten-sg.com>
parents:
136
diff
changeset
|
539 |
136
16770fc77139
fix for const correctness on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents:
134
diff
changeset
|
540 * Sat Feb 07 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.27-1 |
16770fc77139
fix for const correctness on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents:
134
diff
changeset
|
541 - fix for const correctness on Fedora 11 |
16770fc77139
fix for const correctness on Fedora 11
Carl Byington <carl@five-ten-sg.com>
parents:
134
diff
changeset
|
542 |
134
2d6bb72ad041
update changelog and dates
Carl Byington <carl@five-ten-sg.com>
parents:
129
diff
changeset
|
543 * Sat Feb 07 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.26-1 |
118
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
116
diff
changeset
|
544 - patch from Fridrich Strba for building on mingw and general |
124
cbf63dd3f109
NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
545 - cleanup of autoconf files. |
cbf63dd3f109
NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
546 - add processing for pst files of type 0x0f. |
cbf63dd3f109
NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
547 - strip and regenerate all MIME headers to avoid duplicates. |
cbf63dd3f109
NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
548 - do a better job of making unique MIME boundaries. |
cbf63dd3f109
NEWS and spec file consistent with ChangeLog
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
549 - only use base64 coding when strictly necessary. |
118
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
116
diff
changeset
|
550 |
116
ed2a260bbb98
improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents:
114
diff
changeset
|
551 * Fri Jan 16 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.25-1 |
ed2a260bbb98
improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents:
114
diff
changeset
|
552 - improve handling of content-type charset values in mime parts |
ed2a260bbb98
improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents:
114
diff
changeset
|
553 |
114
e213bfcf9aa7
patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents:
112
diff
changeset
|
554 * Thu Dec 11 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.24-1 |
e213bfcf9aa7
patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents:
112
diff
changeset
|
555 - patch from Chris Eagle to build on cygwin |
e213bfcf9aa7
patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents:
112
diff
changeset
|
556 |
112
554e9a422778
bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents:
110
diff
changeset
|
557 * Thu Dec 04 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.23-1 |
554e9a422778
bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents:
110
diff
changeset
|
558 - bump version to avoid cvs tagging mistake in fedora |
554e9a422778
bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents:
110
diff
changeset
|
559 |
110
7133b39975f7
patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents:
108
diff
changeset
|
560 * Fri Nov 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.22-1 |
7133b39975f7
patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents:
108
diff
changeset
|
561 - patch from David Cuadrado to process emails with type PST_TYPE_OTHER |
7133b39975f7
patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents:
108
diff
changeset
|
562 - base64_encode_multiple() may insert newline, needs larger malloc |
7133b39975f7
patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents:
108
diff
changeset
|
563 - subject lines shorter than 2 bytes could segfault |
7133b39975f7
patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents:
108
diff
changeset
|
564 |
108
1b2a4fac1303
fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents:
104
diff
changeset
|
565 * Tue Oct 21 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.21-1 |
1b2a4fac1303
fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents:
104
diff
changeset
|
566 - fix title bug with old schema in pst2ldif. |
1b2a4fac1303
fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents:
104
diff
changeset
|
567 - also escape commas in distinguished names per rfc4514. |
1b2a4fac1303
fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents:
104
diff
changeset
|
568 |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
103
diff
changeset
|
569 * Thu Oct 09 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1 |
99
b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents:
96
diff
changeset
|
570 - add configure option --enable-dii=no to remove dependency on libgd. |
b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents:
96
diff
changeset
|
571 - many fixes in pst2ldif by Robert Harris. |
100
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
572 - add -D option to include deleted items, from Justin Greer |
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
573 - fix from Justin Greer to add missing email headers |
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
574 - fix from Justin Greer for my_stristr() |
101
1fc33da23175
fix for orphan children when building descriptor tree, avoid writing uninitialized data to debug log file
Carl Byington <carl@five-ten-sg.com>
parents:
100
diff
changeset
|
575 - fix for orphan children when building descriptor tree |
1fc33da23175
fix for orphan children when building descriptor tree, avoid writing uninitialized data to debug log file
Carl Byington <carl@five-ten-sg.com>
parents:
100
diff
changeset
|
576 - avoid writing uninitialized data to debug log file |
102
8c4482be0b4c
remove unreachable code
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
577 - remove unreachable code |
103
0af0bbe166e1
create dummy top-of-folder descriptor if needed for corrupt pst files
Carl Byington <carl@five-ten-sg.com>
parents:
102
diff
changeset
|
578 - create dummy top-of-folder descriptor if needed for corrupt pst files |
99
b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents:
96
diff
changeset
|
579 |
96
2e3ec9511166
update the release notes
Carl Byington <carl@five-ten-sg.com>
parents:
93
diff
changeset
|
580 * Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1 |
2e3ec9511166
update the release notes
Carl Byington <carl@five-ten-sg.com>
parents:
93
diff
changeset
|
581 - Fix base64 encoding that could create long lines. |
2e3ec9511166
update the release notes
Carl Byington <carl@five-ten-sg.com>
parents:
93
diff
changeset
|
582 - Initial work on a .so shared library from Bharath Acharya. |
2e3ec9511166
update the release notes
Carl Byington <carl@five-ten-sg.com>
parents:
93
diff
changeset
|
583 |
93 | 584 * Thu Aug 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.18-1 |
585 - Fixes for iconv on Mac from Justin Greer. | |
586 | |
90
631d02d30a1c
More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents:
88
diff
changeset
|
587 * Tue Aug 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.17-1 |
631d02d30a1c
More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents:
88
diff
changeset
|
588 - More fixes for 32/64 bit portability on big endian ppc. |
631d02d30a1c
More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents:
88
diff
changeset
|
589 |
88 | 590 * Tue Aug 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.16-1 |
87
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
591 - Use inttypes.h for portable printing of 64 bit items. |
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
592 |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
593 * Wed Jul 30 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.15-1 |
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
594 - Patch from Robert Simpson for file handle leak in error case. |
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
595 - Fix for missing length on lz decompression, bug found by Chris White. |
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
596 |
82
b370d9e8aa10
Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents:
79
diff
changeset
|
597 * Sun Jun 15 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.14-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
598 - Fix my mistake in Debian packaging. |
82
b370d9e8aa10
Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents:
79
diff
changeset
|
599 |
79
56fa05fd5271
Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents:
78
diff
changeset
|
600 * Fri Jun 13 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.13-1 |
56fa05fd5271
Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents:
78
diff
changeset
|
601 - Patch from Robert Simpson for encryption type 2. |
56fa05fd5271
Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents:
78
diff
changeset
|
602 |
78
535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents:
75
diff
changeset
|
603 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.12-1 |
390
5c0ce43c7532
Fix a number of spelling mistakes
Paul Wise <pabs3@bonedaddy.net>
parents:
383
diff
changeset
|
604 - Patch from Joachim Metz for Debian packaging and |
78
535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents:
75
diff
changeset
|
605 - fix for incorrect length on lz decompression |
535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents:
75
diff
changeset
|
606 |
75
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
607 * Tue Jun 03 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.11-1 |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
608 - Use ftello/fseeko to properly handle large files. |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
609 - Document and properly use datasize field in b5 blocks. |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
610 - Fix some MSVC compile issues and collect MSVC dependencies into one place. |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
611 |
73
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
612 * Thu May 29 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.10-1 |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
613 - Patch from Robert Simpson for doubly-linked list code and arrays of unicode strings. |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
614 |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
70
diff
changeset
|
615 * Fri May 16 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.9 |
73
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
616 - Patch from Joachim Metz for 64 bit compile. |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
70
diff
changeset
|
617 - Fix pst format documentation for 8 byte backpointers. |
70
b12f4e50e2e8
Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents:
67
diff
changeset
|
618 |
67
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
66
diff
changeset
|
619 * Wed Mar 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.8 |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
620 - Initial version of pst2dii to convert to Summation dii load file format |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
621 - changes for Fedora packaging guidelines (#434727) |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
622 |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
623 * Tue Jul 10 2007 Carl Byington <carl@five-ten-sg.com> - 0.5.5 |
31 | 624 - merge changes from Joe Nahmias version |
625 | |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
626 * Sun Feb 19 2006 Carl Byington <carl@five-ten-sg.com> - 0.5.3 |
24 | 627 - initial spec file using autoconf and http://www.fedora.us/docs/rpm-packaging-guidelines.html |
628 |