diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-10 00:37:06 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-10 00:37:06 +0800 |
commit | 2d464b50d0d8d09969e584354fcdd28783185e44 (patch) | |
tree | f3c215fd5edd817155c584a352d04cefd718364b /guix | |
parent | bb8624ca13c6687db666d39f0a8bedcfdede9ed1 (diff) | |
download | copr-rpm-spec-2d464b50d0d8d09969e584354fcdd28783185e44.tar copr-rpm-spec-2d464b50d0d8d09969e584354fcdd28783185e44.tar.gz copr-rpm-spec-2d464b50d0d8d09969e584354fcdd28783185e44.tar.bz2 copr-rpm-spec-2d464b50d0d8d09969e584354fcdd28783185e44.tar.lz copr-rpm-spec-2d464b50d0d8d09969e584354fcdd28783185e44.tar.xz copr-rpm-spec-2d464b50d0d8d09969e584354fcdd28783185e44.tar.zst copr-rpm-spec-2d464b50d0d8d09969e584354fcdd28783185e44.zip |
guix: Use HTTPS links
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-geiser/emacs-geiser.spec | 7 | ||||
-rw-r--r-- | guix/emacs-magit/emacs-magit.spec | 7 | ||||
-rw-r--r-- | guix/emacs-with-editor/emacs-with-editor.spec | 7 | ||||
-rw-r--r-- | guix/guile-json/guile-json.spec | 7 |
4 files changed, 20 insertions, 8 deletions
diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec index a4ad60b..b18bcea 100644 --- a/guix/emacs-geiser/emacs-geiser.spec +++ b/guix/emacs-geiser/emacs-geiser.spec @@ -3,13 +3,13 @@ Name: emacs-%{pkg} Version: 0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Geiser is an Emacs environment to hack and have fun in Scheme Group: Applications/Editors License: BSD URL: http://nongnu.org/geiser -Source0: http://download.sv.gnu.org/releases/geiser/%{version}/%{pkg}-%{version}.tar.gz +Source0: https://download.sv.gnu.org/releases/geiser/%{version}/%{pkg}-%{version}.tar.gz BuildArch: noarch BuildRequires: emacs @@ -68,6 +68,9 @@ fi %changelog +* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-4 +- Use HTTPS to download the source + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-3 - Rebuilt for Fedora 27 and 28 diff --git a/guix/emacs-magit/emacs-magit.spec b/guix/emacs-magit/emacs-magit.spec index f6561b0..93a143f 100644 --- a/guix/emacs-magit/emacs-magit.spec +++ b/guix/emacs-magit/emacs-magit.spec @@ -13,12 +13,12 @@ Name: emacs-%{pkg} Version: 2.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Emacs interface to the most common Git operations Group: Applications/Editors License: GPLv3+ -URL: http://magit.vc +URL: https://magit.vc Source0: https://github.com/magit/magit/releases/download/%{version}/magit-%{version}.tar.gz @@ -81,6 +81,9 @@ fi %changelog +* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.11.0-2 +- Use HTTPS in URL + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.11.0-1 - Update to upstream version 2.11.0 diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec index 521ae35..6b64d0c 100644 --- a/guix/emacs-with-editor/emacs-with-editor.spec +++ b/guix/emacs-with-editor/emacs-with-editor.spec @@ -3,12 +3,12 @@ Name: emacs-%{pkg} Version: 2.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Use the Emacsclient as the editor of child processes Group: Applications/Editors License: GPLv3+ -URL: http://magit.vc +URL: https://magit.vc Source0: https://github.com/magit/with-editor/archive/v%{version}.tar.gz BuildArch: noarch @@ -62,6 +62,9 @@ fi %changelog +* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-2 +- Use HTTPS in URL + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-1 - Update to 2.7.0 diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec index d72a8ac..aeb16cb 100644 --- a/guix/guile-json/guile-json.spec +++ b/guix/guile-json/guile-json.spec @@ -1,11 +1,11 @@ Name: guile-json Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: JSON module for Guile License: LGPLv3+ URL: https://savannah.nongnu.org/projects/guile-json -Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz +Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: guile @@ -51,6 +51,9 @@ make %{?_smp_mflags} %changelog +* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-3 +- Use HTTPS to download the source + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-2 - Rebuilt for Fedora 27 and 28 |