From 9d0977f6b2d84faa4862336621ae1e8aff51f6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Tue, 24 Mar 2020 00:27:18 +0300 Subject: [PATCH] Updated to 2.26.0 --- .abf.yml | 2 +- git.spec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index 8242e4e..eba0f19 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.25.1.tar.xz: bd69370c94de27b4b72257d1bc9bc6e45f04e70d + git-2.26.0.tar.xz: 1580df90eecae21664646ac6eb7eba4af4934fe4 diff --git a/git.spec b/git.spec index 4ccfe43..6e4aeca 100644 --- a/git.spec +++ b/git.spec @@ -6,8 +6,8 @@ Summary: Global Information Tracker Name: git -Version: 2.25.1 -Release: 2 +Version: 2.26.0 +Release: 1 Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -57,7 +57,7 @@ Recommends: git-prompt Requires: less Requires: openssh-clients Requires: rsync -%rename gitcompletion +%rename gitcompletion %description -n git-core This is a stupid (but extremely fast) directory content manager. It @@ -310,7 +310,7 @@ cd Documentation/RelNotes \ %install mkdir -p %{buildroot}%{_bindir} -%make_install %{?with_docs:install-doc} CC=%{__cc} AR=%{__ar} prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" INSTALLDIRS=vendor perllibdir=%{perl_vendorlib} +%make_install %{?with_docs:install-doc} CC=%{__cc} AR=%{__ar} prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" INSTALLDIRS=vendor perllibdir=%{perl_vendorlib} make install-doc prefix=%{_prefix} gitexecdir=%{_libdir}/git-core DESTDIR=%{buildroot} # Avoid dependencies on obscure perl modules