Accepting request 290788 from home:benoit_monin:branches:Base:System

- update to version 2.2.5
- remove source figlet222-8859tables.tar.bz2: fixed upstream
- update figlet-licpatch.sh: iso8859 files fixed updtream

OBS-URL: https://build.opensuse.org/request/show/290788
OBS-URL: https://build.opensuse.org/package/show/Base:System/figlet?expand=0&rev=10
This commit is contained in:
Marcus Meissner 2015-03-17 15:04:58 +00:00 committed by Git OBS Bridge
parent 7578b5ae81
commit 49b0615456
8 changed files with 30 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f6e68a8bffb82dcdd413f7e9d691b68ed383f5f01f7d29cbfbb18060938570e
size 182857

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e1801b3fd32ea33a470a92b5d04955fba5c7992feae777ee0e8b8ca52ad0ca7
size 229245

BIN
figlet-2.2.5-patched.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
figlet-2.2.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
# removes stuff under old Unicode license # removes stuff under old Unicode license
# $1 is directory with tarballs # $1 is directory with tarballs
set -o errexit set -o errexit
VERSION=2.2.4 VERSION=2.2.5
if test -f "$1/figlet-$VERSION.tar.gz" ; then if test -f "$1/figlet-$VERSION.tar.gz" ; then
TMPDIR=`mktemp -d` TMPDIR=`mktemp -d`
if test -d $TMPDIR ; then if test -d $TMPDIR ; then
trap "rm -rf \"$TMPDIR\" \"$1/figlet-$VERSION-patched.tar.bz2\"" ERR trap "rm -rf \"$TMPDIR\" \"$1/figlet-$VERSION-patched.tar.bz2\"" ERR
cd $TMPDIR cd $TMPDIR
tar -xzf "$1/figlet-$VERSION.tar.gz" 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 tar -cjf "$1/figlet-$VERSION-patched.tar.bz2" figlet-$VERSION
cd - 1>/dev/null cd - 1>/dev/null
rm -Rf $TMPDIR rm -Rf $TMPDIR

View File

@ -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 Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package figlet # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: figlet Name: figlet
Version: 2.2.4 Version: 2.2.5
Release: 1 Release: 0
License: BSD-3-Clause
Summary: Tool for Creating Cool ASCII-Art Signatures Summary: Tool for Creating Cool ASCII-Art Signatures
Url: http://www.figlet.org/ License: BSD-3-Clause
Group: Productivity/Text/Utilities Group: Productivity/Text/Utilities
Url: http://www.figlet.org/
# Patched code is built by default. # Patched code is built by default.
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code. # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
%if 0%{?BUILD_ORIG} %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 Source1: ftp://ftp.figlet.org/pub/figlet/fonts/contributed.tar.gz
Source2: ftp://ftp.figlet.org/pub/figlet/fonts/international.tar.gz Source2: ftp://ftp.figlet.org/pub/figlet/fonts/international.tar.gz
Source3: ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz Source3: ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
Source4: figlet222-8859tables.tar.bz2
Source100: figlet-licpatch.sh Source100: figlet-licpatch.sh
# PATCH-FIX-OPENSUSE figlet-config.patch -- Fix installation directories # PATCH-FIX-OPENSUSE figlet-config.patch -- Fix installation directories
Patch0: figlet-config.patch 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. put at the end of e-mail and UseNet messages.
%prep %prep
%setup -q -a 1 -a 2 -a 3 -a 4 %setup -q -a 1 -a 2 -a 3
cd contributed cd contributed
tar -zxf Obanner-canon.tgz tar -zxf Obanner-canon.tgz
rm Obanner-canon.tgz rm Obanner-canon.tgz

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cd2b5a7e5d79dfcb32c66135be2b0325c640d765785354ff6ddc657a4306e0f
size 7791