From bae3ffb9a82ad01b2380310a9cedf2b8a1ac1765 Mon Sep 17 00:00:00 2001 From: Jiri Date: Jul 11 2020 03:28:00 +0000 Subject: Rebuilt for JDK-11 --- diff --git a/python-jep.spec b/python-jep.spec index 18e72fc..bf04c0a 100644 --- a/python-jep.spec +++ b/python-jep.spec @@ -20,7 +20,7 @@ Some benefits of embedding CPython in a JVM:\ Name: python-%{srcname} Version: 3.9.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Embed Python in Java License: zlib @@ -97,6 +97,9 @@ cat core* || : %changelog +* Sat Jul 11 2020 Jiri Vanek - 3.9.0-6 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Sat Jun 06 2020 Raphael Groner - 3.9.0-5 - add patch for python 3.9, avoid daemon thread, rhbz#1792062