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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes     2013-05-27 
09:43:21.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:22.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:22.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:24.000000000 +0200
@@ -1,6 +1,6 @@
---- Modules/FindRuby.cmake.orig        2012-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.orig        2013-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

Reply via email to