8
0

Accepting request 733844 from devel:languages:perl:autoupdate

- updated to 1.5
   see /usr/share/doc/packages/perl-Text-Capitalize/Changes
  
  1.4  Changed uc calls to ucfirst (hypothetically better
       for title-casing with unicode strings)
  
  
  1.5  Removed PerlIO::locale dependency from tests, 
       got rid of the Andy Lester tests of pod and such.

OBS-URL: https://build.opensuse.org/request/show/733844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Capitalize?expand=0&rev=3
This commit is contained in:
Lars Vogdt
2019-09-30 07:19:52 +00:00
committed by Git OBS Bridge
parent 1273e8926f
commit 0721f2510b
5 changed files with 55 additions and 14 deletions

View File

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

View File

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

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,17 @@
-------------------------------------------------------------------
Sat Sep 28 13:48:17 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.5
see /usr/share/doc/packages/perl-Text-Capitalize/Changes
1.4 Changed uc calls to ucfirst (hypothetically better
for title-casing with unicode strings)
1.5 Removed PerlIO::locale dependency from tests,
got rid of the Andy Lester tests of pod and such.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 15 07:32:30 UTC 2015 - coolo@suse.com Wed Apr 15 07:32:30 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Text-Capitalize # spec file for package perl-Text-Capitalize
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 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
@@ -12,25 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-Text-Capitalize Name: perl-Text-Capitalize
Version: 1.3 Version: 1.5
Release: 0 Release: 0
%define cpan_name Text-Capitalize %define cpan_name Text-Capitalize
Summary: capitalize strings ("to WORK AS titles" becomes "To Work as Titles") Summary: Capitalize strings ("to WORK AS titles" becomes "To Work as Titles")
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Capitalize/ Url: https://metacpan.org/release/%{cpan_name}
Source: http://www.cpan.org/authors/id/D/DO/DOOM/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DO/DOOM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.35 BuildRequires: perl(Module::Build) >= 0.420000
BuildRequires: perl(PerlIO::locale)
%{perl_requires} %{perl_requires}
%description %description
@@ -71,10 +71,9 @@ transformation:
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Build.PL installdirs=vendor perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags} ./Build build flags=%{?_smp_mflags}
%check %check