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
This commit is contained in:
Stephan Kulow 2022-04-28 05:12:57 +00:00 committed by Git OBS Bridge
parent 47fe29d48f
commit f11e5c8821
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 21 11:16:37 UTC 2022 - Marcus Meissner <meissner@suse.com>
- use https urls
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 22 12:49:59 UTC 2011 - vcizek@suse.com Thu Sep 22 12:49:59 UTC 2011 - vcizek@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Number-Compare # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: perl-Number-Compare
Version: 0.03 Version: 0.03
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Number-Compare %define cpan_name Number-Compare
Summary: Numeric comparisons 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 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
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,7 +41,7 @@ magnitudes.
The target value may use magnitudes of kilobytes ('k', 'ki'), megabytes The target value may use magnitudes of kilobytes ('k', 'ki'), megabytes
('m', 'mi'), or gigabytes ('g', 'gi'). Those suffixed with an 'i' use the ('m', 'mi'), or gigabytes ('g', 'gi'). Those suffixed with an 'i' use the
appropriate 2**n version in accordance with the IEC standard: 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 %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}