#2 Update to 3.006
Closed 4 years ago by melmorabity. Opened 4 years ago by suraia.
Unknown source update-3.006  into  master

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

  /SourceSansPro_FontsOnly-1.050.zip

  /adobe-source-sans-pro-fonts-2.020.tar.gz

  /adobe-source-sans-pro-fonts-2.045.tar.gz

+ /adobe-source-sans-pro-fonts-3.006.tar.gz

@@ -1,9 +1,8 @@

  %global fontname source-sans-pro

  %global fontconf 63-%{fontname}.conf

  

- %global roman_version 2.045

- %global italic_version 1.095

- %global github_tag %{roman_version}R-ro/%{italic_version}R-it

+ %global roman_version 3.006

+ %global github_tag %{roman_version}R

  %global source_dir %{fontname}-%(tr "/" "-" <<<%{github_tag})

  

  Name:           adobe-source-sans-pro-fonts
@@ -32,12 +31,12 @@

  %autosetup -n %{source_dir}

  

  # Fix permissions

- chmod 0644 LICENSE.txt README.md

+ chmod 0644 LICENSE.md README.md

  

  # Fix wrong EOLs

- sed -i.orig "s/\r//" LICENSE.txt && \

- touch -r LICENSE.txt.orig LICENSE.txt && \

- rm LICENSE.txt.orig

+ sed -i.orig "s/\r//" LICENSE.md && \

+ touch -r LICENSE.md.orig LICENSE.md && \

+ rm LICENSE.md.orig

  

  

  %build
@@ -57,11 +56,14 @@

  

  %_font_pkg -f %{fontconf} *.otf

  %doc README.md

- %license LICENSE.txt

+ %license LICENSE.md

  %{_datadir}/appdata/%{fontname}.metainfo.xml

  

  

  %changelog

+ * Sat Oct 12 2019 Michael Kuhn <suraia@fedoraproject.org> - 3.006-1

+ - Update to 3.006

+ 

  * Fri Aug 09 2019 Mohamed El Morabity <melmorabity@fedoraproject.org> - 2.045-1

  - Update to 2.0.45

  

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

- SHA512 (adobe-source-sans-pro-fonts-2.045.tar.gz) = 42956c74a8414d5427c9a552acaec929beceed602fcd1adcf077297c06d85b99afda057954772cbbfd9d959673afd511e28cd1a69825558603daed28f6401dbb

+ SHA512 (adobe-source-sans-pro-fonts-3.006.tar.gz) = 5f57892367a3490700ed376c08a1b11a13902ea656f8f55ef4aca12499570b5eda1951287f474f3b549109a17cb7d15c6be43d6a5a72a7ad413cd59dea1928fe

This PR updates the package to the newest release.

Pull-Request has been closed by melmorabity

4 years ago