Hello community,
here is the log from the commit of package terminus-bitmap-fonts for
openSUSE:Factory checked in at 2017-04-14 13:40:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminus-bitmap-fonts (Old)
and /work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terminus-bitmap-fonts"
Fri Apr 14 13:40:51 2017 rev:11 rq:487261 version:4.40
Changes:
--------
---
/work/SRC/openSUSE:Factory/terminus-bitmap-fonts/terminus-bitmap-fonts.changes
2014-11-24 11:10:02.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new/terminus-bitmap-fonts.changes
2017-04-14 13:40:52.396661034 +0200
@@ -1,0 +2,17 @@
+Tue Apr 11 08:19:46 UTC 2017 - [email protected]
+
+- Update to version 4.40
+ * Added 6 combining accents as separate characters.
+ * Added 14 letters with dot above / dot below.
+ * Added partial subscript and superscript: all digits and 11
+ letters.
+ * Added 30+ math characters, notably large braces, brackets and
+ parens.
+ * Added unicode range 2800-28FF in two variants (br1 and br2).
+ * A few small character fixes.
+ * Altered configure to be a bit more POSIX compliant.
+ * Replaced some obscure (un)install Makefile targets with
+ variables.
+- Set direct source URL
+
+-------------------------------------------------------------------
Old:
----
terminus-font-4.39.tar.bz2
New:
----
terminus-font-4.40.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terminus-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.jSkOiW/_old 2017-04-14 13:40:53.404518591 +0200
+++ /var/tmp/diff_new_pack.jSkOiW/_new 2017-04-14 13:40:53.408518025 +0200
@@ -1,7 +1,7 @@
#
# spec file for package terminus-bitmap-fonts
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,16 +19,13 @@
%define fontname terminus-font
Name: terminus-bitmap-fonts
-Version: 4.39
+Version: 4.40
Release: 0
Summary: Readable Fixed Width Fonts for X11 and the Linux Console
License: OFL-1.1
Group: System/X11/Fonts
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
+Source:
https://sf.net/projects/terminus-font/files/terminus-font-%{version}/terminus-font-%{version}.tar.gz
%if 0%{?suse_version} >= 1220
BuildRequires: bdftopcf
%else
@@ -37,6 +34,8 @@
%if 0%{?suse_version} < 1140
BuildRequires: freetype2-devel
%endif
+BuildRequires: dos2unix
+BuildRequires: fontpackages-devel
%reconfigure_fonts_prereq
Provides: terminus-font
Provides: locale(ru;bg)
@@ -58,12 +57,13 @@
%prep
%setup -q -n %{fontname}-%{version}
-%define psfdir /usr/share/kbd/consolefonts
+dos2unix OFL.TXT
+%define psfdir %{_datadir}/kbd/consolefonts
%build
chmod +x ./configure
# not autoconf
-./configure --prefix=/usr
+./configure --prefix=%{_prefix}
make -e x11dir=%{_miscfontsdir} psfdir=%{psfdir}
%install