Hello community,

here is the log from the commit of package bladeRF for openSUSE:Factory checked 
in at 2017-09-05 15:19:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bladeRF (Old)
 and      /work/SRC/openSUSE:Factory/.bladeRF.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bladeRF"

Tue Sep  5 15:19:52 2017 rev:5 rq:521025 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/bladeRF/bladeRF.changes  2017-06-02 
10:34:21.659184418 +0200
+++ /work/SRC/openSUSE:Factory/.bladeRF.new/bladeRF.changes     2017-09-05 
15:19:53.161886265 +0200
@@ -1,0 +2,6 @@
+Tue Sep  5 08:36:54 UTC 2017 - [email protected]
+
+- Fix cmake syntax error:
+  * bladeRF-cmake_syntax.patch
+
+-------------------------------------------------------------------

New:
----
  bladeRF-cmake_syntax.patch

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

Other differences:
------------------
++++++ bladeRF.spec ++++++
--- /var/tmp/diff_new_pack.Zj9vG0/_old  2017-09-05 15:19:53.953774954 +0200
+++ /var/tmp/diff_new_pack.Zj9vG0/_new  2017-09-05 15:19:53.957774392 +0200
@@ -33,6 +33,8 @@
 Source:         
https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
 # PATCH-FIX-OPENSUSE bladeRF-add-cflag-Wno-format-truncation.patch boo#1041192
 Patch0:         bladeRF-add-cflag-Wno-format-truncation.patch
+# PATCH-FIX-UPSTREAM bladeRF-cmake_syntax.patch upstream commit 037e288
+Patch1:         bladeRF-cmake_syntax.patch
 BuildRequires:  cmake >= 2.8.4
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -77,6 +79,7 @@
 %prep
 %setup -q -n %{name}-%{release_name}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd host
@@ -89,8 +92,7 @@
   -DENABLE_LIBBLADERF_SYSLOG=ON \
 %endif
   -DBUILD_DOCUMENTATION=ON
-
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 cd host
@@ -109,21 +111,17 @@
 %udev_rules_update
 
 %files
-%defattr(-,root,root)
 %doc README.md COPYING CONTRIBUTORS
 %{_bindir}/bladeRF-cli
 %{_mandir}/man1/bladeRF-cli.1%{ext_man}
 
 %files udev
-%defattr(-,root,root)
 %{_udevrulesdir}/88-nuand.rules
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/libbladeRF.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libbladeRF.so
 %{_includedir}/libbladeRF.h
 %{_libdir}/pkgconfig/libbladeRF.pc

++++++ bladeRF-cmake_syntax.patch ++++++
>From 037e2886f2bfee42af99d77581d3cf9a23c64227 Mon Sep 17 00:00:00 2001
From: Rey Tucker <[email protected]>
Date: Tue, 1 Aug 2017 15:29:56 -0400
Subject: [PATCH] udev: fix CMakeLists syntax error (#509)

---
 host/misc/udev/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/host/misc/udev/CMakeLists.txt b/host/misc/udev/CMakeLists.txt
index 317fec4b9..2e25e289a 100644
--- a/host/misc/udev/CMakeLists.txt
+++ b/host/misc/udev/CMakeLists.txt
@@ -41,5 +41,4 @@ else()
     if(INSTALL_UDEV_RULES)
         message(STATUS "udev rules not supported on this platform. Hide this 
message via -DINSTALL_UDEV_RULES=Off")
     endif(INSTALL_UDEV_RULES)
-else()
 endif()

Reply via email to