Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2017-08-24 18:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Thu Aug 24 18:02:05 2017 rev:135 rq:516937 version:3.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2017-06-16 
10:52:45.200645317 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes     2017-08-24 
18:02:07.054294405 +0200
@@ -1,0 +2,11 @@
+Mon Aug 14 20:53:04 UTC 2017 - qantas94heavy
+
+- fix moved .desktop file
+
+-------------------------------------------------------------------
+Tue Aug  8 20:19:15 UTC 2017 - f...@grueninger.de
+
+- Update to version 3.9.0:
+  * No changes specific to CMake-GUI
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2017-08-10 
14:57:57.969030962 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2017-08-24 
18:02:07.502231339 +0200
@@ -1,0 +2,45 @@
+Tue Aug  8 20:20:26 UTC 2017 - f...@grueninger.de
+
+- update to 3.9.0:
+  * CMake is now aware of the C and C++ standards and their
+    associated meta-features for the following compiler ids:
+    Cray, PGI, and XL.
+  * The add_library() command IMPORTED option learned to support
+    Object Libraries.
+  * All find_ commands now have a PACKAGE_ROOT search path group
+    that is first in the search heuristics. If a find_ command is
+    called from inside a find module, then the CMake variable and
+    environment variable named _ROOT are used as prefixes
+    and are the first set of paths to be searched.
+  * The install(TARGETS) command learned a new OBJECTS option to
+    specify where to install Object Libraries.
+  * The install(EXPORT) command learned how to export Object
+    Libraries.
+  * A BUILD_WITH_INSTALL_NAME_DIR target property and corresponding
+    CMAKE_BUILD_WITH_INSTALL_NAME_DIR variable were added to control
+    whether to use the INSTALL_NAME_DIR target property value for
+    binaries in the build tree.
+  * A CUDA_PTX_COMPILATION target property was added to Object
+    Libraries to support compiling to .ptx files instead of host
+    object files.
+  * A new GoogleTest module was added to provide the
+    gtest_add_tests() function independently of the FindGTest
+    module. The function was also updated to support keyword arguments,
+    with functionality expanded to allow a test name prefix and suffix
+    to be specified, the dependency on the source files to be optional
+    and the list of discovered test cases to be returned to the caller.
+  * The Ninja generator has loosened the dependencies of object
+    compilation. Object compilation now depends only on custom targets
+    and custom commands associated with libraries on which the object’s
+    target depends and no longer depends on the libraries themselves.
+    Source files in dependent targets may now compile without waiting
+    for their targets’ dependencies to link.
+  * Interprocedural optimization (IPO) is now supported for GNU and
+    Clang compilers using link time optimization (LTO) flags. See the
+    INTERPROCEDURAL_OPTIMIZATION target property and
+    CheckIPOSupported module.
+  * The TARGET_OBJECTS generator expression is now supported by
+    the add_custom_command() and file(GENERATE) commands.
+- Removed cmake-ImageMagick7.patch which became part of upstream.
+
+-------------------------------------------------------------------

Old:
----
  cmake-3.8.2-SHA-256.txt
  cmake-3.8.2-SHA-256.txt.asc
  cmake-3.8.2.tar.gz
  cmake-ImageMagick7.patch

New:
----
  cmake-3.9.0-SHA-256.txt
  cmake-3.9.0-SHA-256.txt.asc
  cmake-3.9.0.tar.gz

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

Other differences:
------------------
++++++ cmake-gui.spec ++++++
--- /var/tmp/diff_new_pack.fspnTX/_old  2017-08-24 18:02:09.018017927 +0200
+++ /var/tmp/diff_new_pack.fspnTX/_new  2017-08-24 18:02:09.034015674 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define shortversion 3.8
+%define shortversion 3.9
 Name:           cmake-gui
-Version:        3.8.2
+Version:        3.9.0
 Release:        0
 Summary:        CMake graphical user interface
 License:        BSD-3-Clause
@@ -103,7 +103,8 @@
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_libdir}/cmake
-%suse_update_desktop_file CMake Development IDE Tools Qt
+%suse_update_desktop_file  -r %{name} CMake Development IDE Tools Qt
+
 # delete files that belong to the 'cmake' package
 rm -rf %{buildroot}%{_bindir}/{cpack,cmake,ctest}
 rm -rf %{buildroot}%{_datadir}/cmake
@@ -113,7 +114,7 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/cmake-gui
-%{_datadir}/applications/CMake.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/mime/packages/cmakecache.xml
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/*

++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.fspnTX/_old  2017-08-24 18:02:09.177995403 +0200
+++ /var/tmp/diff_new_pack.fspnTX/_new  2017-08-24 18:02:09.205991461 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define shortversion 3.8
+%define shortversion 3.9
 Name:           cmake
-Version:        3.8.2
+Version:        3.9.0
 Release:        0
 Summary:        Cross-platform, open-source make system
 License:        BSD-3-Clause
@@ -37,8 +37,6 @@
 Patch4:         form.patch
 # PATCH-FIX-UPSTREAM system-libs.patch -- allow choosing between bundled and 
system jsoncpp & form libs
 Patch5:         system-libs.patch
-# PATCH-FIX-UPSTREAM cmake-ImageMagick7.patch -- find also ImageMagick 7
-Patch6:         cmake-ImageMagick7.patch
 %if 0%{?suse_version} >= 1330
 BuildRequires:  libcurl-mini-devel
 %else
@@ -83,7 +81,6 @@
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 export CFLAGS="%{optflags}"

++++++ cmake-3.8.2-SHA-256.txt -> cmake-3.9.0-SHA-256.txt ++++++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.8.2-SHA-256.txt    2017-06-16 
10:52:37.257763440 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-3.9.0-SHA-256.txt       
2017-08-24 18:02:06.298400830 +0200
@@ -1,11 +1,11 @@
-def1741fb795263ff5e1860dc0b98529f2d50455220043d3e7d0d19850e1e572  
cmake-3.8.2-Darwin-x86_64.dmg
-d164a1fa2a3d2f276c83ab55c7014b14b501b939d1a5a56f6788eb5cddc7acb6  
cmake-3.8.2-Darwin-x86_64.tar.gz
-bb26b1871f9e5c2fb73476186cc94d03b674608f704b48b94d617340b87b4d73  
cmake-3.8.2-Linux-x86_64.sh
-33e4851d3219b720f4b64fcf617151168f1bffdf5afad25eb4b7f5f58cee3a08  
cmake-3.8.2-Linux-x86_64.tar.gz
-2025aaebf98e4be835bb776a79a6d18bea0702521b13e006a5888dd790541b0c  
cmake-3.8.2-win32-x86.msi
-3fa45a8ad473a8e0579ec826b3355f864750a7455987ed425a9c6fdf4820b5f2  
cmake-3.8.2-win32-x86.zip
-572cc86b3a50a2aa600ad02daffb4f454b5f26d4b7cd2f606fb263d5e5b39de9  
cmake-3.8.2-win64-x64.msi
-202c2416c964fb7199e5d7ce92336a44c7ba65d5ccca36246f41d7d09bd8ffe2  
cmake-3.8.2-win64-x64.zip
-c7d6ce2c84501554f11f1594219c44c778ddddbd3c65f6a934a35e5381892ee3  
cmake-3.8.2.tar.Z
-da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d  
cmake-3.8.2.tar.gz
-4b40927383b84c1a8dfdca55dddfb8431486462c8df3439a74b6b22be135175b  
cmake-3.8.2.zip
+a522b23ea1a86544f135c1261833975e7d63e6cdfadeb32f8367c485d998ee6a  
cmake-3.9.0-Darwin-x86_64.dmg
+9587e4b54fce34c6c14df563d409389e59c8e7e240f4f191590fd098d83d6562  
cmake-3.9.0-Darwin-x86_64.tar.gz
+bb8c08501708e7e72647f81efa89809d58e2b30e91da5b5adef943299ca410c0  
cmake-3.9.0-Linux-x86_64.sh
+e714ddd55ab9be7ec5e4d30ca1ceee5e23406d7d3bf14457a67180cf54d9834a  
cmake-3.9.0-Linux-x86_64.tar.gz
+2d957404399b80ac17ae5b720e49a013e0434f4cfbc89763b0bdd794e186ae6d  
cmake-3.9.0-win32-x86.msi
+9d593839f64b94718a1b75b8519b56ecb959e4d37d406bf2a087e2c1f7a6b89c  
cmake-3.9.0-win32-x86.zip
+de1b80aa6321d58cc96837783451fe90ee206602730942931cc24aff076f6a38  
cmake-3.9.0-win64-x64.msi
+584f5c58f322481f29fee482b7627751917ec916fd312de7ced6b046bd55c2f5  
cmake-3.9.0-win64-x64.zip
+cfd004367fa180d08fc7dda98599302d059db11fd0f48c8bae403d50cab8a642  
cmake-3.9.0.tar.Z
+167701525183dbb722b9ffe69fb525aa2b81798cf12f5ce1c020c93394dfae0f  
cmake-3.9.0.tar.gz
+4bb61705fb183ed3cfeba5548930a2f09737e3969b01565af4a0768463c94966  
cmake-3.9.0.zip

++++++ cmake-3.8.2.tar.gz -> cmake-3.9.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/cmake/cmake-3.8.2.tar.gz 
/work/SRC/openSUSE:Factory/.cmake.new/cmake-3.9.0.tar.gz differ: char 5, line 1



Reply via email to