From eb6b28794861028de00c60306b5005ce426b8b3e Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jul 11 2022 16:33:06 +0000 Subject: Fix extra newline in description --- diff --git a/python-pymatreader.spec b/python-pymatreader.spec index 34ef588..5730d2c 100644 --- a/python-pymatreader.spec +++ b/python-pymatreader.spec @@ -6,7 +6,7 @@ %global srcname pymatreader -%global desc %{expand: \ +%global desc %{expand: A Python module to read Matlab files. This module works with both the old (< 7.3) and the new (>= 7.3) HDF5 based format. The output should be the same for both kinds of files. @@ -15,7 +15,7 @@ Documentation can be found here: http://pymatreader.readthedocs.io/en/latest/} Name: python-%{srcname} Version: 0.0.24 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Convenient reader for Matlab mat files License: BSD @@ -30,8 +30,7 @@ BuildArch: noarch %{?python_enable_dependency_generator} -%description -%{desc} +%description %{desc} %package -n python3-%{srcname} Summary: %{summary} @@ -50,8 +49,7 @@ BuildRequires: %{py3_dist twine} BuildRequires: %{py3_dist wheel} BuildRequires: %{py3_dist xmltodict} -%description -n python3-%{srcname} -%{desc} +%description -n python3-%{srcname} %{desc} %package doc Summary: %{summary} @@ -98,6 +96,9 @@ popd %doc doc/build/html %changelog +* Mon Jul 11 2022 Benjamin A. Beasley - 0.0.24-8 +- Fix extra newline in description + * Tue Jun 14 2022 Python Maint - 0.0.24-7 - Rebuilt for Python 3.11