Accepting request 868571 from devel:languages:perl:autoupdate

- updated to 1.34
   see /usr/share/doc/packages/perl-Tree-Simple/Changelog.ini

OBS-URL: https://build.opensuse.org/request/show/868571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-Simple?expand=0&rev=10
This commit is contained in:
2021-02-03 10:40:59 +00:00
committed by Git OBS Bridge
parent bbd9c08ae5
commit fc3b2bb097
4 changed files with 21 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db3ad71428ec6c323d0cbf09016910e5b7edd9b6d3b35443a28ad8c3cce296aa
size 50385

3
Tree-Simple-1.34.tgz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7e9799bd222bb94cff993f7d765980cbea1b6cd2aaa5ecbead635abdf47d29c
size 46813

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 2 03:12:10 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.34
see /usr/share/doc/packages/perl-Tree-Simple/Changelog.ini
-------------------------------------------------------------------
Thu Feb 8 05:51:28 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Tree-Simple
#
# Copyright (c) 2018 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
@@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Tree-Simple
Version: 1.33
Release: 0
%define cpan_name Tree-Simple
Summary: Simple Tree Object
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Tree-Simple/
Name: perl-Tree-Simple
Version: 1.34
Release: 0
Summary: Simple tree object
License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Exception) >= 0.150000
@@ -72,14 +70,14 @@ module cannot keep up with your Tree needs, i suggest switching to one of
the modules listed in the OTHER TREE MODULES section below.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -87,7 +85,6 @@ the modules listed in the OTHER TREE MODULES section below.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE