Commit Graph

10 Commits

Author SHA256 Message Date
Dirk Stoecker
8010ea0215 Accepting request 877378 from home:mnhauke
- Update to version 4.1.5
  * Bugfix release

OBS-URL: https://build.opensuse.org/request/show/877378
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=17
2021-03-06 12:19:22 +00:00
Dirk Stoecker
6f635bc383 Accepting request 843482 from home:mnhauke
- Update to version 4.1.4
  * Move read_status variable declaration to the top of the function
  * Check fread() return values in readComments() and add error
    handling
  * Introduce the READ_RECORD function-like macro, for fread error
    handling
  * Use READ_RECORD in readRecord() to add fread() error handling
  * Only call memset() if the malloc call succeeds
  * Check strdup() return value and error out on failed allocation

OBS-URL: https://build.opensuse.org/request/show/843482
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=15
2020-10-23 06:19:40 +00:00
Dirk Stoecker
981b3d8aef Accepting request 835470 from home:mnhauke
- Update to version 4.1.3
  * Adjust SAUCE flag output to be binary
  * Add -S flag to use SAUCE info for rendering hints. Users must
    now use -S to get iCE color info. This was previously
    automatically pulled without any extra options.
  * Document the new -S flag, allowing to use SAUCE info for
    render options
  * Add support for seccomp on arm
  * Add missing test for __NR_mmap, the mmap syscall doesn't exist
    on arm

OBS-URL: https://build.opensuse.org/request/show/835470
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=13
2020-09-18 20:27:21 +00:00
d565e5c7b4 Accepting request 818864 from home:mnhauke
- Update to version 4.1.2
  * Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source
    files
  * No need to set HAVE_SECCOMP to 1, defining it is enough
  * Remove some unneeded seccomp related includes
  * Validate architectures for seccomp
  * Add seccomp support on i386, tested on glibc and musl
  * Remove extraneous underscore in #if defined check
  * Use __NR_ instead of SYS_ prefix in #if defined checks

OBS-URL: https://build.opensuse.org/request/show/818864
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=11
2020-07-06 08:03:53 +00:00
302c99681e Accepting request 808841 from home:mnhauke
- Update to version 4.1.1
  * Various documentation tweaks and improvements
  * Define timespecsub macro in compat.h if it doesn't exists
  * Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
  * Display processing time on exit.
  * Fix includes and add forward declarations in various source
    files

- Update to version 4.1.0
  * Add a new '-t' flag (type), allowing to specify input file type
    and override file type detection
  * Various documentation tweaks and improvements

OBS-URL: https://build.opensuse.org/request/show/808841
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=9
2020-05-28 06:58:44 +00:00
Dirk Stoecker
7bba3e3b2f Accepting request 765554 from home:mnhauke
- Update to version 4.0.7
- Use OpenBSD style(9) for function prototypes and declarations
- Replace EXIT_SUCCESS by zero in all SAUCE functions
- Do not use typedef for the sauce struct
- Set icecolors to true if defined in SAUCE record ANSiFlags
- Add test cases for most supported formats
- Sync the description of Retina output capabilities with reality

OBS-URL: https://build.opensuse.org/request/show/765554
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=7
2020-01-21 14:48:05 +00:00
Stefan Brüns
c0ed103e5a Accepting request 755658 from home:mnhauke
- Update to version 4.0.6
  * Remove extraneous sauceReadFileName() call, read from existing
    SAUCE record
  * Use strdup() when assigning fileName and fext fallback values
  * Call memset() to set all record struct fields to zero
  * Free SAUCE record and comments once and for all when exiting
    the program

OBS-URL: https://build.opensuse.org/request/show/755658
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=5
2019-12-13 02:35:38 +00:00
Dirk Stoecker
eb7fe3305f Accepting request 749694 from home:mnhauke
- Update to version 4.0.5
  * Add ENABLE_SECCOMP build option, to allow building seccomp
    support conditionally
  * Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin'

OBS-URL: https://build.opensuse.org/request/show/749694
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=2
2019-11-20 09:21:52 +00:00
Dominique Leuenberger
e029717041 Accepting request 745045 from graphics
I want to maintain ansilove in Factory

OBS-URL: https://build.opensuse.org/request/show/745045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansilove?expand=0&rev=1
2019-12-04 12:49:46 +00:00
Stefan Brüns
13571fac18 Accepting request 745035 from home:mnhauke
Initial package for ansilove

OBS-URL: https://build.opensuse.org/request/show/745035
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=1
2019-11-03 19:55:43 +00:00