Accepting request 79266 from home:aturrini:branches:devel:languages:perl

Fixed typos in description of perl-IO-String.spec

OBS-URL: https://build.opensuse.org/request/show/79266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-String?expand=0&rev=13
This commit is contained in:
Dirk Mueller 2011-08-18 20:13:59 +00:00 committed by Git OBS Bridge
parent de7221a6fc
commit 60bca24f9f
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 18 19:35:41 UTC 2011 - andrea.turrini@gmail.com
- fixed typos in description of perl-IO-String.spec
-------------------------------------------------------------------
Wed Feb 2 13:41:09 UTC 2011 - vcizek@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-String (Version 1.08)
# spec file for package perl-IO-String
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@ Url: http://search.cpan.org/~gaas/
AutoReqProv: on
Summary: Perl IO/String interface
Version: 1.08
Release: 144
Release: 145
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@ -34,8 +34,8 @@ BuildRequires: perl
BuildRequires: perl-macros
%description
IO::String is an IO::File (and IO::Handle) compatible class that read
or write data from in-core strings.
IO::String is an IO::File (and IO::Handle) compatible class that reads
or writes data from in-core strings.