Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2019-02-20 14:08:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Wed Feb 20 14:08:20 2019 rev:157 rq:676965 version:3.13.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2019-02-08 
12:04:44.913664181 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new.28833/cmake-gui.changes       
2019-02-20 14:08:21.758998627 +0100
@@ -1,0 +2,6 @@
+Fri Feb 08 14:03:11 UTC 2019 - sean...@opensuse.org
+
+- update to 3.13.4
+  * No changes specific to CMake-GUI
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2019-02-08 
12:04:46.117663728 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new.28833/cmake.changes   2019-02-20 
14:08:24.998997555 +0100
@@ -1,0 +2,23 @@
+Mon Feb 18 08:42:05 UTC 2019 - sch...@suse.de
+
+- Pass arguments of %ctest macro down to ctest
+
+-------------------------------------------------------------------
+Fri Feb 15 09:22:35 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Drop emacs support as it leads to creation of build cycle
+
+-------------------------------------------------------------------
+Tue Feb 12 13:05:51 UTC 2019 - Dan Čermák <dcer...@suse.com>
+
+- Install cmake-mode.el
+
+-------------------------------------------------------------------
+Fri Feb 08 14:03:11 UTC 2019 - sean...@opensuse.org
+
+- update to 3.13.4
+  * Tests: add cases for providing Qt5Core_VERSION manually
+  * Autogen: query Qt5 version from dir properties
+  * Revert "file: Allow DOWNLOAD/UPLOAD using alternate auth"
+
+-------------------------------------------------------------------

Old:
----
  cmake-3.13.3-SHA-256.txt
  cmake-3.13.3-SHA-256.txt.asc
  cmake-3.13.3.tar.gz

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

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

Other differences:
------------------
++++++ cmake-gui.spec ++++++
--- /var/tmp/diff_new_pack.iz57OS/_old  2019-02-20 14:08:29.594996034 +0100
+++ /var/tmp/diff_new_pack.iz57OS/_new  2019-02-20 14:08:29.598996032 +0100
@@ -17,8 +17,15 @@
 
 
 %define shortversion 3.13
+# exclude for SLE 12 and Leap 42.x
+%if 0%{?suse_version} == 1315
+%define system_libuv OFF
+%else
+%define system_libuv ON
+BuildRequires:  libuv-devel >= 1.10
+%endif
 Name:           cmake-gui
-Version:        3.13.3
+Version:        3.13.4
 Release:        0
 Summary:        CMake graphical user interface
 License:        BSD-3-Clause
@@ -37,13 +44,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libarchive-devel >= 3.0.2
 BuildRequires:  libexpat-devel
-# exclude for SLE 12 and Leap 42.x
-%if 0%{?suse_version} == 1315
-%define system_libuv OFF
-%else
-BuildRequires:  libuv-devel >= 1.10
-%define system_libuv ON
-%endif
 BuildRequires:  openssl-devel
 # this is commented as it would create dependancy cycle between jsoncpp and 
cmake
 #if 0%{?suse_version} > 1320

++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.iz57OS/_old  2019-02-20 14:08:29.618996026 +0100
+++ /var/tmp/diff_new_pack.iz57OS/_new  2019-02-20 14:08:29.622996024 +0100
@@ -17,8 +17,15 @@
 
 
 %define shortversion 3.13
+# exclude for SLE 12 and Leap 42.x
+%if 0%{?suse_version} == 1315
+%define system_libuv OFF
+%else
+%define system_libuv ON
+BuildRequires:  libuv-devel >= 1.10
+%endif
 Name:           cmake
-Version:        3.13.3
+Version:        3.13.4
 Release:        0
 Summary:        Cross-platform, open-source make system
 License:        BSD-3-Clause
@@ -44,19 +51,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libarchive-devel >= 3.0.2
 BuildRequires:  libbz2-devel
-%if 0%{?suse_version} >= 1330
-BuildRequires:  libcurl-mini-devel
-%else
-BuildRequires:  libcurl-devel
-%endif
 BuildRequires:  libexpat-devel
-# exclude for SLE 12 and Leap 42.x
-%if 0%{?suse_version} == 1315
-%define system_libuv OFF
-%else
-BuildRequires:  libuv-devel >= 1.10
-%define system_libuv ON
-%endif
 BuildRequires:  ncurses-devel
 # this is commented as it would create dependancy cycle between jsoncpp and 
cmake
 #if 0%{?suse_version} > 1320
@@ -70,6 +65,11 @@
 # bnc#953842 - A python file is shipped so require python base so it can be 
run.
 Requires:       python3-base
 Recommends:     cmake-man
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libcurl-mini-devel
+%else
+BuildRequires:  libcurl-devel
+%endif
 
 %description
 CMake is a cross-platform, open-source build system

++++++ cmake-3.13.3-SHA-256.txt -> cmake-3.13.4-SHA-256.txt ++++++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.13.3-SHA-256.txt   2019-02-08 
12:04:43.573664686 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new.28833/cmake-3.13.4-SHA-256.txt        
2019-02-20 14:08:21.390998749 +0100
@@ -1,11 +1,11 @@
-261609884989bf2933edfd1e016c9cb87c7e456ba686510b348bee542d051847  
cmake-3.13.3-Darwin-x86_64.dmg
-cee923ec7a88350f78dac06f0dfae5dec3c9cef331686acfd36ef7dd5aea84db  
cmake-3.13.3-Darwin-x86_64.tar.gz
-b960f100694d7a35a47799d09ede160af5bdeb1c66d098ce85c5009bfe76afde  
cmake-3.13.3-Linux-x86_64.sh
-78227de38d574d4d19093399fd4b40a4fb0a76cbfc4249783a969652ce515270  
cmake-3.13.3-Linux-x86_64.tar.gz
-6952354433d8fd31fd47a8a1b5e638c42bf20f8d05dd2153e4110870d89a2e60  
cmake-3.13.3-win32-x86.msi
-1382a32494b49d0554268a6d4c321865ace7e66c9189323c4f43630f067cf135  
cmake-3.13.3-win32-x86.zip
-4d3a17e66711128f3c928d68d2a0a9c17c7a3012e077af91d372e7570ac68d08  
cmake-3.13.3-win64-x64.msi
-6edc6686cd29572984497bb14de338b496604b5029c75321bf559d47664b38ab  
cmake-3.13.3-win64-x64.zip
-a8f1ca0bfb5c2b37be9b5cf9ac659ee886b7e48e4e6ea2162e58c156c89675e8  
cmake-3.13.3.tar.Z
-665f905036b1f731a2a16f83fb298b1fb9d0f98c382625d023097151ad016b25  
cmake-3.13.3.tar.gz
-4de19b7f74e7de444df710423bb04dcf3da01bc31ba9b867fc04c77d88ce44b6  
cmake-3.13.3.zip
+411c480b0f179054c26c4f854b2761b1fbbbe18c7c142f6554b0b363b4c21eaa  
cmake-3.13.4-Darwin-x86_64.dmg
+fef537614d73fda848f6168273b6c7ba45f850484533361e7bc50ac1d315f780  
cmake-3.13.4-Darwin-x86_64.tar.gz
+a3265957ef8784a89e2f71164273cce7cbbf3f1d4a98227bc31557ab889681c2  
cmake-3.13.4-Linux-x86_64.sh
+563a39e0a7c7368f81bfa1c3aff8b590a0617cdfe51177ddc808f66cc0866c76  
cmake-3.13.4-Linux-x86_64.tar.gz
+7c37235ece6ce85aab2ce169106e0e729504ad64707d56e4dbfc982cb4263847  
cmake-3.13.4-win32-x86.msi
+28daf772f55d817a13ef14e25af2a5569f8326dac66a6aa3cc5208cf1f8e943f  
cmake-3.13.4-win32-x86.zip
+64ac7dd5411b48c2717e15738b83ea0d4347cd51b940487dff7f99a870656c09  
cmake-3.13.4-win64-x64.msi
+bcd477d49e4a9400b41213d53450b474beaedb264631693c958ef9affa8e5623  
cmake-3.13.4-win64-x64.zip
+a4d081bdc49fa25b0913d602a9be8be462bb2fc246926b553d97e52fb0a1b56e  
cmake-3.13.4.tar.Z
+fdd928fee35f472920071d1c7f1a6a2b72c9b25e04f7a37b409349aef3f20e9b  
cmake-3.13.4.tar.gz
+fcde2bd40241b90d9806fb1db52972a80f727f3a156c29f9514b16f4004799d7  
cmake-3.13.4.zip

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


++++++ cmake.macros ++++++
--- /var/tmp/diff_new_pack.iz57OS/_old  2019-02-20 14:08:29.702995998 +0100
+++ /var/tmp/diff_new_pack.iz57OS/_new  2019-02-20 14:08:29.702995998 +0100
@@ -56,7 +56,7 @@
 %cmake_install \
     DESTDIR=%{buildroot} %__builder install -C %__builddir
 
-%ctest \
+%ctest(:-:) \
     cd %__builddir \
-    %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \
+    %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %** 
\
     cd ..


Reply via email to