Switch URLs from HTTP to HTTPS
This commit is contained in:
parent
83a300a583
commit
0a2434972c
@ -6,12 +6,12 @@
|
|||||||
Name: cairomm
|
Name: cairomm
|
||||||
Summary: C++ API for the cairo graphics library
|
Summary: C++ API for the cairo graphics library
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
|
|
||||||
URL: http://www.cairographics.org
|
URL: https://www.cairographics.org
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
Source0: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source0: https://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -116,6 +116,9 @@ install -t %{buildroot}%{_datadir}/doc/%{name}-%{apiver} -m 0644 -p \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.12.0-16
|
||||||
|
- Switch URLs from HTTP to HTTPS
|
||||||
|
|
||||||
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.12.0-15
|
* Thu Feb 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.12.0-15
|
||||||
- Spec file style tweaks
|
- Spec file style tweaks
|
||||||
- Macro-ize documentation path in description
|
- Macro-ize documentation path in description
|
||||||
|
Loading…
Reference in New Issue
Block a user