8
0

Accepting request 514099 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/514099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Scalar-String?expand=0&rev=2
This commit is contained in:
2017-10-03 21:16:10 +00:00
committed by Git OBS Bridge
5 changed files with 61 additions and 7 deletions

View File

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

View File

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

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,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

View File

@@ -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