Hello community, here is the log from the commit of package vpp for openSUSE:Factory checked in at 2018-06-22 13:35:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vpp (Old) and /work/SRC/openSUSE:Factory/.vpp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vpp" Fri Jun 22 13:35:57 2018 rev:14 rq:618316 version:18.04 Changes: -------- --- /work/SRC/openSUSE:Factory/vpp/vpp.changes 2018-04-27 16:08:17.904544070 +0200 +++ /work/SRC/openSUSE:Factory/.vpp.new/vpp.changes 2018-06-22 13:36:00.297271537 +0200 @@ -1,0 +2,5 @@ +Thu Jun 21 13:28:06 UTC 2018 - [email protected] + +- Using gcc7 compiler + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vpp.spec ++++++ --- /var/tmp/diff_new_pack.TPuyXn/_old 2018-06-22 13:36:01.185238711 +0200 +++ /var/tmp/diff_new_pack.TPuyXn/_new 2018-06-22 13:36:01.189238563 +0200 @@ -41,8 +41,8 @@ BuildRequires: chrpath BuildRequires: distribution-release BuildRequires: dpdk-devel => 18.02 -BuildRequires: gcc -BuildRequires: gcc-c++ +BuildRequires: gcc7 +BuildRequires: gcc7-c++ BuildRequires: glibc-devel BuildRequires: glibc-devel-static BuildRequires: java-devel >= 1.8 @@ -165,8 +165,8 @@ export VPP_BUILD_USER=suse export VPP_BUILD_HOST=SUSE -make V=1 PLATFORM=vpp bootstrap -make V=1 PLATFORM=vpp build-release +make CC=gcc-7 CXX=g++-7 V=1 PLATFORM=vpp bootstrap +make CC=gcc-7 CXX=g++-7 V=1 PLATFORM=vpp build-release cd %{_vpp_build_dir}/../src/vpp-api/python && %{py2_build} @@ -332,7 +332,7 @@ %config %{_sysconfdir}/vpp/startup.conf %{_sysconfdir}/bash_completion.d/vppctl_completion %{_datadir}/vpp/vppctl-cmd-list -%doc LICENSE +%license LICENSE %files -n %{lname} %exclude %{_libdir}/vpp_plugins
