From fff51dec0cb625c5f8c4888c9a9df6e30d1f23de605475ee20d3d8554f57e2df Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 2 Aug 2017 16:55:55 +0000 Subject: [PATCH] Accepting request 512170 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/512170 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-String?expand=0&rev=3 --- Scalar-String-0.002.tar.gz | 3 --- Scalar-String-0.003.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Scalar-String.changes | 25 +++++++++++++++++++++++++ perl-Scalar-String.spec | 9 +++++---- 5 files changed, 61 insertions(+), 7 deletions(-) delete mode 100644 Scalar-String-0.002.tar.gz create mode 100644 Scalar-String-0.003.tar.gz create mode 100644 cpanspec.yml diff --git a/Scalar-String-0.002.tar.gz b/Scalar-String-0.002.tar.gz deleted file mode 100644 index fd9ebae..0000000 --- a/Scalar-String-0.002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3a45cc137bb9f7d8848d5a10a5142d275a98f8dcfd3adb60593cee9d33fa6ae -size 9685 diff --git a/Scalar-String-0.003.tar.gz b/Scalar-String-0.003.tar.gz new file mode 100644 index 0000000..67dfe9a --- /dev/null +++ b/Scalar-String-0.003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54a17c9b78713b02cc43adfadf60b49467e7634d31317e8b9e9e97c26d68b52 +size 9499 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Scalar-String.changes b/perl-Scalar-String.changes index c1cdd85..58e2c69 100644 --- a/perl-Scalar-String.changes +++ b/perl-Scalar-String.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 24 06:14:40 UTC 2017 - coolo@suse.com + +- updated to 0.003 + see /usr/share/doc/packages/perl-Scalar-String/Changes + + version 0.003; 2017-07-23 + + * update test suite to not rely on . in @INC, which is no longer + necessarily there from Perl 5.25.7 + + * when soft-loading utf8, avoid the Perl core bug regarding the + context applied to file scope of required modules, in case of a + future version of utf8 becoming vulnerable and running on an old Perl + + * no longer include a Makefile.PL in the distribution + + * in META.{yml,json}, point to public bug tracker + + * correct dynamic_config setting to 0 + + * use cBOOL() where appropriate + + * convert .cvsignore to .gitignore + ------------------------------------------------------------------- Thu Dec 11 11:16:20 UTC 2014 - ncutler@suse.com diff --git a/perl-Scalar-String.spec b/perl-Scalar-String.spec index d0aeb8a..d0a8a48 100644 --- a/perl-Scalar-String.spec +++ b/perl-Scalar-String.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Scalar-String # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,15 @@ Name: perl-Scalar-String -Version: 0.002 +Version: 0.003 Release: 0 %define cpan_name Scalar-String -Summary: String aspects of scalars +Summary: String Aspects of Scalars License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Scalar-String/ -Source: Scalar-String-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros