Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2018-08-31 10:46:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpdk (Old)
 and      /work/SRC/openSUSE:Factory/.dpdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpdk"

Fri Aug 31 10:46:19 2018 rev:30 rq:632143 version:18.02.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes       2018-07-10 
16:15:24.525538327 +0200
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk-thunderx.changes  2018-08-31 
10:46:21.639341359 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 09:59:13 UTC 2018 - [email protected]
+
+- Fixed a syntax error affecting csh environment configuration(bsc#1102310)
+
+-------------------------------------------------------------------
dpdk.changes: same change

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

Other differences:
------------------
++++++ dpdk-thunderx.spec ++++++
--- /var/tmp/diff_new_pack.HmGaKb/_old  2018-08-31 10:46:22.911342909 +0200
+++ /var/tmp/diff_new_pack.HmGaKb/_new  2018-08-31 10:46:22.911342909 +0200
@@ -321,7 +321,7 @@
 EOF
 
 cat << EOF > %{buildroot}/%{_sysconfdir}/profile.d/dpdk-sdk-%{_arch}.csh
-if ( ! \$RTE_SDK ) then
+if ( ! \${?RTE_SDK} ) then
     setenv RTE_SDK "%{sdkdir}"
     setenv RTE_TARGET "%{target}"
     setenv RTE_INCLUDE "%{incdir}"

++++++ dpdk.spec ++++++
--- /var/tmp/diff_new_pack.HmGaKb/_old  2018-08-31 10:46:22.951342958 +0200
+++ /var/tmp/diff_new_pack.HmGaKb/_new  2018-08-31 10:46:22.951342958 +0200
@@ -319,7 +319,7 @@
 EOF
 
 cat << EOF > %{buildroot}/%{_sysconfdir}/profile.d/dpdk-sdk-%{_arch}.csh
-if ( ! \$RTE_SDK ) then
+if ( ! \${?RTE_SDK} ) then
     setenv RTE_SDK "%{sdkdir}"
     setenv RTE_TARGET "%{target}"
     setenv RTE_INCLUDE "%{incdir}"


Reply via email to