SHA256
1
0
forked from pool/ansifilter

Accepting request 507939 from home:1Antoine1:branches:devel:tools

- 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).

- Update to 2.3:
  * Add support for true color escape codes

- 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

OBS-URL: https://build.opensuse.org/request/show/507939
OBS-URL: https://build.opensuse.org/package/show/devel:tools/ansifilter?expand=0&rev=10
This commit is contained in:
Martin Pluskal
2017-07-04 09:31:08 +00:00
committed by Git OBS Bridge
parent c3d394b67a
commit dfcd098f0e
8 changed files with 145 additions and 473 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
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