From ab04e5e2706509622a313302cdf16c5b56d27f55fb139d91e1378069770d50b4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 23 May 2017 11:23:28 +0000 Subject: [PATCH] - Fix spacing in description (boo#1040006). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/patterns-devel-python?expand=0&rev=3 --- patterns-devel-python.changes | 5 +++++ patterns-devel-python.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/patterns-devel-python.changes b/patterns-devel-python.changes index e346b67..a105ee3 100644 --- a/patterns-devel-python.changes +++ b/patterns-devel-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 23 11:23:11 UTC 2017 - dimstar@opensuse.org + +- Fix spacing in description (boo#1040006). + ------------------------------------------------------------------- Thu Mar 16 06:15:40 UTC 2017 - sflees@suse.de diff --git a/patterns-devel-python.spec b/patterns-devel-python.spec index e7c5a01..a585c92 100644 --- a/patterns-devel-python.spec +++ b/patterns-devel-python.spec @@ -1,5 +1,5 @@ # -# spec file for package patterns-openSUSE +# spec file for package patterns-devel-python # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -29,7 +29,6 @@ Source0: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: patterns-rpm-macros - %description This is an internal package that is used to create the patterns as part of the installation source setup. Installation of this package does @@ -86,7 +85,7 @@ Tools and libraries for software development using the Python programming langua %package devel_python3 %pattern_development -Summary: Python3 Developement +Summary: Python 3 Developement Group: Metapackages Provides: pattern() = devel_python3 Provides: pattern-icon() = pattern-basis-devel @@ -125,3 +124,5 @@ Suggests: python3-nose mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/ echo 'This file marks the pattern devel_python to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_python.txt echo 'This file marks the pattern devel_python3 to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_python3.txt + +%changelog