Accepting request 769405 from devel:languages:perl:autoupdate

- updated to 0.65
   see /usr/share/doc/packages/perl-Data-Serializer/Changes
  0.65 
  	Fix Test::Pod coverage failures
  0.64 
  	Fix Test::Pod failures
  0.63 Thr Jan 30 2020
  	Actually fix the github repo link
  0.62 Thr Jan 30 2020
  	Add links to github repository
  0.61 Thr Jan 30 2020
      Disable support for LoadBlessed in YAML objects.  See http://blogs.perl.org/users/tinita/2020/01/making-yamlpm-yamlsyck-and-yamlxs-safer-by-default.html
      for details

OBS-URL: https://build.opensuse.org/request/show/769405
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=10
This commit is contained in:
Lars Vogdt
2020-02-03 12:01:03 +00:00
committed by Git OBS Bridge
parent 5bab0b85d8
commit bfe2188e3f
5 changed files with 64 additions and 18 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 2 03:10:14 UTC 2020 - <timueller+perl@suse.de>
- updated to 0.65
see /usr/share/doc/packages/perl-Data-Serializer/Changes
0.65 Sat Feb 1 2020
Fix Test::Pod coverage failures
0.64 Fri Jan 31 2020
Fix Test::Pod failures
0.63 Thr Jan 30 2020
Actually fix the github repo link
0.62 Thr Jan 30 2020
Add links to github repository
0.61 Thr Jan 30 2020
Disable support for LoadBlessed in YAML objects. See http://blogs.perl.org/users/tinita/2020/01/making-yamlpm-yamlsyck-and-yamlxs-safer-by-default.html
for details
-------------------------------------------------------------------
Mon Apr 13 18:24:27 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Serializer
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,26 @@
# 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-Data-Serializer
Version: 0.60
Version: 0.65
Release: 0
%define cpan_name Data-Serializer
Summary: Modules that serialize data structures
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Serializer/
Source: http://www.cpan.org/authors/id/N/NE/NEELY/%{cpan_name}-%{version}.tar.gz
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEELY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Module::Build) >= 0.35
BuildRequires: perl(Module::Build) >= 0.350000
Requires: perl(Digest::SHA)
Recommends: perl(Bencode)
Recommends: perl(Compress::PPMd)
@@ -57,18 +58,17 @@ Recommends: perl(YAML::Syck)
Provides a unified interface to the various serializing modules currently
available. Adds the functionality of both compression and encryption.
By default the Data::Serializer(3) manpage adds minor metadata and encodes
serialized data structures in it's own format. If you are looking for a
simple unified pass through interface to the underlying serializers then
look into the Data::Serializer::Raw(3) manpage that comes bundled with the
Data::Serializer(3) manpage.
By default Data::Serializer(3) adds minor metadata and encodes serialized
data structures in it's own format. If you are looking for a simple unified
pass through interface to the underlying serializers then look into
Data::Serializer::Raw(3) that comes bundled with Data::Serializer(3).
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
@@ -80,6 +80,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README xt
%doc Changes examples README
%changelog