Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2017-05-06 18:29:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and      /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebindings-smokegen"

Sat May  6 18:29:54 2017 rev:56 rq:492605 version:4.14.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes    
    2015-09-24 06:15:53.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2017-05-06 18:30:12.226551205 +0200
@@ -1,0 +2,7 @@
+Wed May  3 09:04:53 UTC 2017 - wba...@tmo.at
+
+- Add qscintilla-2.10.patch that adjusts FindQScintilla.cmake to
+  changes in qscintilla-2.10, the library has been renamed to
+  libqscintilla2_qt4.so
+
+-------------------------------------------------------------------

New:
----
  qscintilla-2.10.patch

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

Other differences:
------------------
++++++ kdebindings-smokegen.spec ++++++
--- /var/tmp/diff_new_pack.6GHYLR/_old  2017-05-06 18:30:13.074431565 +0200
+++ /var/tmp/diff_new_pack.6GHYLR/_new  2017-05-06 18:30:13.078431000 +0200
@@ -24,6 +24,8 @@
 Group:          Development/Libraries/KDE
 Url:            
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Source0:        smokegen-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE qscintilla-2.10.patch -- Adjust FindQScintilla.cmake to 
changes in qscintilla
+Patch:          qscintilla-2.10.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -56,6 +58,7 @@
 
 %prep
 %setup -q -n smokegen-%{version}
+%patch -p1
 
 %build
   %cmake_kde4 -d build

++++++ qscintilla-2.10.patch ++++++
>From 81fe80d42623136844ef220f843ba6e46e4fc1df Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer <wba...@tmo.at>
Date: Wed, 3 May 2017 10:51:05 +0200
Subject: [PATCH] Adjust FindQScintilla.cmake to changes in qscintilla

The library has been renamed to libqscintilla2_qt4.so in 2.10, so
look for that too.
---
 cmake/FindQScintilla.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/FindQScintilla.cmake b/cmake/FindQScintilla.cmake
index e821640..47fad10 100644
--- a/cmake/FindQScintilla.cmake
+++ b/cmake/FindQScintilla.cmake
@@ -21,7 +21,7 @@ IF(QT4_FOUND)
     "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
     )
 
-    SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
+    SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2_qt4 qscintilla2 
libqscintilla2)
     FIND_LIBRARY(QSCINTILLA_LIBRARY
         NAMES ${QSCINTILLA_NAMES}
         PATHS ${QT_LIBRARY_DIR}
-- 
2.12.0


Reply via email to