[perl-Capture-Tiny] 0.11 bump

Petr Sabata psabata at fedoraproject.org
Fri May 20 10:57:06 UTC 2011


commit cf847a7aa798cfe2b0c02da799903b14c6f173fe
Author: Petr Sabata <psabata at redhat.com>
Date:   Fri May 20 12:57:09 2011 +0200

    0.11 bump

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 263b620..d651b22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.09.tar.gz
 /Capture-Tiny-0.10.tar.gz
+/Capture-Tiny-0.11.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 185e7b7..dce8398 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-Capture-Tiny
-Version:        0.10
+Version:        0.11
 Release:        1%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
@@ -42,12 +42,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes examples LICENSE perlcritic.rc README Todo
 %{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 20 2011 Petr Sabata <psabata at redhat.com> - 0.11-1
+- 0.11 bump
+- Removing defattr
+
 * Wed Feb 09 2011 Petr Pisar <ppisar at redhat.com> - 0.10-1
 - 0.10 bump
 
diff --git a/sources b/sources
index 1e642fc..ffe65a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d38c6b83f690dfd35b503ccbfade7558  Capture-Tiny-0.10.tar.gz
+afbd9be69e4691ba8316545d216abdc8  Capture-Tiny-0.11.tar.gz



More information about the perl-devel mailing list