diff --git a/String-Format-1.17.tar.gz b/String-Format-1.17.tar.gz deleted file mode 100644 index db88c46..0000000 --- a/String-Format-1.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5306e5908c120e9b6085fb60c0f352fdf601931398baee94cb898ca5d956ae6b -size 12841 diff --git a/String-Format-1.18.tar.gz b/String-Format-1.18.tar.gz new file mode 100644 index 0000000..9ecf3cb --- /dev/null +++ b/String-Format-1.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e417a8f8d9ea623beea2d13a47c0d5a696fc8602c0509b826cd45f97b76e778 +size 13676 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..d1d3801 --- /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: GPL-2.0-only +#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-Format.changes b/perl-String-Format.changes index ed56bc9..0a09c3f 100644 --- a/perl-String-Format.changes +++ b/perl-String-Format.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 5 06:59:26 UTC 2018 - coolo@suse.com + +- updated to 1.18 + see /usr/share/doc/packages/perl-String-Format/Changes + + # Version 1.18 March 04, 2018 + # ---------------------------------------------------------------------- + + * stable version with the changes in 1.17_50 + + # ---------------------------------------------------------------------- + # Version 1.17_50 March 03, 2018 + # ---------------------------------------------------------------------- + + * escape { and } (fix for RT #124147) + + # ---------------------------------------------------------------------- + ------------------------------------------------------------------- Tue Jun 4 18:28:26 UTC 2013 - coolo@suse.com diff --git a/perl-String-Format.spec b/perl-String-Format.spec index 9d85248..680921d 100644 --- a/perl-String-Format.spec +++ b/perl-String-Format.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Format # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,19 +17,19 @@ Name: perl-String-Format -Version: 1.17 +Version: 1.18 Release: 0 %define cpan_name String-Format -Summary: Sprintf-like string formatting capabilities -License: GPL-2.0 +Summary: Sprintf-Like String Formatting Capabilities With +License: GPL-2.0-only Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/String-Format/ -Source: http://www.cpan.org/authors/id/D/DA/DARREN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(String::Format) %{perl_requires} %description @@ -57,6 +57,7 @@ directives (see %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes COPYING README +%doc Changes README +%license COPYING %changelog