From 1cfb6398f404f81252d9c73220c4125f7739f32eda5f593542b3a83949411ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Fri, 13 Dec 2019 02:35:38 +0000 Subject: [PATCH] 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 --- ansilove-4.0.5.tar.gz | 3 --- ansilove-4.0.6.tar.gz | 3 +++ ansilove.changes | 11 +++++++++++ ansilove.spec | 3 ++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 ansilove-4.0.5.tar.gz create mode 100644 ansilove-4.0.6.tar.gz diff --git a/ansilove-4.0.5.tar.gz b/ansilove-4.0.5.tar.gz deleted file mode 100644 index 91a4d16..0000000 --- a/ansilove-4.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b33ce8f36543ce4c41175affda64d0f93da32dd8d48ba4013623f3d51fbf71e -size 25338 diff --git a/ansilove-4.0.6.tar.gz b/ansilove-4.0.6.tar.gz new file mode 100644 index 0000000..77a0aa8 --- /dev/null +++ b/ansilove-4.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a11a48d5f53b85395facf7676753e7b276195d101ae71977789c39d49483282 +size 25468 diff --git a/ansilove.changes b/ansilove.changes index d9b7f23..fc7c9a3 100644 --- a/ansilove.changes +++ b/ansilove.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 10 18:50:30 UTC 2019 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Tue Nov 19 18:16:58 UTC 2019 - Martin Hauke diff --git a/ansilove.spec b/ansilove.spec index df58b80..bf53dd3 100644 --- a/ansilove.spec +++ b/ansilove.spec @@ -1,6 +1,7 @@ # # spec file for package ansilove # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -17,7 +18,7 @@ Name: ansilove -Version: 4.0.5 +Version: 4.0.6 Release: 0 Summary: ANSI and ASCII art to PNG converter License: BSD-2-Clause