diff --git a/String-Pad-0.01.tar.gz b/String-Pad-0.01.tar.gz deleted file mode 100644 index 70efa54..0000000 --- a/String-Pad-0.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4bb86974505fac95e35c722b9d0c641531452b06bb68f9c60d3fe038a0516b0 -size 12785 diff --git a/String-Pad-0.020.tar.gz b/String-Pad-0.020.tar.gz new file mode 100644 index 0000000..d2e9037 --- /dev/null +++ b/String-Pad-0.020.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f232175b00994f463e6394abe08c3af4a80b4c44e5656e384c92c6bca2c0093d +size 14436 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-Pad.changes b/perl-String-Pad.changes index d239b6a..eb63762 100644 --- a/perl-String-Pad.changes +++ b/perl-String-Pad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 27 05:48:26 UTC 2018 - Stephan Kulow + +- updated to 0.020 + see /usr/share/doc/packages/perl-String-Pad/Changes + ------------------------------------------------------------------- Sat May 2 09:12:29 UTC 2015 - coolo@suse.com diff --git a/perl-String-Pad.spec b/perl-String-Pad.spec index e2bbf79..4c45181 100644 --- a/perl-String-Pad.spec +++ b/perl-String-Pad.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Pad # -# Copyright (c) 2015 SUSE LINUX 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 @@ -12,19 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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-String-Pad -Version: 0.01 +Version: 0.020 Release: 0 %define cpan_name String-Pad Summary: String padding routines -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/String-Pad/ -Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -52,6 +53,7 @@ String padding routines %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog