Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansilove for openSUSE:Factory checked in at 2023-06-13 16:09:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansilove (Old) and /work/SRC/openSUSE:Factory/.ansilove.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansilove" Tue Jun 13 16:09:36 2023 rev:12 rq:1092669 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansilove/ansilove.changes 2023-04-09 18:43:22.290550662 +0200 +++ /work/SRC/openSUSE:Factory/.ansilove.new.15902/ansilove.changes 2023-06-13 16:09:39.954940586 +0200 @@ -1,0 +2,6 @@ +Mon Jun 5 08:15:53 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 4.2.0 + * Add support for the Spleen 8x16 font (requires libansilove >= 1.4.0) + +------------------------------------------------------------------- Old: ---- ansilove-4.1.7.tar.gz New: ---- ansilove-4.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansilove.spec ++++++ --- /var/tmp/diff_new_pack.512ntq/_old 2023-06-13 16:09:40.570944221 +0200 +++ /var/tmp/diff_new_pack.512ntq/_new 2023-06-13 16:09:40.578944268 +0200 @@ -18,7 +18,7 @@ Name: ansilove -Version: 4.1.7 +Version: 4.2.0 Release: 0 Summary: ANSI and ASCII art to PNG converter License: BSD-2-Clause @@ -27,7 +27,7 @@ #Git-Clone: https://github.com/ansilove/ansilove.git Source: https://github.com/ansilove/ansilove/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: libansilove-devel +BuildRequires: libansilove-devel >= 1.4.0 %description AnsiLove/C is a tool to convert ANSI and artscene-related file formats into ++++++ ansilove-4.1.7.tar.gz -> ansilove-4.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/ChangeLog new/ansilove-4.2.0/ChangeLog --- old/ansilove-4.1.7/ChangeLog 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/ChangeLog 2023-05-23 08:50:37.000000000 +0200 @@ -1,3 +1,10 @@ +AnsiLove/C 4.2.0 (2023-05-23) + +- Add initial RPM spec file +- Add support for the Spleen 8x16 font (requires libansilove >= 1.4.0) + + + AnsiLove/C 4.1.7 (2023-03-30) - Always print processing time on stderr diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/FILE_ID.DIZ new/ansilove-4.2.0/FILE_ID.DIZ --- old/ansilove-4.1.7/FILE_ID.DIZ 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/FILE_ID.DIZ 2023-05-23 08:50:37.000000000 +0200 @@ -17,7 +17,7 @@ - -----------//______|----------------- - : : | | - | Ansilove/C 4.1.7 | + | Ansilove/C 4.2.0 | | | | ANSi=>PNG converter & library | | | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/README.md new/ansilove-4.2.0/README.md --- old/ansilove-4.1.7/README.md 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/README.md 2023-05-23 08:50:37.000000000 +0200 @@ -274,6 +274,8 @@ # Projects using Ansilove - [16colo.rs][16] - ANSI/ASCII art archive +- [emacs-ansilove][17] - Display buffers as PNG images using ansilove + inside GNU Emacs # License @@ -282,8 +284,8 @@ # Authors -AnsiLove/C is developed by Stefan Vogt ([@ByteProject][17]), Brian Cassidy -([@bricas][18]) and Frederic Cambus ([@fcambus][19]). +AnsiLove/C is developed by Stefan Vogt ([@ByteProject][18]), Brian Cassidy +([@bricas][19]) and Frederic Cambus ([@fcambus][20]). # Resources @@ -307,6 +309,7 @@ [14]: https://github.com/radman1/sauce [15]: https://www.seasip.info/VintagePC/mda.html#memmap [16]: https://16colo.rs -[17]: https://github.com/ByteProject -[18]: https://github.com/bricas -[19]: https://github.com/fcambus +[17]: https://gitlab.com/xgqt/emacs-ansilove +[18]: https://github.com/ByteProject +[19]: https://github.com/bricas +[20]: https://github.com/fcambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/ansilove.spec new/ansilove-4.2.0/ansilove.spec --- old/ansilove-4.1.7/ansilove.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/ansilove-4.2.0/ansilove.spec 2023-05-23 08:50:37.000000000 +0200 @@ -0,0 +1,40 @@ +Name: ansilove +Version: 4.2.0 +Release: 1%{?dist} +Summary: ANSI and ASCII art to PNG converter + +License: BSD-2-Clause +URL: https://github.com/ansilove/ansilove +Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: libansilove-devel +BuildRequires: cmake +BuildRequires: gcc + +%description +AnsiLove is an ANSI and ASCII art to PNG converter, allowing to convert +ANSI and artscene-related file formats into PNG images, supporting ANSI +(.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF), +Tundra (.TND) and XBin (.XB) formats. + +It creates size optimized 4-bit PNG files and supports SAUCE (Standard +Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts +(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors. + +%prep +%autosetup + +%build +%cmake . +%cmake_build + +%install +%cmake_install + +%check + +%files +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* +%license LICENSE +%doc README.md diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/ansilove.c new/ansilove-4.2.0/src/ansilove.c --- old/ansilove-4.1.7/src/ansilove.c 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/ansilove.c 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * ansilove.c - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/config.h new/ansilove-4.2.0/src/config.h --- old/ansilove-4.1.7/src/config.h 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/config.h 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * config.h - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus @@ -18,7 +18,7 @@ #include <stdint.h> /* configuration defines */ -#define VERSION "4.1.7" +#define VERSION "4.2.0" enum { FONTS = 38, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/fonts.h new/ansilove-4.2.0/src/fonts.h --- old/ansilove-4.1.7/src/fonts.h 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/fonts.h 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * fonts.h - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus @@ -44,6 +44,7 @@ "nordic", "russian", "greek-869", + "spleen", "terminus", "amiga", "microknight", @@ -85,6 +86,7 @@ ANSILOVE_FONT_CP865, /* Nordic */ ANSILOVE_FONT_CP866, /* Russian */ ANSILOVE_FONT_CP869, /* Greek */ + ANSILOVE_FONT_SPLEEN, ANSILOVE_FONT_TERMINUS, ANSILOVE_FONT_TOPAZ, /* Alias: amiga */ ANSILOVE_FONT_MICROKNIGHT, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/sauce.c new/ansilove-4.2.0/src/sauce.c --- old/ansilove-4.1.7/src/sauce.c 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/sauce.c 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * sauce.c - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/sauce.h new/ansilove-4.2.0/src/sauce.h --- old/ansilove-4.1.7/src/sauce.h 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/sauce.h 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * sauce.h - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/seccomp.h new/ansilove-4.2.0/src/seccomp.h --- old/ansilove-4.1.7/src/seccomp.h 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/seccomp.h 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * seccomp.h - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2019-2023, Frederic Cambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/strtolower.c new/ansilove-4.2.0/src/strtolower.c --- old/ansilove-4.1.7/src/strtolower.c 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/strtolower.c 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * strtolower.c - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/strtolower.h new/ansilove-4.2.0/src/strtolower.h --- old/ansilove-4.1.7/src/strtolower.h 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/strtolower.h 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * strtolower.h - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/types.c new/ansilove-4.2.0/src/types.c --- old/ansilove-4.1.7/src/types.c 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/types.c 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * types.c - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ansilove-4.1.7/src/types.h new/ansilove-4.2.0/src/types.h --- old/ansilove-4.1.7/src/types.h 2023-03-30 14:59:01.000000000 +0200 +++ new/ansilove-4.2.0/src/types.h 2023-05-23 08:50:37.000000000 +0200 @@ -1,6 +1,6 @@ /* * types.h - * Ansilove 4.1.7 + * Ansilove 4.2.0 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus