From 250b44733c69d02af045233c0537af92751e1ba48016d1180290d8d62b379fef Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 11 Jan 2012 09:44:06 +0000 Subject: [PATCH 1/2] merge OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=15 --- perl-Text-CSV.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 36438ae..19d88f4 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Text-CSV (Version 1.21) +# spec file for package perl-Text-CSV # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,19 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Text-CSV Version: 1.21 -Release: 1 -License: GPL+ or Artistic +Release: 0 %define cpan_name Text-CSV -Summary: comma-separated values manipulator (using XS or PurePerl) -Url: http://search.cpan.org/dist/Text-CSV/ +Summary: Comma-separated values manipulator (using XS or PurePerl) +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz -BuildRequires: perl(IO::Handle) +Url: http://search.cpan.org/dist/Text-CSV/ +Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(IO::Handle) Requires: perl(IO::Handle) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch From bf2cd25ea50a29f1299621539fa00b5a4d452781eef912c6bc5b8fbabbc3dd32 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 10 Feb 2012 12:13:22 +0000 Subject: [PATCH 2/2] - fix Summary capitalization for rpmlint OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=16 --- perl-Text-CSV.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index ea16c42..bb44274 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 10 12:09:01 UTC 2012 - pascal.bleser@opensuse.org + +- fix Summary capitalization for rpmlint + ------------------------------------------------------------------- Thu Mar 24 11:30:38 UTC 2011 - coolo@novell.com