diff --git a/figlet-2.2.4-patched.tar.bz2 b/figlet-2.2.4-patched.tar.bz2 deleted file mode 100644 index 55c80ea..0000000 --- a/figlet-2.2.4-patched.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f6e68a8bffb82dcdd413f7e9d691b68ed383f5f01f7d29cbfbb18060938570e -size 182857 diff --git a/figlet-2.2.4.tar.gz b/figlet-2.2.4.tar.gz deleted file mode 100644 index fad5a16..0000000 --- a/figlet-2.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e1801b3fd32ea33a470a92b5d04955fba5c7992feae777ee0e8b8ca52ad0ca7 -size 229245 diff --git a/figlet-2.2.5-patched.tar.bz2 b/figlet-2.2.5-patched.tar.bz2 new file mode 100644 index 0000000..1f81e0d --- /dev/null +++ b/figlet-2.2.5-patched.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37429b4eda7b43ac1c4c1129e7075575367002e03be388f7588cf82f53e81ff +size 189662 diff --git a/figlet-2.2.5.tar.gz b/figlet-2.2.5.tar.gz new file mode 100644 index 0000000..99449ad --- /dev/null +++ b/figlet-2.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf88c40fd0f077dab2712f54f8d39ac952e4e9f2e1882f1195be9e5e4257417d +size 233201 diff --git a/figlet-licpatch.sh b/figlet-licpatch.sh index 2ba1902..bfc73a0 100644 --- a/figlet-licpatch.sh +++ b/figlet-licpatch.sh @@ -1,14 +1,14 @@ # removes stuff under old Unicode license # $1 is directory with tarballs set -o errexit -VERSION=2.2.4 +VERSION=2.2.5 if test -f "$1/figlet-$VERSION.tar.gz" ; then TMPDIR=`mktemp -d` if test -d $TMPDIR ; then trap "rm -rf \"$TMPDIR\" \"$1/figlet-$VERSION-patched.tar.bz2\"" ERR cd $TMPDIR tar -xzf "$1/figlet-$VERSION.tar.gz" - rm -f figlet-$VERSION/fonts/jis0201.flc figlet-$VERSION/fonts/8859-*.flc + rm -f figlet-$VERSION/fonts/jis0201.flc tar -cjf "$1/figlet-$VERSION-patched.tar.bz2" figlet-$VERSION cd - 1>/dev/null rm -Rf $TMPDIR diff --git a/figlet.changes b/figlet.changes index 1f281c9..7595ca0 100644 --- a/figlet.changes +++ b/figlet.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Mar 14 14:26:36 UTC 2015 - benoit.monin@gmx.fr + +- update to version 2.2.5: + * Add regression tests for uskata and jis0201 control files + * Properly escape minus signs in figlist(6) man page + * Fix chkfont coredump on invalid input + * Update ISO8859 map files to fix licensing issue raised in Debian + bugs 673096 and 674844 + * Re-add missing figmagic and getopt.c files which were left out + of releases 2.2.3 and 2.2.4 + * Fix output of test script in MacOS X +- remove source figlet222-8859tables.tar.bz2: fixed upstream +- update figlet-licpatch.sh: iso8859 files fixed updtream + ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de diff --git a/figlet.spec b/figlet.spec index 7d70372..bd38675 100644 --- a/figlet.spec +++ b/figlet.spec @@ -1,7 +1,7 @@ # # spec file for package figlet # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: figlet -Version: 2.2.4 -Release: 1 -License: BSD-3-Clause +Version: 2.2.5 +Release: 0 Summary: Tool for Creating Cool ASCII-Art Signatures -Url: http://www.figlet.org/ +License: BSD-3-Clause Group: Productivity/Text/Utilities +Url: http://www.figlet.org/ # Patched code is built by default. # Use rpmbuild -D 'BUILD_ORIG 1' to build original code. %if 0%{?BUILD_ORIG} @@ -34,7 +35,6 @@ Source0: %{name}-%{version}-patched.tar.bz2 Source1: ftp://ftp.figlet.org/pub/figlet/fonts/contributed.tar.gz Source2: ftp://ftp.figlet.org/pub/figlet/fonts/international.tar.gz Source3: ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz -Source4: figlet222-8859tables.tar.bz2 Source100: figlet-licpatch.sh # PATCH-FIX-OPENSUSE figlet-config.patch -- Fix installation directories Patch0: figlet-config.patch @@ -48,7 +48,7 @@ generally reminiscent of the sort of "signatures" many people like to put at the end of e-mail and UseNet messages. %prep -%setup -q -a 1 -a 2 -a 3 -a 4 +%setup -q -a 1 -a 2 -a 3 cd contributed tar -zxf Obanner-canon.tgz rm Obanner-canon.tgz diff --git a/figlet222-8859tables.tar.bz2 b/figlet222-8859tables.tar.bz2 deleted file mode 100644 index 0444823..0000000 --- a/figlet222-8859tables.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cd2b5a7e5d79dfcb32c66135be2b0325c640d765785354ff6ddc657a4306e0f -size 7791