commit 9d1b429d10279f2e5715067cf04545cd898ea110 Author: Petr Písař <ppi...@redhat.com> Date: Mon Jun 9 13:28:07 2014 +0200
0.625 bump .gitignore | 1 + perl-XML-Writer.spec | 14 +++++--------- sources | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 1be9369..a2f2ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ XML-Writer-0.606.tar.gz /XML-Writer-0.621.tar.gz /XML-Writer-0.623.tar.gz /XML-Writer-0.624.tar.gz +/XML-Writer-0.625.tar.gz diff --git a/perl-XML-Writer.spec b/perl-XML-Writer.spec index a361d4f..857d698 100644 --- a/perl-XML-Writer.spec +++ b/perl-XML-Writer.spec @@ -1,13 +1,11 @@ Name: perl-XML-Writer -Version: 0.624 +Version: 0.625 Release: 1%{?dist} Summary: A simple Perl module for writing XML documents - Group: Development/Libraries License: CC0 URL: http://search.cpan.org/dist/XML-Writer/ Source0: http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-%{version}.tar.gz - BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) @@ -38,34 +36,32 @@ checking on the output, to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names. - %prep %setup -q -n XML-Writer-%{version} find examples -type f -exec chmod -x {} + - %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} - %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' - %check make test - %files -%doc Changes README TODO LICENSE examples +%doc Changes examples LICENSE README TODO %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Mon Jun 09 2014 Petr Pisar <ppi...@redhat.com> - 0.625-1 +- 0.625 bump + * Thu Feb 13 2014 Petr Pisar <ppi...@redhat.com> - 0.624-1 - 0.624 bump diff --git a/sources b/sources index 15a1df0..284bc1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac797a3f49b837f39131240869b9d789 XML-Writer-0.624.tar.gz +b9c2420c243c6a36ce45a008740fcede XML-Writer-0.625.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel