commit cmake for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2014-01-30 19:14:19

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2013-11-25 
16:58:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2014-01-30 
19:14:22.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 28 19:46:59 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 2.8.12.2
+  * XCode: Fix compiler line matching for XCode 5.1.
+  * Visual Studio: Convert include path to backslashes for Visual
+Studio 2010 and newer.
+  * FindOpenMP: Support compilers that do not need any special flags.
+
+---
cmake.changes: same change

Old:

  cmake-2.8.12.1.tar.gz

New:

  cmake-2.8.12.2.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.ZrAHej/_old  2014-01-30 19:14:23.0 +0100
+++ /var/tmp/diff_new_pack.ZrAHej/_new  2014-01-30 19:14:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake-gui
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:2.8.12.1
+Version:2.8.12.2
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz

++ cmake.spec ++
--- /var/tmp/diff_new_pack.ZrAHej/_old  2014-01-30 19:14:23.0 +0100
+++ /var/tmp/diff_new_pack.ZrAHej/_new  2014-01-30 19:14:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cmake
-Version:2.8.12.1
+Version:2.8.12.2
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz

++ cmake-2.8.12.1.tar.gz - cmake-2.8.12.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-2.8.12.1/ChangeLog.manual 
new/cmake-2.8.12.2/ChangeLog.manual
--- old/cmake-2.8.12.1/ChangeLog.manual 2013-11-05 20:07:22.0 +0100
+++ new/cmake-2.8.12.2/ChangeLog.manual 2014-01-16 18:15:07.0 +0100
@@ -1,3 +1,20 @@
+Changes in CMake 2.8.12.2 (since 2.8.12.1)
+--
+Brad King (4):
+  VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)
+  Replace OBJECT_DIR rule placeholder consistently (#14667)
+  VS: Convert include path to backslashes for VS = 10
+  Revert Ninja: Track configured files so we can regenerate them.
+
+Rolf Eike Beer (1):
+  FindOpenMP: fix detecting compilers that do not need any special flag 
(#14567)
+
+Ruslan Baratov (1):
+  Xcode: Fix storyboard view
+
+Ted Kremenek (1):
+  CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
+
 Changes in CMake 2.8.12.1 (since 2.8.12)
 
 Brad King (9):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cmake-2.8.12.1/Modules/CMakeDetermineCompilerId.cmake 
new/cmake-2.8.12.2/Modules/CMakeDetermineCompilerId.cmake
--- old/cmake-2.8.12.1/Modules/CMakeDetermineCompilerId.cmake   2013-11-05 
20:07:22.0 +0100
+++ new/cmake-2.8.12.2/Modules/CMakeDetermineCompilerId.cmake   2014-01-16 
18:15:07.0 +0100
@@ -209,7 +209,7 @@
 #  ...
 #  /path/to/cc ...CompilerId${lang}/...
 # to extract the compiler front-end for the language.
-if(${CMAKE_${lang}_COMPILER_ID_OUTPUT} MATCHES \nLd[^\n]*(\n[ 
\t]+[^\n]*)*\n[ \t]+([^ 
\t\r\n]+)[^\r\n]*-o[^\r\n]*CompilerId${lang}/\\./CompilerId${lang}[ \t\n\\\])
+if(${CMAKE_${lang}_COMPILER_ID_OUTPUT} MATCHES \nLd[^\n]*(\n[ 
\t]+[^\n]*)*\n[ \t]+([^ 
\t\r\n]+)[^\r\n]*-o[^\r\n]*CompilerId${lang}/(\\./)?CompilerId${lang}[ 
\t\n\\\])
   set(_comp ${CMAKE_MATCH_2})
   if(EXISTS ${_comp})
 set(CMAKE_${lang}_COMPILER_ID_TOOL ${_comp} PARENT_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-2.8.12.1/Modules/FindOpenMP.cmake 

commit cmake for openSUSE:Factory

2013-12-09 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-12-09 16:53:46

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-11-25 
16:58:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-12-09 
16:53:47.0 +0100
@@ -1,0 +2,8 @@
+Sun Dec  8 23:00:40 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added fix-check-for-freetype251.patch, for resolving
+  build problems with Freetype2 2.5.1. For more details see:
+  http://www.cmake.org/Bug/view.php?id=14601 and
+  http://www.cmake.org/Bug/view.php?id=13959
+
+---

New:

  fix-check-for-freetype251.patch



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.kgFdzk/_old  2013-12-09 16:53:48.0 +0100
+++ /var/tmp/diff_new_pack.kgFdzk/_new  2013-12-09 16:53:48.0 +0100
@@ -24,6 +24,8 @@
 Source1:cmake.macros
 Source2:opensuse_rules.cmake
 Patch2: cmake-fix-ruby-test.patch
+# PATCH-FIX-UPSTREAM fix-check-for-freetype251.patch -- 
http://www.cmake.org/Bug/view.php?id=13959, 
http://www.cmake.org/Bug/view.php?id=14601
+Patch3: fix-check-for-freetype251.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -53,6 +55,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch2
+%patch3 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ fix-check-for-freetype251.patch ++
diff -Naur cmake-2.8.12.1.orig/Modules/FindFreetype.cmake 
cmake-2.8.12.1/Modules/FindFreetype.cmake
--- cmake-2.8.12.1.orig/Modules/FindFreetype.cmake  2013-11-05 
20:07:22.0 +0100
+++ cmake-2.8.12.1/Modules/FindFreetype.cmake   2013-12-09 01:12:02.967856671 
+0100
@@ -70,6 +70,19 @@
   PATH_SUFFIXES include/freetype2 include
 )
 
+if(NOT FREETYPE_INCLUDE_DIR_freetype2)
+  find_path(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h
+HINTS
+  ENV FREETYPE_DIR
+PATHS
+  /usr/X11R6
+  /usr/local/X11R6
+  /usr/local/X11
+  /usr/freeware
+PATH_SUFFIXES include/freetype2 include
+  )
+endif()
+
 find_library(FREETYPE_LIBRARY
   NAMES freetype libfreetype freetype219
   HINTS
@@ -91,8 +104,14 @@
 endif()
 set(FREETYPE_LIBRARIES ${FREETYPE_LIBRARY})
 
-if(FREETYPE_INCLUDE_DIR_freetype2 AND EXISTS 
${FREETYPE_INCLUDE_DIR_freetype2}/freetype/freetype.h)
-file(STRINGS ${FREETYPE_INCLUDE_DIR_freetype2}/freetype/freetype.h 
freetype_version_str
+if(EXISTS ${FREETYPE_INCLUDE_DIR_freetype2}/freetype/freetype.h)
+  set(FREETYPE_H ${FREETYPE_INCLUDE_DIR_freetype2}/freetype/freetype.h)
+elseif(EXISTS ${FREETYPE_INCLUDE_DIR_freetype2}/freetype.h)
+  set(FREETYPE_H ${FREETYPE_INCLUDE_DIR_freetype2}/freetype.h)
+endif()
+
+if(FREETYPE_INCLUDE_DIR_freetype2 AND FREETYPE_H)
+file(STRINGS ${FREETYPE_H} freetype_version_str
  REGEX ^#[\t ]*define[\t ]+FREETYPE_(MAJOR|MINOR|PATCH)[\t ]+[0-9]+$)
 
 unset(FREETYPE_VERSION_STRING)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-11-25 16:58:37

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2013-10-19 
11:14:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2013-11-25 
16:58:38.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov 25 03:40:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop old 2.8.12 tarball
+- Adjust cmake-gui.spec so it uses 2.8.12.1
+
+---
+Thu Nov  7 12:52:33 UTC 2013 - vci...@suse.com
+
+- update to 2.8.12.1
+  * Reverts a change in behaviour from older versions caused by a bad
+implementation of a CMake Policy introduced in 2.8.12: CMP0022
+(bnc#849378)
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-11-08 
16:12:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-11-25 
16:58:38.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 25 03:40:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop old 2.8.12 tarball
+- Adjust cmake-gui.spec so it uses 2.8.12.1
+
+---

Old:

  cmake-2.8.12.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.n9ns6b/_old  2013-11-25 16:58:39.0 +0100
+++ /var/tmp/diff_new_pack.n9ns6b/_new  2013-11-25 16:58:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:2.8.12
+Version:2.8.12.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-11-08 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-11-08 16:12:11

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-11-07 
08:35:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-11-08 
16:12:12.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov  7 12:52:33 UTC 2013 - vci...@suse.com
+
+- update to 2.8.12.1
+  * Reverts a change in behaviour from older versions caused by a bad
+implementation of a CMake Policy introduced in 2.8.12: CMP0022
+(bnc#849378)
+
+---

New:

  cmake-2.8.12.1.tar.gz



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.6FYNYL/_old  2013-11-08 16:12:13.0 +0100
+++ /var/tmp/diff_new_pack.6FYNYL/_new  2013-11-08 16:12:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake
-Version:2.8.12
+Version:2.8.12.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-11-06 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-11-07 08:35:51

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-10-19 
11:14:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-11-07 
08:35:52.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  6 12:42:56 UTC 2013 - bo...@steki.net
+
+- updated cmake.macros to include installation path for cmake modules 
+
+---



Other differences:
--
cmake.spec: same change
++ cmake.macros ++
--- /var/tmp/diff_new_pack.VXZsOH/_old  2013-11-07 08:35:53.0 +0100
+++ /var/tmp/diff_new_pack.VXZsOH/_new  2013-11-07 08:35:53.0 +0100
@@ -34,7 +34,8 @@
 -DBUILD_STATIC_LIBS:BOOL=OFF \\\
 -DCMAKE_COLOR_MAKEFILE:BOOL=OFF \\\
 -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF \\\
-
-DCMAKE_USER_MAKE_RULES_OVERRIDE=/usr/share/cmake/Modules/opensuse_rules.cmake
+-DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules \\\
+
-DCMAKE_USER_MAKE_RULES_OVERRIDE=%{_datadir}/cmake/Modules/opensuse_rules.cmake
 
 %cmake_install \
 cd build \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-10-19 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-10-19 11:10:00

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2013-08-04 
16:48:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2013-10-19 
11:14:31.0 +0200
@@ -1,0 +2,438 @@
+Tue Oct  8 16:35:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.8.12
+  * Xcode: Fix test architecture selection for Xcode = 5
+  * Xcode: Teach Tests/BuildDepends to allow LINK_DEPENDS_NO_SHARED failure
+  * Xcode: Drop XCODE_DEPEND_HELPER for Xcode = 5
+  * Xcode: Fix OBJECT library support for Xcode 5 (#14254)
+  * Genex: Fix processing multiple include directories for relative paths
+  * VS: Future-proof Intel project format selection
+  * MSVC: Drop /link from executable link lines with Ninja
+  * FindCUDA: Always list custom command outputs in their targets
+  * FindPNG: Honor old PNG_LIBRARY if provided (#14398)
+  * FindHDF5: Fix regression in per-configuration library selection
+  * bash-completion: Future-proof --help-*-list c version filtering
+  * OS X: Search system SDKs for frameworks
+  * Use first custom command for the same output (#14446)
+  * MSVC: Fix version test for linking corelibc on Windows CE (#14420)
+  * MSVC: Fix WinCE arch family preprocessor symbol (#14436)
+  * VS: Use version-specific subsystem for WinCE compiler id (#14440)
+  * bootstrap: try better workaround for builds on Linux/HPPA
+  * Add differing target property content to policy CMP0022 warning
+  * Fix CMP0022 warning when no old-style property is set
+  * genex: Fix preprocessing with incomplete content (#14410).
+  * cmMakefile: Do not track CMake temporary files.
+  * Fix RunCMake.Configure test expectation newline matching
+  * Clean up install rules of CMake itself (#14371)
+  * OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
+  * FindImageMagick: Find libraries named with HDRI support (#14348)
+  * FindTCL: Add BSD paths for Tcl/Tk 8.6
+  * VS: Generate ToolsVersion matching each VS version
+  * cmMakefile: Do not track configured files known to be temporary
+  * CheckC*CompilerFlag: add documentation what to expect from a positive 
result
+  * Fix OLD behavior of CMP0021.
+  * try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES
+  * try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES
+  * Genex: Fix evaluation of MAP_IMPORTED_CONFIG_CONFIG
+  * Fix some whitespace errors in docs.
+  * Normalize system directories from the interface target property
+  * CPack: Fix a typo in documentation
+  * CTest: Fix GTM coverage parsing line offset bug
+  * CPackWIX: Add support for custom WiX templates
+  * CMakeSystem: include toolchain file after setting CMAKE_HOST_ (#13796)
+  * Add support files for C, C++ and ASM for the IAR toolchain.
+  * Add regexps for the IAR toolchain to the vendor list.
+  * Add IAR to the CMakeDetectC(XX)CompilerID.c(pp).in
+  * cmake-gui: use shortcut F only for Find in Output
+  * Eclipse: fix #14204 and #14205: no file links to directories
+  * automoc: add a global AUTOMOC_TARGETS_FOLDER property
+  * install: do not strip dll import libraries (#14123)
+  * ExportTargets: add one more comment to the generated file.
+  * Add documentation for the --graphviz support
+  * graphvizoptions: add copyright notice
+  * add macros cmake_print_properties() and cmake_print_variables()
+  * VS: Detect MSVC compiler id on ARM toolchain
+  * Fix spelling and typos (affecting users)
+  * Fix spelling and typos (affecting binary data / module messages)
+  * Fix spelling and typos (non-binary)
+  * Fix spelling and typos (product names)
+  * FindwxWidgets: add DOC strings with usual style
+  * Explain distribution of Win9x binary on all Windows versions.
+  * VS10: add detailed comment about MIDL processing
+  * Docs: Update description of CMAKE_(BUILD_TYPE|CONFIGURATION_TYPES)
+  * Docs: Clarify that CMAKE_*_(PREFIX|SUFFIX) affect filenames
+  * Docs: Clarify wording flag used = flag (to|will) be used
+  * set_property: Do not remove a property when APPENDing nothing
+  * Tests/RunCMake: Document stripping of expected output
+  * export: Error when exporting a target without a language
+  * variable_watch: Store client data as pointers
+  * variable_watch: Add a deleter for the client data
+  * variable_watch: Match client_data when finding duplicates
+  * variable_watch: Allow specifying the data to match in RemoveWatch
+  * variable_watch: Prevent making extra entries in the watch map
+  * variable_watch: Fix a typo in the error message
+  * variable_watch: Don't share memory for callbacks
+  * variable_watch: Check newValue for 

commit cmake for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-09-12 07:09:15

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-08-19 
13:31:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-09-12 
07:09:16.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 11 11:49:06 UTC 2013 - kkae...@suse.com
+
+- Fix build for SLE10 (no fdupes)
+
+---



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.wIALpe/_old  2013-09-12 07:09:17.0 +0200
+++ /var/tmp/diff_new_pack.wIALpe/_new  2013-09-12 07:09:17.0 +0200
@@ -31,7 +31,9 @@
 Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
+%if 0%{?suse_version}  1010
 BuildRequires:  fdupes
+%endif
 %if 0%{?sles_version} != 10
 BuildRequires:  libarchive-devel
 %endif
@@ -90,7 +92,7 @@
 -e 's:OPTFLAGS:%{optflags}:g' \
 %{buildroot}%{_datadir}/cmake/Modules/opensuse_rules.cmake
 
-%if 0%{?suse_version}
+%if 0%{?suse_version}  1010
 %fdupes %{buildroot}/usr/share/cmake
 %endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-08-19 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-08-19 13:31:18

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-08-04 
16:48:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-08-19 
13:31:20.0 +0200
@@ -1,0 +2,23 @@
+Mon Aug 12 19:21:05 UTC 2013 - tchva...@suse.com
+
+- One more backslash here.
+
+---
+Mon Aug 12 19:03:31 UTC 2013 - tchva...@suse.com
+
+- Backshlashes were missing in macros.
+
+---
+Mon Aug 12 18:51:14 UTC 2013 - tchva...@suse.com
+
+- Add opensuse_rules.cmake to set the default compiler and linker
+  opts. Tweak a bit the macro to not let upstreams twerk with the
+  cmake files too much.
+
+---
+Sun Aug 11 11:20:12 UTC 2013 - tchva...@suse.com
+
+- Provide macros.cmake which contains %cmake macro to reduce
+  mess in the spec files.
+
+---

New:

  cmake.macros
  opensuse_rules.cmake



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.CeKihF/_old  2013-08-19 13:31:21.0 +0200
+++ /var/tmp/diff_new_pack.CeKihF/_new  2013-08-19 13:31:21.0 +0200
@@ -21,6 +21,8 @@
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
+Source1:cmake.macros
+Source2:opensuse_rules.cmake
 Patch2: cmake-fix-ruby-test.patch
 Patch3: cmake-fix-ImageMagick6.patch
 Patch4: cmake-cmCustomCommand_add_operator=.patch
@@ -80,13 +82,21 @@
 mkdir -p %{buildroot}%{_libdir}/cmake
 find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
 cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
+# rpm macros
+install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/rpm/macros.cmake
+# buildrules
+install -m644 %{SOURCE2} -D 
%{buildroot}%{_datadir}/cmake/Modules/opensuse_rules.cmake
+sed -i \
+-e 's:OPTFLAGS:%{optflags}:g' \
+%{buildroot}%{_datadir}/cmake/Modules/opensuse_rules.cmake
 
 %if 0%{?suse_version}
-%fdupes %buildroot/usr/share/cmake
+%fdupes %{buildroot}/usr/share/cmake
 %endif
 
 %files
 %defattr(-,root,root)
+%{_sysconfdir}/rpm/macros.cmake
 %{_bindir}/cpack
 %{_bindir}/cmake
 %{_bindir}/ctest

++ cmake.macros ++
#
# Macros for cmake
#
%__cmake %{_bindir}/cmake
%_cmake_debug %{?with_debug:debug}%{?!with_debug:release}

%cmake \
CFLAGS=${CFLAGS:-%optflags} ; export CFLAGS ; \
CXXFLAGS=${CXXFLAGS:-%optflags} ; export CXXFLAGS ; \
FFLAGS=${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}} ; export FFLAGS ; \
find . -name CMakeLists.txt \\\
-exec sed -i -e 
'/^[[:space:]]*[sS][eE][tT][[:space:]]*([[:space:]]*CMAKE_BUILD_TYPE.*)/{s/^/#IGNORE
 /g}' {} + \\\
-exec sed -i -e 
'/^[[:space:]]*[sS][eE][tT][[:space:]]*([[:space:]]*CMAKE_COLOR_MAKEFILE.*)/{s/^/#IGNORE
 /g}' {} + \\\
-exec sed -i -e 
'/^[[:space:]]*[sS][eE][tT][[:space:]]*([[:space:]]*CMAKE_INSTALL_PREFIX.*)/{s/^/#IGNORE
 /g}' {} + \\\
-exec sed -i -e 
'/^[[:space:]]*[sS][eE][tT][[:space:]]*([[:space:]]*CMAKE_VERBOSE_MAKEFILE.*)/{s/^/#IGNORE
 /g}' {} + \
mkdir -p build \
cd build \
%define enable_debug 1 \
%{?_enable_debug: %{expand: %%global enable_debug 1}} \
%__cmake .. \\\
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \\\
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \\\
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \\\
-DLIB_INSTALL_DIR:PATH=%{_libdir} \\\
-DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\
-DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \\\
-DCMAKE_BUILD_TYPE=%{_cmake_debug} \\\
%if %{?_lib} == lib64 \
-DLIB_SUFFIX=64 \\\
%endif \
-DCMAKE_SKIP_RPATH:BOOL=ON \\\
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \\\
-DBUILD_SHARED_LIBS:BOOL=ON \\\
-DBUILD_STATIC_LIBS:BOOL=OFF \\\
-DCMAKE_COLOR_MAKEFILE:BOOL=OFF \\\
-DCMAKE_INSTALL_DO_STRIP:BOOL=OFF \\\

-DCMAKE_USER_MAKE_RULES_OVERRIDE=/usr/share/cmake/Modules/opensuse_rules.cmake

%cmake_install \
cd build \
make DESTDIR=%{buildroot} install/fast \
cd ..
++ opensuse_rules.cmake ++
SET (CMAKE_AR /usr/bin/ar CACHE FILEPATH Archive manager FORCE)
SET (CMAKE_ASM_COMPILE_OBJECT CMAKE_C_COMPILER DEFINES OPTFLAGS FLAGS -o 
OBJECT -c SOURCE CACHE STRING ASM compile command FORCE)
SET (CMAKE_C_COMPILER /usr/bin/gcc 

commit cmake for openSUSE:Factory

2013-08-02 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-08-02 15:14:32

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-07-24 
15:04:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-08-02 
15:14:33.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug  1 09:12:20 UTC 2013 - vci...@suse.com
+
+- Drop cmake-disable-builtin-chrpath.diff (bnc#786345)
+  The RPATH/RUNPATH bug was fixed in 2.8.0
+
+---

Old:

  cmake-disable-builtin-chrpath.diff



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.lKfdXB/_old  2013-08-02 15:14:33.0 +0200
+++ /var/tmp/diff_new_pack.lKfdXB/_new  2013-08-02 15:14:33.0 +0200
@@ -21,7 +21,6 @@
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
-Patch4: cmake-disable-builtin-chrpath.diff
 Summary:CMake graphical user interface
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -50,7 +49,6 @@
 
 %prep
 %setup -q -n cmake-%{version}
-%patch4
 
 %build
 EXTRA_FLAGS=--qt-gui

++ cmake.spec ++
--- /var/tmp/diff_new_pack.lKfdXB/_old  2013-08-02 15:14:33.0 +0200
+++ /var/tmp/diff_new_pack.lKfdXB/_new  2013-08-02 15:14:33.0 +0200
@@ -21,7 +21,6 @@
 Release:0
 Url:http://www.cmake.org/
 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-fix-ImageMagick6.patch
 Patch4: cmake-cmCustomCommand_add_operator=.patch
@@ -51,7 +50,6 @@
 
 %prep
 %setup -q
-%patch1
 %patch2
 %patch3 -p1
 %patch4 -p1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-07-24 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-07-24 15:04:49

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-06-24 
09:19:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-07-24 
15:04:50.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 17 11:49:37 UTC 2013 - vci...@suse.com
+
+- add missing operator= for cmCustomCommand (bnc#829544)
+  * cmake-cmCustomCommand_add_operator=.patch
+
+---

New:

  cmake-cmCustomCommand_add_operator=.patch



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.IVyYZZ/_old  2013-07-24 15:04:50.0 +0200
+++ /var/tmp/diff_new_pack.IVyYZZ/_new  2013-07-24 15:04:50.0 +0200
@@ -24,6 +24,7 @@
 Patch1: cmake-disable-builtin-chrpath.diff
 Patch2: cmake-fix-ruby-test.patch
 Patch3: cmake-fix-ImageMagick6.patch
+Patch4: cmake-cmCustomCommand_add_operator=.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -53,6 +54,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ cmake-cmCustomCommand_add_operator=.patch ++
From 17c841c42d69987c84940232428928c39f1637cd Mon Sep 17 00:00:00 2001
From: Brad King brad.k...@kitware.com
Date: Wed, 17 Jul 2013 11:02:46 -0400
Subject: [PATCH] add_custom_command: Manage backtrace memory correctly (#14299)

Add an assignment operator to cmCustomCommand to copy the Backtrace
member pointee and avoid multiple-free on destruction.

Reported-by: Vitezslav Cizek vci...@suse.cz
---
 Source/cmCustomCommand.cxx |   28 
 Source/cmCustomCommand.h   |1 +
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/Source/cmCustomCommand.cxx b/Source/cmCustomCommand.cxx
index bd860ee..3620a38 100644
--- a/Source/cmCustomCommand.cxx
+++ b/Source/cmCustomCommand.cxx
@@ -13,6 +13,8 @@
 
 #include cmMakefile.h
 
+#include cmsys/auto_ptr.hxx
+
 //
 cmCustomCommand::cmCustomCommand()
 {
@@ -36,6 +38,32 @@ cmCustomCommand::cmCustomCommand(const cmCustomCommand r):
 }
 
 //
+cmCustomCommand cmCustomCommand::operator=(cmCustomCommand const r)
+{
+  if(this == r)
+{
+return *this;
+}
+
+  this-Outputs = r.Outputs;
+  this-Depends = r.Depends;
+  this-CommandLines = r.CommandLines;
+  this-HaveComment = r.HaveComment;
+  this-Comment = r.Comment;
+  this-WorkingDirectory = r.WorkingDirectory;
+  this-EscapeAllowMakeVars = r.EscapeAllowMakeVars;
+  this-EscapeOldStyle = r.EscapeOldStyle;
+  this-ImplicitDepends = r.ImplicitDepends;
+
+  cmsys::auto_ptrcmListFileBacktrace
+newBacktrace(new cmListFileBacktrace(*r.Backtrace));
+  delete this-Backtrace;
+  this-Backtrace = newBacktrace.release();
+
+  return *this;
+}
+
+//
 cmCustomCommand::cmCustomCommand(cmMakefile* mf,
  const std::vectorstd::string outputs,
  const std::vectorstd::string depends,
diff --git a/Source/cmCustomCommand.h b/Source/cmCustomCommand.h
index dd92e34..e20d2bf 100644
--- a/Source/cmCustomCommand.h
+++ b/Source/cmCustomCommand.h
@@ -27,6 +27,7 @@ public:
   /** Default and copy constructors for STL containers.  */
   cmCustomCommand();
   cmCustomCommand(const cmCustomCommand r);
+  cmCustomCommand operator=(cmCustomCommand const r);
 
   /** Main constructor specifies all information for the command.  */
   cmCustomCommand(cmMakefile* mf,
-- 
1.7.0


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-06-24 09:19:36

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-06-11 
09:26:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-06-24 
09:19:37.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 20 19:17:35 UTC 2013 - tittiatc...@gmail.com
+
+- Added upstream patch cmake-fix-ImageMagick6.patch
+
+   FindImageMagick: Find v6 include dir (#14174)
+
+   The header files of ImageMagick are now located at
+   prefix/include/ImageMagick-6 instead of 
+   prefix/include/ImageMagick.
+
+---

New:

  cmake-fix-ImageMagick6.patch



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.ljD5i0/_old  2013-06-24 09:19:38.0 +0200
+++ /var/tmp/diff_new_pack.ljD5i0/_new  2013-06-24 09:19:38.0 +0200
@@ -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-fix-ImageMagick6.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-fix-ImageMagick6.patch ++
From: Funda Wang fundaw...@gmail.com
Date: Tue, 28 May 2013 06:17:49 + (+)
Subject: FindImageMagick: Find v6 include dir (#14174)
X-Git-Url: 
http://cmake.org/gitweb?p=cmake.git;a=commitdiff_plain;h=3de9bb48a5d7976d5f22e3c7c0f95cfda102ed8a

FindImageMagick: Find v6 include dir (#14174)

The header files of ImageMagick are now located at
prefix/include/ImageMagick-6 instead of prefix/include/ImageMagick.
---

diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
index cd97b38..02a5777 100644
--- a/Modules/FindImageMagick.cmake
+++ b/Modules/FindImageMagick.cmake
@@ -81,7 +81,7 @@ function(FIND_IMAGEMAGICK_API component header)
   ${ImageMagick_INCLUDE_DIRS}
   [HKEY_LOCAL_MACHINE\\SOFTWARE\\ImageMagick\\Current;BinPath]/include
 PATH_SUFFIXES
-  ImageMagick
+  ImageMagick ImageMagick-6
 DOC Path to the ImageMagick include dir.
 )
   find_library(ImageMagick_${component}_LIBRARY
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-06-11 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-06-11 06:25:57

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2013-05-27 
09:43:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2013-06-11 
09:26:06.0 +0200
@@ -1,0 +2,20 @@
+Sat Jun  8 08:16:43 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 2.8.11.1
+  * ExternalData: Do not re-stage staged object files
+  * try_compile: Fix quoting of libraries in generated CMakeLists.txt
+  * KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176)
+  * FindBoost: Fix handling of \ in input paths (#14179)
+  * Xcode: Fix framework search paths in STATIC library targets (#14191)
+  * Fix test failures caused by regexp-sensitive characters in the build paths
+  * include_directories: Fix handling of empty or space-only entries
+  * try_compile: Trim whitespace from LINK_LIBRARIES entries
+  * cmTarget: Remove some hardcoding of transitive property names.
+  * GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode.
+  * GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property.
+  * GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.
+  * FindQt4: Don't fail if certain Qt modules are unavailable.
+  * Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules.
+  * Genex: Fix the HEAD target used for evaluated expressions
+
+---
cmake.changes: same change

Old:

  cmake-2.8.11.tar.gz

New:

  cmake-2.8.11.1.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.lWyeKG/_old  2013-06-11 09:26:07.0 +0200
+++ /var/tmp/diff_new_pack.lWyeKG/_new  2013-06-11 09:26:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:2.8.11
+Version:2.8.11.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz

++ cmake.spec ++
--- /var/tmp/diff_new_pack.lWyeKG/_old  2013-06-11 09:26:07.0 +0200
+++ /var/tmp/diff_new_pack.lWyeKG/_new  2013-06-11 09:26:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cmake
-Version:2.8.11
+Version:2.8.11.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz

++ cmake-2.8.11.tar.gz - cmake-2.8.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-2.8.11/ChangeLog.manual 
new/cmake-2.8.11.1/ChangeLog.manual
--- old/cmake-2.8.11/ChangeLog.manual   2013-05-15 19:38:12.0 +0200
+++ new/cmake-2.8.11.1/ChangeLog.manual 2013-06-07 17:21:33.0 +0200
@@ -1,3 +1,26 @@
+Changes in CMake 2.8.11.1 (since 2.8.11)
+
+Brad King (5):
+  ExternalData: Do not re-stage staged object files
+  try_compile: Fix quoting of libraries in generated CMakeLists.txt
+  KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176)
+  FindBoost: Fix handling of \ in input paths (#14179)
+  Xcode: Fix framework search paths in STATIC library targets (#14191)
+
+Modestas Vainius (1):
+  Fix test failures caused by regexp-sensitive characters in the build 
paths
+
+Stephen Kelly (9):
+  include_directories: Fix handling of empty or space-only entries
+  try_compile: Trim whitespace from LINK_LIBRARIES entries
+  cmTarget: Remove some hardcoding of transitive property names.
+  GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode.
+  GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property.
+  GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.
+  FindQt4: Don't fail if certain Qt modules are unavailable.
+  Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules.
+  Genex: Fix the HEAD target used for evaluated expressions
+
 Changes in CMake 2.8.11 (since 2.8.11-rc4)
 
 None
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-2.8.11/Modules/ExternalData.cmake 
new/cmake-2.8.11.1/Modules/ExternalData.cmake
--- old/cmake-2.8.11/Modules/ExternalData.cmake 2013-05-15 19:38:12.0 
+0200
+++ new/cmake-2.8.11.1/Modules/ExternalData.cmake   2013-06-07 
17:21:34.0 +0200
@@ -551,7 +551,10 @@
   set(relname ${entry})
   set(alg )
 endif()
-if(x${relname} MATCHES ^x${regex}$ AND NOT IS_DIRECTORY 

commit cmake for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-05-27 09:43:20

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2013-03-01 
13:56:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2013-05-27 
09:43:21.0 +0200
@@ -1,0 +2,28 @@
+Sat May 18 12:42:24 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 2.8.11
+  * Targets can specify usage requirements for their consumers such as
+include directories and preprocessor definitions; previously only
+link dependencies were supported.
+  * target_link_libraries(myexe yourlib) can now build myexe sources
+with requirements specified by yourlib
+  * Added target_include_directories and target_compile_definitions
+commands with PUBLIC/PRIVATE/INTERFACE options
+  * Introduced ExternalData Module
+  * Keep source trees lightweight by storing data separately
+  * Reference data unambiguously from source tree by content hash
+  * Fetch on-demand during build from local or remote resources
+  * CMake: Sublime Text Generator added that supports both Make and Ninja
+  * CMake: Added support for Texas Instruments C6 and up compilers
+  * CMake: Improve OpenBSD support
+  * CPack: Added Support for 64bit NSIS
+  * CPack: Added WiX Package Generator
+  * ExternalProject: Will run git fetch less often
+  * FindBoost: Major overhaul of searching and result caching
+  * FindCUDA: Now has support for separable compilation
+  * FindQt4: Overall improvements to finding Qt and importing targets
+  * FindSquish: Added support for squish 4
+  Full changelog at http://www.kitware.com/blog/home/post/492
+* Drop cmake-endian.patch (Merged upstream)
+
+---
cmake.changes: same change

Old:

  cmake-2.8.10.2.tar.gz
  cmake-endian.patch

New:

  cmake-2.8.11.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.zKLdtq/_old  2013-05-27 09:43:22.0 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:22.0 +0200
@@ -17,11 +17,10 @@
 
 
 Name:   cmake-gui
-Version:2.8.10.2
+Version:2.8.11
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
-Patch3: cmake-endian.patch
 Patch4: cmake-disable-builtin-chrpath.diff
 Summary:CMake graphical user interface
 License:BSD-3-Clause
@@ -51,7 +50,6 @@
 
 %prep
 %setup -q -n cmake-%{version}
-%patch3 -p1
 %patch4
 
 %build

++ cmake.spec ++
--- /var/tmp/diff_new_pack.zKLdtq/_old  2013-05-27 09:43:22.0 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:22.0 +0200
@@ -17,13 +17,12 @@
 
 
 Name:   cmake
-Version:2.8.10.2
+Version:2.8.11
 Release:0
 Url:http://www.cmake.org/
 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-endian.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -52,7 +51,6 @@
 %setup -q
 %patch1
 %patch2
-%patch3 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ cmake-2.8.10.2.tar.gz - cmake-2.8.11.tar.gz ++
 43566 lines of diff (skipped)

++ cmake-fix-ruby-test.patch ++
--- /var/tmp/diff_new_pack.zKLdtq/_old  2013-05-27 09:43:24.0 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:24.0 +0200
@@ -1,6 +1,6 @@
 Modules/FindRuby.cmake.orig2012-11-02 14:34:25.497624983 +0100
-+++ Modules/FindRuby.cmake 2012-11-02 14:36:22.893205108 +0100
-@@ -93,7 +93,7 @@
+--- Modules/FindRuby.cmake.orig2013-05-18 15:29:53.805033064 +0200
 Modules/FindRuby.cmake 2013-05-18 15:30:21.605683563 +0200
+@@ -102,7 +102,7 @@
 _RUBY_CONFIG_VAR(sitelibdir RUBY_SITELIB_DIR)
  
 # vendor_ruby available ?

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-03-01 13:56:16

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-gui.changes  2012-12-03 
09:32:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2013-03-01 
13:56:17.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 16:54:13 UTC 2013 - sch...@suse.de
+
+- cmake-endian.patch:
+  Add support for aarch64.
+
+---
cmake.changes: same change

New:

  cmake-endian.patch



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.EwGjxG/_old  2013-03-01 13:56:18.0 +0100
+++ /var/tmp/diff_new_pack.EwGjxG/_new  2013-03-01 13:56:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake-gui
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,6 +21,7 @@
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
+Patch3: cmake-endian.patch
 Patch4: cmake-disable-builtin-chrpath.diff
 Summary:CMake graphical user interface
 License:BSD-3-Clause
@@ -50,6 +51,7 @@
 
 %prep
 %setup -q -n cmake-%{version}
+%patch3 -p1
 %patch4
 
 %build

++ cmake.spec ++
--- /var/tmp/diff_new_pack.EwGjxG/_old  2013-03-01 13:56:18.0 +0100
+++ /var/tmp/diff_new_pack.EwGjxG/_new  2013-03-01 13:56:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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-endian.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-endian.patch ++
From 349165223d26f0ffc5ad004b4a05a8a92121ac20 Mon Sep 17 00:00:00 2001
From: Riku Voipio riku.voi...@linaro.org
Date: Fri, 21 Dec 2012 13:20:02 +0200
Subject: [PATCH] KWIML: Teach ABI.h about Aarch64

The __aarch64__ defines Aarch64, while __AARCH64EB__ defines bigendian
and __AARCH64EL__ little endian.  Only little endian tested, no big
endian toolchain exists yet.

Signed-off-by: Riku Voipio riku.voi...@linaro.org
---
 Utilities/KWIML/ABI.h.in | 8 
 1 file changed, 8 insertions(+)

Index: cmake-2.8.10.2/Utilities/KWIML/ABI.h.in
===
--- cmake-2.8.10.2.orig/Utilities/KWIML/ABI.h.in
+++ cmake-2.8.10.2/Utilities/KWIML/ABI.h.in
@@ -414,6 +414,14 @@ suppression macro @KWIML@_ABI_NO_VERIFY
 #elif defined(__SYSC_ZARCH__)
 # define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
 
+/* Aarch64 */
+#elif defined(__aarch64__)
+# if !defined(__AARCH64EB__)
+#  define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_LITTLE
+# else
+#  define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+# endif
+
 /* Unknown CPU */
 #elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
 # error Byte order of target CPU unknown.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2012-12-03 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-12-03 09:32:00

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-gui.changes  2012-11-10 
16:55:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2012-12-03 
09:32:04.0 +0100
@@ -1,0 +2,9 @@
+Wed Nov 28 00:29:29 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.10.2
+  * Fix kitware#0013691: [Modules] FindGettext.cmake does not set 
GETTEXT_FOUND on success
+  * Fix kitware#0013702: [CMake] CMake crashes when reconfiguring build
+  * Fix kitware#0013667: [CMake] Automoc fails to handle Q_INTERFACES
+- Drop obsolete patches
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2012-11-14 
16:36:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-12-03 
09:32:04.0 +0100
@@ -1,0 +2,15 @@
+Wed Nov 28 00:29:29 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.10.2
+  * Fix kitware#0013691: [Modules] FindGettext.cmake does not set 
GETTEXT_FOUND on success
+  * Fix kitware#0013702: [CMake] CMake crashes when reconfiguring build
+  * Fix kitware#0013667: [CMake] Automoc fails to handle Q_INTERFACES
+- Drop obsolete patches
+
+---
+Mon Nov 26 19:56:15 UTC 2012 - tittiatc...@gmail.com
+
+- Add cmake-fix-qt-includes.diff to fix the missing qt_include_dir.
+  This was reported as cmake regression from 2.8.9 (kitware#0013667).
+
+---

Old:

  cmake-2.8.10.1.tar.gz
  cmake-gettext.patch

New:

  cmake-2.8.10.2.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.Mu8Y1r/_old  2012-12-03 09:32:05.0 +0100
+++ /var/tmp/diff_new_pack.Mu8Y1r/_new  2012-12-03 09:32:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:2.8.10.1
+Version:2.8.10.2
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz

++ cmake.spec ++
--- /var/tmp/diff_new_pack.Mu8Y1r/_old  2012-12-03 09:32:05.0 +0100
+++ /var/tmp/diff_new_pack.Mu8Y1r/_new  2012-12-03 09:32:05.0 +0100
@@ -17,13 +17,12 @@
 
 
 Name:   cmake
-Version:2.8.10.1
+Version:2.8.10.2
 Release:0
 Url:http://www.cmake.org/
 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
@@ -52,7 +51,6 @@
 %setup -q
 %patch1
 %patch2
-%patch3 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ cmake-2.8.10.1.tar.gz - cmake-2.8.10.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-2.8.10.1/ChangeLog.manual 
new/cmake-2.8.10.2/ChangeLog.manual
--- old/cmake-2.8.10.1/ChangeLog.manual 2012-11-06 20:41:35.0 +0100
+++ new/cmake-2.8.10.2/ChangeLog.manual 2012-11-27 14:26:32.0 +0100
@@ -1,3 +1,17 @@
+Changes in CMake 2.8.10.2 (since 2.8.10.1)
+--
+Alex Neundorf (1):
+  Automoc: fix regression #13667, broken build in phonon
+
+Brad King (1):
+  Initialize IMPORTED GLOBAL targets on reconfigure (#13702)
+
+David Cole (1):
+  CMake: Fix infinite loop untarring corrupt tar file
+
+Rolf Eike Beer (1):
+  FindGettext: fix overwriting result with empty variable (#13691)
+
 Changes in CMake 2.8.10.1 (since 2.8.10)
 --
 Brad King (5):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-2.8.10.1/Modules/FindGettext.cmake 
new/cmake-2.8.10.2/Modules/FindGettext.cmake
--- old/cmake-2.8.10.1/Modules/FindGettext.cmake2012-11-06 
20:41:36.0 +0100
+++ new/cmake-2.8.10.2/Modules/FindGettext.cmake2012-11-27 
14:26:32.0 +0100
@@ -209,5 +209,3 @@
add_dependencies(pofiles ${uniqueTargetName})
 
 endfunction()
-
-set(GETTEXT_FOUND ${Gettext_FOUND})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-2.8.10.1/Source/CMakeVersion.cmake 
new/cmake-2.8.10.2/Source/CMakeVersion.cmake
--- old/cmake-2.8.10.1/Source/CMakeVersion.cmake

commit cmake for openSUSE:Factory

2012-11-14 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-11-14 
16:36:37.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.pSnz7d/_new  2012-11-14 16:36:38.0 +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



commit cmake for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-11-10 16:55:45

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-gui.changes  2012-08-24 
13:54:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2012-11-10 
16:55:47.0 +0100
@@ -1,0 +2,21 @@
+Wed Nov  7 21:24:45 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.10.1 This is a bugfix release
+  * Fix kitware#0013651: FindSDL.cmake is broken
+  * Fix kitware#0013638: ./configure reports Copyright 2000-2011
+  Complete changelog: 
http://public.kitware.com/Bug/changelog_page.php?version_id=105
+
+---
+Fri Nov  2 13:28:27 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.10
+  * file(DOWNLOAD now handles https URLs -- the pre-built binaries available 
from Kitware link to OpenSSL
+  * Automoc: fix kitware#13572: issue with symbolic links
+  * Uniform compiler id and version number variables available for nearly 
all known compilers and platforms
+  * New way to arrange exported targets that depend on other targets into 
export sets
+  * New generator expressions
+  * Generator expressions available in more contexts, namely in the 
INCLUDE_DIRECTORIES and COMPILE_DEFINITIONS target properties
+  See /usr/share/doc/packages/cmake/Changelog for the complete changelog
+- Minor spec cleanup
+
+---
cmake.changes: same change

Old:

  cmake-2.8.9.tar.gz

New:

  cmake-2.8.10.1.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.zLqwly/_old  2012-11-10 16:55:48.0 +0100
+++ /var/tmp/diff_new_pack.zLqwly/_new  2012-11-10 16:55:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:2.8.9
+Version:2.8.10.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
@@ -27,10 +27,11 @@
 Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  libexpat-devel
-%if 0%{?suse_version}  1110
 BuildRequires:  fdupes
+%if 0%{?sles_version} != 10
+BuildRequires:  libarchive-devel
 %endif
+BuildRequires:  libexpat-devel
 %else
 BuildRequires:  expat-devel
 %endif
@@ -40,9 +41,7 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-%if 0%{?suse_version}  1130
-BuildRequires:  libarchive-devel
-%endif
+
 Requires:   cmake
 
 %description
@@ -62,7 +61,7 @@
 --datadir=/share/cmake \
 --docdir=/share/doc/packages/cmake \
 --mandir=/share/man \
-%if 0%{?suse_version}  1130
+%if 0%{?suse_version}  !0%{?sles_version}
 --system-libs \
 %else
 --system-curl \

++ cmake.spec ++
--- /var/tmp/diff_new_pack.zLqwly/_old  2012-11-10 16:55:48.0 +0100
+++ /var/tmp/diff_new_pack.zLqwly/_new  2012-11-10 16:55:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake
-Version:2.8.9
+Version:2.8.10.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
@@ -28,10 +28,11 @@
 Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  libexpat-devel
-%if 0%{?suse_version}  1110
 BuildRequires:  fdupes
+%if 0%{?sles_version} != 10
+BuildRequires:  libarchive-devel
 %endif
+BuildRequires:  libexpat-devel
 %else
 BuildRequires:  expat-devel
 %endif
@@ -40,9 +41,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
-%if 0%{?suse_version}  1130
-BuildRequires:  libarchive-devel
-%endif
+
 Requires:   make
 
 %description
@@ -51,7 +50,7 @@
 %prep
 %setup -q
 %patch1
-%patch2 -p1
+%patch2
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS
@@ -61,7 +60,7 @@
 --datadir=/share/%{name} \
 --docdir=/share/doc/packages/%{name} \
 --mandir=/share/man \
-%if 0%{?suse_version}  1130
+%if 0%{?suse_version}  !0%{?sles_version}
 --system-libs \
 %else
 --system-curl \
@@ -79,7 +78,8 @@
 mkdir -p %{buildroot}%{_libdir}/cmake
 find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
 cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
-%if 0%{?suse_version}   1110
+
+%if 0%{?suse_version}
 %fdupes %buildroot/usr/share/cmake
 %endif
 

++ cmake-2.8.9.tar.gz - cmake-2.8.10.1.tar.gz ++
 116191 lines of diff (skipped)


commit cmake for openSUSE:Factory

2012-08-24 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-08-24 13:54:08

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-gui.changes  2012-04-20 
15:12:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2012-08-24 
13:54:09.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 14 09:07:10 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.9
+ * See /usr/share/doc/packages/cmake/Changelog for changes
+ * Drop cmake-pkgconfig.patch, already upstream
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2012-05-31 
17:03:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-08-24 
13:54:09.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 14 09:07:10 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.9
+  * See /usr/share/doc/packages/cmake/Changelog for changes
+  * Drop cmake-pkgconfig.patch, already upstream
+
+---

Old:

  cmake-2.8.8.tar.gz
  cmake-pkgconfig.patch

New:

  cmake-2.8.9.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.24HcWX/_old  2012-08-24 13:54:11.0 +0200
+++ /var/tmp/diff_new_pack.24HcWX/_new  2012-08-24 13:54:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:2.8.8
+Version:2.8.9
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz

++ cmake.spec ++
--- /var/tmp/diff_new_pack.24HcWX/_old  2012-08-24 13:54:11.0 +0200
+++ /var/tmp/diff_new_pack.24HcWX/_new  2012-08-24 13:54:11.0 +0200
@@ -17,13 +17,12 @@
 
 
 Name:   cmake
-Version:2.8.8
+Version:2.8.9
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch1: cmake-disable-builtin-chrpath.diff
-Patch2: cmake-pkgconfig.patch
-Patch3: cmake-fix-ruby-test.patch
+Patch2: cmake-fix-ruby-test.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -53,7 +52,6 @@
 %setup -q
 %patch1
 %patch2 -p1
-%patch3 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ cmake-2.8.8.tar.gz - cmake-2.8.9.tar.gz ++
 21782 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-05-31 17:02:58

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-05-21 
08:08:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-05-31 
17:03:48.0 +0200
@@ -1,0 +2,5 @@
+Wed May 30 09:51:04 UTC 2012 - co...@suse.com
+
+- fix the ruby test patch once more to also work with ruby 1.8
+
+---



Other differences:
--
cmake.spec: same change
++ cmake-fix-ruby-test.patch ++
--- /var/tmp/diff_new_pack.vRXhpw/_old  2012-05-31 17:03:49.0 +0200
+++ /var/tmp/diff_new_pack.vRXhpw/_new  2012-05-31 17:03:49.0 +0200
@@ -7,7 +7,7 @@
  
 # vendor_ruby available ?
 -   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r vendor-specific -e print 
'true'
-+   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -e print 'true' unless 
Config::CONFIG['vendorarchdir'].nil?
++   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e print 'true' 
unless Config::CONFIG['vendorarchdir'].nil?
OUTPUT_VARIABLE RUBY_HAS_VENDOR_RUBY  ERROR_QUIET)
  
 IF(RUBY_HAS_VENDOR_RUBY)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2012-05-21 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-05-21 08:08:32

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-05-08 
12:09:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-05-21 
08:08:33.0 +0200
@@ -1,0 +2,6 @@
+Mon May 14 13:43:06 UTC 2012 - co...@suse.com
+
+- vendor-specific does no longer exist with ruby 1.9, so don't use
+  it to check vendor support
+
+---

New:

  cmake-fix-ruby-test.patch



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

++ cmake-fix-ruby-test.patch ++
Index: cmake-2.8.8/Modules/FindRuby.cmake
===
--- cmake-2.8.8.orig/Modules/FindRuby.cmake 2012-04-18 20:10:54.0 
+0200
+++ cmake-2.8.8/Modules/FindRuby.cmake  2012-05-14 15:42:52.137253084 +0200
@@ -93,7 +93,7 @@ IF(RUBY_EXECUTABLE  AND NOT  RUBY_VERSIO
_RUBY_CONFIG_VAR(sitelibdir RUBY_SITELIB_DIR)
 
# vendor_ruby available ?
-   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r vendor-specific -e print 
'true'
+   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -e print 'true' unless 
Config::CONFIG['vendorarchdir'].nil?
   OUTPUT_VARIABLE RUBY_HAS_VENDOR_RUBY  ERROR_QUIET)
 
IF(RUBY_HAS_VENDOR_RUBY)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-04-20 15:11:39

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-gui.changes  2012-02-10 
17:12:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2012-04-20 
15:12:02.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 18 23:00:30 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.8
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+---
cmake.changes: same change

Old:

  cmake-2.8.7.tar.gz

New:

  cmake-2.8.8.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.thpMB4/_old  2012-04-20 15:12:04.0 +0200
+++ /var/tmp/diff_new_pack.thpMB4/_new  2012-04-20 15:12:04.0 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   cmake-gui
-Version:2.8.7
+Version:2.8.8
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz

++ cmake.spec ++
--- /var/tmp/diff_new_pack.thpMB4/_old  2012-04-20 15:12:04.0 +0200
+++ /var/tmp/diff_new_pack.thpMB4/_new  2012-04-20 15:12:04.0 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   cmake
-Version:2.8.7
+Version:2.8.8
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz

++ cmake-2.8.7.tar.gz - cmake-2.8.8.tar.gz ++
 242241 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2012-02-10 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-02-10 17:12:08

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2011-10-16 
12:43:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2012-02-10 
17:12:26.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 13:10:30 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 2.8.7
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+---
cmake.changes: same change

Old:

  cmake-2.8.6.tar.gz

New:

  cmake-2.8.7.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.yGIKsS/_old  2012-02-10 17:12:28.0 +0100
+++ /var/tmp/diff_new_pack.yGIKsS/_new  2012-02-10 17:12:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake-gui
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   cmake-gui
-Version:2.8.6
-Release:1
-License:BSD-3-Clause
-Group:  Development/Tools/Building
+Version:2.8.7
+Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
 Patch4: cmake-disable-builtin-chrpath.diff
 Summary:CMake graphical user interface
+License:BSD-3-Clause
+Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  libexpat-devel

++ cmake.spec ++
--- /var/tmp/diff_new_pack.yGIKsS/_old  2012-02-10 17:12:28.0 +0100
+++ /var/tmp/diff_new_pack.yGIKsS/_new  2012-02-10 17:12:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   cmake
-Version:2.8.6
-Release:1
-License:BSD-3-Clause
-Group:  Development/Tools/Building
+Version:2.8.7
+Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch4: cmake-disable-builtin-chrpath.diff
 # Should appear in cmake-2.8.3
 Summary:Cross-platform, open-source make system
+License:BSD-3-Clause
+Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  libexpat-devel

++ cmake-2.8.6.tar.gz - cmake-2.8.7.tar.gz ++
 20206 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package cmake for openSUSE:Factory
checked in at Sun Oct 16 12:42:16 CEST 2011.




--- openSUSE:Factory/cmake/cmake-gui.changes2011-09-23 01:53:42.0 
+0200
+++ /mounts/work_src_done/STABLE/cmake/cmake-gui.changes2011-10-14 
14:45:20.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct 14 12:31:49 UTC 2011 - pu...@suse.com
+
+- update to 2.8.6 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+---
+Sat Sep 17 23:11:42 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
--- openSUSE:Factory/cmake/cmake.changes2011-09-23 01:53:42.0 
+0200
+++ /mounts/work_src_done/STABLE/cmake/cmake.changes2011-10-14 
14:45:21.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct 14 12:30:48 UTC 2011 - pu...@suse.com
+
+- update to 2.8.6 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+---
+Sat Sep 17 23:11:46 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586


Old:

  cmake-2.8.5.tar.gz

New:

  cmake-2.8.6.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.wBvV1t/_old  2011-10-16 12:42:11.0 +0200
+++ /var/tmp/diff_new_pack.wBvV1t/_new  2011-10-16 12:42:11.0 +0200
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   cmake-gui
-Version:2.8.5
+Version:2.8.6
 Release:1
 License:BSD3c
 Group:  Development/Tools/Building
@@ -51,11 +50,6 @@
 This is a Graphical User Interface for CMake, a cross-platform,
 open-source make system.
 
-Authors:
-
-Kitware, Inc., Insight Consortium
-
-
 %prep
 %setup -q -n cmake-%{version}
 %patch4
@@ -80,7 +74,7 @@
 %endif
 --parallel=0%jobs \
 --qt-gui
-make VERBOSE=1 %{?jobs:-j %jobs}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
@@ -89,13 +83,11 @@
 # delete files that belong to the 'cmake' package
 rm -rf %{buildroot}/usr/bin/{cpack,cmake,ctest}
 rm -rf %{buildroot}/usr/share/cmake
+rm -rf %{buildroot}/usr/share/aclocal/cmake.m4
 rm -rf %{buildroot}/usr/share/doc/packages/cmake
 rm -rf %{buildroot}/usr/share/man/man1/{cmake,cmakecommands,cmakecompat}.1
 rm -rf 
%{buildroot}/usr/share/man/man1/{cmakemodules,cmakepolicies,cmakeprops,cmakevars,cpack,ctest}.1
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_bindir}/cmake-gui

++ cmake.spec ++
--- /var/tmp/diff_new_pack.wBvV1t/_old  2011-10-16 12:42:11.0 +0200
+++ /var/tmp/diff_new_pack.wBvV1t/_new  2011-10-16 12:42:11.0 +0200
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   cmake
-Version:2.8.5
+Version:2.8.6
 Release:1
 License:BSD3c
 Group:  Development/Tools/Building
@@ -50,10 +49,6 @@
 %description
 CMake is a cross-platform, open-source make system
 
-Authors:
-
-Kitware, Inc., Insight Consortium
-
 %prep
 %setup -q
 %patch4
@@ -77,7 +72,7 @@
 %endif
 --parallel=0%jobs \
 --no-qt-gui
-make VERBOSE=1 %{?jobs:-j %jobs}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
@@ -88,9 +83,6 @@
 %fdupes %buildroot/usr/share/cmake
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_bindir}/cpack
@@ -99,6 +91,7 @@
 %{_bindir}/ccmake
 %{_datadir}/cmake
 %{_libdir}/cmake
+%{_datadir}/aclocal/cmake.m4
 %doc %{_datadir}/doc/packages/%{name}
 %doc %{_mandir}/man1/cmakepolicies.1.*
 %doc %{_mandir}/man1/cmake.1.*

++ cmake-2.8.5.tar.gz - cmake-2.8.6.tar.gz ++
 16862 lines of diff (skipped)

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



<    1   2