#1 Update to 2.7 [Merged]
Closed 6 years ago by svashisht. Opened 6 years ago by svashisht.

file modified
+8 -8
@@ -4,8 +4,8 @@ 

  %global _python_bytecompile_errors_terminate_build 0

  

  Name:           bash-completion

- Version:        2.6

- Release:        2%{?dist}

+ Version:        2.7

+ Release:        1%{?dist}

  Epoch:          1

  Summary:        Programmable completion for Bash

  
@@ -27,11 +27,8 @@ 

  bash-completion is a collection of shell functions that take advantage

  of the programmable completion feature of bash.

  

- 

  %prep

- %setup -q

- %patch0 -p1

- 

+ %autosetup -p1

  

  %build

  %configure
@@ -53,10 +50,10 @@ 

  %install

  %make_install

  install -Dpm 644 redefine_filedir \

-     $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/redefine_filedir

+     %{buildroot}%{_sysconfdir}/bash_completion.d/redefine_filedir

  

  # Updated completion shipped in cowsay package:

- rm $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/{cowsay,cowthink}

+ rm %{buildroot}%{_datadir}/bash-completion/completions/{cowsay,cowthink}

  

  

  %check
@@ -87,6 +84,9 @@ 

  

  

  %changelog

+ * Thu Oct 05 2017 Siteshwar Vashisht <svashisht@redhat.com> - 1:2.7-1

+ - Update to 2.7

+ 

  * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.6-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (bash-completion-2.6.tar.xz) = d2eb69595c297fda7e12d645f4b84d419769408d2e4b999cc867b469c8297941c491352bb9096f21fe3502ba03761450629b4dc9fdf451d90fa37c1fa244ab67

+ SHA512 (bash-completion-2.7.tar.xz) = 514709ad2e5f6bd4e20027c7049a1144c1854a37b653d5c11fad1cdf7a46d0e1afca725d6ce75d49691149e0de57be85747f704ac1c429ef4cea114bfbff8fcd

no initial comment

Pull-Request has been closed by svashisht

6 years ago
Metadata