Mercurial > libpst
comparison libpst.spec.in @ 390:5c0ce43c7532
Fix a number of spelling mistakes
Changes-by: codespell -w
Suggested-by: codespell, spellintian, lintian
I: libpst4: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libpst.so.4.1.14 occured occurred
I: libpst-dev: spelling-error-in-manpage usr/share/man/man5/outlook.pst.5.gz Attachement Attachment
author | Paul Wise <pabs3@bonedaddy.net> |
---|---|
date | Sat, 21 Dec 2019 21:25:45 +0800 |
parents | 2379a4d8d9c7 |
children | 3cbda103e0ef |
comparison
equal
deleted
inserted
replaced
389:3f83feface7a | 390:5c0ce43c7532 |
---|---|
61 %description -n python3-%{name} | 61 %description -n python3-%{name} |
62 %else | 62 %else |
63 %description python | 63 %description python |
64 %endif | 64 %endif |
65 The libpst-python package allows you to use the libpst shared object | 65 The libpst-python package allows you to use the libpst shared object |
66 from python code. | 66 from Python code. |
67 | 67 |
68 | 68 |
69 %package devel | 69 %package devel |
70 Summary: Library links and header files for libpst application development | 70 Summary: Library links and header files for libpst application development |
71 Requires: pkgconfig | 71 Requires: pkgconfig |
180 %changelog | 180 %changelog |
181 * Thu Jul 25 2019 Carl Byington <carl@five-ten-sg.com> 0.6.73-1 | 181 * Thu Jul 25 2019 Carl Byington <carl@five-ten-sg.com> 0.6.73-1 |
182 - Tim Dufrane - fix segfault in pst_close() | 182 - Tim Dufrane - fix segfault in pst_close() |
183 | 183 |
184 * Fri Jun 07 2019 Carl Byington <carl@five-ten-sg.com> 0.6.72-4 | 184 * Fri Jun 07 2019 Carl Byington <carl@five-ten-sg.com> 0.6.72-4 |
185 - fixes for python3 | 185 - fixes for Python 3 |
186 | 186 |
187 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.72-3 | 187 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.72-3 |
188 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild | 188 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
189 | 189 |
190 * Wed Jan 30 2019 Jonathan Wakely <jwakely@redhat.com> - 0.6.72-2 | 190 * Wed Jan 30 2019 Jonathan Wakely <jwakely@redhat.com> - 0.6.72-2 |
191 - Rebuilt for Boost 1.69 | 191 - Rebuilt for Boost 1.69 |
192 | 192 |
193 * Wed Aug 01 2018 Carl Byington <carl@five-ten-sg.com> 0.6.72-1 | 193 * Wed Aug 01 2018 Carl Byington <carl@five-ten-sg.com> 0.6.72-1 |
194 - allow all 7 days in bydays recurring appointment | 194 - allow all 7 days in bydays recurring appointment |
195 - update for fedora python packaging | 195 - update for Fedora Python packaging |
196 - Alfredo Esteban - add -l and -f options to lspst | 196 - Alfredo Esteban - add -l and -f options to lspst |
197 | 197 |
198 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-8 | 198 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-8 |
199 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild | 199 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
200 | 200 |
217 | 217 |
218 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-2 | 218 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.71-2 |
219 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild | 219 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
220 | 220 |
221 * Fri Jul 21 2017 Carl Byington <carl@five-ten-sg.com> 0.6.71-1 | 221 * Fri Jul 21 2017 Carl Byington <carl@five-ten-sg.com> 0.6.71-1 |
222 - fedora python naming scheme changes | 222 - Fedora Python naming scheme changes |
223 - Zachary Travis - Add support for the OST 2013 format, and | 223 - Zachary Travis - Add support for the OST 2013 format, and |
224 Content-Disposition filename key fix for outlook compatibility | 224 Content-Disposition filename key fix for outlook compatibility |
225 | 225 |
226 * Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 0.6.70-3 | 226 * Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 0.6.70-3 |
227 - Rebuilt for Boost 1.64 | 227 - Rebuilt for Boost 1.64 |
275 | 275 |
276 * Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.6.64-2 | 276 * Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.6.64-2 |
277 - Rebuilt for GCC 5 C++11 ABI change | 277 - Rebuilt for GCC 5 C++11 ABI change |
278 | 278 |
279 * Mon Mar 09 2015 Carl Byington <carl@five-ten-sg.com> 0.6.64-1 | 279 * Mon Mar 09 2015 Carl Byington <carl@five-ten-sg.com> 0.6.64-1 |
280 - fix line wrap on python provides_exclude_from | 280 - fix line wrap on Python provides_exclude_from |
281 - fix unchecked errors found by cppcheck | 281 - fix unchecked errors found by cppcheck |
282 - AJ Shankar fixes for attachment processing and body encodings | 282 - AJ Shankar fixes for attachment processing and body encodings |
283 that contain embedded null chars. | 283 that contain embedded null chars. |
284 | 284 |
285 * Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.6.63-5 | 285 * Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.6.63-5 |
337 * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1 | 337 * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1 |
338 - filter private provides from rpm | 338 - filter private provides from rpm |
339 - merge -m .msg files code into main branch | 339 - merge -m .msg files code into main branch |
340 | 340 |
341 * Thu Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2 | 341 * Thu Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2 |
342 - rebuild for python | 342 - rebuild for Python |
343 | 343 |
344 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-6 | 344 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-6 |
345 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | 345 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
346 | 346 |
347 * Tue May 08 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-1 | 347 * Tue May 08 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-1 |
354 | 354 |
355 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-4 | 355 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-4 |
356 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | 356 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
357 | 357 |
358 * Sat Dec 24 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-3 | 358 * Sat Dec 24 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-3 |
359 - bump versions and prep for fedora build | 359 - bump versions and prep for Fedora build |
360 | 360 |
361 * Wed Nov 30 2011 Petr Pisar <ppisar@redhat.com> - 0.6.53-3 | 361 * Wed Nov 30 2011 Petr Pisar <ppisar@redhat.com> - 0.6.53-3 |
362 - Rebuild against boost-1.48 | 362 - Rebuild against boost-1.48 |
363 | 363 |
364 * Mon Nov 14 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-2 | 364 * Mon Nov 14 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-2 |
383 | 383 |
384 * Sun Apr 17 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.51-1 | 384 * Sun Apr 17 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.51-1 |
385 - fix for buffer overrun; attachment size from the secondary | 385 - fix for buffer overrun; attachment size from the secondary |
386 list of mapi elements overwrote proper size from the primary | 386 list of mapi elements overwrote proper size from the primary |
387 list of mapi elements. | 387 list of mapi elements. |
388 fedora bugzilla 696263 | 388 Fedora bugzilla 696263 |
389 | 389 |
390 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.49-4 | 390 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.49-4 |
391 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | 391 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
392 | 392 |
393 * Mon Feb 07 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.6.49-3 | 393 * Mon Feb 07 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.6.49-3 |
400 * Wed Sep 29 2010 jkeating - 0.6.49-2 | 400 * Wed Sep 29 2010 jkeating - 0.6.49-2 |
401 - Rebuilt for gcc bug 634757 | 401 - Rebuilt for gcc bug 634757 |
402 | 402 |
403 * Mon Sep 13 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.49-1 | 403 * Mon Sep 13 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.49-1 |
404 - fix to ignore embedded objects that are not email messages | 404 - fix to ignore embedded objects that are not email messages |
405 fedora bugzilla 633498 | 405 Fedora bugzilla 633498 |
406 | 406 |
407 * Thu Sep 02 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.48-1 | 407 * Thu Sep 02 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.48-1 |
408 - fix for broken internet headers from Outlook | 408 - fix for broken internet headers from Outlook |
409 - fix ax_python.m4 to look for python2.7 | 409 - fix ax_python.m4 to look for python2.7 |
410 - use mboxrd from quoting for output formats with multiple messages per file | 410 - use mboxrd from quoting for output formats with multiple messages per file |
411 - use no from quoting for output formats with single message per file | 411 - use no from quoting for output formats with single message per file |
412 | 412 |
413 * Sat Jul 31 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-6 | 413 * Sat Jul 31 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-6 |
414 - rebuild for python dependencies | 414 - rebuild for Python dependencies |
415 | 415 |
416 * Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.47-4 | 416 * Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.47-4 |
417 - hack up configure so that it looks for python 2.7 | 417 - hack up configure so that it looks for Python 2.7 |
418 | 418 |
419 * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.47-3 | 419 * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.47-3 |
420 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild | 420 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild |
421 | 421 |
422 * Wed Jul 07 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-2 | 422 * Wed Jul 07 2010 Carl Byington <carl@five-ten-sg.com> - 0.6.47-2 |
455 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.41-2 | 455 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.41-2 |
456 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | 456 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
457 | 457 |
458 * Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.41-1 | 458 * Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.41-1 |
459 - fix ax_python detection - should not use locate command | 459 - fix ax_python detection - should not use locate command |
460 - checking for fedora versions is not needed | 460 - checking for Fedora versions is not needed |
461 | 461 |
462 * Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.40-1 | 462 * Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.40-1 |
463 - fedora 11 has python2.6 | 463 - Fedora 11 has python2.6 |
464 - remove pdf version of the man pages | 464 - remove pdf version of the man pages |
465 | 465 |
466 * Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.39-1 | 466 * Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.39-1 |
467 - fedora > 10 moved to boost-python-devel | 467 - Fedora > 10 moved to boost-python-devel |
468 | 468 |
469 * Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 | 469 * Sun Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 |
470 - add python interface to the shared library. | 470 - add Python interface to the shared library. |
471 - bump soname to version 4 for many changes to the interface. | 471 - bump soname to version 4 for many changes to the interface. |
472 - better decoding of recurrence data in appointments. | 472 - better decoding of recurrence data in appointments. |
473 - remove readpstlog since debug log files are now plain text. | 473 - remove readpstlog since debug log files are now plain text. |
474 - add readpst -j option for parallel jobs for each folder. | 474 - add readpst -j option for parallel jobs for each folder. |
475 - make nested mime multipart/alternative to hold the text/html parts. | 475 - make nested mime multipart/alternative to hold the text/html parts. |
496 | 496 |
497 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.32-1 | 497 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.32-1 |
498 - fix ppc64 compile error | 498 - fix ppc64 compile error |
499 | 499 |
500 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.31-1 | 500 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.31-1 |
501 - bump version for fedora cvs tagging mistake | 501 - bump version for Fedora cvs tagging mistake |
502 | 502 |
503 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.30-1 | 503 * Sat Mar 14 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.30-1 |
504 - track character set individually for each mapi element. | 504 - track character set individually for each mapi element. |
505 - remove charset option from pst2ldif since we get that from each | 505 - remove charset option from pst2ldif since we get that from each |
506 object now. | 506 object now. |
571 * Wed Jul 30 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.15-1 | 571 * Wed Jul 30 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.15-1 |
572 - Patch from Robert Simpson for file handle leak in error case. | 572 - Patch from Robert Simpson for file handle leak in error case. |
573 - Fix for missing length on lz decompression, bug found by Chris White. | 573 - Fix for missing length on lz decompression, bug found by Chris White. |
574 | 574 |
575 * Sun Jun 15 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.14-1 | 575 * Sun Jun 15 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.14-1 |
576 - Fix my mistake in debian packaging. | 576 - Fix my mistake in Debian packaging. |
577 | 577 |
578 * Fri Jun 13 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.13-1 | 578 * Fri Jun 13 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.13-1 |
579 - Patch from Robert Simpson for encryption type 2. | 579 - Patch from Robert Simpson for encryption type 2. |
580 | 580 |
581 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.12-1 | 581 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.12-1 |
582 - Patch from Joachim Metz for debian packaging and | 582 - Patch from Joachim Metz for Debian packaging and |
583 - fix for incorrect length on lz decompression | 583 - fix for incorrect length on lz decompression |
584 | 584 |
585 * Tue Jun 03 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.11-1 | 585 * Tue Jun 03 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.11-1 |
586 - Use ftello/fseeko to properly handle large files. | 586 - Use ftello/fseeko to properly handle large files. |
587 - Document and properly use datasize field in b5 blocks. | 587 - Document and properly use datasize field in b5 blocks. |