Hello community,

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

Package is "cmake"

Fri Aug 30 14:39:50 2019 rev:164 rq:726613 version:3.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2019-08-27 
10:12:27.279975259 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new.7948/cmake.changes    2019-08-30 
14:39:52.125435219 +0200
@@ -1,0 +2,6 @@
+Tue Aug 27 06:35:24 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim metadata redundancies from description.
+- Avoid use of em dashes in summaries.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.v1POnP/_old  2019-08-30 14:39:53.053435052 +0200
+++ /var/tmp/diff_new_pack.v1POnP/_new  2019-08-30 14:39:53.057435051 +0200
@@ -18,10 +18,19 @@
 
 %define flavor @BUILD_FLAVOR@%{nil}
 %define shortversion 3.15
-Version:        3.15.1
-Release:        0
+%if "%flavor" == "gui"
+Name:           cmake-%{flavor}
+Summary:        CMake graphical user interface
+License:        BSD-3-Clause
+Group:          Development/Tools/Building
+%else
+Name:           cmake
+Summary:        Cross-platform make system
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
+%endif
+Version:        3.15.1
+Release:        0
 URL:            https://www.cmake.org/
 Source0:        
https://www.cmake.org/files/v%{shortversion}/cmake-%{version}.tar.gz
 Source1:        cmake.macros
@@ -54,33 +63,29 @@
 BuildRequires:  pkgconfig(liblzma)
 Requires:       make
 %if "%flavor" == "gui"
-Name:           cmake-%{flavor}
-Summary:        CMake graphical user interface
 BuildRequires:  python-sphinx
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:       cmake
 Recommends:     cmake-man
 %else
-Name:           cmake
-Summary:        Cross-platform, open-source make system
 # bnc#953842 - A python file is shipped so require python base so it can be 
run.
 Requires:       python3-base
 %endif
 %if "%flavor" == "gui"
 %description
-This is a Graphical User Interface for CMake, a cross-platform,
-open-source build system.
+This is a Graphical User Interface for CMake, a cross-platform
+build system.
 
 %package -n cmake-man
-Summary:        Cross-platform, open-source make system - manual pages
+Summary:        Manual pages for cmake, a cross-platform make system
 Group:          Development/Tools/Building
 
 %description -n cmake-man
-Manual pages for cmake, Cross-platform, open-source make system
+Manual pages for cmake, a cross-platform make system.
 %else
 %description
-CMake is a cross-platform, open-source build system
+CMake is a cross-platform build system.
 %endif
 
 %prep
@@ -151,7 +156,6 @@
 
 %fdupes %{buildroot}%{_datadir}/cmake
 
-
 %check
 # Excluded tests:
 #    TestUpload: uses internet connection




Reply via email to