Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ansifilter-2.21-lp160.1.1 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: ansifilter Distribution: openSUSE Leap 16.0
Version: 2.21 Vendor: openSUSE
Release: lp160.1.1 Build date: Mon Sep 9 08:41:55 2024
Group: Development/Tools/Other Build host: reproducible
Size: 248903 Source RPM: ansifilter-2.21-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.andre-simon.de/
Summary: ANSI Terminal Escape Code Converter
Ansifilter handles text files containing ANSI terminal escape codes.
The command sequences may be stripped or be interpreted to generate formatted
output (HTML, RTF, TeX, LaTeX, BBCode).

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Mon Sep 09 2024 ming li <mli@suse.com>
  - Update to version 2.21:
    * removed `using namespace std;` in header files
    * src/makefile: added `-std=c++17` to enable modern C++ features
    * added cmake build script
    * fix open span tag with CR as opening sequence
      (https://gitlab.com/saalen/ansifilter/-/issues/43)
    * adapted TCL extension for C++17 compilation
      (https://gitlab.com/saalen/ansifilter/-/issues/42)
  - Remove the judgment line about GUI from the spec file
* Sat Jun 17 2023 antoine.belvire@opensuse.org
  - Update to version 2.20:
    * Fixed invalid array access (gl#saalen/ansifilter#35).
    * CLI: Added `--no-default-fg` option to omit default foreground
      color (gl#saalen/ansifilter#37).
* Wed Mar 15 2023 antoine.belvire@opensuse.org
  - Update to version 2.19:
    * Added stdin/stdio default stream hints in `--help`
      (gl#saalen/ansifilter#34).
    * Added shell completion scripts (gl#saalen/ansifilter#36).
  - Update ansifilter.keyring.
* Thu Feb 04 2021 antoine.belvire@opensuse.org
  - Update to version 2.18:
    * Added support for OSC 8 (iterm2) Hyperlinks
      (gl#saalen/ansifilter#27).
* Thu Oct 01 2020 antoine.belvire@opensuse.org
  - Update to version 2.17:
    - Improved handling of carriage return (gl#saalen/ansifilter#25).
    - Applied makefile patch to address Portage warnings
      (gl#saalen/ansifilter#24).
    - Fixed section naming of LaTeX files if input path contained
      slashes.
    - CLI: Added `--max-size` option to limit input file size
      (default: 256 MB).
  - Update ansifilter.keyring.
  - Update list of generated source files cleaned in prep section.
* Wed Jan 29 2020 antoine.belvire@opensuse.org
  - Update to version 2.16:
    * CLI: Added --ignore-csi option to improve UTF-8 input handling.
  - Remove obsolete macros.
* Wed Nov 13 2019 antoine.belvire@opensuse.org
  - Update to version 2.15:
    * Added optional argument to --ignore-clear, the default setting
      is now true.
    * CLI: fixed -e argument description.
* Wed Apr 24 2019 antoine.belvire@opensuse.org
  - Update to version 2.14:
    * Added SVG output option (gl#saalen/ansifilter#20).
* Fri Dec 14 2018 antoine.belvire@opensuse.org
  - Update to version 2.13:
    * Line numbers do not trigger default style span in HTML
      (gl#saalen/ansifilter#19).
    * Fixed line numbering in batch mode.
    * CLI: Added --derived-styles option for HTML output
      (gl#saalen/ansifilter#11).
    * CLI: Added "self" argument to --anchors to generate
      self-referencing anchors.
  - Changes from version 2.12:
    * Fixed -w char count if line contains escape sequences.
    * GUI: Added stylesheet input filed.
* Sun Oct 14 2018 antoine.belvire@opensuse.org
  - Update to version 2.11:
    * Fixed parsing of "7" and "8" sequences
      (gl#saalen/ansifilter#16).
    * Added --ignore-clear option.
    * Converted README and ChangeLog to AsciiDoc
* Sat Jul 07 2018 antoine.belvire@opensuse.org
  - Minor spec file cleanups.
* Wed Mar 07 2018 antoine.belvire@opensuse.org
  - Update to 2.10:
    * Fix parsing of "K" sequence.
    * Fix memory leak in BIN parser.
  - Ran spec-cleaner, use SPDX-3.0 format for license.
* Wed Nov 29 2017 antoine.belvire@opensuse.org
  - Update to 2.9:
    * Fix parsing of "(B" reset sequence.
    * CLI: Add --no-version-info option.
    * GUI: Layout adjustments.
  - Remove desktop file from sources (now included in upstream
    tarball).
* Sun Aug 06 2017 antoine.belvire@opensuse.org
  - Update to 2.8:
    * Fix reading from stdin.
* Sat Aug 05 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 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 03 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 2016 antoine.belvire@opensuse.org
  - Update to 2.3:
    * Add support for true color escape codes
* Sat Sep 17 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 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 2013 pth@suse.de
  - Fix options passed to make.
  - Add copyright to spec file.
* Mon Oct 28 2013 pth@suse.de
  - Reorder compiler flags and use CXX and CXXFLAGS instead of
    CC and CFLAGS.
* Thu Jun 13 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 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 2009 pascal.bleser@opensuse.org
  - new package

Files

/usr/bin/ansifilter
/usr/share/doc/packages/ansifilter
/usr/share/doc/packages/ansifilter/COPYING
/usr/share/doc/packages/ansifilter/ChangeLog.adoc
/usr/share/doc/packages/ansifilter/README.adoc
/usr/share/man/man1/ansifilter.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Nov 12 00:13:41 2024