From efeef9d48eefe8dd89cecb73a8ef26d26064bde3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 26 Mar 2021 02:05:25 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/hyphen-fr.git#8e2b2452c6e39c37f384db519c8e047b9521ab39 --- hyphen-fr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hyphen-fr.spec b/hyphen-fr.spec index b263560..588779a 100644 --- a/hyphen-fr.spec +++ b/hyphen-fr.spec @@ -1,7 +1,7 @@ Name: hyphen-fr Summary: French hyphenation rules Version: 3.0 -Release: 7%{?dist} +Release: 8%{?dist} Source: http://www.dicollecte.org/download/fr/hyph-fr-v3.0.zip URL: http://www.dicollecte.org/download.php?prj=fr License: LGPLv2+ @@ -20,7 +20,7 @@ French hyphenation rules. %install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen -cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p hyph_fr.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_fr_FR.dic pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU fr_MC" @@ -35,6 +35,9 @@ popd %{_datadir}/hyphen/* %changelog +* Mon Mar 22 2021 Caolan McNamara - 3.0-8 +- fix dangling links + * Tue Jan 26 2021 Fedora Release Engineering - 3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild