Hello community, here is the log from the commit of package libnsync for openSUSE:Leap:15.2 checked in at 2020-02-16 18:29:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libnsync (Old) and /work/SRC/openSUSE:Leap:15.2/.libnsync.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnsync" Sun Feb 16 18:29:52 2020 rev:2 rq:774503 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libnsync/libnsync.changes 2020-01-30 06:08:54.990481698 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libnsync.new.26092/libnsync.changes 2020-02-16 18:30:25.522784120 +0100 @@ -1,0 +2,5 @@ +Thu Feb 13 15:24:45 UTC 2020 - Stanislav Brabec <[email protected]> + +- Fix invalid RPM groups. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnsync.spec ++++++ --- /var/tmp/diff_new_pack.V4LGa9/_old 2020-02-16 18:30:26.118784432 +0100 +++ /var/tmp/diff_new_pack.V4LGa9/_new 2020-02-16 18:30:26.122784434 +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
