Hello community, here is the log from the commit of package bsh for openSUSE:Factory checked in at 2017-09-15 22:32:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsh (Old) and /work/SRC/openSUSE:Factory/.bsh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsh" Fri Sep 15 22:32:16 2017 rev:20 rq:526357 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bsh/bsh.changes 2017-05-22 10:48:26.672786652 +0200 +++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2017-09-15 22:32:17.267212647 +0200 @@ -1,0 +2,6 @@ +Fri Sep 15 11:05:07 UTC 2017 - [email protected] + +- Avoid building this package with jdk9. It uses one deprecated + API that was removed in jdk9. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsh.spec ++++++ --- /var/tmp/diff_new_pack.9dxOKj/_old 2017-09-15 22:32:18.271071241 +0200 +++ /var/tmp/diff_new_pack.9dxOKj/_new 2017-09-15 22:32:18.271071241 +0200 @@ -41,8 +41,8 @@ BuildRequires: xalan-j2 Requires: bsf Requires: javapackages-tools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +BuildConflicts: java-devel >= 1.9 %description BeanShell is a small, free, embeddable Java source interpreter with @@ -218,10 +218,9 @@ #!/usr/bin/env %{_bindir}/%{name} EOF cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/%{name}doc -%fdupes %{buildroot}/usr +%fdupes %{buildroot}%{_prefix} %files -%defattr(-,root,root) %doc src/Changes.html src/License.txt src/README.txt %attr(0755,root,root) %{_bindir}/%{name} %attr(0755,root,root) %{_bindir}/%{name}doc @@ -234,15 +233,12 @@ %exclude %{_datadir}/%{name}/tests %files manual -%defattr(-,root,root) %doc docs/* %files javadoc -%defattr(-,root,root) %{_javadocdir}/%{name} %files demo -%defattr(-,root,root) %doc tests/README.txt tests/Interactive/README %{_datadir}/%{name}/tests
