ansifilter/ansifilter.changes
2017-08-06 14:44:35 +00:00

118 lines
3.8 KiB
Plaintext

-------------------------------------------------------------------
Sun Aug 6 14:40:57 UTC 2017 - antoine.belvire@opensuse.org
- Update to 2.8:
* Fix reading from stdin.
-------------------------------------------------------------------
Sat Aug 5 14:45:11 UTC 2017 - antoine.belvire@opensuse.org
- Update to 2.7:
* Fix processing of very small input files.
* Add -fPIC to CXXFLAGS in src/makefile (no impact for openSUSE
as default CXXFLAGS were already overriden with "%%{optflags}
-fPIC" in spec file).
-------------------------------------------------------------------
Sun Jul 30 16:10:45 UTC 2017 - antoine.belvire@opensuse.org
- Update to 2.6:
* Add support for Tundra 24bit ANSI art (--art-tundra option).
* Fix Pango output.
* Add EXTRA_CXXFLAGS in src/makefile.
- Fix rpmlint warnings:
* Add conditional in order not to call desktop_database_post(un)
macros on Tumbleweed, as it's now handled by RPM filetriggers.
-------------------------------------------------------------------
Mon Jul 3 20:55:21 UTC 2017 - antoine.belvire@opensuse.org
- Update to 2.5:
* CLI: Add --no-trailing-nl option.
* CLI: Add support for environment variable ANSIFILTER_OPTIONS.
- Changes from 2.4:
* Fix crash reading irregular escape codes.
- Clean spec file.
- Update GPG public key (key had expired).
-------------------------------------------------------------------
Mon Sep 26 14:02:25 UTC 2016 - antoine.belvire@opensuse.org
- Update to 2.3:
* Add support for true color escape codes
-------------------------------------------------------------------
Sat Sep 17 21:23:23 UTC 2016 - antoine.belvire@opensuse.org
- Update to 2.2:
* A lot of changes happened since 1.7. Please refer to
/usr/share/doc/packages/ansifilter/ChangeLog
* Build with Qt 5 instead of Qt 4
- Drop ansifilter-compiler_flags.patch: this can be handled in
%%build with environment variables.
- Add signature verification:
* Add ansifilter.keyring (ansifilter's main developer Andre Simon
public key)
* Add ansifilter-2.2.tar.bz2.asc
- Clean spec file:
* Remove obsolete conditional for openSUSE < 10.3
* Simplify build requirements, move GUI specific dependencies
to GUI subpackage
* Clean with spec-cleaner
-------------------------------------------------------------------
Thu Nov 14 12:01:52 UTC 2013 - cfarrell@suse.com
- license update: GPL-3.0+
No indication that the package is GPL-3.0 (i.e. only). Also, include the
COPYING file in the %doc section of the package
-------------------------------------------------------------------
Tue Oct 29 16:43:55 CET 2013 - pth@suse.de
- Fix options passed to make.
- Add copyright to spec file.
-------------------------------------------------------------------
Mon Oct 28 14:00:25 CET 2013 - pth@suse.de
- Reorder compiler flags and use CXX and CXXFLAGS instead of
CC and CFLAGS.
-------------------------------------------------------------------
Thu Jun 13 17:07:02 CEST 2013 - pth@suse.de
- Update to 1.7:
* add --wrap option to wrap long lines
* fix tab output in plain text mode
- Fix license specification.
- Regenerate moc_mydialog.cpp to cater for changing Qt versions.
- Pass RPM_OPT_FLAGS to compiler and do not use processor specific
flags (-march -mtune):
ansifilter-compiler_flags.patch
-------------------------------------------------------------------
Thu Mar 31 15:54:51 UTC 2011 - pascal.bleser@opensuse.org
- fix license: it's GPLv3, not GPLv2
- update to 1.6:
* fixed tab output
* added support for aixterm codes
* added bbcode output
* brightened default colours
- changes from 1.5:
* fixed parsing of grep escape sequences
- changes from 1.4:
* fixed parsing of xterm escape sequences
-------------------------------------------------------------------
Fri Jul 24 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- new package