From 1699750f28757d3199f96254fcc3a756c1b4334d93fea0384536b5e90340bfe7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 18 Nov 2023 15:39:56 +0000 Subject: [PATCH] Accepting request 1127437 from home:uncomfyhalomacro:branches:M17N:fonts - Update package to version 2111.01: * The brace ligatures in the italic style will no longer look totally hilarious and terrible For previous releases, see: * https://github.com/microsoft/cascadia-code/releases/tag/v2110.31 * https://github.com/microsoft/cascadia-code/releases/tag/v2108.26 * https://github.com/microsoft/cascadia-code/releases/tag/v2106.17 * https://github.com/microsoft/cascadia-code/releases/tag/v2105.24 OBS-URL: https://build.opensuse.org/request/show/1127437 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/saja-cascadia-code-fonts?expand=0&rev=14 --- CascadiaCode-2102.25.zip | 3 --- CascadiaCode-2111.01.zip | 3 +++ LICENSE.txt => LICENSE | 0 saja-cascadia-code-fonts.changes | 12 ++++++++++++ saja-cascadia-code-fonts.spec | 23 +++++++++++++---------- 5 files changed, 28 insertions(+), 13 deletions(-) delete mode 100644 CascadiaCode-2102.25.zip create mode 100644 CascadiaCode-2111.01.zip rename LICENSE.txt => LICENSE (100%) diff --git a/CascadiaCode-2102.25.zip b/CascadiaCode-2102.25.zip deleted file mode 100644 index 99ab976..0000000 --- a/CascadiaCode-2102.25.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a64e8834f06ec9acca4a5307cb6cf35922021d4fd0ca19096f8bf6a3e2515ad3 -size 8666729 diff --git a/CascadiaCode-2111.01.zip b/CascadiaCode-2111.01.zip new file mode 100644 index 0000000..0b7ff11 --- /dev/null +++ b/CascadiaCode-2111.01.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fd68176dffb87e2fbc79381aef7f5c9488b58918dee223cd7439b5aa14e712 +size 24899516 diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/saja-cascadia-code-fonts.changes b/saja-cascadia-code-fonts.changes index e04bd98..5c31a41 100644 --- a/saja-cascadia-code-fonts.changes +++ b/saja-cascadia-code-fonts.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 18 14:10:04 UTC 2023 - Soc Virnyl Estela + +- Update package to version 2111.01: + * The brace ligatures in the italic style will no longer look totally hilarious and terrible + +For previous releases, see: +* https://github.com/microsoft/cascadia-code/releases/tag/v2110.31 +* https://github.com/microsoft/cascadia-code/releases/tag/v2108.26 +* https://github.com/microsoft/cascadia-code/releases/tag/v2106.17 +* https://github.com/microsoft/cascadia-code/releases/tag/v2105.24 + ------------------------------------------------------------------- Thu Apr 8 10:11:08 UTC 2021 - Thomas Schraitle - 2102.25 diff --git a/saja-cascadia-code-fonts.spec b/saja-cascadia-code-fonts.spec index 5a9e444..5c83019 100644 --- a/saja-cascadia-code-fonts.spec +++ b/saja-cascadia-code-fonts.spec @@ -1,7 +1,7 @@ # # spec file for package saja-cascadia-code-fonts # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2019 Xu Zhao (i@xuzhao.net). # # All modifications and additions to the file contributed by third parties @@ -20,15 +20,15 @@ %define fontname cascadia-code Name: saja-cascadia-code-fonts -Version: 2102.25 +Version: 2111.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 -Source1: LICENSE.txt -Source2: OFL-FAQ.txt +Source1: https://raw.githubusercontent.com/microsoft/cascadia-code/main/OFL-FAQ.txt +Source2: https://raw.githubusercontent.com/microsoft/cascadia-code/main/LICENSE BuildRequires: fontpackages-devel BuildRequires: unzip BuildArch: noarch @@ -38,21 +38,24 @@ BuildArch: noarch Cascadia Code is a monospaced font that was designed also with Visual Studio / Visual Studio Code in mind. %prep -%setup -q -n ttf -cp %{SOURCE1} . -cp %{SOURCE2} . +%setup -q -c +cp -v %{SOURCE1} . +cp -v %{SOURCE2} . %build %install -mkdir -p %{buildroot}%{_ttfontsdir}/ -install -m 0644 *.ttf %{buildroot}%{_ttfontsdir} +mkdir -p %{buildroot}%{_ttfontsdir}/static/ +pushd ttf +install -p -m 0644 *.ttf %{buildroot}%{_ttfontsdir} +install -p -m 0644 static/*.ttf -t %{buildroot}%{_ttfontsdir}/static/ +popd %reconfigure_fonts_scriptlets %files %dir %{_ttfontsdir}/ %{_ttfontsdir}/* -%license OFL-FAQ.txt LICENSE.txt +%license LICENSE OFL-FAQ.txt %changelog