diff --git a/python-humanize.spec b/python-humanize.spec index 30f8632..6298306 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -2,7 +2,7 @@ Name: python-humanize Version: 0.5.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Turns dates in to human readable format, e.g '3 minutes ago' License: MIT @@ -63,9 +63,15 @@ done %{python3_sitelib}/humanize/*.py %{python3_sitelib}/humanize/__pycache__ %{python3_sitelib}/humanize-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/humanize/locale/*/LC_MESSAGES/*.po +%dir %{python3_sitelib}/humanize/locale/* +%dir %{python3_sitelib}/humanize/locale/*/* %exclude %{python3_sitelib}/humanize/locale/*/LC_MESSAGES/*.po %changelog +* Thu Nov 14 2019 Steve Traylen 0.5-20 +- #1527195 - rpm own locale directories + * Thu Oct 03 2019 Miro HronĨok - 0.5.1-19 - Rebuilt for Python 3.8.0rc1 (#1748018)