From 3b043c3b1e7da149640a0bd532b9096af8d65836 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 31 May 2019 12:47:12 +0200 Subject: [PATCH] Obsolete langtable-data --- langtable.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/langtable.spec b/langtable.spec index 668b5d0..2f1d118 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,6 +1,6 @@ Name: langtable Version: 0.0.44 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) # imported from CLDR and are thus under the Unicode license, the @@ -24,6 +24,7 @@ already known. Summary: Python module to query the langtable-data License: GPLv3+ Requires: %{name} = %{version}-%{release} +Obsoletes: %{name}-data < %{version}-%{release} %description -n python3-langtable This package contains a Python module to query the data @@ -71,6 +72,9 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Fri May 31 2019 Mike FABIAN - 0.0.44-2 +- Obsolete langtable-data + * Fri May 31 2019 Mike FABIAN - 0.0.44-1 - Use setuptools instead of distutils - Add a version() function and an info() function.