From 2674c81c49312130a04401db9125db7f0255c4e9 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 5 Dec 2022 10:15:51 -0500 Subject: [PATCH] =?UTF-8?q?Update=20summary=20and=20description=20to=20ref?= =?UTF-8?q?er=20to=20=E2=80=9CPython=E2=80=9D=20instead=20of=20=E2=80=9CPy?= =?UTF-8?q?thon=203=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protobuf.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index 546b32e..e6a630a 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -180,7 +180,7 @@ lacks descriptors, reflection, and some other features. %if %{with python} %package -n python3-%{name} -Summary: Python 3 bindings for Google Protocol Buffers +Summary: Python bindings for Google Protocol Buffers BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3dist(wheel) @@ -194,7 +194,7 @@ Conflicts: %{name}-compiler < %{version} Provides: %{name}-python3 = %{version}-%{release} %description -n python3-%{name} -This package contains Python 3 libraries for Google Protocol Buffers +This package contains Python libraries for Google Protocol Buffers %endif %package vim @@ -487,6 +487,7 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} - Drop manual dependency on python3-six, no longer needed - Drop obsolete python_provide macro - Drop python3_pkgversion macro +- Update summary and description to refer to “Python” instead of “Python 3” * Sun Aug 14 2022 Orion Poplawski - 3.19.4-6 - Build python support with C++ (bz#2107921)