From 7582c472515480bba11e13e45a4803048983b114bc3cc2c70b50a88fa4435680 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 2 Aug 2017 16:54:13 +0000 Subject: [PATCH] Accepting request 512596 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/512596 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-CaseFold?expand=0&rev=2 --- Unicode-CaseFold-1.00.tar.gz | 3 --- Unicode-CaseFold-1.01.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Unicode-CaseFold.changes | 10 ++++++++++ perl-Unicode-CaseFold.spec | 12 +++++++----- 5 files changed, 48 insertions(+), 8 deletions(-) delete mode 100644 Unicode-CaseFold-1.00.tar.gz create mode 100644 Unicode-CaseFold-1.01.tar.gz create mode 100644 cpanspec.yml diff --git a/Unicode-CaseFold-1.00.tar.gz b/Unicode-CaseFold-1.00.tar.gz deleted file mode 100644 index 1fb75f9..0000000 --- a/Unicode-CaseFold-1.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c489b5a440e84b0554e866d3fe4077fa1956eeed473e203588e0c24acce1f016 -size 65145 diff --git a/Unicode-CaseFold-1.01.tar.gz b/Unicode-CaseFold-1.01.tar.gz new file mode 100644 index 0000000..f159d55 --- /dev/null +++ b/Unicode-CaseFold-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418a212808f9d0b8bb330ac905096d2dd364976753d4c71534dab9836a63194d +size 68309 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-Unicode-CaseFold.changes b/perl-Unicode-CaseFold.changes index cb0fe5e..c7667fd 100644 --- a/perl-Unicode-CaseFold.changes +++ b/perl-Unicode-CaseFold.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 26 06:29:47 UTC 2017 - coolo@suse.com + +- updated to 1.01 + see /usr/share/doc/packages/perl-Unicode-CaseFold/Changes + + Version 1.01: 2017-07-25 + * Fix a deprecation warning about toFOLD_utf8 in 5.26 (this should also + prevent trouble when the current version is removed in 5.30). + ------------------------------------------------------------------- Tue Apr 14 18:53:05 UTC 2015 - coolo@suse.com diff --git a/perl-Unicode-CaseFold.spec b/perl-Unicode-CaseFold.spec index e0e2097..d065b76 100644 --- a/perl-Unicode-CaseFold.spec +++ b/perl-Unicode-CaseFold.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Unicode-CaseFold # -# Copyright (c) 2015 SUSE LINUX 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,18 +17,19 @@ Name: perl-Unicode-CaseFold -Version: 1.00 +Version: 1.01 Release: 0 %define cpan_name Unicode-CaseFold Summary: Unicode case-folding for case-insensitive lookups License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Unicode-CaseFold/ -Source: http://www.cpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.3601 +BuildRequires: perl(Module::Build) >= 0.280000 %{perl_requires} %description @@ -52,6 +53,7 @@ case-insensitive lookups. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes eg LICENSE README TODO +%doc Changes eg README TODO +%license LICENSE %changelog