From 5eae40e96b46374277703b1e8a9b8a7c0c972553dcbbe6c720f2933b2414e798 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 20 Feb 2023 10:15:02 +0000 Subject: [PATCH] Accepting request 1066601 from home:dirkmueller:Factory - use https for urls OBS-URL: https://build.opensuse.org/request/show/1066601 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=331 --- armadillo.changes | 5 +++++ armadillo.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/armadillo.changes b/armadillo.changes index 9e7c9aa..275899b 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 19 09:11:18 UTC 2023 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Tue Feb 14 11:59:25 UTC 2023 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 297b4f6..43b9b2d 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -23,8 +23,8 @@ Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 Group: Development/Libraries/C and C++ -URL: http://arma.sourceforge.net/ -Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz +URL: https://arma.sourceforge.net/ +Source: https://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz Source2: baselibs.conf BuildRequires: arpack-ng-devel BuildRequires: blas-devel