From e277c9e07419149c5b3a1b0c66d53490cee10428320480b622621e9061c3090b Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Wed, 20 Jan 2021 13:40:03 +0000 Subject: [PATCH] Accepting request 864738 from home:fcrozat:branches:M17N:fonts - Fix url to download archive. OBS-URL: https://build.opensuse.org/request/show/864738 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-poppins-fonts?expand=0&rev=2 --- google-poppins-fonts.changes | 5 +++++ google-poppins-fonts.spec | 5 +---- Poppins-4.003.tar.gz => v4.003.tar.gz | 0 3 files changed, 6 insertions(+), 4 deletions(-) rename Poppins-4.003.tar.gz => v4.003.tar.gz (100%) diff --git a/google-poppins-fonts.changes b/google-poppins-fonts.changes index 7b4873d..1a4274a 100644 --- a/google-poppins-fonts.changes +++ b/google-poppins-fonts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 20 12:15:19 UTC 2021 - Frederic Crozat + +- Fix url to download archive. + ------------------------------------------------------------------- Tue Jan 19 15:36:49 UTC 2021 - Thomas Schraitle - 4.003 diff --git a/google-poppins-fonts.spec b/google-poppins-fonts.spec index b824ec2..5e3f9dc 100644 --- a/google-poppins-fonts.spec +++ b/google-poppins-fonts.spec @@ -15,7 +15,7 @@ PreReq: %suseconfig_fonts_prereq Version: 4.003 Release: 1 URL: https://fonts.google.com/specimen/Poppins -Source0: https://github.com/itfoundry/Poppins/archive/Poppins-%{version}.tar.gz +Source0: https://github.com/itfoundry/Poppins/archive/v%{version}.tar.gz BuildRequires: fontpackages-devel BuildRequires: unzip BuildArchitectures: noarch @@ -34,9 +34,6 @@ The Devanagari is designed by Ninad Kale. The Latin is by Jonny Pinhorn. %prep %setup -n Poppins-%{version} -# %%{__unzip} -j %%{S:0} -# %%{__chmod} 644 *.ttf - %build # -- nothing to do -- diff --git a/Poppins-4.003.tar.gz b/v4.003.tar.gz similarity index 100% rename from Poppins-4.003.tar.gz rename to v4.003.tar.gz