Hello community, here is the log from the commit of package gluegen2 for openSUSE:Factory checked in at 2017-05-27 13:15:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gluegen2 (Old) and /work/SRC/openSUSE:Factory/.gluegen2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gluegen2" Sat May 27 13:15:46 2017 rev:9 rq:496809 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gluegen2/gluegen2.changes 2016-03-16 10:35:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gluegen2.new/gluegen2.changes 2017-05-27 13:15:49.841002711 +0200 @@ -1,0 +2,5 @@ +Fri May 19 16:18:02 UTC 2017 - [email protected] + +- Remove ant and junit deps to reduce buildgraph + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gluegen2.spec ++++++ --- /var/tmp/diff_new_pack.2cIWYi/_old 2017-05-27 13:15:52.296655538 +0200 +++ /var/tmp/diff_new_pack.2cIWYi/_new 2017-05-27 13:15:52.300654972 +0200 @@ -1,7 +1,7 @@ # # spec file for package gluegen2 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,8 @@ %define src_name gluegen-v%{version} %define jcppsrc_name jcpp-v%{version} +%global gluegen_devel_dir %{_datadir}/%{name} +%global inst_srcdir %{buildroot}%{gluegen_devel_dir} Name: gluegen2 Version: 2.3.2 Release: 0 @@ -38,7 +40,6 @@ # PATCH-FIX-UPSTREAM gluegen2-no-static-libstdc++.patch [email protected] -- Do not use -static-libstdc++ option for linker, causes build failures Patch7: gluegen2-no-static-libstdc++.patch Patch8: gluegen2-missing-arch-symbol.patch -BuildRequires: ant BuildRequires: ant-antlr BuildRequires: ant-contrib BuildRequires: ant-findbugs @@ -46,9 +47,7 @@ BuildRequires: cpptasks BuildRequires: java-devel BuildRequires: javapackages-tools -BuildRequires: junit >= 4.8 Requires: java -Requires: javapackages-tools BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -136,10 +135,7 @@ ant -Djavacdebug=true \ -Djavacdebuglevel=lines,vars,source \ -Dc.compiler.debug=true \ - \ all -# FIXME: Disable all junit tests because it requires packages not yet packaged in obs -# junit.run %install # arch independent jars @@ -151,8 +147,6 @@ install -Dm 755 build/obj/libgluegen-rt.so %{buildroot}%{_libdir}/lib%{name}-rt.so # source code -%global gluegen_devel_dir %{_datadir}/%{name} -%global inst_srcdir %{buildroot}%{gluegen_devel_dir} mkdir -p %{inst_srcdir} %{inst_srcdir}/build cp -rdf -t %{inst_srcdir} make find %{inst_srcdir} -name '*.orig' -type f -delete -print
