Hello community,

here is the log from the commit of package vpp for openSUSE:Factory checked in 
at 2019-09-30 15:58:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vpp (Old)
 and      /work/SRC/openSUSE:Factory/.vpp.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vpp"

Mon Sep 30 15:58:14 2019 rev:22 rq:733671 version:19.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/vpp/vpp.changes  2019-05-21 10:41:02.267061641 
+0200
+++ /work/SRC/openSUSE:Factory/.vpp.new.2352/vpp.changes        2019-09-30 
15:58:15.717398176 +0200
@@ -1,0 +2,7 @@
+Fri Sep 27 09:29:43 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Replace gcc7 and gcc7-c++ with plain gcc and gcc-c++
+  BuildRequires. Current version builds just fine with gcc9. Also
+  remove the explicit CC=gcc-7 CXX=g++-7 from make call.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vpp.spec ++++++
--- /var/tmp/diff_new_pack.l3Cjk3/_old  2019-09-30 15:58:16.697395568 +0200
+++ /var/tmp/diff_new_pack.l3Cjk3/_new  2019-09-30 15:58:16.701395557 +0200
@@ -42,8 +42,8 @@
 BuildRequires:  cmake
 BuildRequires:  distribution-release
 BuildRequires:  dpdk-devel => 18.11
-BuildRequires:  gcc7
-BuildRequires:  gcc7-c++
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
 BuildRequires:  git
 BuildRequires:  glibc-devel
 BuildRequires:  glibc-devel-static
@@ -159,7 +159,7 @@
 
 cd build 
 cmake ../src
-make CC=gcc-7 CXX=g++-7 PLATFORM=vpp TAG=vpp 
MAKE_PARALLEL_JOBS="%{?_smp_mflags}" 
+make PLATFORM=vpp TAG=vpp MAKE_PARALLEL_JOBS="%{?_smp_mflags}" 
 
 cd - 
 cd ./src/vpp-api/python && %{py2_build}


Reply via email to