diff --git a/String-Print-0.15.tar.gz b/String-Print-0.15.tar.gz deleted file mode 100644 index 2fac96e..0000000 --- a/String-Print-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4e97c3ced0f75d485be6d73987bde4757e71d31e790ea61424f1b935b6134d9 -size 13569 diff --git a/String-Print-0.90.tar.gz b/String-Print-0.90.tar.gz new file mode 100644 index 0000000..393675e --- /dev/null +++ b/String-Print-0.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21605d4d2ac08a8942e864722af86500ecad46b5645a0eb4774a854002e15981 +size 16968 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-String-Print.changes b/perl-String-Print.changes index 47bc538..665f9a7 100644 --- a/perl-String-Print.changes +++ b/perl-String-Print.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jun 15 06:17:39 UTC 2017 - coolo@suse.com + +- updated to 0.90 + see /usr/share/doc/packages/perl-String-Print/ChangeLog + + version 0.90: Wed 14 Jun 14:47:03 CEST 2017 + + Improvements: + - spell-fix rt.cpan.org#96464 [Gregor Herrmann, Debian] + - add output encoding (encodeFor) + - add complex keys + ------------------------------------------------------------------- Tue Apr 14 18:50:42 UTC 2015 - coolo@suse.com diff --git a/perl-String-Print.spec b/perl-String-Print.spec index cc79b5c..7b7d5b5 100644 --- a/perl-String-Print.spec +++ b/perl-String-Print.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Print # -# 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,20 +17,23 @@ Name: perl-String-Print -Version: 0.15 +Version: 0.90 Release: 0 %define cpan_name String-Print -Summary: printf alternative +Summary: Printf Alternative License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/String-Print/ -Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(HTML::Entities) BuildRequires: perl(Test::More) >= 0.86 BuildRequires: perl(Unicode::GCString) +Requires: perl(HTML::Entities) Requires: perl(Test::More) >= 0.86 Requires: perl(Unicode::GCString) %{perl_requires} @@ -40,9 +43,9 @@ This module inserts values into (translated) strings. It provides 'printf' and 'sprintf' alternatives via both an object oriented and a functional interface. -Read in the the /DETAILS manpage chapter below, why this module provides a -better alternative for 'printf()'. Also, some extended *examples* can be -found there. Take a look at them first, when you start using this module! +Read in the DETAILS chapter below, why this module provides a better +alternative for 'printf()'. Also, some extended *examples* can be found +there. Take a look at them first, when you start using this module! %prep %setup -q -n %{cpan_name}-%{version}