From 169801148f6683858eaab3dd6b7b3949ef5997c6 Mon Sep 17 00:00:00 2001 From: fun_yang Date: Thu, 16 Jan 2020 15:28:39 +0800 Subject: [PATCH] Source address change --- libgit2.spec | 7 +++++-- libgit2-0.27.8.tar.gz => v0.27.8.tar.gz | Bin 2 files changed, 5 insertions(+), 2 deletions(-) rename libgit2-0.27.8.tar.gz => v0.27.8.tar.gz (100%) diff --git a/libgit2.spec b/libgit2.spec index 60deaa9..c088aec 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,10 +1,10 @@ Name: libgit2 Version: 0.27.8 -Release: 2 +Release: 3 Summary: portable, pure C implementation of the Git core methods License: GPLv2 with exceptions URL: https://libgit2.org -Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz Patch0001: 0001-tests-don-t-run-buf-oom-on-32-bit-systems.patch @@ -55,5 +55,8 @@ sed -i '/ADD_TEST(online/s/^/#/' tests/CMakeLists.txt %{_includedir}/git2* %changelog +* Thu Jan 16 2020 yangjian - 0.27.8-3 +- Change the Source to valid address + * Tue Dec 31 2019 lingsheng - 0.27.8-2 - Package init diff --git a/libgit2-0.27.8.tar.gz b/v0.27.8.tar.gz similarity index 100% rename from libgit2-0.27.8.tar.gz rename to v0.27.8.tar.gz