3.30 bump

This commit is contained in:
Petr Písař 2015-03-13 08:54:55 +01:00
parent cd0c3c0bcb
commit e6e3247fca
5 changed files with 10 additions and 63 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/Text-ParseWords-3.29.tar.gz
/Text-ParseWords-3.30.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* (quotewords|tokenizing)");

View File

@ -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 <mmaslano@redhat.com>; 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 <mmaslano@mail.corp.redhat.com>; 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 <mmaslano@redhat.com>; 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 <mmaslano@redhat.com>; 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" <bug-Text-ParseWords@rt.cpan.org>
Reply-To: bug-Text-ParseWords@rt.cpan.org
In-Reply-To: <rt-4.0.18-4704-1384789048-1647.90483-6-0@rt.cpan.org>
References: <RT-Ticket-90483@rt.cpan.org>
<rt-4.0.18-4704-1384789048-1647.90483-6-0@rt.cpan.org>
Message-ID: <rt-4.0.18-2172-1384790768-1347.90483-6-0@rt.cpan.org>
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
<URL: https://rt.cpan.org/Ticket/Display.html?id=90483 >
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

View File

@ -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 <ppisar@redhat.com> - 3.30-1
- 3.30 bump
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.29-310
- Increase release to favour standalone package

View File

@ -1 +1 @@
a3d5e6349529a66c56367fc94e99d6f9 Text-ParseWords-3.29.tar.gz
9e98d7ba9a2eecd49c21b37d5f04a7a7 Text-ParseWords-3.30.tar.gz