Obsolete langtable-data

This commit is contained in:
Mike FABIAN 2019-05-31 12:47:12 +02:00
parent 14cbde1278
commit 3b043c3b1e

View File

@ -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 <mfabian@redhat.com> - 0.0.44-2
- Obsolete langtable-data
* Fri May 31 2019 Mike FABIAN <mfabian@redhat.com> - 0.0.44-1
- Use setuptools instead of distutils
- Add a version() function and an info() function.