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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes     2013-10-19 
11:14:31.000000000 +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 "cXXXX 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 NULL
+  * variable_watch: Add test for watching a variable multiple times
+  * Do not set CMAKE_MATCH_ variables when not neeeded
+  * SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
+  * VS: Separate compiler and linker PDB files (#11899, #14062)
+  * MSVC: Invoke 'link' directly for executables
+  * Ninja: Fix OBJECT_DIR placeholder path conversion
+  * VS 10: Escape ; as %3B in preprocessor definitions (#14073)
+  * CTest: Simplify ctest_* command source/build dir lookup
+  * get_filename_component: Add explicit unit tests
+  * get_filename_component: Add DIRECTORY option (#14091)
+  * Xcode: Use explicitFileType to mark source types (#14093)
+  * Check{C,CXX}CompilerFlag: Test using C locale (#14102)
+  * Windows: Search '/' prefix only when cross compiling (#10994)
+  * Recognize ld with toolchain prefix (#13960)
+  * VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generators
+  * Begin post-2.8.11 development
+  * Sanitize linker name to parse implicit link line (#14154)
+  * VS: Allow /Fa to set AssemblerListingLocation (#14153)
+  * Tests/IncludeDirectories: Avoid shared library with no symbols
+  * if: Add test for IS_DIRECTORY
+  * try_compile: Add test for bad call error cases
+  * try_compile: Refactor argument processing
+  * variable_watch: Add test for MODIFIED_ACCESS report
+  * bootstrap: Compile KWSys SystemTools with UTIME(S|NSAT) values
+  * variable_watch: Remove leftover debugging code (#14187)
+  * variable_watch: Print accesses as "CMake Debug Log" messages
+  * Docs: Clarify CMAKE_PARENT_LIST_FILE (#14194)
+  * get_filename_component: Test ABSOLUTE of .. after root component
+  * try_compile: Add signature to allow multiple SOURCES
+  * enable_language: Clarify documentation
+  * Split cmBootstrapCommands.cxx into two sources
+  * Document CMAKE_INSTALL_PREFIX in CMAKE_SYSTEM_PREFIX_PATH
+  * cmake: Document "-E tar" support for .zip (#14225)
+  * FindBoost: Clarify failure on missing 'static' libs (#14235)
+  * CMakeDetermineVSServicePack: Improve documentation
+  * CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239)
+  * Document ENV syntax as a "variable" (#14245)
+  * Embarcadero: Use response files only for includes, objects, and libs
+  * Escape target flags taken from COMPILE_OPTIONS
+  * Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling
+  * CMakeDetermineVSServicePack: Add VS 11 update 3
+  * Document removal of 'register' from flex/bison output
+  * VS12: Find proper MSBuild for VSProjectInSubdir test
+  * Fortran: Use explicit type in Fortran 90 check
+  * project: Document top-level CMakeLists.txt requirement
+  * ExternalProject: Document multiple COMMAND lines
+  * include: Clarify variable access scope for included file
+  * VS: Fix /MAP:mapfile flag mapping (#14282)
+  * cmake: On configure error suggest looking at CMake*.log files
+  * try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268)
+  * try_compile: Add COPY_FILE_ERROR option to capture failure
+  * FindPNG: Add versioned library names for 1.6 (#14289)
+  * cmake: Fix resource leak reported by cppcheck
+  * VS,Xcode: Drop incorrect legacy dependency trace (#14291)
+  * OS X: Add copyright notices to Darwin-*-Fortran.cmake
+  * VS: Avoid leaking child process output back to IDE (#14266)
+  * Fix ExportImport test cmp0022NEW build on Watcom
+  * add_test: Document test name restrictions (#14298)
+  * UseJava: Update notice of copyright by Kitware
+  * add_custom_command: Manage backtrace memory correctly (#14299)
+  * Teach compiler ABI check to tolerate try_compile COPY_FILE failure
+  * Test COMPILE_DEFINITIONS target property get/set/get round-trip
+  * Check*CompilerFlag: Document use of CMAKE_REQUIRED_DEFINITIONS (#14309)
+  * sha2: Avoid type-punned pointer dereference (#14314)
+  * VS 6: Tell BuildDepends test to tolerate ninjadep failure
+  * cmMakefile: Do not track configured files known to be temporary
+  * libarchive: Update README-CMake.txt for new snapshot
+  * libarchive: Include cm_zlib.h to get zlib used by CMake
+  * libarchive: Silence API deprecation warnings
+  * libarchive: Avoid struct init with variable
+  * libarchive: Remove build options not used by CMake
+  * libarchive: Backport to CMake 2.8.2
+  * VS10: Honor user-specified /SUBSYSTEM: flag (#14326)
+  * VS10: Escape include paths in XML project files (#14331)
+  * OS X: Search for SDK based on deployment target (#14324)
+  * bootstrap: Do not suppress CMAKE_OSX_SYSROOT if CFLAGS have -isysroot 
(#14324)
+  * OS X: Enable command-line build without tools in PATH
+  * VS 6,7: Refactor local generators to avoid GetSourceFileWithOutput
+  * cmake-gui: Fix build rules for Qt5 on Windows
+  * Include cmMakefile.h before cm*Lexer.h to get stdint.h first
+  * Skip CTestLimitDashJ test on Borland
+  * Add RunCMake.Syntax test to cover argument parsing
+  * cmListFileLexer: Fix line number after backslash in string
+  * cmListFileLexer: Split normal and legacy unquoted arguments
+  * cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
+  * Add RunCMake.Syntax test cases for command invocation styles
+  * cmListFileCache: Convert CMake language parser to class
+  * Warn about arguments not separated by whitespace
+  * Warn about unquoted arguments that look like long brackets
+  * cmListFileLexer: Modify flex output to avoid Borland warning
+  * Cygwin: Avoid legacy warnings in RunCMake.* tests
+  * Update version introducing CMP0021, CMP0022, and CMP0023
+  * OS X: Do not default to non-existent deployment target SDK
+  * Do not warn about left paren not separated by a space
+  * VS: Add support for .NET target framework version
+  * Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY.
+  * Refactor how bundles and frameworks are supported.
+  * Xcode: Add support for shared library versioning
+  * OS X:  Fix getting of CFBundle LOCATION property.
+  * OS X: Add RPATH support for Mac.
+  * Xcode: Add rpath support in Xcode generator.
+  * OS X: Add support for @rpath in export files.
+  * OS X: Add test for rpaths on Mac.
+  * OS X: Improvements for getting install name of dylib.
+  * OS X: Enable rpath support on Mac OS X when find_library() is used.
+  * OS X: Fix regression handling frameworks for Ninja
+  * OS X: If necessary, use xcrun to help find otool used to query install 
names.
+  * Xcode: Support XCODE_ATTRIBUTE_ with [variant=<config>] (#12532)
+  * FindGTK2: Move check for pangocairo in gtk module
+  * FindGTK2: Detect gthread library
+  * FindFreetype: Detect Freetype installed by GtkMM installer for win
+  * FindGTK2: Do not fail on MSVC11 if vc100 libraries are available
+  * FindGTK2: Add GTK2_DEFINITIONS variable
+  * SelectLibraryConfigurations: Do not cache the _LIBRARY variable
+  * SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars
+  * FindGTK2: Use GTK_XXX_LIBRARY_DEBUG libraries in debug mode
+  * FindGTK2: Append _LIBRARY to var name in _GTK2_FIND_LIBRARY
+  * FindGTK2: Append _INCLUDE_DIR to var name in _GTK2_FIND_INCLUDE_DIR
+  * FindGTK2: Update local changelog
+  * FindGTK2: Remove GTK2_SKIP_MARK_AS_ADVANCED option
+  * FindGTK2: gthread-2.0 folder does not exist
+  * FindGTK2: Detect gmodule library
++++ 241 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes
++++ and /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2013-09-12 
07:09:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-10-19 
11:14:31.000000000 +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 "cXXXX 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 NULL
+  * variable_watch: Add test for watching a variable multiple times
+  * Do not set CMAKE_MATCH_ variables when not neeeded
+  * SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
+  * VS: Separate compiler and linker PDB files (#11899, #14062)
+  * MSVC: Invoke 'link' directly for executables
+  * Ninja: Fix OBJECT_DIR placeholder path conversion
+  * VS 10: Escape ; as %3B in preprocessor definitions (#14073)
+  * CTest: Simplify ctest_* command source/build dir lookup
+  * get_filename_component: Add explicit unit tests
+  * get_filename_component: Add DIRECTORY option (#14091)
+  * Xcode: Use explicitFileType to mark source types (#14093)
+  * Check{C,CXX}CompilerFlag: Test using C locale (#14102)
+  * Windows: Search '/' prefix only when cross compiling (#10994)
+  * Recognize ld with toolchain prefix (#13960)
+  * VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generators
+  * Begin post-2.8.11 development
+  * Sanitize linker name to parse implicit link line (#14154)
+  * VS: Allow /Fa to set AssemblerListingLocation (#14153)
+  * Tests/IncludeDirectories: Avoid shared library with no symbols
+  * if: Add test for IS_DIRECTORY
+  * try_compile: Add test for bad call error cases
+  * try_compile: Refactor argument processing
+  * variable_watch: Add test for MODIFIED_ACCESS report
+  * bootstrap: Compile KWSys SystemTools with UTIME(S|NSAT) values
+  * variable_watch: Remove leftover debugging code (#14187)
+  * variable_watch: Print accesses as "CMake Debug Log" messages
+  * Docs: Clarify CMAKE_PARENT_LIST_FILE (#14194)
+  * get_filename_component: Test ABSOLUTE of .. after root component
+  * try_compile: Add signature to allow multiple SOURCES
+  * enable_language: Clarify documentation
+  * Split cmBootstrapCommands.cxx into two sources
+  * Document CMAKE_INSTALL_PREFIX in CMAKE_SYSTEM_PREFIX_PATH
+  * cmake: Document "-E tar" support for .zip (#14225)
+  * FindBoost: Clarify failure on missing 'static' libs (#14235)
+  * CMakeDetermineVSServicePack: Improve documentation
+  * CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239)
+  * Document ENV syntax as a "variable" (#14245)
+  * Embarcadero: Use response files only for includes, objects, and libs
+  * Escape target flags taken from COMPILE_OPTIONS
+  * Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling
+  * CMakeDetermineVSServicePack: Add VS 11 update 3
+  * Document removal of 'register' from flex/bison output
+  * VS12: Find proper MSBuild for VSProjectInSubdir test
+  * Fortran: Use explicit type in Fortran 90 check
+  * project: Document top-level CMakeLists.txt requirement
+  * ExternalProject: Document multiple COMMAND lines
+  * include: Clarify variable access scope for included file
+  * VS: Fix /MAP:mapfile flag mapping (#14282)
+  * cmake: On configure error suggest looking at CMake*.log files
+  * try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268)
+  * try_compile: Add COPY_FILE_ERROR option to capture failure
+  * FindPNG: Add versioned library names for 1.6 (#14289)
+  * cmake: Fix resource leak reported by cppcheck
+  * VS,Xcode: Drop incorrect legacy dependency trace (#14291)
+  * OS X: Add copyright notices to Darwin-*-Fortran.cmake
+  * VS: Avoid leaking child process output back to IDE (#14266)
+  * Fix ExportImport test cmp0022NEW build on Watcom
+  * add_test: Document test name restrictions (#14298)
+  * UseJava: Update notice of copyright by Kitware
+  * add_custom_command: Manage backtrace memory correctly (#14299)
+  * Teach compiler ABI check to tolerate try_compile COPY_FILE failure
+  * Test COMPILE_DEFINITIONS target property get/set/get round-trip
+  * Check*CompilerFlag: Document use of CMAKE_REQUIRED_DEFINITIONS (#14309)
+  * sha2: Avoid type-punned pointer dereference (#14314)
+  * VS 6: Tell BuildDepends test to tolerate ninjadep failure
+  * cmMakefile: Do not track configured files known to be temporary
+  * libarchive: Update README-CMake.txt for new snapshot
+  * libarchive: Include cm_zlib.h to get zlib used by CMake
+  * libarchive: Silence API deprecation warnings
+  * libarchive: Avoid struct init with variable
+  * libarchive: Remove build options not used by CMake
+  * libarchive: Backport to CMake 2.8.2
+  * VS10: Honor user-specified /SUBSYSTEM: flag (#14326)
+  * VS10: Escape include paths in XML project files (#14331)
+  * OS X: Search for SDK based on deployment target (#14324)
+  * bootstrap: Do not suppress CMAKE_OSX_SYSROOT if CFLAGS have -isysroot 
(#14324)
+  * OS X: Enable command-line build without tools in PATH
+  * VS 6,7: Refactor local generators to avoid GetSourceFileWithOutput
+  * cmake-gui: Fix build rules for Qt5 on Windows
+  * Include cmMakefile.h before cm*Lexer.h to get stdint.h first
+  * Skip CTestLimitDashJ test on Borland
+  * Add RunCMake.Syntax test to cover argument parsing
+  * cmListFileLexer: Fix line number after backslash in string
+  * cmListFileLexer: Split normal and legacy unquoted arguments
+  * cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
+  * Add RunCMake.Syntax test cases for command invocation styles
+  * cmListFileCache: Convert CMake language parser to class
+  * Warn about arguments not separated by whitespace
+  * Warn about unquoted arguments that look like long brackets
+  * cmListFileLexer: Modify flex output to avoid Borland warning
+  * Cygwin: Avoid legacy warnings in RunCMake.* tests
+  * Update version introducing CMP0021, CMP0022, and CMP0023
+  * OS X: Do not default to non-existent deployment target SDK
+  * Do not warn about left paren not separated by a space
+  * VS: Add support for .NET target framework version
+  * Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY.
+  * Refactor how bundles and frameworks are supported.
+  * Xcode: Add support for shared library versioning
+  * OS X:  Fix getting of CFBundle LOCATION property.
+  * OS X: Add RPATH support for Mac.
+  * Xcode: Add rpath support in Xcode generator.
+  * OS X: Add support for @rpath in export files.
+  * OS X: Add test for rpaths on Mac.
+  * OS X: Improvements for getting install name of dylib.
+  * OS X: Enable rpath support on Mac OS X when find_library() is used.
+  * OS X: Fix regression handling frameworks for Ninja
+  * OS X: If necessary, use xcrun to help find otool used to query install 
names.
+  * Xcode: Support XCODE_ATTRIBUTE_ with [variant=<config>] (#12532)
+  * FindGTK2: Move check for pangocairo in gtk module
+  * FindGTK2: Detect gthread library
+  * FindFreetype: Detect Freetype installed by GtkMM installer for win
+  * FindGTK2: Do not fail on MSVC11 if vc100 libraries are available
+  * FindGTK2: Add GTK2_DEFINITIONS variable
+  * SelectLibraryConfigurations: Do not cache the _LIBRARY variable
+  * SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars
+  * FindGTK2: Use GTK_XXX_LIBRARY_DEBUG libraries in debug mode
+  * FindGTK2: Append _LIBRARY to var name in _GTK2_FIND_LIBRARY
+  * FindGTK2: Append _INCLUDE_DIR to var name in _GTK2_FIND_INCLUDE_DIR
+  * FindGTK2: Update local changelog
+  * FindGTK2: Remove GTK2_SKIP_MARK_AS_ADVANCED option
+  * FindGTK2: gthread-2.0 folder does not exist
+  * FindGTK2: Detect gmodule library
++++ 241 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cmake/cmake.changes
++++ and /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes

Old:
----
  cmake-2.8.11.2.tar.gz
  cmake-cmCustomCommand_add_operator=.patch
  cmake-fix-ImageMagick6.patch

New:
----
  cmake-2.8.12.tar.gz

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

Other differences:
------------------
++++++ cmake-gui.spec ++++++
--- /var/tmp/diff_new_pack.tjjUMs/_old  2013-10-19 11:14:33.000000000 +0200
+++ /var/tmp/diff_new_pack.tjjUMs/_new  2013-10-19 11:14:33.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cmake-gui
-Version:        2.8.11.2
+Version:        2.8.12
 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.tjjUMs/_old  2013-10-19 11:14:33.000000000 +0200
+++ /var/tmp/diff_new_pack.tjjUMs/_new  2013-10-19 11:14:33.000000000 +0200
@@ -17,15 +17,13 @@
 
 
 Name:           cmake
-Version:        2.8.11.2
+Version:        2.8.12
 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
 Summary:        Cross-platform, open-source make system
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
@@ -53,10 +51,8 @@
 CMake is a cross-platform, open-source make system
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 %patch2
-%patch3 -p1
-%patch4 -p1
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"

++++++ cmake-2.8.11.2.tar.gz -> cmake-2.8.12.tar.gz ++++++
++++ 72090 lines of diff (skipped)

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

Reply via email to