Hello community,

here is the log from the commit of package klatexformula for openSUSE:Factory 
checked in at 2016-04-22 16:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/klatexformula (Old)
 and      /work/SRC/openSUSE:Factory/.klatexformula.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "klatexformula"

Changes:
--------
--- /work/SRC/openSUSE:Factory/klatexformula/klatexformula.changes      
2014-02-02 07:50:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.klatexformula.new/klatexformula.changes 
2016-04-22 16:25:43.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Mar 12 18:44:45 UTC 2016 - antoine.belv...@laposte.net
+
+- Fix build on Tumbleweed (CMake error):
+  * Add klatexformula-3.2.8-remove-uninstall-target.patch
+
+-------------------------------------------------------------------

New:
----
  klatexformula-3.2.8-remove-uninstall-target.patch

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

Other differences:
------------------
++++++ klatexformula.spec ++++++
--- /var/tmp/diff_new_pack.nVhCIW/_old  2016-04-22 16:25:44.000000000 +0200
+++ /var/tmp/diff_new_pack.nVhCIW/_new  2016-04-22 16:25:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package klatexformula
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -86,6 +86,8 @@
 Provides:       KLatexFormula = %{version}
 Provides:       klatexformula-plugins = %{version}
 Patch0:         klatexformula-3.2.5-add-needed.patch
+# PATCH-FIX-UPSTREAM klatexformula-3.2.8-remove-uninstall-target.patch -- fix 
CMake build error (picked from Debian)
+Patch1:         klatexformula-3.2.8-remove-uninstall-target.patch
 
 %description
 KLatexFormula is an easy-to-use graphical user interface for generating images
@@ -273,6 +275,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 

++++++ klatexformula-3.2.8-remove-uninstall-target.patch ++++++
Description: Remove the uninstall target 
Last-Update: 2015-12-17

--- a/cmake/klfinstallpaths.cmake
+++ b/cmake/klfinstallpaths.cmake
@@ -544,17 +544,3 @@
 \")
 endif(NOT \"\$ENV{DESTDIR}\" STREQUAL \"\" AND CMAKE_INSTALL_PREFIX MATCHES 
\"^[A-Za-z]:\")
 ")
-
-
-
-# Uninstall target
-# ----------------
-
-configure_file(
-  "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
-  "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall_script.cmake"
-  IMMEDIATE @ONLY)
-add_custom_target(uninstall
-  "${CMAKE_COMMAND}" -P 
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall_script.cmake")
-
-

Reply via email to