commit 9f6bf126f1b0cd18da6e57acb5254c6ce1382945
Author: Petr Písař <ppisar(a)redhat.com>
Date: Fri Jan 4 17:33:19 2013 +0100
2.5.0 bump
.gitignore | 1 +
.rpmlint | 2 ++
perl-podlators.spec | 8 ++++++--
sources | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fe6995..22b3fdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/podlators-2.4.2.tar.gz
+/podlators-2.5.0.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..efd792c
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* rpmlint");
diff --git a/perl-podlators.spec b/perl-podlators.spec
index 4076b3c..3e34ce2 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,6 +1,6 @@
Name: perl-podlators
-Version: 2.4.2
-Release: 3%{?dist}
+Version: 2.5.0
+Release: 1%{?dist}
Summary: Format POD source into various output formats
License: GPL+ or Artistic
Group: Development/Libraries
@@ -58,6 +58,10 @@ make test
%{_mandir}/man3/*
%changelog
+* Fri Jan 04 2013 Petr Pisar <ppisar(a)redhat.com> - 2.5.0-1
+- 2.5.0 bump
+- This version makes pod2* tools failing if POD syntax error is encountered
+
* Thu Nov 01 2012 Petr Pisar <ppisar(a)redhat.com> - 2.4.2-3
- Do not export under-specified dependencies
diff --git a/sources b/sources
index b10d9a4..1b373c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fc141b0ab668b7d52aa48c26909d604 podlators-2.4.2.tar.gz
+964f19e1ab23420a2f7c8753943b8a03 podlators-2.5.0.tar.gz