From 5b87a3fc47dbeb932dc56183a47776fc018d1bb0 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Mon, 4 Jul 2016 02:05:33 +0200 Subject: [PATCH] Fix typo. --- botan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/botan.spec b/botan.spec index 8e4eea9..fb1667c 100644 --- a/botan.spec +++ b/botan.spec @@ -6,7 +6,7 @@ Name: botan Version: %{major_version}.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries @@ -102,7 +102,7 @@ interfaces may change in the future. %package -n python3-%{name} Summary: Python3 bindings for %{name} Group: System Environment/Libraries -%{?python_provide:%python_provide python2-%{name}} +%{?python_provide:%python_provide python3-%{name}} %description -n python3-%{name} %{summary} @@ -257,6 +257,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Sun Jul 3 2016 Thomas Moschny - 1.10.13-3 +- Fix typo. + * Sun Jul 3 2016 Thomas Moschny - 1.10.13-2 - Provide python2- and python3- subpackages (rhbz#1313786). - Move python examples to -doc subpackage.