[perl-Module-Build-WithXSpp] New version 0.13
by Miro Hrončok
commit e66429375b3f814294fb13a39f8ed943063916a5
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Tue Jan 29 14:04:04 2013 +0100
New version 0.13
.gitignore | 1 +
perl-Module-Build-WithXSpp.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db1d392..0fc8da0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/Module-Build-WithXSpp-0.12.tar.gz
+/Module-Build-WithXSpp-0.13.tar.gz
diff --git a/perl-Module-Build-WithXSpp.spec b/perl-Module-Build-WithXSpp.spec
index 1194539..c9ce1ac 100644
--- a/perl-Module-Build-WithXSpp.spec
+++ b/perl-Module-Build-WithXSpp.spec
@@ -1,6 +1,6 @@
Name: perl-Module-Build-WithXSpp
-Version: 0.12
-Release: 3%{?dist}
+Version: 0.13
+Release: 1%{?dist}
Summary: XS++ enhanced flavor of Module::Build
License: GPL+ or Artistic
Group: Development/Libraries
@@ -49,6 +49,9 @@ easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).
%{_mandir}/man3/*
%changelog
+* Tue Jan 29 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.13-1
+- New version
+
* Thu Dec 20 2012 Miro Hrončok <miro(a)hroncok.cz> - 0.12-3
- Removed deleting empty dirs in %%install section
- Do not package META.json
diff --git a/sources b/sources
index c6206bc..c927568 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c7ea40cd48028dce893c727396e6a60 Module-Build-WithXSpp-0.12.tar.gz
+8e4f4ab5782d2916f182129d48172e10 Module-Build-WithXSpp-0.13.tar.gz
10 years, 8 months
[perl-Pod-Perldoc] 3.19_01 bump
by Petr Pisar
commit 387d7de6fdd8862a26a72d8469f5cf2fc5a033eb
Author: Petr Písař <ppisar(a)redhat.com>
Date: Tue Jan 29 13:31:47 2013 +0100
3.19_01 bump
.gitignore | 1 +
perl-Pod-Perldoc.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7d583..0672df5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/Pod-Perldoc-3.15_10.tar.gz
/Pod-Perldoc-3.17.tar.gz
/Pod-Perldoc-3.19.tar.gz
+/Pod-Perldoc-3.19_01.tar.gz
diff --git a/perl-Pod-Perldoc.spec b/perl-Pod-Perldoc.spec
index 1ea4f8c..26cfe52 100644
--- a/perl-Pod-Perldoc.spec
+++ b/perl-Pod-Perldoc.spec
@@ -1,7 +1,7 @@
-%global cpan_version 3.19
+%global cpan_version 3.19_01
Name: perl-Pod-Perldoc
# let's overwrite the module from perl.srpm
-Version: %{cpan_version}.00
+Version: %(echo '%{cpan_version}' | sed 's/_/./')
Release: 1%{?dist}
Summary: Look up Perl documentation in Pod format
License: GPL+ or Artistic
@@ -90,6 +90,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Tue Jan 29 2013 Petr Pisar <ppisar(a)redhat.com> - 3.19.01-1
+- 3.19_01 bump
+
* Mon Jan 28 2013 Petr Pisar <ppisar(a)redhat.com> - 3.19.00-1
- 3.19 bump
diff --git a/sources b/sources
index 7260605..213c356 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74575be98a9539c473eaef18e1a49d26 Pod-Perldoc-3.19.tar.gz
+e586d0e1638156f2d69921cb18a94937 Pod-Perldoc-3.19_01.tar.gz
10 years, 8 months
[perl-Test-Spelling] Update to 0.17
by Paul Howarth
commit 195a41b984d7f8ccd90b65a60147aee4ba44a130
Author: Paul Howarth <paul(a)city-fan.org>
Date: Mon Jan 28 15:23:33 2013 +0000
Update to 0.17
- New upstream release 0.17:
- Use IPC::Run3 instead of IPC::Open3
perl-Test-Spelling.spec | 8 ++++++--
sources | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Spelling.spec b/perl-Test-Spelling.spec
index 103b9ba..b343be9 100644
--- a/perl-Test-Spelling.spec
+++ b/perl-Test-Spelling.spec
@@ -1,5 +1,5 @@
Name: perl-Test-Spelling
-Version: 0.16
+Version: 0.17
Release: 1%{?dist}
Summary: Check for spelling errors in POD files
Group: Development/Libraries
@@ -16,7 +16,7 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
-BuildRequires: perl(IPC::Open3)
+BuildRequires: perl(IPC::Run3) >= 0.044
BuildRequires: perl(Pod::Spell) >= 1.01
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
@@ -58,6 +58,10 @@ make test
%{_mandir}/man3/Test::Spelling.3pm*
%changelog
+* Mon Jan 28 2013 Paul Howarth <paul(a)city-fan.org> - 0.17-1
+- Update to 0.17:
+ - Use IPC::Run3 instead of IPC::Open3
+
* Fri Dec 21 2012 Paul Howarth <paul(a)city-fan.org> - 0.16-1
- Update to 0.16:
- Allow use of a custom POD parser rather than Pod::Spell using
diff --git a/sources b/sources
index 1fb3690..6819be8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d48e2b62a0bf733b97d810b7a1eb7ee6 Test-Spelling-0.16.tar.gz
+dfa3349920894029df4dffb9a66a116b Test-Spelling-0.17.tar.gz
10 years, 8 months