commit figlet for openSUSE:Factory

2017-06-05 Thread root
Hello community,

here is the log from the commit of package figlet for openSUSE:Factory checked 
in at 2017-06-05 18:49:00

Comparing /work/SRC/openSUSE:Factory/figlet (Old)
 and  /work/SRC/openSUSE:Factory/.figlet.new (New)


Package is "figlet"

Mon Jun  5 18:49:00 2017 rev:23 rq:500579 version:2.2.5

Changes:

--- /work/SRC/openSUSE:Factory/figlet/figlet.changes2015-03-18 
13:08:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.figlet.new/figlet.changes   2017-06-05 
18:49:00.820452845 +0200
@@ -1,0 +2,6 @@
+Wed May 31 09:57:37 UTC 2017 - bwiedem...@suse.com
+
+- delete file from tar without repacking
+  to make build reproducible
+
+---



Other differences:
--
++ figlet-licpatch.sh ++
--- /var/tmp/diff_new_pack.pvTV13/_old  2017-06-05 18:49:01.684331080 +0200
+++ /var/tmp/diff_new_pack.pvTV13/_new  2017-06-05 18:49:01.688330516 +0200
@@ -7,13 +7,14 @@
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
-   tar -cjf "$1/figlet-$VERSION-patched.tar.bz2" figlet-$VERSION
+   gzip -cd "$1/figlet-$VERSION.tar.gz" > 
"$1/figlet-$VERSION-patched.tar"
+   tar --delete -f "$1/figlet-$VERSION-patched.tar" 
figlet-$VERSION/fonts/jis0201.flc
+   bzip2 -f "$1/figlet-$VERSION-patched.tar"
cd - 1>/dev/null
rm -Rf $TMPDIR
else
echo "creating tmp dir failed"
+   exit 102
fi
 else
echo "file: $1/figlet-$VERSION.tar.gz doesn't exist"




commit figlet for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package figlet for openSUSE:Factory checked 
in at 2015-03-18 13:08:25

Comparing /work/SRC/openSUSE:Factory/figlet (Old)
 and  /work/SRC/openSUSE:Factory/.figlet.new (New)


Package is "figlet"

Changes:

--- /work/SRC/openSUSE:Factory/figlet/figlet.changes2011-09-23 
01:57:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.figlet.new/figlet.changes   2015-03-18 
13:08:26.0 +0100
@@ -1,0 +2,15 @@
+Sat Mar 14 14:26:36 UTC 2015 - benoit.mo...@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
+
+---

Old:

  figlet-2.2.4-patched.tar.bz2
  figlet-2.2.4.tar.gz
  figlet222-8859tables.tar.bz2

New:

  figlet-2.2.5-patched.tar.bz2
  figlet-2.2.5.tar.gz



Other differences:
--
++ figlet.spec ++
--- /var/tmp/diff_new_pack.GwJG4Y/_old  2015-03-18 13:08:28.0 +0100
+++ /var/tmp/diff_new_pack.GwJG4Y/_new  2015-03-18 13:08:28.0 +0100
@@ -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 @@
 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 @@
 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

++ figlet-2.2.4-patched.tar.bz2 -> figlet-2.2.5-patched.tar.bz2 ++
 2505 lines of diff (skipped)

++ figlet-2.2.4.tar.gz -> figlet-2.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/figlet-2.2.4/CHANGES new/figlet-2.2.5/CHANGES
--- old/figlet-2.2.4/CHANGES2011-01-26 11:36:21.0 +0100
+++ new/figlet-2.2.5/CHANGES2012-06-01 14:51:09.0 +0200
@@ -1,3 +1,28 @@
+Changes in FIGlet 2.2.5
+---
+
+FIGlet 2.2.5 is a revision of FIGlet 2.2.4 containing updated andproperly
+licensed ISO8859 map files.  The full list of changes is:
+
+o  Add regression tests for uskata and jis0201 control files
+
+o  Properly escape minus signs in figlist(6) man page (Jonathan
+   McCrohan)
+
+o  Fix chkfont coredump on invalid input (Kenneth Davies and
+   Jonathan McCrohan)
+
+o  Update ISO8859 map files to fix licensing issue raised in Debian
+   bugs 673096 and 674844
+
+o  Re-add missing figmagic and getopt.c files which were left out
+   of releases 2.2.3 and 2.2.4
+
+o  Fix output of test script in MacOS X
+
+These changes were made by Claudio Matsuoka 
+31 May 2012
+
 Changes in FIGlet 2.2.4
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/figlet-2.2.4/FAQ new/figlet-2.2.5/FAQ
--- old/figlet-2.2.4/FAQ2011-01-26 11:36:21.0 +0100
+++ new/figlet-2.2.5/FAQ2012-06-01 14:51:09.0 +0200
@@ -5,7 +5,7 @@
   i...@figlet.orghttp://www.figlet.org/   |__|   [FIGlet FAQ v0.91]
 
 ===
-The l

commit figlet for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package figlet for openSUSE:Factory
checked in at Tue Sep 20 12:53:54 CEST 2011.




--- figlet/figlet.changes   2011-07-16 21:09:42.0 +0200
+++ /mounts/work_src_done/STABLE/figlet/figlet.changes  2011-09-19 
02:14:30.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ figlet.spec ++
--- /var/tmp/diff_new_pack.UceIoB/_old  2011-09-20 12:53:49.0 +0200
+++ /var/tmp/diff_new_pack.UceIoB/_new  2011-09-20 12:53:49.0 +0200
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   figlet
 Version:2.2.4
 Release:1
@@ -53,19 +50,19 @@
 %prep
 %setup -q -a 1 -a 2 -a 3 -a 4
 cd contributed
-tar zxf Obanner-canon.tgz
+tar -zxf Obanner-canon.tgz
 rm Obanner-canon.tgz
-tar zxf Obanner.tgz
+tar -zxf Obanner.tgz
 rm Obanner.tgz
 cd ..
 cd international
-tar zxf cjkfonts.tar.gz
+tar -zxf cjkfonts.tar.gz
 rm cjkfonts.tar.gz
 cd ..
 %patch0
 
 %build
-make CFLAGS="%{optflags}"
+make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
 %make_install
@@ -80,9 +77,6 @@
 
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES FAQ LICENSE README figfont.txt






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit figlet for openSUSE:Factory

2011-07-20 Thread h_root

Hello community,

here is the log from the commit of package figlet for openSUSE:Factory
checked in at Wed Jul 20 09:52:36 CEST 2011.




--- figlet/figlet.changes   2011-03-08 14:36:46.0 +0100
+++ /mounts/work_src_done/STABLE/figlet/figlet.changes  2011-07-16 
21:09:42.0 +0200
@@ -1,0 +2,38 @@
+Sat Jul 16 18:49:38 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 2.2.4:
+  * Add support to Sam Hocevar's TOIlet TLF fonts containing UTF-8
+encoded Unicode characters.
+  * Add infocode 5 to list supported font formats
+  * Fix rendering error caused by the previous attempt to fix invalid
+memory accesses when smushing at start of line
+  * New environment variable FIGLET_FONTDIR can be used to specify
+the path to search for fonts
+  * Add regression tests
+  From 2.2.3:
+  * License changed from "Academic Free License" to "New BSD License"
+(3-clause) as agreed by FIGlet authors
+  * New JIS X 0201 control file (Micah Cowan)
+  * Fix behavior of JIS0201 SHIFT-OUT and SHIFT-IN that were previouly
+inverted (Micah Cowan)
+  * Fix memory violation when smushing at line start
+  * Fix handling of memory allocation errors
+  * Relicense Ed Hamrick zipio under the MIT license. This should
+eliminate any concerns about redistribution of FIGlet as libre
+software.
+  * Update Makefile to meet modern standards in variable naming, using
+BINDIR as the pathname for binary files and reservind DESTDIR
+as the extra prefix commonly used in package building.
+  * Add a Turbo C makefile, just because I had the compiler. (this
+also tests portability to old compilers and foreign platforms)
+  * Add Jonathon Abbott's man pages for figlist, showfigfonts and
+chkfont originally contributed to the Debian Project
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to BSD-3-Clause.
+  * Install binaries in /usr/bin and fonts in /usr/share/figlet.
+  * Minor other updates.
+- Rebased figlet-config.patch to apply cleanly.
+- Removed figlet-random.patch and figlet-implicit.patch (fixed upstream).
+
+---

calling whatdependson for head-i586


Old:

  contributed.tar.bz2
  figlet-implicit.patch
  figlet-random.patch
  figlet222-patched.tar.bz2
  figlet222.tar.bz2
  international.tar.bz2
  ours.tar.bz2

New:

  contributed.tar.gz
  figlet-2.2.4-patched.tar.bz2
  figlet-2.2.4.tar.gz
  international.tar.gz
  ours.tar.gz



Other differences:
--
++ figlet.spec ++
--- /var/tmp/diff_new_pack.P4P0eD/_old  2011-07-20 09:42:05.0 +0200
+++ /var/tmp/diff_new_pack.P4P0eD/_new  2011-07-20 09:42:05.0 +0200
@@ -19,31 +19,30 @@
 
 
 Name:   figlet
-# Patched code is built by default.
-# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
+Version:2.2.4
+Release:1
+License:BSD-3-Clause
+Summary:Tool for Creating Cool ASCII-Art Signatures
 Url:http://www.figlet.org/
-License:AFLv2.1
 Group:  Productivity/Text/Utilities
-AutoReqProv:on
-Version:2.2.2
-Release:149
-Summary:Tool for Creating Cool ASCII-Art Signatures
+# Patched code is built by default.
+# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 %if 0%{?BUILD_ORIG}
-Source0:figlet222.tar.bz2
+Source0:
ftp://ftp.figlet.org/pub/figlet/program/unix/%{name}-%{version}.tar.gz
 %else
-# WARNING: This is not a comment, but a real command to repack souce:
-#%(sh %{_sourcedir}/%{name}-licpatch.sh %{_sourcedir})
-Source0:figlet222-patched.tar.bz2
+# WARNING: This is not a comment, but a real command to repack source:
+#%(sh %{_sourcedir}/figlet-licpatch.sh %{_sourcedir})
+Source0:%{name}-%{version}-patched.tar.bz2
 %endif
-Source1:contributed.tar.bz2
-Source2:international.tar.bz2
-Source3:ours.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
-Source5:figlet-licpatch.sh
+Source100:  figlet-licpatch.sh
+# PATCH-FIX-OPENSUSE figlet-config.patch -- Fix installation directories
 Patch0: figlet-config.patch
-Patch1: figlet-random.patch
-Patch2: figlet-implicit.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 
 %description
 FIGlet can create characters in many different styles and can kern and
@@ -51,38 +50,51 @@
 generally reminiscent of the sort of "signatures" many people like to
 put at the end of e-mail and UseNet messages.
 
-
-
-Authors:
-
-Glenn Chappell 
-Ian Chai 
-Christiaan Keet 
-
 %prep
-%setup -n figlet222 -a 1 -a 2 -a 3 -a 4
+%setup -q

commit figlet for openSUSE:Factory

2011-03-08 Thread h_root

Hello community,

here is the log from the commit of package figlet for openSUSE:Factory
checked in at Tue Mar 8 14:36:57 CET 2011.




--- figlet/figlet.changes   2009-08-26 13:52:31.0 +0200
+++ /mounts/work_src_done/STABLE/figlet/figlet.changes  2011-03-07 
20:33:32.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar  7 19:33:30 UTC 2011 - cdenic...@novell.com
+
+- license update: AFLv2.1
+  license is AFLv2.1
+
+---
+Mon Mar  7 19:13:36 UTC 2011 - cdenic...@novell.com
+
+- license update: AFLv2.1
+  license is AFLv2.1
+
+---

calling whatdependson for head-i586




Other differences:
--
++ figlet.spec ++
--- /var/tmp/diff_new_pack.bqKYmt/_old  2011-03-08 14:35:51.0 +0100
+++ /var/tmp/diff_new_pack.bqKYmt/_new  2011-03-08 14:35:51.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package figlet (Version 2.2.2)
+# spec file for package figlet
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,11 +22,11 @@
 # Patched code is built by default.
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 Url:http://www.figlet.org/
-License:Other uncritical OpenSource License
+License:AFLv2.1
 Group:  Productivity/Text/Utilities
 AutoReqProv:on
 Version:2.2.2
-Release:138
+Release:149
 Summary:Tool for Creating Cool ASCII-Art Signatures
 %if 0%{?BUILD_ORIG}
 Source0:figlet222.tar.bz2






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org