diff options
Diffstat (limited to 'tcc')
-rw-r--r-- | tcc/README.md | 2 | ||||
-rw-r--r-- | tcc/tcc/tcc.spec | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tcc/README.md b/tcc/README.md index ed76e5b..5245d7b 100644 --- a/tcc/README.md +++ b/tcc/README.md @@ -1,2 +1,2 @@ -[Tiny C Compiler](http://bellard.org/tcc/) built with both the system compiler +[Tiny C Compiler](https://bellard.org/tcc/) built with both the system compiler and Tiny C Compiler itself. diff --git a/tcc/tcc/tcc.spec b/tcc/tcc/tcc.spec index d6f7491..8e340cf 100644 --- a/tcc/tcc/tcc.spec +++ b/tcc/tcc/tcc.spec @@ -17,8 +17,8 @@ Summary: Tiny C Compiler Group: Development/Languages License: LGPLv2 -URL: http://bellard.org/tcc -Source0: http://download.savannah.gnu.org/releases/tinycc/%{pkg_name}-%{version}.tar.bz2 +URL: https://bellard.org/tcc +Source0: https://download.savannah.gnu.org/releases/tinycc/%{pkg_name}-%{version}.tar.bz2 BuildRequires: %{use_cc}, glibc-devel, texinfo, perl-podlators @@ -103,6 +103,7 @@ fi %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-14 - Use autosetup macro +- Use HTTPS to download the source * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-13 - Rebuilt for Fedora 27 and 28 |