diff --git a/babel.spec b/babel.spec index 55e3086..1ef9c22 100644 --- a/babel.spec +++ b/babel.spec @@ -6,8 +6,8 @@ # And pytest is at this point not yet ready %global bootstrap 0 -# Build without Python 2 support from F32 on. -%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 32 || 0%{?rhel} >= 9 +# Build without Python 2 support from F33 on. +%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 33 || 0%{?rhel} >= 9 %bcond_with python2 %else %bcond_without python2 @@ -15,7 +15,7 @@ Name: babel Version: 2.7.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -171,6 +171,10 @@ export TZ=America/New_York %endif %changelog +* Thu Oct 31 2019 Nils Philippsen - 2.7.0-7 +- drop python2-babel only from F33 on as it is needed for trac (for the time + being, #1737930) + * Thu Oct 31 2019 Nils Philippsen - 2.7.0-6 - drop python2-babel from F32 on