Accepting request 868920 from devel:languages:perl:autoupdate

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

OBS-URL: https://build.opensuse.org/request/show/868920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-Simple-VisitorFactory?expand=0&rev=7
This commit is contained in:
2021-02-03 12:24:39 +00:00
committed by Git OBS Bridge
parent c8af927b14
commit 54def4b4cc
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:367e82ece7ce3e2a166c38dcfa6608e7dc715781e94e0b5399070c3abfdac21b
size 41658

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 3 03:07:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.16
see /usr/share/doc/packages/perl-Tree-Simple-VisitorFactory/Changelog.ini
-------------------------------------------------------------------
Sun Oct 8 08:19:04 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Tree-Simple-VisitorFactory
#
# Copyright (c) 2017 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-VisitorFactory
Version: 0.15
Release: 0
%define cpan_name Tree-Simple-VisitorFactory
Summary: Factory Object for Dispensing Visitor Objects
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
Name: perl-Tree-Simple-VisitorFactory
Version: 0.16
Release: 0
Summary: Factory object for dispensing Visitor objects
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
@@ -51,14 +49,14 @@ implemented the smallest instance I knew how to, and made sure all other
methods could be called as class methods too.
%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
@@ -66,7 +64,6 @@ methods could be called as class methods too.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE