Hello community,
here is the log from the commit of package saja-cascadia-code-fonts for
openSUSE:Factory checked in at 2020-09-16 19:35:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saja-cascadia-code-fonts (Old)
and /work/SRC/openSUSE:Factory/.saja-cascadia-code-fonts.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "saja-cascadia-code-fonts"
Wed Sep 16 19:35:06 2020 rev:5 rq:834781 version:2009.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/saja-cascadia-code-fonts/saja-cascadia-code-fonts.changes
2020-08-29 20:38:18.825363465 +0200
+++
/work/SRC/openSUSE:Factory/.saja-cascadia-code-fonts.new.4249/saja-cascadia-code-fonts.changes
2020-09-16 19:35:18.206556270 +0200
@@ -1,0 +2,16 @@
+Wed Sep 16 05:46:47 UTC 2020 - Ismail Dönmez <[email protected]>
+
+- Update to version 2009.14
+ * Cascadia now has support for the Salishan languages of the
+ Pacific Northwest and other coastal scripts!
+ * We've fixed an issue in the -<< ligature that caused it to
+ overlap itself at certain font weights (#355)
+ * We remastered mark positioning for glyphs with existing
+ diacritics for improved design for letters with multiple
+ diacritics above
+ * We have implemented a workaround for a freetype rendering
+ issue that resulted in chunky rendering for certain glyphs
+ (#350)
+- Package variable fonts instead of static ones
+
+-------------------------------------------------------------------
Old:
----
CascadiaCode-2008.25.zip
New:
----
CascadiaCode-2009.14.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ saja-cascadia-code-fonts.spec ++++++
--- /var/tmp/diff_new_pack.XbvN9m/_old 2020-09-16 19:35:19.958557889 +0200
+++ /var/tmp/diff_new_pack.XbvN9m/_new 2020-09-16 19:35:19.962557893 +0200
@@ -20,7 +20,7 @@
%define fontname cascadia-code
Name: saja-cascadia-code-fonts
-Version: 2008.25
+Version: 2009.14
Release: 0
Summary: Monospace terminal fonts from Microsoft
License: OFL-1.1
@@ -38,7 +38,7 @@
Cascadia Code is a monospaced font that was designed also with Visual Studio /
Visual Studio Code in mind.
%prep
-%setup -q -n otf
+%setup -q -n ttf
cp %{SOURCE1} .
cp %{SOURCE2} .
@@ -46,7 +46,7 @@
%install
mkdir -p %{buildroot}%{_ttfontsdir}/
-install -m 0644 static/*.otf %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets