diff --git a/String-Compare-ConstantTime-0.311.tar.gz b/String-Compare-ConstantTime-0.311.tar.gz deleted file mode 100644 index 8de9645..0000000 --- a/String-Compare-ConstantTime-0.311.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f2d0fee30e1b3fb3b20f3bdefd0aafe54946e8f0f9410ae07a0931cce9c9a8d -size 5634 diff --git a/String-Compare-ConstantTime-0.312.tar.gz b/String-Compare-ConstantTime-0.312.tar.gz new file mode 100644 index 0000000..fefca9d --- /dev/null +++ b/String-Compare-ConstantTime-0.312.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aa70df3544d5f8efc2362eae4f7109f0abfb60c00856fc8fe22fbc0d78f2c7 +size 5895 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-Compare-ConstantTime.changes b/perl-String-Compare-ConstantTime.changes index ea74cab..59712bd 100644 --- a/perl-String-Compare-ConstantTime.changes +++ b/perl-String-Compare-ConstantTime.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 15 07:36:22 UTC 2017 - coolo@suse.com + +- updated to 0.312 + see /usr/share/doc/packages/perl-String-Compare-ConstantTime/Changes + + 0.312 2017-02-14 + * Now works with variables that have magic such as results of + substr, tied variables, etc. (thanks James Raspass) + ------------------------------------------------------------------- Thu Jun 2 05:37:31 UTC 2016 - coolo@suse.com diff --git a/perl-String-Compare-ConstantTime.spec b/perl-String-Compare-ConstantTime.spec index 11cb42d..6e51192 100644 --- a/perl-String-Compare-ConstantTime.spec +++ b/perl-String-Compare-ConstantTime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Compare-ConstantTime # -# Copyright (c) 2016 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,14 +17,15 @@ Name: perl-String-Compare-ConstantTime -Version: 0.311 +Version: 0.312 Release: 0 %define cpan_name String-Compare-ConstantTime Summary: Timing side-channel protected string compare License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/String-Compare-ConstantTime/ -Source0: http://www.cpan.org/authors/id/F/FR/FRACTAL/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/F/FR/FRACTAL/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -56,6 +57,7 @@ different, 'equals' will return false right away. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes COPYING README +%doc Changes README +%license COPYING %changelog