diff --git a/jython.spec b/jython.spec index f1384730c0fe7cde8c1925252ff773d9d5318d3c..5dde271ae916cbc6e39324f359d69245d3700879 100644 --- a/jython.spec +++ b/jython.spec @@ -2,7 +2,7 @@ %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') Name: jython Version: 2.7.1 -Release: 1 +Release: 2 Summary: A Java implementation of the Python language License: ASL 1.1 and BSD URL: http://www.jython.org/ @@ -66,7 +66,7 @@ Demonstrations and samples for %{name}. %patch2 -R -p1 %patch0 %patch1 -#%patch3 +%patch3 %patch4 -p1 %patch5 @@ -80,10 +80,6 @@ rmdir Lib/ensurepip/_bundled %endif rm -rf extlibs/* sed -i -e '/ - 2.7.1-2 +- Fix build failure caused by guava upgrade + * Mon Aug 3 2020 yanan li - 2.7.1-1 - Package init