public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Text-RecordParser] epel10.2: 1.6.3 bump
Date: Fri, 07 Aug 2026 13:12:34 GMT [thread overview]
Message-ID: <178610835439.1.15623269225788009956.rpms-perl-Text-RecordParser-beaf2460e5da@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Text-RecordParser
Branch : epel10.2
Commit : beaf2460e5da885790343bb2d8885d7b698f3dc9
Author : Petr Šabata <contyk@redhat.com>
Date : 2013-10-10T18:35:08+09:00
Stats : +30/-20 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Text-RecordParser/c/beaf2460e5da885790343bb2d8885d7b698f3dc9?branch=epel10.2
Log:
1.6.3 bump
---
diff --git a/.gitignore b/.gitignore
index a90d34e..58c5149 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
Text-RecordParser-1.3.0.tar.gz
/Text-RecordParser-v1.5.0.tar.gz
+/Text-RecordParser-v1.6.3.tar.gz
diff --git a/perl-Text-RecordParser.spec b/perl-Text-RecordParser.spec
index 7d94500..cb968ec 100644
--- a/perl-Text-RecordParser.spec
+++ b/perl-Text-RecordParser.spec
@@ -1,32 +1,41 @@
Name: perl-Text-RecordParser
-Version: 1.5.0
-Release: 8%{?dist}
+Version: 1.6.3
+Release: 1%{?dist}
Summary: Read record-oriented files
License: GPLv2
Group: Development/Libraries
URL: http://search.cpan.org/dist/Text-RecordParser/
Source0: http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
BuildArch: noarch
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-# core
-BuildRequires: perl(List::Util)
-BuildRequires: perl(Test::More)
-# cpan
-BuildRequires: perl(Module::Build)
-BuildRequires: perl(Readonly)
+Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+BuildRequires: perl
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
BuildRequires: perl(Class::Accessor)
+BuildRequires: perl(IO::Scalar)
BuildRequires: perl(List::MoreUtils)
-BuildRequires: perl(Text::TabularDisplay)
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(Pod::Markdown)
+BuildRequires: perl(Pod::Readme)
+BuildRequires: perl(Pod::Select)
+BuildRequires: perl(Readonly)
+BuildRequires: perl(strict)
+BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(version)
+BuildRequires: perl(warnings)
# test
-BuildRequires: perl(IO::Scalar)
+BuildRequires: perl(Config)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(File::Temp)
+BuildRequires: perl(FindBin)
+BuildRequires: perl(IO::File)
BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
-
# not automagically picked up...
-Requires: perl(Class::Accessor)
+#Requires: perl(Class::Accessor)
%description
This module is for reading record-oriented data in a delimited text file.
@@ -41,29 +50,29 @@ can then use many methods to get at the data as arrays or hashes.
%prep
%setup -q -n Text-RecordParser-v%{version}
-
perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
%build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
./Build
%install
./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
%{_fixperms} %{buildroot}/*
%check
./Build test
%files
-%doc Changes README TODO t/
+%doc Changes README TODO
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man[13]/*
%changelog
+* Thu Oct 10 2013 Petr Šabata <contyk@redhat.com> - 1.6.3-1
+- 1.6.3 bump
+
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/sources b/sources
index 8f01319..5f66f64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08c9104263563c157ca076aa97900dc4 Text-RecordParser-v1.5.0.tar.gz
+86659b7a16726b951870f1025681adc2 Text-RecordParser-v1.6.3.tar.gz
reply other threads:[~2026-08-07 13:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178610835439.1.15623269225788009956.rpms-perl-Text-RecordParser-beaf2460e5da@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox