From ece8722ecd5e37e65c39f20e91f865e13e49ade2ebde4dfc99db5656cdcdfa13 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 22 Apr 2021 15:30:32 +0000 Subject: [PATCH] Accepting request 885597 from devel:languages:perl:autoupdate - updated to 3.01 see /usr/share/doc/packages/perl-Geo-ShapeFile/Changes OBS-URL: https://build.opensuse.org/request/show/885597 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Geo-ShapeFile?expand=0&rev=8 --- Geo-ShapeFile-3.00.tar.gz | 3 --- Geo-ShapeFile-3.01.tar.gz | 3 +++ perl-Geo-ShapeFile.changes | 6 ++++++ perl-Geo-ShapeFile.spec | 21 +++++++++------------ 4 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 Geo-ShapeFile-3.00.tar.gz create mode 100644 Geo-ShapeFile-3.01.tar.gz diff --git a/Geo-ShapeFile-3.00.tar.gz b/Geo-ShapeFile-3.00.tar.gz deleted file mode 100644 index 6111f21..0000000 --- a/Geo-ShapeFile-3.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9657c82d170df0d9564484c1335cdbf0b85efbd6acc1cfb0c7a5a971b9519a3 -size 358391 diff --git a/Geo-ShapeFile-3.01.tar.gz b/Geo-ShapeFile-3.01.tar.gz new file mode 100644 index 0000000..b634dff --- /dev/null +++ b/Geo-ShapeFile-3.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af03a1304e4fb49ba2b4d9861038e990704c1f0fb370bc596013220de6fec1c2 +size 358669 diff --git a/perl-Geo-ShapeFile.changes b/perl-Geo-ShapeFile.changes index cb75ebc..fb3fe54 100644 --- a/perl-Geo-ShapeFile.changes +++ b/perl-Geo-ShapeFile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 15 03:06:09 UTC 2021 - Tina Müller + +- updated to 3.01 + see /usr/share/doc/packages/perl-Geo-ShapeFile/Changes + ------------------------------------------------------------------- Sat Oct 17 13:49:11 UTC 2020 - Dirk Stoecker diff --git a/perl-Geo-ShapeFile.spec b/perl-Geo-ShapeFile.spec index 537fadb..235b745 100644 --- a/perl-Geo-ShapeFile.spec +++ b/perl-Geo-ShapeFile.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Geo-ShapeFile # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,32 +16,30 @@ # -Name: perl-Geo-ShapeFile -Version: 3.00 -Release: 0 %define cpan_name Geo-ShapeFile +Name: perl-Geo-ShapeFile +Version: 3.01 +Release: 0 Summary: Perl extension for handling ESRI GIS Shapefiles License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SL/SLAFFAN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Math::Trig) >= 1.04 BuildRequires: perl(Test::Exception) BuildRequires: perl(Tree::R) -#BuildRequires: perl(Win32::LongPath) BuildRequires: perl(autovivification) BuildRequires: perl(parent) BuildRequires: perl(rlib) +#BuildRequires: perl(Win32::LongPath) Requires: perl(Math::Trig) >= 1.04 Requires: perl(Tree::R) -#Requires: perl(Win32::LongPath) Requires: perl(autovivification) Requires: perl(parent) +#Requires: perl(Win32::LongPath) %{perl_requires} %description @@ -50,11 +48,11 @@ data, it has support for shp (shape), shx (shape index), and dbf (data base) formats. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -65,7 +63,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog