Hello community, here is the log from the commit of package libnsync for openSUSE:Factory checked in at 2020-02-14 16:38:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnsync (Old) and /work/SRC/openSUSE:Factory/.libnsync.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnsync" Fri Feb 14 16:38:57 2020 rev:2 rq:774203 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libnsync/libnsync.changes 2020-01-25 13:24:40.972050300 +0100 +++ /work/SRC/openSUSE:Factory/.libnsync.new.26092/libnsync.changes 2020-02-14 16:39:09.199645222 +0100 @@ -1,0 +2,5 @@ +Thu Feb 13 15:24:45 UTC 2020 - Stanislav Brabec <sbra...@suse.com> + +- Fix invalid RPM groups. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnsync.spec ++++++ --- /var/tmp/diff_new_pack.YQFj7r/_old 2020-02-14 16:39:10.927646185 +0100 +++ /var/tmp/diff_new_pack.YQFj7r/_new 2020-02-14 16:39:10.927646185 +0100 @@ -1,7 +1,7 @@ # -# spec file for package nsync +# spec file for package libnsync # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define libmajor 1 Name: libnsync @@ -22,8 +23,8 @@ Release: 0 Summary: Library that exports various synchronization primitives License: Apache-2.0 -Group: Development C/C++ -Url: https://github.com/google/nsync +Group: System/Libraries +URL: https://github.com/google/nsync Source: nsync-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc @@ -40,21 +41,23 @@ %package -n libnsync%libmajor Summary: Library that exports various synchronization primitives -Group: Development C +Group: System/Libraries + %description -n libnsync%libmajor Library for C that exports various synchronization primitives %package -n libnsync_cpp%libmajor Summary: Library that exports various synchronization primitives -Group: Development C++ +Group: System/Libraries + %description -n libnsync_cpp%libmajor Library for C++ that exports various synchronization primitives %package devel Summary: Library that exports various synchronization primitives -Group: Development C++ -Requires: libnsync_cpp%libmajor = %{version} +Group: Development/Libraries/C and C++ Requires: libnsync%libmajor = %{version} +Requires: libnsync_cpp%libmajor = %{version} %description devel C/C++ library that exports various synchronization primitives: @@ -76,7 +79,6 @@ -DNSYNC_USE_CPP11_TIMEPOINT=ON\ -DNSYNC_ENABLE_TESTS=0 - %cmake_build %install