From 60bca24f9f87b5f39ec95a902684ed733a72ce32ca0d619ab8bc1e44ba4f05eb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 18 Aug 2011 20:13:59 +0000 Subject: [PATCH] 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 --- perl-IO-String.changes | 5 +++++ perl-IO-String.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/perl-IO-String.changes b/perl-IO-String.changes index a67b407..a45ba02 100644 --- a/perl-IO-String.changes +++ b/perl-IO-String.changes @@ -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 diff --git a/perl-IO-String.spec b/perl-IO-String.spec index 3c5b1cb..6720733 100644 --- a/perl-IO-String.spec +++ b/perl-IO-String.spec @@ -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.