From 3126f4ec789bf91e2b039b5ffe1d4f2f3712d4f7 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Nov 18 2018 18:16:38 +0000 Subject: Drop explicit locale setting Python3 now sets unicode locale automatically, this workaround should not be necessary anymore. --- diff --git a/python-tables.spec b/python-tables.spec index 127c4a2..0cff17a 100644 --- a/python-tables.spec +++ b/python-tables.spec @@ -7,7 +7,7 @@ Summary: HDF5 support in Python Name: python-tables Version: 3.4.4 -Release: 2%{?dist}%{?gitcommit:.git%{shortcommit}} +Release: 3%{?dist}%{?gitcommit:.git%{shortcommit}} #Source0: https://github.com/PyTables/PyTables/archive/%{commit}/PyTables-%{commit}.tar.gz Source0: https://github.com/PyTables/PyTables/archive/v%{version}/python-tables-%{version}.tar.gz @@ -97,7 +97,6 @@ sed -i 's|bin/env |bin/|' utils/* %py3_install %check -export LANG=en_US.UTF-8 PYTHONPATH=%{buildroot}%{python2_sitearch} %{__python2} bench/check_all.py # OOM during tests on s390 @@ -126,6 +125,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} bench/check_all.py %doc examples/ %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 3.4.4-3 +- Drop explicit locale setting + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Sat Jul 14 2018 Fedora Release Engineering - 3.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild