* Mon May 25 2020 Andreas Vetter <vetter@physik.uni-wuerzburg.de>
- reflect version of shared library in package name: librecode3
* Thu May 21 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.7.6:
* Improvements to the build system.
- Changes from version 3.7.5:
* Port tests to Python 3.
- Changes from version 3.7.4:
* Fixes to file handling in enchant program.
* Fix tests on Windows.
- Changes from version 3.7.3:
* No code changes to recode itself; this release features a
properly versioned shared library.
- Changes from version 3.7.2:
* No code changes to recode itself; this release includes updates
to license headers to guide users to the GPL online, corrects
the version of COPYING-LIB shipped with the sources, and
updates the message files for various languages.
- Replace python and python-Cython for their py3 variants following
upstreams port.
* Mon Mar 18 2019 Jan Engelhardt <jengelh@inai.de>
- Remove --with-pic (useless in the face of --disable-static).
- Proper Group: tag for librecode.
* Fri Mar 08 2019 Andreas Vetter <vetter@physik.uni-wuerzburg.de>
- remove unrecognized options from configure: --without-included-gettext
* Fri Mar 08 2019 Andreas Vetter <vetter@physik.uni-wuerzburg.de>
- clean up spec according spec-cleaner
* Fri Mar 08 2019 Andreas Vetter <vetter@physik.uni-wuerzburg.de>
- use preun for install_info_delete
* Thu Mar 07 2019 Andreas Vetter <vetter@physik.uni-wuerzburg.de>
- split out shared library
- use spec-cleaner
* Sat Feb 23 2019 Andreas Vetter <vetter@physik.uni-wuerzburg.de>
- use "%license COPYING COPYING-LIB"
- remove the %defattr lines
* Tue Jan 29 2019 vetter@physik.uni-wuerzburg.de
- update to version 3.7.1 from https://github.com/rrthomas/recode
* Wed Mar 06 2013 seife+obs@b1-systems.com
- fix build with automake 1.13.1
* Fri Feb 01 2013 coolo@suse.com
- update license to new format
* Wed Jun 06 2012 meissner@suse.de
- fix build with new automake
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Thu Dec 15 2011 aj@suse.de
- Fix source URL.
* Wed Nov 23 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Thu Dec 30 2010 vcizek@novell.com
- fix for segfault bnc#503437
- see comment in the patch file
* Sun Oct 31 2010 jengelh@medozas.de
- Use %_smp_mflags
* Fri Mar 05 2010 puzel@novell.com
- add recode-3.6-fix-flex-m4.patch - fix build
- see comment in the patch
* Sat Dec 19 2009 jengelh@medozas.de
- add baselibs.conf as a source
* Tue Nov 03 2009 coolo@novell.com
- updated patches to apply with fuzz=0
Version: 3.7.11-bp154.1.39
* Fri Feb 04 2022 Dirk Müller <dmueller@suse.com>
- udpate to 3.7.11:
* Re-add support for transliteration with iconv (removed in 3.7).
* Add support for ignoring invalid input with iconv.
* Fix a bug introduced in 3.7.10 that prevented building the code.
* Sun Jan 23 2022 Dirk Müller <dmueller@suse.com>
- udpate to 3.7.10:
* In recode program, only use iconv if needed; add --prefer-iconv option to
allow its use in all cases.
* Remove support for pre-3.5 request syntax (colon as charset separator).
* PO files have been updated from the Translation Project.
* Build system fixes and improvements.
* Update gnulib to fix a problem building on Android.
* Fix confusingly wrong NEWS entry for 3.7.4.
* Sat Jul 03 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 3.7.9
+ Fix CP1252 encoding: U+017E LATIN SMALL LETTER Z WITH CARON is
at byte 0x9e, not byte 0x8f.
+ Minor documentation fixes.