Hello community,

here is the log from the commit of package librepo for openSUSE:Factory checked 
in at 2018-09-19 14:30:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librepo (Old)
 and      /work/SRC/openSUSE:Factory/.librepo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librepo"

Wed Sep 19 14:30:57 2018 rev:4 rq:636415 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/librepo/librepo.changes  2018-09-14 
00:02:48.917888457 +0200
+++ /work/SRC/openSUSE:Factory/.librepo.new/librepo.changes     2018-09-19 
14:33:04.783315037 +0200
@@ -1,0 +2,7 @@
+Thu Sep 13 13:57:02 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Fix RPM gruops. Update descriptions so that librepo0
+  (which is going to be installed most of the time) has something
+  halfway useful.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ librepo.spec ++++++
--- /var/tmp/diff_new_pack.MW4bwd/_old  2018-09-19 14:33:05.663314442 +0200
+++ /var/tmp/diff_new_pack.MW4bwd/_new  2018-09-19 14:33:05.663314442 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package librepo
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 Neal Gompa <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,7 +13,7 @@
 # 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/
 #
 
 
@@ -37,8 +38,8 @@
 Version:        1.8.1
 Release:        0
 Summary:        Repodata downloading library
-License:        LGPL-2.0+
-Group:          System/Libraries
+License:        LGPL-2.0-or-later
+Group:          Development/Libraries/C and C++
 
 URL:            https://github.com/rpm-software-management/librepo
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -62,19 +63,20 @@
 %global __provides_exclude 
^(%{python2_sitearch}/.*\\.so\\|%{python3_sitearch}/.*\\.so)$
 
 %description
-A library providing C and Python (libcURL like) API to downloading repository
+A library providing C and Python (libcURL like) API for downloading repository
 metadata.
 
 %package -n %{libname}
-Summary:        Libraries for %{name}
+Summary:        Repodata downloading library
 Group:          System/Libraries
 
 %description -n %{libname}
-Libraries for %{name}
+A library providing C and Python (libcURL like) API for downloading repository
+metadata.
 
 %package -n %{devname}
-Summary:        Repodata downloading library
-Group:          Development/Languages/C and C++
+Summary:        Header files for the Repodata downloading library
+Group:          Development/Libraries/C and C++
 Provides:       %{name}-devel = %{version}-%{release}
 Requires:       %{libname}%{?_isa} = %{version}-%{release}
 


Reply via email to