Update to 3.0.3 (#1504439)

This commit is contained in:
Charalampos Stratakis 2017-10-20 15:28:04 +02:00
commit cd2b2f26cd
3 changed files with 8 additions and 14 deletions

View file

@ -1,8 +1,8 @@
Name: python-uranium
Version: 2.7.0
Release: 2%{?dist}
Version: 3.0.3
Release: 1%{?dist}
Summary: A Python framework for building desktop applications
License: AGPLv3+
License: LGPLv3+
URL: https://github.com/Ultimaker/Uranium
Source0: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz
@ -56,16 +56,6 @@ related applications.
# We want to install to %%{python3_sitelib}
sed -i 's|lib/python${PYTHON_VERSION_MAJOR}/dist-packages|%(echo %{python3_sitelib} | sed -e s@%{_prefix}/@@)|g' CMakeLists.txt
# Invalid locale name ptbr
# https://github.com/Ultimaker/Uranium/issues/246
mv resources/i18n/{ptbr,pt_BR}
sed -i 's/"Language: ptbr\n"/"Language: pt_BR\n"/' resources/i18n/pt_BR/*.po
# Invalid locale name jp
# https://github.com/Ultimaker/Uranium/issues/277
mv resources/i18n/{jp,ja}
# empty file. appending to the end to make sure we are not overriding
# a non empty file in the future
echo '# empty' >> UM/Settings/ContainerRegistryInterface.py
@ -118,6 +108,9 @@ popd
%changelog
* Fri Oct 20 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.0.3-1
- Update to 3.0.3 (#1504439)
* Wed Aug 30 2017 Miro Hrončok <mhroncok@redhat.com> - 2.7.0-2
- Relocate Japanese locale to ja