[perl-Math-PlanePath] New version 114 (#1063019)

Miro Hrončok churchyard at fedoraproject.org
Fri Feb 14 12:38:12 UTC 2014


commit 04dc239691c5b2fcd09eccb3cc0cb9676a5287a9
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Fri Feb 14 13:38:33 2014 +0100

    New version 114 (#1063019)

 .gitignore               |    1 +
 perl-Math-PlanePath.spec |    8 +++++++-
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36122c7..9cbd58f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Math-PlanePath-111.tar.gz
 /Math-PlanePath-112.tar.gz
 /Math-PlanePath-113.tar.gz
+/Math-PlanePath-114.tar.gz
diff --git a/perl-Math-PlanePath.spec b/perl-Math-PlanePath.spec
index 0879e56..db08600 100644
--- a/perl-Math-PlanePath.spec
+++ b/perl-Math-PlanePath.spec
@@ -1,5 +1,5 @@
 Name:           perl-Math-PlanePath
-Version:        113
+Version:        114
 Release:        1%{?dist}
 Summary:        Mathematical paths through the 2-D plane
 License:        GPLv3+
@@ -27,7 +27,9 @@ Requires:       perl(Module::Load)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Filtering unversioned provides and requires
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Math::PlanePath::CellularRule::Line\\)$
 %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Math::PlanePath::CellularRule::OddSolid\\)$
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Math::PlanePath::CellularRule::OneTwo\\)$
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(constant::defer\\)$
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(constant\\)$
 
@@ -59,6 +61,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 14 2014 Miro Hrončok <mhroncok at redhat.com> - 114-1
+- New version 114 (#1063019)
+- More unversioned provides to filter
+
 * Fri Dec 27 2013 Miro Hrončok <mhroncok at redhat.com> - 113-1
 - New version 113 (#1046669)
 
diff --git a/sources b/sources
index 73ca399..c11a627 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abb95a0fcf0173203535675a8bf7f20c  Math-PlanePath-113.tar.gz
+baf6837428fcbf2592d5b9313c7ed840  Math-PlanePath-114.tar.gz


More information about the scm-commits mailing list