Hello community,

here is the log from the commit of package dina-bitmap-fonts for 
openSUSE:Factory checked in at 2017-01-22 00:25:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dina-bitmap-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.dina-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dina-bitmap-fonts"

Changes:
--------
New Changes file:

--- /dev/null   2016-12-08 12:47:06.134691974 +0100
+++ /work/SRC/openSUSE:Factory/.dina-bitmap-fonts.new/dina-bitmap-fonts.changes 
2017-01-22 00:25:23.762938300 +0100
@@ -0,0 +1,52 @@
+-------------------------------------------------------------------
+Sat Mar  5 21:39:39 UTC 2016 - asa...@suse.com
+
+- project cleanup
+  * Use a .tar.xz that is properly formatted.
+  * Use install properly in the SPEC file.
+  * Include the *actual* LICENSE, NEWS and README from the archive.
+
+-------------------------------------------------------------------
+Tue Jul 29 15:14:54 UTC 2014 - vci...@suse.com
+
+- update to 2.92
+  * generate fonts from the upstream .zip (code from Arch pkgbuild)
+  changelog:
+  * Moved bold, italic, and bold italic styles to separate files
+  * Updated BDF files
+
+  * Fixed `&` in Dina 10 regular
+  * Updated copyright strings in all fonts
+
+  * Added a 6 point version of Dina regular
+  * Extended top line in `j` to make it easier to distinguish from `i`
+  * Moved top part of `&` right and adjusted height
+  * Moved `%` up
+  * Changed `ø` and `Ø` to look less like `0`
+  * Changed `æ` and `ß` to look more harmonious in text
+  * Moved down starting question and exclamation marks
+  * Fixed single and double text quotes
+  * Fixed positioning of degree, ordinals, and powers
+  * Fixed various other symbol
+
+-------------------------------------------------------------------
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+-------------------------------------------------------------------
+Thu May 17 09:09:56 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+-------------------------------------------------------------------
+Wed Feb  1 13:36:44 UTC 2012 - pgaj...@suse.com
+
+- renamed to dina-bitmap-fonts
+
+-------------------------------------------------------------------
+Thu Nov 10 13:29:27 UTC 2011 - vci...@suse.com
+
+- initial import (version 2.8.9)
+

New:
----
  Dina-2.92.0.tar.xz
  dina-bitmap-fonts.changes
  dina-bitmap-fonts.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dina-bitmap-fonts.spec ++++++
#
# spec file for package dina-bitmap-fonts
#
# Copyright (c) 2014 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _miscfontsdir %{_datadir}/fonts/misc
%define fontname Dina

Name:           dina-bitmap-fonts
Version:        2.92.0
Release:        0
Summary:        Dina Programming Font
License:        MIT
Group:          System/X11/Fonts
Url:            http://www.donationcoder.com/Software/Jibz/Dina
Source:         %{fontname}-%{version}.tar.xz
BuildRequires:  bdftopcf
BuildRequires:  fontpackages-devel
BuildRequires:  tar
BuildRequires:  xz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{reconfigure_fonts_prereq}

%description
Dina is a monospace bitmap font, primarily aimed at programmers.
It is relatively compact to allow a lot of code on screen,
while (hopefully) clear enough to remain readable even at high resolutions.

%prep
%setup -q -n %{fontname}-%{version}

%build
sed -i 's/microsoft-cp1252/ISO8859-1/' BDF/*.bdf
_ex_pt() {
    _pt=${1%.bdf}
    _pt=${_pt#*-}
    echo $_pt
}

for i in BDF/Dina_i400-*.bdf; do
    bdftopcf -t -o BDF/DinaItalic$(_ex_pt $i).pcf $i
done
for i in BDF/Dina_i700-*.bdf; do
    bdftopcf -t -o BDF/DinaBoldItalic$(_ex_pt $i).pcf $i
done
for i in BDF/Dina_r400-*.bdf; do
    bdftopcf -t -o BDF/DinaMedium$(_ex_pt $i).pcf $i
done
for i in BDF/Dina_r700-*.bdf; do
    bdftopcf -t -o BDF/DinaBold$(_ex_pt $i).pcf $i
done
gzip BDF/*.pcf

%install
%{__install} -m0755 -d %{buildroot}%{_miscfontsdir}
%{__install} -m0644 BDF/*.pcf.gz %{buildroot}%{_miscfontsdir}/
%{reconfigure_fonts_scriptlets}

%files
%defattr(-, root, root)
%doc LICENSE NEWS README.md
%dir %{_miscfontsdir}
%{_miscfontsdir}/%{fontname}*.pcf.gz

%changelog

Reply via email to