From 7fe020fed1bacde157f6124287f2643eea761f49 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Wed, 23 Mar 2016 10:25:19 +0100
Subject: 2.61 bump

---
 .gitignore                      |  1 +
 geo_shapefile_remove_rlib.patch |  2 +-
 perl-Geo-ShapeFile.spec         | 14 ++++++++++----
 sources                         |  2 +-
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3b41f76..806a456 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Geo-ShapeFile-2.60.tar.gz
+/Geo-ShapeFile-2.61.tar.gz
diff --git a/geo_shapefile_remove_rlib.patch b/geo_shapefile_remove_rlib.patch
index ed25519..a0bb493 100644
--- a/geo_shapefile_remove_rlib.patch
+++ b/geo_shapefile_remove_rlib.patch
@@ -2,8 +2,8 @@ diff -Naur old/Makefile.PL new/Makefile.PL
 --- old/Makefile.PL    2014-03-05 11:23:01.000000000 +1100
 +++ new/Makefile.PL    2014-06-26 06:48:10.670455158 +1000
 @@ -13,9 +13,6 @@
-         'autovivification' => 0,
          'POSIX'      => 0,
+         'autovivification' => 0,
      },
 -    BUILD_REQUIRES => {
 -        'rlib'       => 0,
diff --git a/perl-Geo-ShapeFile.spec b/perl-Geo-ShapeFile.spec
index d3f1c4a..f40290e 100644
--- a/perl-Geo-ShapeFile.spec
+++ b/perl-Geo-ShapeFile.spec
@@ -1,6 +1,6 @@
 Name:           perl-Geo-ShapeFile
-Version:        2.60
-Release:        5%{?dist}
+Version:        2.61
+Release:        1%{?dist}
 Summary:        Perl extension for handling ESRI GIS Shapefiles
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,8 @@ Source0:        
http://www.cpan.org/modules/by-module/Geo/Geo-ShapeFile-%{versio
 # Remove rlib dependency from test suite as rlib is not available in Fedora 
and does not have a license
 Patch1:         geo_shapefile_remove_rlib.patch
 BuildArch:      noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(autovivification)
 BuildRequires:  perl(Carp)
@@ -17,7 +19,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Math::Trig)
+BuildRequires:  perl(Math::Trig) >= 1.04
 BuildRequires:  perl(overload)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(POSIX)
@@ -25,6 +27,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Tree::R)
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -47,7 +50,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -60,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 23 2016 Jitka Plesnikova <jples...@redhat.com> - 2.61-1
+- 2.61 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
2.60-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index fd33f22..01a10f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25a95e2b9644b78a8d0810d1a5d3b13b  Geo-ShapeFile-2.60.tar.gz
+e1c0a499430d825b055e781575b06e6c  Geo-ShapeFile-2.61.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Geo-ShapeFile.git/commit/?h=f24&id=7fe020fed1bacde157f6124287f2643eea761f49
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to