8
0

Accepting request 1046384 from devel:languages:perl:autoupdate

- updated to 1.005
   see /usr/share/doc/packages/perl-Log-Dispatch-Array/Changes
  1.005     2022-12-31 21:24:20-05:00 America/New_York
          - v1.004 was a little broken, so now this time *really*:
          - set a policy for what perls to expect will work
          - as of now, v5.12 is the minimum required perl
  1.004     2022-12-29 19:35:00-05:00 America/New_York
          - update packaging
          - set a policy for what perls to expect will work
          - as of now, v5.12 is the minimum required perl

OBS-URL: https://build.opensuse.org/request/show/1046384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatch-Array?expand=0&rev=11
This commit is contained in:
2023-01-04 15:40:59 +00:00
committed by Git OBS Bridge
parent f8b76632d8
commit 23a3cc2b04
4 changed files with 35 additions and 20 deletions

View File

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

View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jan 2 03:14:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.005
see /usr/share/doc/packages/perl-Log-Dispatch-Array/Changes
1.005 2022-12-31 21:24:20-05:00 America/New_York
- v1.004 was a little broken, so now this time *really*:
- set a policy for what perls to expect will work
- as of now, v5.12 is the minimum required perl
1.004 2022-12-29 19:35:00-05:00 America/New_York
- update packaging
- set a policy for what perls to expect will work
- as of now, v5.12 is the minimum required perl
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 06:10:56 UTC 2014 - coolo@suse.com Mon Feb 24 06:10:56 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Log-Dispatch-Array # spec file for package perl-Log-Dispatch-Array
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-Log-Dispatch-Array
Version: 1.003
Release: 0
%define cpan_name Log-Dispatch-Array %define cpan_name Log-Dispatch-Array
Summary: log events to an array (reference) Name: perl-Log-Dispatch-Array
License: Artistic-1.0 or GPL-1.0+ Version: 1.005
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/Log-Dispatch-Array/ License: Artistic-1.0 OR GPL-1.0-or-later
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Summary: Log events to an array (reference)
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Log::Dispatch::Output) BuildRequires: perl(Log::Dispatch::Output)
BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
@@ -43,14 +42,14 @@ to an array reference. This is probably only useful for testing the logging
of your code. of your code.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -58,7 +57,7 @@ of your code.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes README
%doc Changes LICENSE README %license LICENSE
%changelog %changelog