From f9a9b1419b7f82dfd7ce4b28e5175e781ffd882e8ce31826f0ca445552fb3b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 8 Jul 2020 04:49:03 +0000 Subject: [PATCH] - Update to version 2007.01 * The double-equals ligature == has been updated to improve visual clarity * The diacritics on IJacute are no longer malformed * We've introduced a set of compatibility features to improve the rendering of powerline glyphs in legacy GDI applications OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/saja-cascadia-code-fonts?expand=0&rev=6 --- CascadiaCode-2007.01.zip | 3 +++ CascadiaCode_2005.15.zip | 3 --- saja-cascadia-code-fonts.changes | 10 ++++++++++ saja-cascadia-code-fonts.spec | 14 +++++++------- 4 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 CascadiaCode-2007.01.zip delete mode 100644 CascadiaCode_2005.15.zip diff --git a/CascadiaCode-2007.01.zip b/CascadiaCode-2007.01.zip new file mode 100644 index 0000000..2bea42a --- /dev/null +++ b/CascadiaCode-2007.01.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f066d0d9cb2669bea2e130d7add43d496bf24ef995f42dc603fc2014574a3a4 +size 3478705 diff --git a/CascadiaCode_2005.15.zip b/CascadiaCode_2005.15.zip deleted file mode 100644 index 9f6ad1c..0000000 --- a/CascadiaCode_2005.15.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3d8495e9cdee90d0dbaf60b7db018413e130265dc27e2be7a8db04cf98fddce -size 1003060 diff --git a/saja-cascadia-code-fonts.changes b/saja-cascadia-code-fonts.changes index 4256be8..4085ba7 100644 --- a/saja-cascadia-code-fonts.changes +++ b/saja-cascadia-code-fonts.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 8 04:47:23 UTC 2020 - Ismail Dönmez + +- Update to version 2007.01 + * The double-equals ligature == has been updated to improve + visual clarity + * The diacritics on IJacute are no longer malformed + * We've introduced a set of compatibility features to improve + the rendering of powerline glyphs in legacy GDI applications + ------------------------------------------------------------------- Tue May 19 16:22:38 UTC 2020 - Ismail Dönmez diff --git a/saja-cascadia-code-fonts.spec b/saja-cascadia-code-fonts.spec index 61cdca2..776aad6 100644 --- a/saja-cascadia-code-fonts.spec +++ b/saja-cascadia-code-fonts.spec @@ -17,29 +17,30 @@ # -%define fontname cascadia-code +%define fontname cascadia-code + Name: saja-cascadia-code-fonts -Version: 2005.15 +Version: 2007.01 Release: 0 Summary: Monospace terminal fonts from Microsoft License: OFL-1.1 Group: System/X11/Fonts URL: https://github.com/microsoft/cascadia-code -Source0: https://github.com/microsoft/cascadia-code/releases/download/v%{version}/CascadiaCode_%{version}.zip +Source0: https://github.com/microsoft/cascadia-code/releases/download/v%{version}/CascadiaCode-%{version}.zip Source1: LICENSE.txt Source2: OFL-FAQ.txt BuildRequires: fontpackages-devel BuildRequires: unzip -%reconfigure_fonts_prereq BuildArch: noarch +%reconfigure_fonts_prereq %description Cascadia Code is a monospaced font that was designed also with Visual Studio / Visual Studio Code in mind. %prep %setup -q -n otf -cp %{S:1} . -cp %{S:2} . +cp %{SOURCE1} . +cp %{SOURCE2} . %build @@ -50,7 +51,6 @@ install -m 0644 *.otf %{buildroot}%{_ttfontsdir} %reconfigure_fonts_scriptlets %files -%defattr(-, root, root) %dir %{_ttfontsdir}/ %{_ttfontsdir}/* %license OFL-FAQ.txt LICENSE.txt