From f11e5c8821706a09a020af11df5d96fdd4774453c3e69c9adae095dbefbfe943 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 28 Apr 2022 05:12:57 +0000 Subject: [PATCH] Accepting request 972309 from security - use https urls OBS-URL: https://build.opensuse.org/request/show/972309 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Compare?expand=0&rev=16 --- perl-Number-Compare.changes | 5 +++++ perl-Number-Compare.spec | 15 +++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/perl-Number-Compare.changes b/perl-Number-Compare.changes index c04bd84..ee0400f 100644 --- a/perl-Number-Compare.changes +++ b/perl-Number-Compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 21 11:16:37 UTC 2022 - Marcus Meissner + +- use https urls + ------------------------------------------------------------------- Thu Sep 22 12:49:59 UTC 2011 - vcizek@suse.com diff --git a/perl-Number-Compare.spec b/perl-Number-Compare.spec index 685fe1e..74d2178 100644 --- a/perl-Number-Compare.spec +++ b/perl-Number-Compare.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Number-Compare # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,19 @@ # 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-Number-Compare Version: 0.03 -Release: 1 -License: GPL+ or Artistic +Release: 0 %define cpan_name Number-Compare Summary: Numeric comparisons -Url: http://search.cpan.org/dist/Number-Compare/ +License: GPL-1.0-or-later OR Artistic-1.0 Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz +URL: https://search.cpan.org/dist/Number-Compare/ +Source: https://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,7 +41,7 @@ magnitudes. The target value may use magnitudes of kilobytes ('k', 'ki'), megabytes ('m', 'mi'), or gigabytes ('g', 'gi'). Those suffixed with an 'i' use the appropriate 2**n version in accordance with the IEC standard: -http://physics.nist.gov/cuu/Units/binary.html +https://physics.nist.gov/cuu/Units/binary.html %prep %setup -q -n %{cpan_name}-%{version}