Accepting request 870483 from devel:languages:perl:autoupdate

- updated to 1.54
   see /usr/share/doc/packages/perl-Log-Log4perl/Changes
  1.54 2021-02-06
  - set real versions for some modules - thanks @eserte for report

OBS-URL: https://build.opensuse.org/request/show/870483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=40
This commit is contained in:
Pedro Monreal Gonzalez 2021-02-09 14:25:57 +00:00 committed by Git OBS Bridge
parent 689df52a50
commit 171665de0c
4 changed files with 18 additions and 12 deletions

View File

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

3
Log-Log4perl-1.54.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 7 03:10:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.54
see /usr/share/doc/packages/perl-Log-Log4perl/Changes
1.54 2021-02-06
- set real versions for some modules - thanks @eserte for report
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 18 03:10:44 UTC 2020 - Tina Müller <timueller+perl@suse.de> Fri Sep 18 03:10:44 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Log-Log4perl # spec file for package perl-Log-Log4perl
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 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
@ -16,18 +16,16 @@
# #
Name: perl-Log-Log4perl
Version: 1.53
Release: 0
%define cpan_name Log-Log4perl %define cpan_name Log-Log4perl
Name: perl-Log-Log4perl
Version: 1.54
Release: 0
Summary: Log4j implementation for Perl Summary: Log4j implementation for Perl
License: Artistic-1.0 OR GPL-1.0-or-later 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/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(File::Path) >= 2.070000 BuildRequires: perl(File::Path) >= 2.070000
@ -85,12 +83,12 @@ changing the parameters in a configuration file, which your system can
re-read even while it's running! re-read even while it's running!
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@ -101,7 +99,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENSE %license LICENSE