Hello community, here is the log from the commit of package ThePEG for openSUSE:Factory checked in at 2017-09-27 16:55:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ThePEG (Old) and /work/SRC/openSUSE:Factory/.ThePEG.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ThePEG" Wed Sep 27 16:55:24 2017 rev:10 rq:528886 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ThePEG/ThePEG.changes 2017-09-13 22:31:32.425428078 +0200 +++ /work/SRC/openSUSE:Factory/.ThePEG.new/ThePEG.changes 2017-09-27 16:55:25.278491667 +0200 @@ -1,0 +2,6 @@ +Sat Sep 23 14:34:17 UTC 2017 - [email protected] + +- Disable java bindings and binary until ThePEG becomes + compatible with openjdk >= 1.9; fixes build failures in Factory. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ThePEG.spec ++++++ --- /var/tmp/diff_new_pack.cobGln/_old 2017-09-27 16:55:26.074379701 +0200 +++ /var/tmp/diff_new_pack.cobGln/_new 2017-09-27 16:55:26.078379138 +0200 @@ -16,6 +16,12 @@ # +# DISABLE JAVA BINDINGS UNTIL COMPATIBLE WITH openjdk >= 1.9 +%if 0%{?suse_version} <= 1325 +%bcond_with java +%endif +# + Name: ThePEG Version: 2.1.1 Release: 0 @@ -39,7 +45,9 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gsl-devel +%if %{with java} BuildRequires: java-devel +%endif BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -102,7 +110,6 @@ %files devel %defattr(-,root,root) -%{_bindir}/thepeg %{_bindir}/runThePEG %{_bindir}/setupThePEG %{_includedir}/%{name}/ @@ -114,7 +121,10 @@ %{_libdir}/%{name}/ThePEGDefaults.rpo %{_libdir}/%{name}/runThePEG-%{version} %{_libdir}/%{name}/setupThePEG-%{version} -%{_libdir}/%{name}/ThePEG.jar %{_datadir}/%{name}/ +%if %{with java} +%{_bindir}/thepeg +%{_libdir}/%{name}/ThePEG.jar +%endif %changelog
