From e897289b03a0b508ac5a6e4ad4d9ee9061be07f6 Mon Sep 17 00:00:00 2001 From: Sandeep Sheshrao Shedmake Date: Thu, 10 Dec 2009 09:39:08 +0000 Subject: [PATCH 01/42] initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + woffTools.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 import.log create mode 100644 woffTools.spec diff --git a/.cvsignore b/.cvsignore index e69de29..edf7afb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +woffTools-0.1beta.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..1eba79b --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +woffTools-0_1-0_1_684svn_fc13:HEAD:woffTools-0.1-0.1.684svn.fc13.src.rpm:1260437887 diff --git a/sources b/sources index e69de29..e5891ef 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a3303c4143041f7d6be0a84c13f41066 woffTools-0.1beta.tar.gz diff --git a/woffTools.spec b/woffTools.spec new file mode 100644 index 0000000..4215aab --- /dev/null +++ b/woffTools.spec @@ -0,0 +1,59 @@ +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +%define svnrev 684 + +Name: woffTools +Version: 0.1 +Release: 0.1.%{svnrev}svn%{?dist} +Summary: Tool for manipulating and examining WOFF files + +Group: Development/Languages +License: MIT +URL: http://code.typesupply.com/wiki/woffTools +##### svn checkout HOWTO ##### +##### $ svn export -r %{svnrev} http://svn.typesupply.com/packages/woffTools/trunk woffTools ##### +##### $ python setup.py sdist --formats gztar ##### +Source0: woffTools-0.1beta.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: python-devel +Requires: fonttools + +%description +woffTools is a collection of command line tools for verifying and +examining WOFF files. This is also a Python package that can be used +to manipulate and examine WOFF files just as you can examine SFNT files +with FontTools. + +%prep +%setup -q -n %{name}-%{version}beta + + +%build +%{__python} setup.py build + + + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc README.txt PKG-INFO +%{_bindir}/* +%{python_sitelib}/* + + +%changelog +* Fri Nov 27 2009 Parag Nemade - 0.1-0.1.684svn +- Initial specfile for Fedora + + From 76443d4c0def96199df9e77109212f038d231bce Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 07:14:40 +0000 Subject: [PATCH 02/42] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 4215aab..0b62063 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.1.%{svnrev}svn%{?dist} +Release: 0.2.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 22 2010 David Malcolm - 0.1-0.2.684svn +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Fri Nov 27 2009 Parag Nemade - 0.1-0.1.684svn - Initial specfile for Fedora From c73c1845aca7d4a60ab39835e86b7102de9d3b49 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:23:25 +0000 Subject: [PATCH 03/42] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 4ef876b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: woffTools -# $Id$ -NAME := woffTools -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 1eba79b..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -woffTools-0_1-0_1_684svn_fc13:HEAD:woffTools-0.1-0.1.684svn.fc13.src.rpm:1260437887 From d768e63292dbb0253e9008ada36279478bc67229 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 20:57:01 -0600 Subject: [PATCH 04/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 0b62063..f1c4cb2 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.2.%{svnrev}svn%{?dist} +Release: 0.3.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.1-0.3.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jul 22 2010 David Malcolm - 0.1-0.2.684svn - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From 2c8fea5a29051108972dbe4a29fe0d8cb3705b02 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:26:26 -0600 Subject: [PATCH 05/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index f1c4cb2..94d61c4 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.3.%{svnrev}svn%{?dist} +Release: 0.4.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.1-0.4.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.1-0.3.684svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 023187bf26fba303e63333290a02f407fe920a6e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:53:26 -0500 Subject: [PATCH 06/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 94d61c4..f6bfd89 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.4.%{svnrev}svn%{?dist} +Release: 0.5.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.1-0.5.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.1-0.4.684svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From ab7bc55042a911c9ac5345302c07200464628ee4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:15:15 -0600 Subject: [PATCH 07/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index f6bfd89..816d24e 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.5.%{svnrev}svn%{?dist} +Release: 0.6.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.1-0.6.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.1-0.5.684svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 8f514badbeacdb03259542b6e9f926f6de4909e2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:09:45 -0500 Subject: [PATCH 08/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 816d24e..c54b369 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.6.%{svnrev}svn%{?dist} +Release: 0.7.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.1-0.7.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.1-0.6.684svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 51d5ecd6ce1477569b48a10f11423060266f3668 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:46:25 -0500 Subject: [PATCH 09/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index c54b369..ed6d992 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.7.%{svnrev}svn%{?dist} +Release: 0.8.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.1-0.8.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.1-0.7.684svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From a032f1e99b447a74536cc8c2d6767c09b866cb9b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:32:01 +0000 Subject: [PATCH 10/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index ed6d992..979b000 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.8.%{svnrev}svn%{?dist} +Release: 0.9.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.1-0.9.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.1-0.8.684svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 225e0f83cc97967284a21d317347123e67937ac6 Mon Sep 17 00:00:00 2001 From: Sandeep Sheshrao Shedmake Date: Fri, 11 Sep 2015 14:59:01 +0530 Subject: [PATCH 11/42] Patch0 added, Release bumped --- rhbz_1261384.patch | 12 ++++++++++++ woffTools.spec | 8 ++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 rhbz_1261384.patch diff --git a/rhbz_1261384.patch b/rhbz_1261384.patch new file mode 100644 index 0000000..e902a11 --- /dev/null +++ b/rhbz_1261384.patch @@ -0,0 +1,12 @@ +diff -Naur OLD/woffTools-0.1beta/Lib/woffTools/__init__.py NEW/woffTools-0.1beta/Lib/woffTools/__init__.py +--- OLD/woffTools-0.1beta/Lib/woffTools/__init__.py 2009-11-26 15:14:30.000000000 +0530 ++++ NEW/woffTools-0.1beta/Lib/woffTools/__init__.py 2015-09-11 14:19:00.000000000 +0530 +@@ -10,7 +10,7 @@ + + import zlib + import struct +-import sstruct ++from fontTools.misc import sstruct + import numpy + from cStringIO import StringIO + from xml.etree import ElementTree diff --git a/woffTools.spec b/woffTools.spec index 979b000..ba0fa86 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -4,7 +4,7 @@ Name: woffTools Version: 0.1 -Release: 0.9.%{svnrev}svn%{?dist} +Release: 0.10.%{svnrev}svn%{?dist} Summary: Tool for manipulating and examining WOFF files Group: Development/Languages @@ -14,6 +14,7 @@ URL: http://code.typesupply.com/wiki/woffTools ##### $ svn export -r %{svnrev} http://svn.typesupply.com/packages/woffTools/trunk woffTools ##### ##### $ python setup.py sdist --formats gztar ##### Source0: woffTools-0.1beta.tar.gz +Patch0: rhbz_1261384.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,7 +29,7 @@ with FontTools. %prep %setup -q -n %{name}-%{version}beta - +%patch0 -p2 -b .rhbz_1261384 %build %{__python} setup.py build @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 11 2015 Sandeep Shedmake - 0.1-0.10.684svn +- Patch0 added, Release bumped + * Fri Jun 19 2015 Fedora Release Engineering - 0.1-0.9.684svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From b670e6c26a9c8d53e5a6740494318cfc32b83d04 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 7 Oct 2015 13:31:52 +0530 Subject: [PATCH 12/42] Update to new upstream github URL - Follow git hosting source guidelines - remove optional group tag, buildroot, defattr, %clean - removal of buildroot from %install - follow newer python packaging guidelines --- .gitignore | 1 + rhbz_1261384.patch | 12 ----- sources | 2 +- woffTools.spec | 107 +++++++++++++++++++++++++++++++++------------ 4 files changed, 81 insertions(+), 41 deletions(-) delete mode 100644 rhbz_1261384.patch diff --git a/.gitignore b/.gitignore index edf7afb..064a555 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ woffTools-0.1beta.tar.gz +/woffTools-1e86369.tar.gz diff --git a/rhbz_1261384.patch b/rhbz_1261384.patch deleted file mode 100644 index e902a11..0000000 --- a/rhbz_1261384.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur OLD/woffTools-0.1beta/Lib/woffTools/__init__.py NEW/woffTools-0.1beta/Lib/woffTools/__init__.py ---- OLD/woffTools-0.1beta/Lib/woffTools/__init__.py 2009-11-26 15:14:30.000000000 +0530 -+++ NEW/woffTools-0.1beta/Lib/woffTools/__init__.py 2015-09-11 14:19:00.000000000 +0530 -@@ -10,7 +10,7 @@ - - import zlib - import struct --import sstruct -+from fontTools.misc import sstruct - import numpy - from cStringIO import StringIO - from xml.etree import ElementTree diff --git a/sources b/sources index e5891ef..d66c1c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3303c4143041f7d6be0a84c13f41066 woffTools-0.1beta.tar.gz +04c93ee3dbc68bcc509825240e68de66 woffTools-1e86369.tar.gz diff --git a/woffTools.spec b/woffTools.spec index ba0fa86..b645da5 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -1,25 +1,29 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -%define svnrev 684 +%global commit0 1e86369b73aca9f3cfabea04d4862d710a42622c +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: woffTools Version: 0.1 -Release: 0.10.%{svnrev}svn%{?dist} +Release: 0.11.20151005git%{?dist} Summary: Tool for manipulating and examining WOFF files -Group: Development/Languages License: MIT -URL: http://code.typesupply.com/wiki/woffTools -##### svn checkout HOWTO ##### -##### $ svn export -r %{svnrev} http://svn.typesupply.com/packages/woffTools/trunk woffTools ##### -##### $ python setup.py sdist --formats gztar ##### -Source0: woffTools-0.1beta.tar.gz -Patch0: rhbz_1261384.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: https://github.com/typesupply/woffTools +Source0: https://github.com/typesupply/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel python-tools +BuildRequires: python3-devel + +%if 0%{?fedora} > 22 +BuildRequires: python2-fonttools +BuildRequires: python3-fonttools +Requires: python2-fonttools +Requires: python2-woffTools +%else +BuildRequires: fonttools Requires: fonttools +Requires: python2-woffTools +%endif %description woffTools is a collection of command line tools for verifying and @@ -27,33 +31,80 @@ examining WOFF files. This is also a Python package that can be used to manipulate and examine WOFF files just as you can examine SFNT files with FontTools. +%package -n python2-%{name} +Summary: Tool for manipulating and examining WOFF files +%{?python_provide:%python_provide python2-%{name}} + +%description -n python2-%{name} +An python module which provides a convenient example. + + +%package -n python3-%{name} +Summary: Tool for manipulating and examining WOFF files +%{?python_provide:%python_provide python3-%{name}} + +%description -n python3-%{name} +An python module which provides a convenient example. + %prep -%setup -q -n %{name}-%{version}beta -%patch0 -p2 -b .rhbz_1261384 +%setup -q -c -n %{name}-%{commit0} + +mv %{name}-%{commit0} python2 +# Remove shebang +sed -i -e '/^#! \//, 1d' python2/Lib/woffTools/tools/validate.py +# This to make sure woffTools compatible with older fonttools-2.5 +%if 0%{?fedora} < 23 +sed -i 's/import sstruct/import fontTools.misc.sstruct as sstruct/g' python2/Lib/woffTools/__init__.py +%endif +mv python2/*.txt . + +cp -pr python2 python3 +pushd python3 +2to3 -w . +popd %build -%{__python} setup.py build - - +pushd python2 +%py2_build +popd +pushd python3 +%py3_build +popd %install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +pushd python2 +%py2_install +popd +pushd python3 +%py3_install +popd - -%clean -rm -rf $RPM_BUILD_ROOT - +# This post actions needed to have all the python3 coding and environment +#sed -i 's/python2/python3/g' %{buildroot}/%{_bindir}/* +#2to3 -w %{buildroot}/%{_bindir}/woff-all %files -%defattr(-,root,root,-) -%doc README.txt PKG-INFO -%{_bindir}/* -%{python_sitelib}/* +%{_bindir}/woff* +%files -n python2-%{name} +%doc README.txt +%license License.txt +%{python2_sitelib}/* + +%files -n python3-%{name} +%doc README.txt +%license License.txt +%{python3_sitelib}/* %changelog +* Mon Oct 05 2015 Parag Nemade - 0.1-0.11.20151005git +- Update to new upstream github URL +- Follow git hosting source guidelines +- remove optional group tag, buildroot, defattr, %%clean +- removal of buildroot from %%install +- follow newer python packaging guidelines + * Fri Sep 11 2015 Sandeep Shedmake - 0.1-0.10.684svn - Patch0 added, Release bumped From 43df4ab1cd50bd90a74057f001f812fbb6b62359 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Nov 2015 18:16:23 +0000 Subject: [PATCH 13/42] - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index b645da5..014f31a 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.11.20151005git%{?dist} +Release: 0.12.20151005git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 0.1-0.12.20151005git +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Mon Oct 05 2015 Parag Nemade - 0.1-0.11.20151005git - Update to new upstream github URL - Follow git hosting source guidelines From 62da9618ea6df410fed3bb81212743f896e561d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:07:09 +0000 Subject: [PATCH 14/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 014f31a..d002e6d 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.12.20151005git%{?dist} +Release: 0.13.20151005git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.1-0.13.20151005git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Nov 10 2015 Fedora Release Engineering - 0.1-0.12.20151005git - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 From 8c6627b71d47a3e11c157432d539c7934077d5d2 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 11 Feb 2016 12:37:54 +0530 Subject: [PATCH 15/42] Update to latest snapshot 20160211 --- .gitignore | 1 + sources | 2 +- woffTools.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 064a555..b179318 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ woffTools-0.1beta.tar.gz /woffTools-1e86369.tar.gz +/woffTools-67030d4.tar.gz diff --git a/sources b/sources index d66c1c8..4f354ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04c93ee3dbc68bcc509825240e68de66 woffTools-1e86369.tar.gz +872957747cd88a35dc7cede90d5d8634 woffTools-67030d4.tar.gz diff --git a/woffTools.spec b/woffTools.spec index d002e6d..8dffe19 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -1,9 +1,9 @@ -%global commit0 1e86369b73aca9f3cfabea04d4862d710a42622c +%global commit0 67030d47ccb97993eb683e23bbce0f79d9577cf5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: woffTools Version: 0.1 -Release: 0.13.20151005git%{?dist} +Release: 0.14.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Thu Feb 11 2016 Parag Nemade - 0.1-0.14.20160211git +- Update to latest snapshot 20160211 + * Fri Feb 05 2016 Fedora Release Engineering - 0.1-0.13.20151005git - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 206e46fe694d4a0a1515832eb2263434487a4499 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 11 Feb 2016 13:55:52 +0530 Subject: [PATCH 16/42] Initial import for epel7 --- .cvsignore | 0 .gitignore | 1 + Makefile | 21 ---------- sources | 1 + woffTools.spec | 105 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 107 insertions(+), 21 deletions(-) delete mode 100644 .cvsignore create mode 100644 .gitignore delete mode 100644 Makefile create mode 100644 woffTools.spec diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..680a769 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/woffTools-67030d4.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 4ef876b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: woffTools -# $Id$ -NAME := woffTools -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/sources b/sources index e69de29..4f354ea 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +872957747cd88a35dc7cede90d5d8634 woffTools-67030d4.tar.gz diff --git a/woffTools.spec b/woffTools.spec new file mode 100644 index 0000000..86cd483 --- /dev/null +++ b/woffTools.spec @@ -0,0 +1,105 @@ +%global commit0 67030d47ccb97993eb683e23bbce0f79d9577cf5 +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) + +Name: woffTools +Version: 0.1 +Release: 0.14.20160211git%{?dist} +Summary: Tool for manipulating and examining WOFF files + +License: MIT +URL: https://github.com/typesupply/woffTools +Source0: https://github.com/typesupply/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz + +BuildArch: noarch +BuildRequires: python2-devel python-tools + +BuildRequires: fonttools +Requires: fonttools +Requires: python-woffTools + +%description +woffTools is a collection of command line tools for verifying and +examining WOFF files. This is also a Python package that can be used +to manipulate and examine WOFF files just as you can examine SFNT files +with FontTools. + +%package -n python-%{name} +Summary: Tool for manipulating and examining WOFF files + +%description -n python-%{name} +An python module which provides a convenient example. + +%prep +%setup -q -c -n %{name}-%{commit0} + +mv %{name}-%{commit0} python2 +# Remove shebang +sed -i -e '/^#! \//, 1d' python2/Lib/woffTools/tools/validate.py +mv python2/*.txt . + +%build +pushd python2 +%py2_build +popd + +%install +pushd python2 +%py2_install +popd + +%files +%{_bindir}/woff* + +%files -n python-%{name} +%doc README.txt +%license License.txt +%{python2_sitelib}/* + +%changelog +* Thu Feb 11 2016 Parag Nemade - 0.1-0.14.20160211git +- Update to latest snapshot 20160211 + +* Fri Feb 05 2016 Fedora Release Engineering - 0.1-0.13.20151005git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.1-0.12.20151005git +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Mon Oct 05 2015 Parag Nemade - 0.1-0.11.20151005git +- Update to new upstream github URL +- Follow git hosting source guidelines +- remove optional group tag, buildroot, defattr, %%clean +- removal of buildroot from %%install +- follow newer python packaging guidelines + +* Fri Sep 11 2015 Sandeep Shedmake - 0.1-0.10.684svn +- Patch0 added, Release bumped + +* Fri Jun 19 2015 Fedora Release Engineering - 0.1-0.9.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.1-0.8.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0.1-0.7.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 0.1-0.6.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 0.1-0.5.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.1-0.4.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Feb 07 2011 Fedora Release Engineering - 0.1-0.3.684svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jul 22 2010 David Malcolm - 0.1-0.2.684svn +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Fri Nov 27 2009 Parag Nemade - 0.1-0.1.684svn +- Initial specfile for Fedora + + From 4d343efbc30820976142e2c26144d6c2fe861700 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 13:10:22 +0000 Subject: [PATCH 17/42] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 8dffe19..fb861b4 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.14.20160211git%{?dist} +Release: 0.15.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.1-0.15.20160211git +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Thu Feb 11 2016 Parag Nemade - 0.1-0.14.20160211git - Update to latest snapshot 20160211 From 47b1a2f85c9b4b36b6ff4955e9dcabd931531e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:38 +0100 Subject: [PATCH 18/42] Rebuild for Python 3.6 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index fb861b4..12c4f21 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.15.20160211git%{?dist} +Release: 0.16.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Mon Dec 19 2016 Miro Hrončok - 0.1-0.16.20160211git +- Rebuild for Python 3.6 + * Tue Jul 19 2016 Fedora Release Engineering - 0.1-0.15.20160211git - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages From 43bfdb44366a29b301f11e546cac31ac911c0b0a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:29:44 +0000 Subject: [PATCH 19/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 12c4f21..cf43911 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.16.20160211git%{?dist} +Release: 0.17.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.1-0.17.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Dec 19 2016 Miro Hrončok - 0.1-0.16.20160211git - Rebuild for Python 3.6 From f2bea21ed52deb847a4e034d993376ce402da67a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:43:19 +0000 Subject: [PATCH 20/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index cf43911..28ea8bd 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.17.20160211git%{?dist} +Release: 0.18.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.1-0.18.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.1-0.17.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 126e508036b8287cb018dee4262f1dd3bde402f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:06:05 +0000 Subject: [PATCH 21/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 28ea8bd..e2d2706 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.18.20160211git%{?dist} +Release: 0.19.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.1-0.19.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.1-0.18.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 94f786ae8e751b0a3bb528278aca5755d0992434 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sun, 11 Feb 2018 02:17:00 -0200 Subject: [PATCH 22/42] - rebuilt to fix FTBFS on rawhide --- woffTools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/woffTools.spec b/woffTools.spec index e2d2706..3e03d74 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.19.20160211git%{?dist} +Release: 0.20.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -11,8 +11,8 @@ URL: https://github.com/typesupply/woffTools Source0: https://github.com/typesupply/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python-tools -BuildRequires: python3-devel +BuildRequires: python2-devel python2-tools +BuildRequires: python3-devel python3-tools %if 0%{?fedora} > 22 BuildRequires: python2-fonttools @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Sun Feb 11 2018 Filipe Rosset - 0.1-0.20.20160211git +- rebuilt to fix FTBFS on rawhide + * Fri Feb 09 2018 Fedora Release Engineering - 0.1-0.19.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From d3eb7b3998800a2022eda2d764f05b9d29c82c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:30:35 +0200 Subject: [PATCH 23/42] Rebuilt for Python 3.7 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 3e03d74..e4b38e6 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.20.20160211git%{?dist} +Release: 0.21.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Tue Jun 19 2018 Miro Hrončok - 0.1-0.21.20160211git +- Rebuilt for Python 3.7 + * Sun Feb 11 2018 Filipe Rosset - 0.1-0.20.20160211git - rebuilt to fix FTBFS on rawhide From 5e153bc4a2a535367052ff7b1f6f33d3d4e8cd76 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:57:28 +0000 Subject: [PATCH 24/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index e4b38e6..fa66c3b 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.21.20160211git%{?dist} +Release: 0.22.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.1-0.22.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 19 2018 Miro Hrončok - 0.1-0.21.20160211git - Rebuilt for Python 3.7 From f4f3aef21c03fece12511fc46ab17f9088c19b99 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:52:49 +0000 Subject: [PATCH 25/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index fa66c3b..d276736 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.22.20160211git%{?dist} +Release: 0.23.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.1-0.23.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.1-0.22.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b28af40405048f32b942c9cb7229c971eeb2ccd7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:39:17 +0000 Subject: [PATCH 26/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index d276736..89f83e4 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.23.20160211git%{?dist} +Release: 0.24.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -98,6 +98,9 @@ popd %{python3_sitelib}/* %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.1-0.24.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.1-0.23.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 1b9c664aebe5e43b4f50eb4aab33e1f4ab7dfb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 29 Jul 2019 11:30:47 +0200 Subject: [PATCH 27/42] Drop python2-woffTools (#1634872) --- woffTools.spec | 61 ++++++++------------------------------------------ 1 file changed, 9 insertions(+), 52 deletions(-) diff --git a/woffTools.spec b/woffTools.spec index 89f83e4..a043e84 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.24.20160211git%{?dist} +Release: 0.25.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -11,19 +11,10 @@ URL: https://github.com/typesupply/woffTools Source0: https://github.com/typesupply/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python2-tools -BuildRequires: python3-devel python3-tools - -%if 0%{?fedora} > 22 -BuildRequires: python2-fonttools +BuildRequires: python3-devel BuildRequires: python3-fonttools -Requires: python2-fonttools -Requires: python2-woffTools -%else -BuildRequires: fonttools -Requires: fonttools -Requires: python2-woffTools -%endif +Requires: python3-fonttools +Requires: python3-woffTools %description woffTools is a collection of command line tools for verifying and @@ -31,14 +22,6 @@ examining WOFF files. This is also a Python package that can be used to manipulate and examine WOFF files just as you can examine SFNT files with FontTools. -%package -n python2-%{name} -Summary: Tool for manipulating and examining WOFF files -%{?python_provide:%python_provide python2-%{name}} - -%description -n python2-%{name} -An python module which provides a convenient example. - - %package -n python3-%{name} Summary: Tool for manipulating and examining WOFF files %{?python_provide:%python_provide python3-%{name}} @@ -47,57 +30,31 @@ Summary: Tool for manipulating and examining WOFF files An python module which provides a convenient example. %prep -%setup -q -c -n %{name}-%{commit0} +%setup -q -n %{name}-%{commit0} -mv %{name}-%{commit0} python2 # Remove shebang -sed -i -e '/^#! \//, 1d' python2/Lib/woffTools/tools/validate.py -# This to make sure woffTools compatible with older fonttools-2.5 -%if 0%{?fedora} < 23 -sed -i 's/import sstruct/import fontTools.misc.sstruct as sstruct/g' python2/Lib/woffTools/__init__.py -%endif -mv python2/*.txt . +sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py -cp -pr python2 python3 -pushd python3 2to3 -w . -popd %build -pushd python2 -%py2_build -popd -pushd python3 %py3_build -popd %install -pushd python2 -%py2_install -popd - -pushd python3 %py3_install -popd - -# This post actions needed to have all the python3 coding and environment -#sed -i 's/python2/python3/g' %{buildroot}/%{_bindir}/* -#2to3 -w %{buildroot}/%{_bindir}/woff-all %files %{_bindir}/woff* -%files -n python2-%{name} -%doc README.txt -%license License.txt -%{python2_sitelib}/* - %files -n python3-%{name} %doc README.txt %license License.txt %{python3_sitelib}/* %changelog +* Mon Jul 29 2019 Miro Hrončok - 0.1-0.25.20160211git +- Drop python2-woffTools (#1634872) + * Sat Jul 27 2019 Fedora Release Engineering - 0.1-0.24.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 05e49364bf489ff1a833bc387d19bc5b75fc8f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 11:09:34 +0200 Subject: [PATCH 28/42] Rebuilt for Python 3.8 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index a043e84..2a60915 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.25.20160211git%{?dist} +Release: 0.26.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.1-0.26.20160211git +- Rebuilt for Python 3.8 + * Mon Jul 29 2019 Miro Hrončok - 0.1-0.25.20160211git - Drop python2-woffTools (#1634872) From fe7286a0c860643c02f6fca4ef6aad4f3a24bd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:41:35 +0200 Subject: [PATCH 29/42] Rebuilt for Python 3.8.0rc1 (#1748018) --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 2a60915..eac4543 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.26.20160211git%{?dist} +Release: 0.27.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Thu Oct 03 2019 Miro Hrončok - 0.1-0.27.20160211git +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 0.1-0.26.20160211git - Rebuilt for Python 3.8 From 44acbba6ec44103404ca3e206753ac6090014e39 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:52:55 +0000 Subject: [PATCH 30/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index eac4543..8aefb41 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.27.20160211git%{?dist} +Release: 0.28.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.1-0.28.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 03 2019 Miro Hrončok - 0.1-0.27.20160211git - Rebuilt for Python 3.8.0rc1 (#1748018) From 365782ba5ba7377f5340a6808b2fe857354f3cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:55:12 +0200 Subject: [PATCH 31/42] Rebuilt for Python 3.9 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 8aefb41..c00e701 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.28.20160211git%{?dist} +Release: 0.29.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Tue May 26 2020 Miro Hrončok - 0.1-0.29.20160211git +- Rebuilt for Python 3.9 + * Fri Jan 31 2020 Fedora Release Engineering - 0.1-0.28.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 5ad8fa069661adaa4f8230a8921fa77f58524386 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:16:57 +0000 Subject: [PATCH 32/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index c00e701..e4a693b 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.29.20160211git%{?dist} +Release: 0.30.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.1-0.30.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue May 26 2020 Miro Hrončok - 0.1-0.29.20160211git - Rebuilt for Python 3.9 From a079c36e42aaf211654d8a95440fc41801f55703 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:37:48 +0000 Subject: [PATCH 33/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index e4a693b..2a00a96 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.30.20160211git%{?dist} +Release: 0.31.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.1-0.31.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.1-0.30.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 648051e5d72733725e619783fbeacb348c8aa5e0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:20:04 +0200 Subject: [PATCH 34/42] Rebuilt for Python 3.10 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 2a00a96..750d6e8 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.31.20160211git%{?dist} +Release: 0.32.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Fri Jun 04 2021 Python Maint - 0.1-0.32.20160211git +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 0.1-0.31.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 967715bbd1af60bf1f55f96d5aeffa3fa0abf057 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:05:44 +0000 Subject: [PATCH 35/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 750d6e8..582728e 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.32.20160211git%{?dist} +Release: 0.33.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.1-0.33.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.1-0.32.20160211git - Rebuilt for Python 3.10 From 13182f44ce92dfcc95ad8da2da8d7de1a29e7aee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:37:40 +0000 Subject: [PATCH 36/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 582728e..6e2bac2 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.33.20160211git%{?dist} +Release: 0.34.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.1-0.34.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.1-0.33.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 1bd68a5bb949a6d5d8d2439e9b8f8ec586fecfc3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 15 Jun 2022 12:18:32 +0200 Subject: [PATCH 37/42] Rebuilt for Python 3.11 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 6e2bac2..cd6014c 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.34.20160211git%{?dist} +Release: 0.35.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Wed Jun 15 2022 Python Maint - 0.1-0.35.20160211git +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 0.1-0.34.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 6b072336f21871d7f7c3f6457a31bd1b295f2d5e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:35:03 +0000 Subject: [PATCH 38/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index cd6014c..5e1f204 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.35.20160211git%{?dist} +Release: 0.36.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.1-0.36.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jun 15 2022 Python Maint - 0.1-0.35.20160211git - Rebuilt for Python 3.11 From d31f49392e5b5ad4e943973d259d5af0fab8d0a7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:57:09 +0000 Subject: [PATCH 39/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 5e1f204..e00fc74 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.36.20160211git%{?dist} +Release: 0.37.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.1-0.37.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.1-0.36.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From a4be5109e4560626aa8a28083db1731e35805a67 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 19 Jun 2023 12:39:42 +0200 Subject: [PATCH 40/42] Rebuilt for Python 3.12 --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index e00fc74..2df9de6 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.37.20160211git%{?dist} +Release: 0.38.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Mon Jun 19 2023 Python Maint - 0.1-0.38.20160211git +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 0.1-0.37.20160211git - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 242e3daf10649e9060ccb438402f55b783f44f74 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:20:03 +0000 Subject: [PATCH 41/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- woffTools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woffTools.spec b/woffTools.spec index 2df9de6..fdb96a1 100644 --- a/woffTools.spec +++ b/woffTools.spec @@ -3,7 +3,7 @@ Name: woffTools Version: 0.1 -Release: 0.38.20160211git%{?dist} +Release: 0.39.20160211git%{?dist} Summary: Tool for manipulating and examining WOFF files License: MIT @@ -52,6 +52,9 @@ sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py %{python3_sitelib}/* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.1-0.39.20160211git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Jun 19 2023 Python Maint - 0.1-0.38.20160211git - Rebuilt for Python 3.12 From be166f7afe9354ef1a3582c9f32147acef468a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 4 Sep 2023 16:16:02 +0200 Subject: [PATCH 42/42] Orphaned for 6+ weeks --- .gitignore | 3 - dead.package | 1 + sources | 1 - woffTools.spec | 176 ------------------------------------------------- 4 files changed, 1 insertion(+), 180 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 woffTools.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b179318..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -woffTools-0.1beta.tar.gz -/woffTools-1e86369.tar.gz -/woffTools-67030d4.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 4f354ea..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -872957747cd88a35dc7cede90d5d8634 woffTools-67030d4.tar.gz diff --git a/woffTools.spec b/woffTools.spec deleted file mode 100644 index fdb96a1..0000000 --- a/woffTools.spec +++ /dev/null @@ -1,176 +0,0 @@ -%global commit0 67030d47ccb97993eb683e23bbce0f79d9577cf5 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) - -Name: woffTools -Version: 0.1 -Release: 0.39.20160211git%{?dist} -Summary: Tool for manipulating and examining WOFF files - -License: MIT -URL: https://github.com/typesupply/woffTools -Source0: https://github.com/typesupply/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz - -BuildArch: noarch -BuildRequires: python3-devel -BuildRequires: python3-fonttools -Requires: python3-fonttools -Requires: python3-woffTools - -%description -woffTools is a collection of command line tools for verifying and -examining WOFF files. This is also a Python package that can be used -to manipulate and examine WOFF files just as you can examine SFNT files -with FontTools. - -%package -n python3-%{name} -Summary: Tool for manipulating and examining WOFF files -%{?python_provide:%python_provide python3-%{name}} - -%description -n python3-%{name} -An python module which provides a convenient example. - -%prep -%setup -q -n %{name}-%{commit0} - -# Remove shebang -sed -i -e '/^#! \//, 1d' Lib/woffTools/tools/validate.py - -2to3 -w . - -%build -%py3_build - -%install -%py3_install - -%files -%{_bindir}/woff* - -%files -n python3-%{name} -%doc README.txt -%license License.txt -%{python3_sitelib}/* - -%changelog -* Sat Jul 22 2023 Fedora Release Engineering - 0.1-0.39.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Mon Jun 19 2023 Python Maint - 0.1-0.38.20160211git -- Rebuilt for Python 3.12 - -* Sat Jan 21 2023 Fedora Release Engineering - 0.1-0.37.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.1-0.36.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jun 15 2022 Python Maint - 0.1-0.35.20160211git -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 0.1-0.34.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.1-0.33.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.1-0.32.20160211git -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.1-0.31.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.1-0.30.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.1-0.29.20160211git -- Rebuilt for Python 3.9 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.1-0.28.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 0.1-0.27.20160211git -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.1-0.26.20160211git -- Rebuilt for Python 3.8 - -* Mon Jul 29 2019 Miro Hrončok - 0.1-0.25.20160211git -- Drop python2-woffTools (#1634872) - -* Sat Jul 27 2019 Fedora Release Engineering - 0.1-0.24.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.1-0.23.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.1-0.22.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.1-0.21.20160211git -- Rebuilt for Python 3.7 - -* Sun Feb 11 2018 Filipe Rosset - 0.1-0.20.20160211git -- rebuilt to fix FTBFS on rawhide - -* Fri Feb 09 2018 Fedora Release Engineering - 0.1-0.19.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.1-0.18.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.1-0.17.20160211git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.1-0.16.20160211git -- Rebuild for Python 3.6 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.1-0.15.20160211git -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 11 2016 Parag Nemade - 0.1-0.14.20160211git -- Update to latest snapshot 20160211 - -* Fri Feb 05 2016 Fedora Release Engineering - 0.1-0.13.20151005git -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 0.1-0.12.20151005git -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Mon Oct 05 2015 Parag Nemade - 0.1-0.11.20151005git -- Update to new upstream github URL -- Follow git hosting source guidelines -- remove optional group tag, buildroot, defattr, %%clean -- removal of buildroot from %%install -- follow newer python packaging guidelines - -* Fri Sep 11 2015 Sandeep Shedmake - 0.1-0.10.684svn -- Patch0 added, Release bumped - -* Fri Jun 19 2015 Fedora Release Engineering - 0.1-0.9.684svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.1-0.8.684svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.1-0.7.684svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.1-0.6.684svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.1-0.5.684svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.1-0.4.684svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.1-0.3.684svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.1-0.2.684svn -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Fri Nov 27 2009 Parag Nemade - 0.1-0.1.684svn -- Initial specfile for Fedora - -