public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Iain Arnell <iarnell@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Text-RecordParser] epel10.2: update to 1.5.0
Date: Fri, 07 Aug 2026 13:12:30 GMT [thread overview]
Message-ID: <178610835060.1.17278256654351001332.rpms-perl-Text-RecordParser-6ab3ff8f8b79@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Text-RecordParser
Branch : epel10.2
Commit : 6ab3ff8f8b79f42ed6e71c4f68322882a7b32c84
Author : Iain Arnell <iarnell@gmail.com>
Date : 2011-05-07T09:22:12+02:00
Stats : +10/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Text-RecordParser/c/6ab3ff8f8b79f42ed6e71c4f68322882a7b32c84?branch=epel10.2
Log:
update to 1.5.0
---
diff --git a/.gitignore b/.gitignore
index 6b7b204..a90d34e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
Text-RecordParser-1.3.0.tar.gz
+/Text-RecordParser-v1.5.0.tar.gz
diff --git a/perl-Text-RecordParser.spec b/perl-Text-RecordParser.spec
index 1a3abc3..ef483e5 100644
--- a/perl-Text-RecordParser.spec
+++ b/perl-Text-RecordParser.spec
@@ -1,12 +1,11 @@
Name: perl-Text-RecordParser
-Version: 1.3.0
-Release: 6%{?dist}
+Version: 1.5.0
+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-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+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))
@@ -41,7 +40,7 @@ you can still bind your own field names via bind_fields. Either way, you
can then use many methods to get at the data as arrays or hashes.
%prep
-%setup -q -n Text-RecordParser-%{version}
+%setup -q -n Text-RecordParser-v%{version}
perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
@@ -50,8 +49,6 @@ perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
./Build
%install
-rm -rf %{buildroot}
-
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -60,17 +57,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%check
./Build test
-%clean
-rm -rf %{buildroot}
-
%files
-%defattr(-,root,root,-)
%doc Changes README TODO t/
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man[13]/*
%changelog
+* Sat May 07 2011 Iain Arnell <iarnell@gmail.com> 1.5.0-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index 6f9e271..8f01319 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4dac25c75c9bd14fe0256f83546a7b2 Text-RecordParser-1.3.0.tar.gz
+08c9104263563c157ca076aa97900dc4 Text-RecordParser-v1.5.0.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=178610835060.1.17278256654351001332.rpms-perl-Text-RecordParser-6ab3ff8f8b79@fedoraproject.org \
--to=iarnell@gmail.com \
--cc=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