Hello community,

here is the log from the commit of package homerun for openSUSE:Factory checked 
in at 2014-08-27 07:46:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/homerun (Old)
 and      /work/SRC/openSUSE:Factory/.homerun.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "homerun"

Changes:
--------
--- /work/SRC/openSUSE:Factory/homerun/homerun.changes  2014-07-02 
15:04:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.homerun.new/homerun.changes     2014-08-27 
07:47:00.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug 14 09:07:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added kde4_includes.patch: install headers into kde4 includes
+  directory, otherwise they are not found and used if not in
+  standard system dir
+
+-------------------------------------------------------------------

New:
----
  kde4_includes.patch

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

Other differences:
------------------
++++++ homerun.spec ++++++
--- /var/tmp/diff_new_pack.RvHXhu/_old  2014-08-27 07:47:01.000000000 +0200
+++ /var/tmp/diff_new_pack.RvHXhu/_new  2014-08-27 07:47:01.000000000 +0200
@@ -25,6 +25,9 @@
 Release:        0
 %define sonum   0
 Source0:        
http://download.kde.org/stable/%{name}/src/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM kde4_includes.patch -- install headers into kde4 includes 
directory, otherwise they are not found and used if not in
+# standard system dir
+Patch0:         kde4_includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://userbase.kde.org/Homerun
 BuildRequires:  kdebase4-workspace-devel >= 4.10.0
@@ -73,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # Until broken autotests are fixed, kde#332031
 sed -i '/^add_subdirectory(tests)/d' CMakeLists.txt
 

++++++ kde4_includes.patch ++++++
--- homerun-1.2.5/lib/CMakeLists.txt    2014-06-30 17:12:43.000000000 +0200
+++ homerun-1.2.5.new/lib/CMakeLists.txt        2014-08-14 11:05:11.953251486 
+0200
@@ -53,7 +53,7 @@ add_custom_target(dox COMMAND
 # Install
 ## Headers
 install(DIRECTORY .
-    DESTINATION include/homerun
+    DESTINATION ${INCLUDE_INSTALL_DIR}/homerun
     FILES_MATCHING PATTERN "*.h"
     )
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to