#2 Update to 2.242
Merged 2 years ago by pnemade. Opened 2 years ago by suraia.
Unknown source update-2.242  into  rawhide

file modified
+1
@@ -1,3 +1,4 @@

  /JetBrainsMono-1.0.3.tar.gz

  /JetBrainsMono-1.0.4.tar.gz

  /JetBrainsMono-1.0.5.tar.gz

+ /JetBrainsMono-2.242.tar.gz

file modified
+15 -17
@@ -1,15 +1,15 @@

  # SPDX-License-Identifier: MIT

  %global forgeurl    https://github.com/JetBrains/JetBrainsMono

- Version:            1.0.5

+ Version:            2.242

  %forgemeta

  

- Release: 9%{?dist}

+ Release: 1%{?dist}

  URL:     https://jetbrains.com/mono/

  

  %global foundry           JetBrains

- %global fontlicense       ASL 2.0

- %global fontlicenses      LICENSE

- %global fontdocs          *md

+ %global fontlicense       OFL 1.1

+ %global fontlicenses      OFL.txt

+ %global fontdocs          *.md

  

  %global common_description %{expand:

  The JetBrains Mono project publishes developer-oriented font families.
@@ -34,8 +34,7 @@

  %global fontpkgheader0    %{expand:

  Suggests:  font(jetbrainsmononl)

  }

- %global fonts0            ttf/*ttf

- %global fontsex0          %{fonts1}

+ %global fonts0            fonts/otf/*.otf

  %global fontconfngs0      %{SOURCE10}

  %global fontdescription0  %{expand:

  %{common_description}
@@ -46,7 +45,7 @@

  

  %global fontfamily1       JetBrains Mono NL

  %global fontsummary1      A mono-space coding font family

- %global fonts1            ttf/*MonoNL*ttf

+ %global fonts1            fonts/ttf/*MonoNL*.ttf

  %global fontconfngs1      %{SOURCE11}

  %global fontdescription1  %{expand:

  %{common_description}
@@ -54,15 +53,11 @@

  The second font family published by the project, JetBrains Mono NL, is general

  purpose and free of coding ligatures.}

  

- %fontmeta

- 

- %global source_files %{expand:

  Source0:  %{forgesource}

  Source10: 60-%{fontpkgname0}.xml

  Source11: 58-%{fontpkgname1}.xml

- }

  

- %fontpkg

+ %fontpkg -a

  

  %fontmetapkg

  
@@ -70,17 +65,20 @@

  %forgesetup

  

  %build

- %fontbuild

+ %fontbuild -a

  

  %install

- %fontinstall

+ %fontinstall -a

  

  %check

- %fontcheck

+ %fontcheck -a

  

- %fontfiles

+ %fontfiles -a

  

  %changelog

+ * Sun Feb 06 2022 Michael Kuhn <suraia@fedoraproject.org> - 2.242-1

+ - Update to 2.242

+ 

  * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org>

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (JetBrainsMono-1.0.5.tar.gz) = 7ca952207423bb144def2fe5c27fc04e3229d3336382efca570c0ab0ed016868eae4ce0f05541820668fd5a3781411f3f877b4ca5b2e5b1fe8cfa63143d4c4a7

+ SHA512 (JetBrainsMono-2.242.tar.gz) = 2b4a1e2252fee98b9b4c7b148323128f451d9e958995bf88e25803a1260dbf04b8c62ec4f453a49bff1766d3947244311bf498d0e4f055b644fdbce02a1c6069

This also fixes the build on Fedora 34+ and uses the OTF fonts where available.

rebased onto 53b2394

2 years ago

@suraia If you need quick help here then please rebase this PR and I will merge it. You can still continue with non-responsive process for @nim

rebased onto 228cb44

2 years ago

@pnemade Thanks for the feedback! I have just rebased the PR.

Pull-Request has been merged by pnemade

2 years ago