Hello community, here is the log from the commit of package antlr for openSUSE:Factory checked in at 2018-09-17 14:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/antlr (Old) and /work/SRC/openSUSE:Factory/.antlr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "antlr" Mon Sep 17 14:25:51 2018 rev:44 rq:635760 version:2.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/antlr/antlr.changes 2018-07-24 17:33:27.472142969 +0200 +++ /work/SRC/openSUSE:Factory/.antlr.new/antlr.changes 2018-09-17 14:25:53.559811069 +0200 @@ -1,0 +2,7 @@ +Thu Sep 13 08:55:01 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Do not create compat symlink for python stuff as it was not working + before anyway +- Rename python package to python2-antlr (provide old symbol) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ antlr-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.fgDWfk/_old 2018-09-17 14:25:54.547810213 +0200 +++ /var/tmp/diff_new_pack.fgDWfk/_new 2018-09-17 14:25:54.551810209 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # ++++++ antlr.spec ++++++ --- /var/tmp/diff_new_pack.fgDWfk/_old 2018-09-17 14:25:54.571810192 +0200 +++ /var/tmp/diff_new_pack.fgDWfk/_new 2018-09-17 14:25:54.571810192 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -93,12 +93,13 @@ This package provides the C++ runtime (libantlr.a) and a headers files of antlr -%package -n python-%{name} +%package -n python2-%{name} Summary: ANother Tool for Language Recognition (python runtime) Group: Development/Tools/Other Requires: antlr +Provides: python-%{name} -%description -n python-%{name} +%description -n python2-%{name} Python support for generating your Lexers, Parsers and TreeParsers in Python. This feature extends the benefits of ANTLR's predicated-LL(k) parsing technology to the Python language and platform. @@ -149,9 +150,6 @@ %if %{with python2} install -d -m 0755 %{buildroot}%{python_sitearch}/%{name} cp -a lib/python/antlr/* %{buildroot}%{python_sitearch}/%{name} -# compat symlink -ln -s -f %{python_sitearch}/%{name}/*.py %{buildroot}%{_datadir}/%{name}-%{version}/ -ln -s -f %{python_sitearch}/%{name}/*.pyc %{buildroot}%{_datadir}/%{name}-%{version}/ %endif ### cpp runtime ### @@ -186,10 +184,8 @@ %{_includedir}/%{name} %if %{with python2} -%files -n python-%{name} +%files -n python2-%{name} %dir %{_datadir}/%{name}-%{version} -%{_datadir}/%{name}-%{version}/*py -%{_datadir}/%{name}-%{version}/*pyc %{python_sitearch}/%{name} %endif
