From e6e3247fca69083c71be87fbb798781459d3b9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 13 Mar 2015 08:54:55 +0100 Subject: [PATCH] 3.30 bump --- .gitignore | 1 + .rpmlint | 2 ++ license.email | 57 --------------------------------------- perl-Text-ParseWords.spec | 11 ++++---- sources | 2 +- 5 files changed, 10 insertions(+), 63 deletions(-) create mode 100644 .rpmlint delete mode 100644 license.email diff --git a/.gitignore b/.gitignore index 3f96d0e..38751a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Text-ParseWords-3.29.tar.gz +/Text-ParseWords-3.30.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..008b590 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (quotewords|tokenizing)"); diff --git a/license.email b/license.email deleted file mode 100644 index 65d6fad..0000000 --- a/license.email +++ /dev/null @@ -1,57 +0,0 @@ -Return-Path: rt-cpan-org-return@perl.org -Received: from zmta04.collab.prod.int.phx2.redhat.com (LHLO - zmta04.collab.prod.int.phx2.redhat.com) (10.5.81.11) by - zmail14.collab.prod.int.phx2.redhat.com with LMTP; Mon, 18 Nov 2013 - 11:06:10 -0500 (EST) -Received: from zmta04.collab.prod.int.phx2.redhat.com (localhost [127.0.0.1]) - by zmta04.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 9A08BDA0C9 - for ; Mon, 18 Nov 2013 11:06:10 -0500 (EST) -Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) - by zmta04.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 954E9D1F23 - for ; Mon, 18 Nov 2013 11:06:10 -0500 (EST) -Received: from mx1.redhat.com (ext-mx14.extmail.prod.ext.phx2.redhat.com [10.5.110.19]) - by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rAIG6A3W024510 - for ; Mon, 18 Nov 2013 11:06:10 -0500 -Received: from rtcpan.develooper.com (rtcpan.develooper.com [207.171.7.181]) - by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAIG69Uk032392 - for ; Mon, 18 Nov 2013 11:06:09 -0500 -Received: by rtcpan.develooper.com (Postfix, from userid 536) - id D3030FA; Mon, 18 Nov 2013 08:06:08 -0800 (PST) -Precedence: normal -Subject: [rt.cpan.org #90483] missing license file -From: "Alexandr Ciornii via RT" -Reply-To: bug-Text-ParseWords@rt.cpan.org -In-Reply-To: -References: - -Message-ID: -X-RT-Loop-Prevention: rt.cpan.org -RT-Ticket: rt.cpan.org #90483 -Managed-BY: RT 4.0.18 (http://www.bestpractical.com/rt/) -RT-Originator: CHORNY@cpan.org -To: mmaslano@redhat.com -MIME-Version: 1.0 -Content-Transfer-Encoding: 8bit -Content-Type: text/plain; charset="utf-8" -X-RT-Original-Encoding: utf-8 -Date: Mon, 18 Nov 2013 11:06:08 -0500 -X-RedHat-Spam-Score: -1.9 (BAYES_00,SPF_PASS,URIBL_BLOCKED) -X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 -X-Scanned-By: MIMEDefang 2.68 on 10.5.110.19 - - - -On Mon Nov 18 10:37:28 2013, mmaslano@redhat.com wrote: -> It would be a big help if you have better defined license. License -> text in .pm file would be enough. - -Will do in next version. - -> I found Perl license in Makefile.PL, -> so we assumed it's Perl (GPL+ or Artistic). Is it correct? - -yes - --- -Alexandr Ciornii, http://chorny.net - diff --git a/perl-Text-ParseWords.spec b/perl-Text-ParseWords.spec index aa401ce..b65e9f1 100644 --- a/perl-Text-ParseWords.spec +++ b/perl-Text-ParseWords.spec @@ -1,12 +1,11 @@ Name: perl-Text-ParseWords -Version: 3.29 -Release: 310%{?dist} +Version: 3.30 +Release: 1%{?dist} Summary: Parse text into an array of tokens or array of arrays License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-ParseWords/ Source0: http://www.cpan.org/authors/id/C/CH/CHORNY/Text-ParseWords-%{version}.tar.gz -Source1: license.email BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) @@ -39,7 +38,6 @@ for F in CHANGES README; do touch -r "$F" "${F}.unix" mv "${F}.unix" "$F" done -cp %{SOURCE1} ./ %build perl Makefile.PL INSTALLDIRS=vendor @@ -54,11 +52,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc CHANGES README license.email +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Mar 13 2015 Petr Pisar - 3.30-1 +- 3.30 bump + * Wed Sep 03 2014 Jitka Plesnikova - 3.29-310 - Increase release to favour standalone package diff --git a/sources b/sources index 24677b3..a650262 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3d5e6349529a66c56367fc94e99d6f9 Text-ParseWords-3.29.tar.gz +9e98d7ba9a2eecd49c21b37d5f04a7a7 Text-ParseWords-3.30.tar.gz