Accepting request 460877 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/460877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Log4perl?expand=0&rev=31
This commit is contained in:
commit
2a9033010c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf6e9fc1f9183fabbe540d84f603c6541458034092b7c53e41008093db62dc98
|
|
||||||
size 279197
|
|
3
Log-Log4perl-1.49.tar.gz
Normal file
3
Log-Log4perl-1.49.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b739187f519146cb6bebcfc427c64b1f4138b35c5f4c96f46a21ed4a43872e16
|
||||||
|
size 279575
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 22 06:47:37 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.49
|
||||||
|
see /usr/share/doc/packages/perl-Log-Log4perl/Changes
|
||||||
|
|
||||||
|
1.49 (2017/02/20)
|
||||||
|
* (ms) Adapted to perl 5.24 which balks at syswrite/utf8:
|
||||||
|
https://github.com/mschilli/log4perl/issues/78
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 16 06:43:11 UTC 2016 - coolo@suse.com
|
Wed Nov 16 06:43:11 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Log-Log4perl
|
# spec file for package perl-Log-Log4perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Log-Log4perl
|
Name: perl-Log-Log4perl
|
||||||
Version: 1.48
|
Version: 1.49
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Log-Log4perl
|
%define cpan_name Log-Log4perl
|
||||||
Summary: Log4j implementation for Perl
|
Summary: Log4j implementation for Perl
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Log-Log4perl/
|
Url: http://search.cpan.org/dist/Log-Log4perl/
|
||||||
Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -95,6 +95,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user