Accepting request 859769 from devel:languages:perl:autoupdate
- updated to 2.08 see /usr/share/doc/packages/perl-Paranoid/CHANGELOG v2.08 (2020/12/31) ================== --Updated licensing information to reflect Paranoid trademark impact --Added IMPORT LISTS section to all modules with exportable functions Paranoid::Args: --Added template list for exports Paranoid::Data::AVLTree: --Added a tree & node class implementing AVL-balanced tree structures Paranoid:Debug: --Added constants list for exports --Documentation updates Paranoid::Log: --Minor internal refactoring Paranoid::Process: --Added pcommFork to facilitate forking with bi-directional process communication OBS-URL: https://build.opensuse.org/request/show/859769 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Paranoid?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b55cfd8c6d5f181e218efd012f711a50cd14e4dbc8804650b95477178f43b7fc
|
||||
size 102703
|
3
Paranoid-2.08.tar.gz
Normal file
3
Paranoid-2.08.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21e2c84ddd13ac0e31c5cc3fd06a5f45fd0edf4666bc25a07e3d70cbc3944638
|
||||
size 107097
|
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 03:09:31 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.08
|
||||
see /usr/share/doc/packages/perl-Paranoid/CHANGELOG
|
||||
|
||||
v2.08 (2020/12/31)
|
||||
==================
|
||||
--Updated licensing information to reflect Paranoid trademark impact
|
||||
--Added IMPORT LISTS section to all modules with exportable functions
|
||||
Paranoid::Args:
|
||||
--Added template list for exports
|
||||
Paranoid::Data::AVLTree:
|
||||
--Added a tree & node class implementing AVL-balanced tree structures
|
||||
Paranoid:Debug:
|
||||
--Added constants list for exports
|
||||
--Documentation updates
|
||||
Paranoid::Log:
|
||||
--Minor internal refactoring
|
||||
Paranoid::Process:
|
||||
--Added pcommFork to facilitate forking with bi-directional process
|
||||
communication
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 05:24:39 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Paranoid
|
||||
#
|
||||
# Copyright (c) 2019 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
|
||||
@@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Paranoid
|
||||
Version: 2.07
|
||||
Release: 0
|
||||
%define cpan_name Paranoid
|
||||
Name: perl-Paranoid
|
||||
Version: 2.08
|
||||
Release: 0
|
||||
Summary: Paranoia support for safer programs
|
||||
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/C/CO/CORLISS/%{cpan_name}/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Recommends: perl(Socket6) >= 0.23
|
||||
@@ -48,11 +46,11 @@ enough to satisfy taint-enabled programs, and as a container which holds
|
||||
the last reported error from any code in the Paranoid framework.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -63,7 +61,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGELOG CREDITS README
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user