Hello community,

here is the log from the commit of package fec for openSUSE:Factory checked in 
at 2018-01-24 15:31:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fec (Old)
 and      /work/SRC/openSUSE:Factory/.fec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fec"

Wed Jan 24 15:31:33 2018 rev:3 rq:568559 version:3.0.0+git.20160910

Changes:
--------
--- /work/SRC/openSUSE:Factory/fec/fec.changes  2018-01-20 11:28:02.952621698 
+0100
+++ /work/SRC/openSUSE:Factory/.fec.new/fec.changes     2018-01-24 
15:31:34.879340144 +0100
@@ -1,0 +2,8 @@
+Tue Jan 23 11:35:09 UTC 2018 - [email protected]
+
+- Add patch:
+  * fec-fix-cmake-pkgconfig-whitespace.patch
+    Recent rpm version do not like the quotes around version
+    in the pkgconfig file.
+
+-------------------------------------------------------------------

New:
----
  fec-fix-cmake-pkgconfig-whitespace.patch

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

Other differences:
------------------
++++++ fec.spec ++++++
--- /var/tmp/diff_new_pack.yEDNTN/_old  2018-01-24 15:31:35.387316387 +0100
+++ /var/tmp/diff_new_pack.yEDNTN/_new  2018-01-24 15:31:35.391316200 +0100
@@ -27,6 +27,7 @@
 Url:            https://github.com/Opendigitalradio/ka9q-fec
 Source:         %{name}-%{version}.tar.xz
 Patch0:         fec-fix-cmake-libdir.patch
+Patch1:         fec-fix-cmake-pkgconfig-whitespace.patch
 BuildRequires:  cmake
 BuildRequires:  git-core
 BuildRequires:  pkg-config
@@ -61,6 +62,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake

++++++ fec-fix-cmake-pkgconfig-whitespace.patch ++++++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f842504..2d2e854 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ include(Version)
 
 if(NOT DEFINED VERSION)
     #set(VERSION 
"\"${VERSION_INFO_MAJOR}.${VERSION_INFO_MINOR}.${VERSION_INFO_PATCH}\"")
-    set(VERSION "\"${VERSION_INFO}\"")
+    set(VERSION "${VERSION_INFO}")
 endif()
 
 

Reply via email to