Hello community,
here is the log from the commit of package gnu-unifont-bitmap-fonts for
openSUSE:Factory checked in at 2015-10-19 22:14:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-unifont-bitmap-fonts (Old)
and /work/SRC/openSUSE:Factory/.gnu-unifont-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-unifont-bitmap-fonts"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnu-unifont-bitmap-fonts/gnu-unifont-bitmap-fonts.changes
2012-09-14 12:23:25.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnu-unifont-bitmap-fonts.new/gnu-unifont-bitmap-fonts.changes
2015-10-19 22:14:43.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Oct 1 14:09:32 CEST 2015 - [email protected]
+
+- don't provide gnu-unifont alias, which is given by the legacy
+ bitmap-fonts package for compatibility
+
+-------------------------------------------------------------------
+Fri Sep 11 08:59:45 UTC 2015 - [email protected]
+
+- fix installed unifont name to be unifont.pcf.gz
+
+-------------------------------------------------------------------
+Mon Sep 7 08:30:17 UTC 2015 - [email protected]
+
+- bump to 8.0.01
+ first release for Unicode 8.0
+- applied spec-cleaner
+
+-------------------------------------------------------------------
Old:
----
gnu-unifont-20080123.tar.bz2
New:
----
unifont-8.0.01.pcf.gz
unifont-8.0.01.pcf.gz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnu-unifont-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.FgaQQa/_old 2015-10-19 22:14:44.000000000 +0200
+++ /var/tmp/diff_new_pack.FgaQQa/_new 2015-10-19 22:14:44.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnu-unifont-bitmap-fonts
#
-# Copyright (c) 2012 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
@@ -17,22 +17,20 @@
%define fontdir %{_fontsdir}/uni
-
Name: gnu-unifont-bitmap-fonts
-Version: 20080123
+Version: 8.0.01
Release: 0
Summary: The GNU Unicode Bitmap Font
License: GPL-2.0+
Group: System/X11/Fonts
Url: http://en.wikipedia.org/wiki/Gnu_unifont
-Source0: gnu-unifont-%{version}.tar.bz2
-Source1: gpl-2.0.txt
+Source0:
https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz
+Source1:
https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz.sig
+Source2: gpl-2.0.txt
BuildRequires: fontpackages-devel
-%reconfigure_fonts_prereq
-Provides: gnu-unifont = %{version}
-Obsoletes: gnu-unifont <= 20080123
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+%reconfigure_fonts_prereq
%description
The GNU Unifont by Roman Czyborra is a free bitmap font that
@@ -40,20 +38,16 @@
intermediate bitmapped font format.
%prep
-# gnu-unifont-20080123/
-%setup -q -n gnu-unifont-%{version}
# Explicitly overwrite COPYING with gpl-2.0.txt to avoid
# "incorrect-fsf-address" warning
-cp %{SOURCE1} COPYING
+cp %{SOURCE2} COPYING
%build
-gzip --best *.pcf
+:
%install
mkdir -p %{buildroot}%{fontdir}
-install -m 444 *.pcf.gz %{buildroot}%{fontdir}
-
-%clean
+install -m 444 -D %{SOURCE0} %{buildroot}%{fontdir}
%reconfigure_fonts_scriptlets