Hello community,
here is the log from the commit of package terminus-bitmap-fonts for
openSUSE:Factory checked in at 2013-12-04 12:31:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminus-bitmap-fonts (Old)
and /work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terminus-bitmap-fonts"
Changes:
--------
---
/work/SRC/openSUSE:Factory/terminus-bitmap-fonts/terminus-bitmap-fonts.changes
2012-09-14 12:39:50.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new/terminus-bitmap-fonts.changes
2013-12-04 12:31:24.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 22 04:31:25 UTC 2013 - [email protected]
+
+- Correct License field, update homepage URL and description to
+ include font classification
+- Kill terminus-bitmap-fonts.patch, we can do this in the .spec
+
+-------------------------------------------------------------------
Old:
----
terminus-bitmap-fonts.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terminus-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.reHEK4/_old 2013-12-04 12:31:24.000000000 +0100
+++ /var/tmp/diff_new_pack.reHEK4/_new 2013-12-04 12:31:24.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package terminus-bitmap-fonts
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,13 +22,12 @@
Version: 4.38
Release: 0
Summary: Readable Fixed Width Fonts for X11 and the Linux Console
-License: GPL-2.0+
+License: OFL-1.1
Group: System/X11/Fonts
-Url: http://www.is-vn.bg/hamster/jimmy-en.html
-# http://www.is-vn.bg/hamster/terminus-font-{version}.tar.bz2
-Source0: %{fontname}-%{version}.tar.bz2
-# PATCH-MISSING-TAG -- See
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch1: %{name}.patch
+Url: http://terminus-font.sf.net/
+
+#DL-URL:
http://downloads.sf.net/terminus-font/terminus-font-%version.tar.gz
+Source: terminus-font-%version.tar.bz2
BuildRequires: fontpackages-devel
%if 0%{?suse_version} >= 1220
BuildRequires: bdftopcf
@@ -45,12 +44,12 @@
BuildArch: noarch
%description
-Terminus Font is designed for long (8 and more hours per day) work with
-computers. Version 4.03 contains 538 characters, covering code pages
-ISO8859-1/2/5/9/15/16, Windows-1250/1251/1252/1254,
-IBM-437/852/855/866, KOI8-R/U/E/F, Bulgarian-MIK, Paratype-PT154/PT254
-and Macintosh-Ukrainian, and also the vt100 and xterm pseudographic
-characters.
+Terminus Font is a geometric sans-serif font designed for long (8 and
+more hours per day) work with computers. Version 4.03 contains 538
+characters, covering code pages ISO8859-1/2/5/9/15/16,
+Windows-1250/1251/1252/1254, IBM-437/852/855/866, KOI8-R/U/E/F,
+Bulgarian-MIK, Paratype-PT154/PT254 and Macintosh-Ukrainian, and also
+the vt100 and xterm pseudographic characters.
The sizes and styles present are 8x14-normal, 8x14-bold,
8x14-EGA/VGA-bold, 8x16-normal, 8x16-bold, 8x16-EGA/VGA-bold,
@@ -59,11 +58,11 @@
%prep
%setup -q -n %{fontname}-%{version}
-%patch1
%define psfdir /usr/share/kbd/consolefonts
%build
chmod +x ./configure
+# not autoconf
./configure --prefix=/usr
make -e x11dir=%{_miscfontsdir} psfdir=%{psfdir}
@@ -73,12 +72,20 @@
pushd %{buildroot}%{psfdir}
rename .psf.gz .psfu.gz *.psf.gz
popd
+#
+# Was once a patch, now a command here. Author and exact reason unknown,
+# but recompression does not look all that bad -j.eng.
+#
+find "%buildroot" -type f "(" -name "*.pcf.gz" -o -name "*.psfu.gz" ")" \
+ -exec gzip -dv "{}" "+"
+find "%buildroot" -type f "(" -name "*.pcf.gz" -o -name "*.psfu.gz" ")" \
+ -exec gzip -9v "{}" "+"
%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
-%doc README*
+%doc README* OFL.TXT
%{_miscfontsdir}
%{psfdir}
%dir %{_datadir}/kbd
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]