Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-11-14 16:36:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2012-11-10 
16:55:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-11-14 
16:36:37.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 14 12:55:10 UTC 2012 - idon...@suse.com
+
+- Add cmake-gettext.patch to fix gettext detection 
+
+-------------------------------------------------------------------

New:
----
  cmake-gettext.patch

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

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.pSnz7d/_old  2012-11-14 16:36:38.000000000 +0100
+++ /var/tmp/diff_new_pack.pSnz7d/_new  2012-11-14 16:36:38.000000000 +0100
@@ -23,6 +23,7 @@
 Source0:        http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch1:         cmake-disable-builtin-chrpath.diff
 Patch2:         cmake-fix-ruby-test.patch
+Patch3:         cmake-gettext.patch
 Summary:        Cross-platform, open-source make system
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
@@ -51,6 +52,7 @@
 %setup -q
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"

++++++ cmake-gettext.patch ++++++
Index: cmake-2.8.10.1/Modules/FindGettext.cmake
===================================================================
--- cmake-2.8.10.1.orig/Modules/FindGettext.cmake
+++ cmake-2.8.10.1/Modules/FindGettext.cmake
@@ -209,5 +209,3 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
    add_dependencies(pofiles ${uniqueTargetName})
 
 endfunction()
-
-set(GETTEXT_FOUND ${Gettext_FOUND})
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to