From a95ff9c6925201160745847d0bf78225b70358f1 Mon Sep 17 00:00:00 2001 From: Nicolas Mailhot Date: Mon, 9 Mar 2020 18:50:54 +0100 Subject: [PATCH] Remove F32 compatibility packages --- dejavu-fonts.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/dejavu-fonts.spec b/dejavu-fonts.spec index 9dc2273..ca3e15c 100644 --- a/dejavu-fonts.spec +++ b/dejavu-fonts.spec @@ -10,7 +10,7 @@ Version: 2.37 %global tag %{lua:t=string.gsub(rpm.expand("version %{version}"), "[%p%s]+", "_");print(t)} %forgemeta -Release: 6%{?dist} +Release: 7%{?dist} # original bitstream glyphs are Bitstream Vera # glyphs modifications by dejavu project are Public Domain # glyphs imported from Arev fonts are under BitStream Vera compatible license @@ -30,6 +30,7 @@ original style, using an open collaborative development process.} %global fontsummary1 DejaVu Sans, a variable-width sans-serif font family %global fontpkgheader1 %{expand: Obsoletes: dejavu-fonts-common < %{version}-%{release} +Obsoletes: compat-f32-dejavu-sans-fonts Suggests: font(dejavusansmono) } %global fonts1 DejaVuSans.ttf DejaVuSans-*.ttf DejaVuSansCondensed*.ttf @@ -46,6 +47,7 @@ their unabridged version. %global fontsummary2 DejaVu Serif, a variable-width serif font family %global fontpkgheader2 %{expand: Obsoletes: dejavu-math-tex-gyre-fonts < %{version}-%{release} +Obsoletes: compat-f32-dejavu-serif-fonts } %global fonts2 DejaVuSerif.ttf DejaVuSerif-*.ttf DejaVuSerifCondensed*.ttf DejaVuMathTeXGyre.ttf %global fontconfs2 fontconfig/20*-dejavu-serif.conf @@ -61,6 +63,9 @@ B. Jackowski, P. Strzelczyk and P. Pianowski, on behalf of TeX user groups.} %global fontfamily3 DejaVu Sans Mono %global fontsummary3 DejaVu Sans Mono, a mono-space sans-serif font family +%global fontpkgheader3 %{expand: +Obsoletes: compat-f32-dejavu-sans-mono-fonts +} %global fonts3 DejaVuSansMono*.ttf %global fontconfs3 fontconfig/20*-dejavu-sans-mono.conf %global fontconfngs3 %{SOURCE13} @@ -112,7 +117,7 @@ Suggests: font(dejavusansmono) This package consists of the DejaVu sans-serif mono-space font faces, with Unicode coverage restricted to Latin, Greek and Cyrillic.} -Source0: %{forgesource} +Source0: %{forgesource} Source11: 57-%{fontpkgname1}.xml Source12: 57-%{fontpkgname2}.xml Source13: 57-%{fontpkgname3}.xml @@ -171,6 +176,10 @@ make check %doc *.txt.xz %changelog ++* Mon Mar 09 2020 Nicolas Mailhot ++- 2.37-7 ++✅ Remove F32 compatibility packages + * Mon Mar 02 2020 Nicolas Mailhot - 2.37-6 ✅ Lint, lint, lint and lint again