|
|
|
@ -1,105 +1,515 @@
|
|
|
|
|
%if 0%{?rhel} > 7
|
|
|
|
|
# Disable python2 build by default
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without python2
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global pypi_name fonttools
|
|
|
|
|
%global desc \
|
|
|
|
|
FontTools/TTX is a library to manipulate font files from Python. It supports \
|
|
|
|
|
reading and writing of TrueType/OpenType fonts, reading and writing of AFM \
|
|
|
|
|
files, reading (and partially writing) of PS Type 1 fonts. The package also \
|
|
|
|
|
contains a tool called “TTX” which converts TrueType/OpenType fonts to and \
|
|
|
|
|
from an XML-based format.
|
|
|
|
|
fontTools is a library for manipulating fonts, written in Python. The project \
|
|
|
|
|
includes the TTX tool, that can convert TrueType and OpenType fonts to and \
|
|
|
|
|
from an XML text format, which is also called TTX. It supports TrueType, \
|
|
|
|
|
OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
|
|
|
|
|
|
|
|
|
|
Name: fonttools
|
|
|
|
|
Version: 3.28.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 4.50.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tools to manipulate font files
|
|
|
|
|
|
|
|
|
|
# https://spdx.org/licenses/MIT.html
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://github.com/%{name}/%{name}/
|
|
|
|
|
Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{pypi_name}-%{version}.zip
|
|
|
|
|
URL: https://github.com/fonttools/fonttools/
|
|
|
|
|
Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Requires: python3-fonttools
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: python3-setuptools
|
|
|
|
|
Provides: ttx = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{desc}
|
|
|
|
|
|
|
|
|
|
%if %{with python2}
|
|
|
|
|
%package -n python2-fonttools
|
|
|
|
|
Summary: Python 2 fonttools library
|
|
|
|
|
%{?python_provide:%python_provide python2-%{name}}
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python2-setuptools_scm
|
|
|
|
|
BuildRequires: numpy
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: numpy
|
|
|
|
|
|
|
|
|
|
%description -n python2-fonttools
|
|
|
|
|
%{desc}
|
|
|
|
|
%endif # with python2
|
|
|
|
|
|
|
|
|
|
%package -n python3-fonttools
|
|
|
|
|
Summary: Python 3 fonttools library
|
|
|
|
|
%{?python_provide:%python_provide python3-%{name}}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-numpy
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: python3-numpy
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-Cython
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
|
|
Requires: python3-brotli
|
|
|
|
|
Requires: python3-lxml
|
|
|
|
|
Requires: python3-scipy
|
|
|
|
|
Requires: python3-fs
|
|
|
|
|
|
|
|
|
|
# test requirements
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
# Need to run test files in %%check
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-brotli
|
|
|
|
|
BuildRequires: python3-scipy
|
|
|
|
|
BuildRequires: python3-fs
|
|
|
|
|
BuildRequires: python3-lxml
|
|
|
|
|
%if %{undefined rhel}
|
|
|
|
|
BuildRequires: python3-ufoLib2
|
|
|
|
|
BuildRequires: python3-zopfli
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# From 3.31.0 and on, python3-fonttools incorporated the ufolib project under fontTools.ufoLib
|
|
|
|
|
# python-ufolib has been retired and fontTools.ufoLib should be used instead.
|
|
|
|
|
# See https://github.com/fonttools/fonttools/releases/tag/3.31.0 for further reference
|
|
|
|
|
Obsoletes: python3-ufolib <= 2.1.1-11
|
|
|
|
|
|
|
|
|
|
%description -n python3-fonttools
|
|
|
|
|
%{desc}
|
|
|
|
|
|
|
|
|
|
# Cannot package “pathops” extra until python3dist(skia-pathops) is packaged;
|
|
|
|
|
# cannot package “all” extra without the “pathops” extra
|
|
|
|
|
%{?python_extras_subpkg:%python_extras_subpkg -n python3-fonttools -i %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info graphite interpolatable lxml plot symfont type1 ufo unicode woff}
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
rm -rf *.egg-info
|
|
|
|
|
|
|
|
|
|
sed -i '1d' Lib/fontTools/mtiLib/__init__.py
|
|
|
|
|
|
|
|
|
|
# Remove version limit from lxml
|
|
|
|
|
sed -i 's/"lxml >=.*",/"lxml",/' setup.py
|
|
|
|
|
sed -i 's/lxml==.*/lxml/' requirements.txt
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%if %{with python2}
|
|
|
|
|
%py2_build
|
|
|
|
|
%endif # with python2
|
|
|
|
|
export FONTTOOLS_WITH_CYTHON=1
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%if %{with python2}
|
|
|
|
|
%{__python2} setup.py install --skip-build --root %{buildroot}
|
|
|
|
|
%endif # with python2
|
|
|
|
|
%{__python3} setup.py install --skip-build --root %{buildroot}
|
|
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
%check
|
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} -m pytest --ignore Tests/otlLib/optimize_test.py --ignore Tests/varLib/merger_test.py --ignore Tests/varLib/varLib_test.py --ignore Tests/svgLib/path/path_test.py
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_bindir}/pyftinspect
|
|
|
|
|
%{_bindir}/pyftmerge
|
|
|
|
|
%{_bindir}/pyftsubset
|
|
|
|
|
%{_bindir}/ttx
|
|
|
|
|
%{_bindir}/fonttools
|
|
|
|
|
%{_mandir}/man1/ttx.1.gz
|
|
|
|
|
|
|
|
|
|
%if %{with python2}
|
|
|
|
|
%files -n python2-fonttools
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc NEWS.rst README.rst
|
|
|
|
|
%{python2_sitelib}/fontTools
|
|
|
|
|
%{python2_sitelib}/%{name}-%{version}-py2.?.egg-info
|
|
|
|
|
%endif # with python2
|
|
|
|
|
%{_mandir}/man1/ttx.1*
|
|
|
|
|
|
|
|
|
|
%files -n python3-fonttools
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc NEWS.rst README.rst
|
|
|
|
|
%{python3_sitelib}/fontTools
|
|
|
|
|
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
|
|
|
|
|
%{python3_sitearch}/fontTools
|
|
|
|
|
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 9 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 3.28.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
* Fri Dec 13 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 4.50.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Sat Mar 16 2024 Parag Nemade <pnemade AT redhat DOT com> - 4.50.0-1
|
|
|
|
|
- Update to 4.50.0 version (#2269759)
|
|
|
|
|
|
|
|
|
|
* Sat Feb 17 2024 Parag Nemade <pnemade AT redhat DOT com> - 4.49.0-1
|
|
|
|
|
- Update to 4.49.0 version (#2264616)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2024 Parag Nemade <pnemade AT redhat DOT com> - 4.48.1-1
|
|
|
|
|
- Update to 4.48.1 version (#2263197)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.47.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.47.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 15 2024 Lumír Balhar <lbalhar@redhat.com> - 4.47.2-2
|
|
|
|
|
- Remove version limit from lxml
|
|
|
|
|
|
|
|
|
|
* Fri Jan 12 2024 Parag Nemade <pnemade AT redhat DOT com> - 4.47.2-1
|
|
|
|
|
- Update to 4.47.2 version (#2257911)
|
|
|
|
|
|
|
|
|
|
* Wed Dec 20 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.47.0-1
|
|
|
|
|
- Update to 4.47.0 version (#2255170)
|
|
|
|
|
|
|
|
|
|
* Tue Dec 05 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.46.0-1
|
|
|
|
|
- Update to 4.46.0 version (#2252586)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.45.1-1
|
|
|
|
|
- Update to 4.45.1 version (#2250746)
|
|
|
|
|
|
|
|
|
|
* Thu Nov 16 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.44.3-1
|
|
|
|
|
- Update to 4.44.3 version (#2249771)
|
|
|
|
|
|
|
|
|
|
* Sun Nov 12 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.44.0-1
|
|
|
|
|
- Update to 4.44.0 version (#2247927)
|
|
|
|
|
|
|
|
|
|
* Sun Oct 08 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.43.1-1
|
|
|
|
|
- Update to 4.43.1 version (#2241574)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 22 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.42.1-1
|
|
|
|
|
- Update to 4.42.1 version (#2232931)
|
|
|
|
|
|
|
|
|
|
* Wed Aug 09 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 4.42.0-2
|
|
|
|
|
- Skip unwanted test dependencies in RHEL builds
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.42.0-1
|
|
|
|
|
- Update to 4.42.0 version (#2228656)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.41.1-1
|
|
|
|
|
- Update to 4.41.1 version (#2224718)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.41.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 14 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.41.0-1
|
|
|
|
|
- Update to 4.41.0 version (#2222762)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 07 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.40.0-3
|
|
|
|
|
- Help msuchy to count this package as already using SPDX license expression
|
|
|
|
|
|
|
|
|
|
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 4.40.0-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Sun Jun 18 2023 Benson Muite <benson_muite@emailplus.org> - 4.40.0-1
|
|
|
|
|
- Update to 4.40.0 version
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.39.4-2
|
|
|
|
|
- Bootstrap for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Thu May 11 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.39.4-1
|
|
|
|
|
- Update to 4.39.4 version (#2198487)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 29 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.39.3-1
|
|
|
|
|
- Update to 4.39.3 version (#2182480)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 20 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.39.2-1
|
|
|
|
|
- Update to 4.39.2 version (#2179416)
|
|
|
|
|
|
|
|
|
|
* Tue Mar 07 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.39.0-1
|
|
|
|
|
- Update to 4.39.0 version (#2176001)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.38.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 24 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.38.0-1
|
|
|
|
|
- Update to 4.38.0 version (#2137001)
|
|
|
|
|
|
|
|
|
|
* Mon Oct 03 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.37.4-1
|
|
|
|
|
- Update to 4.37.4 version (#2131432)
|
|
|
|
|
|
|
|
|
|
* Sun Sep 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.37.3-1
|
|
|
|
|
- Update to 4.37.3 version (#2128605)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 16 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.37.2-1
|
|
|
|
|
- Update to 4.37.2 version (#2127330)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.37.1-1
|
|
|
|
|
- Update to 4.37.1 version (#2120891)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 18 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.36.0-1
|
|
|
|
|
- Update to 4.36.0 version (#2119236)
|
|
|
|
|
|
|
|
|
|
* Wed Aug 17 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.35.0-1
|
|
|
|
|
- Update to 4.35.0 version (#2118800)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 4.34.4-3
|
|
|
|
|
- Enable Cython acceleration; the package is no longer noarch
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.34.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 09 2022 Parag Nemade <pnemade@fedoraproject.org> - 4.34.4-1
|
|
|
|
|
- Update to 4.34.4 version (#2104988)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 4.33.3-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Wed Apr 27 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.33.3-1
|
|
|
|
|
- Update to 4.33.3 version (#2079108)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.33.2-1
|
|
|
|
|
- Update to 4.33.2 version (#2077754)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 12 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.32.0-1
|
|
|
|
|
- Update to 4.32.0 version (#2073543)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 23 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.31.2-1
|
|
|
|
|
- Update to 4.31.2 version (#2065959)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 14 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.30.0-1
|
|
|
|
|
- Update to 4.30.0 version (#2063182)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 03 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.29.1-1
|
|
|
|
|
- Update to 4.29.1 version (#2049408)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.29.0-1
|
|
|
|
|
- Update to 4.29.0 version (#2044666)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.28.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 04 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.28.5-1
|
|
|
|
|
- Update to 4.28.5 version (#2033126)
|
|
|
|
|
|
|
|
|
|
* Mon Dec 13 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 4.28.3-2
|
|
|
|
|
- Add missing extras metapackages: graphite, interpolatable, lxml, plot,
|
|
|
|
|
symfont, type1
|
|
|
|
|
|
|
|
|
|
* Mon Dec 06 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.28.3-1
|
|
|
|
|
- Update to 4.28.3 version (#2029061)
|
|
|
|
|
|
|
|
|
|
* Tue Nov 30 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.28.2-1
|
|
|
|
|
- Update to 4.28.2 version (#2025382)
|
|
|
|
|
|
|
|
|
|
* Mon Nov 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.28.1-1
|
|
|
|
|
- Update to 4.28.1 version (#2021206)
|
|
|
|
|
|
|
|
|
|
* Sat Nov 06 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.28.0-1
|
|
|
|
|
- Update to 4.28.0 version (#2020845)
|
|
|
|
|
|
|
|
|
|
* Tue Sep 28 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.27.1-1
|
|
|
|
|
- Update to 4.27.1 version (#2007503)
|
|
|
|
|
|
|
|
|
|
* Sat Sep 18 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.27.0-1
|
|
|
|
|
- Update to 4.27.0 version (#2004586)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.26.2-1
|
|
|
|
|
- Update to 4.26.2 version (#1991789)
|
|
|
|
|
|
|
|
|
|
* Sat Aug 07 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.26.1-2
|
|
|
|
|
- Add woff functionality subpackage
|
|
|
|
|
- Rewrite separate BR's required to run test files
|
|
|
|
|
|
|
|
|
|
* Wed Aug 04 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.26.1-1
|
|
|
|
|
- Update to 4.26.1 version (#1989769)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.25.2-1
|
|
|
|
|
- Update to 4.25.2 version (#1986153)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.25.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 17 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.28.0-2
|
|
|
|
|
- Conditionalize the python2 subpackage
|
|
|
|
|
* Mon Jul 19 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.25.1-1
|
|
|
|
|
- Update to 4.25.1 version (#1983287)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 12 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.25.0-1
|
|
|
|
|
- Update to 4.25.0 version (#1979468)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.24.4-2
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Fri May 28 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.24.4-1
|
|
|
|
|
- Update to 4.24.4 version (#1964877)
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.24.3-1
|
|
|
|
|
- Update to 4.24.3 version (#1963105)
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.24.2-1
|
|
|
|
|
- Update to 4.24.2 version (#1962823)
|
|
|
|
|
|
|
|
|
|
* Tue May 18 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.24.0-1
|
|
|
|
|
- Update to 4.24.0 version (#1961440)
|
|
|
|
|
|
|
|
|
|
* Sat May 15 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.23.1-1
|
|
|
|
|
- Update to 4.23.1 version (#1960473)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 28 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.22.1-1
|
|
|
|
|
- Update to 4.22.1 version (#1953840)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 02 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.22.0-1
|
|
|
|
|
- Update to 4.22.0 version (#1945743)
|
|
|
|
|
|
|
|
|
|
* Sun Feb 28 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.21.1-1
|
|
|
|
|
- Update to 4.21.1 version (#1933357)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 16 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.20.0-1
|
|
|
|
|
- Update to 4.20.0 version (#1929113)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 2 14:32:49 IST 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.19.1-1
|
|
|
|
|
- Update to 4.19.1 version (#1921968)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 10:02:16 IST 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.19.0-1
|
|
|
|
|
- Update to 4.19.0 version (#1920265)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.18.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 18 13:37:03 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.18.2-1
|
|
|
|
|
- Update to 4.18.2 version (#1908485)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 11 18:47:51 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.18.1-1
|
|
|
|
|
- Update to 4.18.1 version (#1906095)
|
|
|
|
|
|
|
|
|
|
* Sat Dec 5 09:13:23 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.18.0-1
|
|
|
|
|
- Update to 4.18.0 version (#1904631)
|
|
|
|
|
|
|
|
|
|
* Sat Nov 21 08:48:57 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.17.1-1
|
|
|
|
|
- Update to 4.17.1 version (#1898343)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 13 12:13:39 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.17.0-1
|
|
|
|
|
- Update to 4.17.0 version (#1897467)
|
|
|
|
|
|
|
|
|
|
* Sun Oct 18 16:32:27 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.16.1-1
|
|
|
|
|
- Update to 4.16.1 version (#1885448)
|
|
|
|
|
|
|
|
|
|
* Thu Oct 1 08:45:20 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.16.0-1
|
|
|
|
|
- Update to 4.16.0 version (#1884087)
|
|
|
|
|
|
|
|
|
|
* Tue Sep 22 10:40:10 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.15.0-1
|
|
|
|
|
- Update to 4.15.0 version (#1881283)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 20 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.14.0-1
|
|
|
|
|
- Update to 4.14.0 version (#1870253)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 11 2020 Miro Hrončok <mhroncok@redhat.com> - 4.13.0-2
|
|
|
|
|
- Add fonttools[ufo] and fonttools[unicode] subpackages
|
|
|
|
|
|
|
|
|
|
* Sat Jul 11 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.13.0-1
|
|
|
|
|
- Update to 4.13.0 version (#1855929)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 24 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.12.1-3
|
|
|
|
|
- Add missing BR: python3-setuptools
|
|
|
|
|
|
|
|
|
|
* Sun Jun 21 2020 Athos Ribeiro <athoscr@fedoraproject.org> - 4.12.1-2
|
|
|
|
|
- Obsolete retired python3-ufolib package
|
|
|
|
|
|
|
|
|
|
* Tue Jun 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.12.1-1
|
|
|
|
|
- Update to 4.12.1 version (#1847541)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 01 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.11.0-1
|
|
|
|
|
- Update to 4.11.0 version (#1841433)
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 4.10.2-2
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Wed May 20 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.10.2-1
|
|
|
|
|
- Update to 4.10.2 version (#1837964)
|
|
|
|
|
|
|
|
|
|
* Wed May 20 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.10.1-1
|
|
|
|
|
- Update to 4.10.1 version (#1837643)
|
|
|
|
|
|
|
|
|
|
* Sun May 17 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.10.0-1
|
|
|
|
|
- Update to 4.10.0 version (#1836575)
|
|
|
|
|
|
|
|
|
|
* Fri May 08 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.9.0-3
|
|
|
|
|
- enable tests
|
|
|
|
|
|
|
|
|
|
* Thu May 07 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.9.0-2
|
|
|
|
|
- Fix source tarball
|
|
|
|
|
|
|
|
|
|
* Thu May 07 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.9.0-1
|
|
|
|
|
- Update to 4.9.0 version (#1829451)
|
|
|
|
|
|
|
|
|
|
* Sat Apr 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.8.1-1
|
|
|
|
|
- Update to 4.8.1 version (#1824982)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 15 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.7.0-1
|
|
|
|
|
- Update to 4.7.0 version (#1820763)
|
|
|
|
|
|
|
|
|
|
* Tue Mar 31 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.6.0-3
|
|
|
|
|
- Fix the changelog entry in previous build
|
|
|
|
|
|
|
|
|
|
* Tue Mar 31 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.6.0-2
|
|
|
|
|
- Resolves: rh#1809062 - Add missing Requires: on few packages
|
|
|
|
|
|
|
|
|
|
* Wed Mar 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.6.0-1
|
|
|
|
|
- Update to 4.6.0 version (#1816808)
|
|
|
|
|
|
|
|
|
|
* Sat Mar 21 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.5.0-1
|
|
|
|
|
- Update to 4.5.0 version (#1815641)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.4.3-1
|
|
|
|
|
- Update to 4.4.3 version (#1813103)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 27 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.4.1-1
|
|
|
|
|
- Update to 4.4.1 version (#1804509)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 04 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.3.0-1
|
|
|
|
|
- Update to 4.3.0 version (#1796166)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.2.4-1
|
|
|
|
|
- Update to 4.2.4 version (#1788778)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 13 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.2.2-1
|
|
|
|
|
- Update to 4.2.2 version (#1782256)
|
|
|
|
|
|
|
|
|
|
* Sat Nov 30 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.2.0-1
|
|
|
|
|
- Update to 4.2.0 version (#1777967)
|
|
|
|
|
|
|
|
|
|
* Tue Nov 19 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.1.0-1
|
|
|
|
|
- Update to 4.1.0 version (#1773756)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 30 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.0.2-1
|
|
|
|
|
- Update to 4.0.2 version (#1755890)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 11 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.0.1-1
|
|
|
|
|
- Update to 4.0.1 version (#1751254)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 23 2019 Parag Nemade <pnemade AT redhat DOT com> - 4.0.0-1
|
|
|
|
|
- Update to 4.0.0 version (#1744582)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.44.0-2
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Sat Aug 17 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.44.0-1
|
|
|
|
|
- Update to 3.44.0 version (#1742448)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.43.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 19 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.43.1-1
|
|
|
|
|
- Update to 3.43.1 version (#1721658)
|
|
|
|
|
|
|
|
|
|
* Sat Jun 01 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.42.0-1
|
|
|
|
|
- Update to 3.42.0 version (#1714617)
|
|
|
|
|
|
|
|
|
|
* Tue May 14 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.41.2-1
|
|
|
|
|
- Update to 3.41.2 version (#1709287)
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.41.0-1
|
|
|
|
|
- Update to 3.41.0 version (#1704383)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 12 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.40.0-1
|
|
|
|
|
- Update to 3.40.0 version (#1697579)
|
|
|
|
|
|
|
|
|
|
* Sat Mar 23 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.39.0-1
|
|
|
|
|
- Update to 3.39.0 version (#1690561)
|
|
|
|
|
- Removed python2 package
|
|
|
|
|
|
|
|
|
|
* Mon Feb 18 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.38.0-1
|
|
|
|
|
- Update to 3.38.0 version (#1678366)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 12 2019 Kalev Lember <klember@redhat.com> - 3.37.3-2
|
|
|
|
|
- Add missing requires on python3-setuptools (#1676290)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 06 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.37.3-1
|
|
|
|
|
- Update to 3.37.3 version (#1672607)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 29 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.37.0-1
|
|
|
|
|
- Update to 3.37.0 version (#1670213)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 21 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.34.2-1
|
|
|
|
|
- Update to 3.34.2 version
|
|
|
|
|
|
|
|
|
|
* Fri Nov 23 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.32.0-1
|
|
|
|
|
- Update to 3.32.0 version
|
|
|
|
|
|
|
|
|
|
* Thu Oct 25 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.31.0-1
|
|
|
|
|
- Update to 3.31.0 version (#1642082)
|
|
|
|
|
|
|
|
|
|
* Sat Jul 28 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.29.0-1
|
|
|
|
|
- Update to 3.29.0 version (#1609078)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 3.28.0-2
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
|
|
|
|
* Sat Jun 23 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.28.0-1
|
|
|
|
|
- Update to 3.28.0 version
|
|
|
|
|