From 403b89dfc38ea977262f1cefee5cbaf69fe01b67 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 14 May 2009 14:45:25 +0000 Subject: [PATCH] - Package review fix: removed trailing dot in python package summary (bug #226031). --- libieee1284.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libieee1284.spec b/libieee1284.spec index 8731de2..a15881f 100644 --- a/libieee1284.spec +++ b/libieee1284.spec @@ -1,7 +1,7 @@ Summary: A library for interfacing IEEE 1284-compatible devices Name: libieee1284 Version: 0.2.11 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://cyberelk.net/tim/libieee1284/ @@ -22,7 +22,7 @@ The header files, static library, libtool library and man pages for developing applications that use libieee1284. %package python -Summary: Python extension module for libieee1284. +Summary: Python extension module for libieee1284 Group: System Environment/Libraries %description python @@ -68,6 +68,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Thu May 14 2009 Tim Waugh 0.2.11-7 +- Package review fix: removed trailing dot in python package summary + (bug #226031). + * Thu May 14 2009 Tim Waugh 0.2.11-6 - Package review fixes (bug #226031): - Drop prereq on ldconfig.