#13 Update upstream package to 2.12
Closed a month ago by svashisht. Opened 2 months ago by yedaya.
rpms/ yedaya/bash-completion 2.12  into  rawhide

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

  %global _python_bytecompile_errors_terminate_build 0

  

  Name:           bash-completion

- Version:        2.11

- Release:        15%{?dist}

+ Version:        2.12.0

+ Release:        1%{?dist}

  Epoch:          1

  Summary:        Programmable completion for Bash

  
@@ -79,10 +79,11 @@ 

  

  %files

  %license COPYING

- %doc AUTHORS CHANGES CONTRIBUTING.md README.md

- %doc doc/bash_completion.txt

+ %doc AUTHORS CHANGELOG.md CONTRIBUTING.md README.md

+ %doc doc/configuration.md  doc/styleguide.md  doc/testing.md

  %config(noreplace) %{_sysconfdir}/profile.d/bash_completion.sh

  %{_datadir}/bash-completion/

+ %{_sysconfdir}/bash_completion.d/000_bash_completion_compat.bash

  

  %files devel

  %{_datadir}/cmake/

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

- SHA512 (bash-completion-2.11.tar.xz) = 41585f730b5114d397831ba36d10d05643c6a6179e746ddc49aa1cbef61ea5525fd2f09b2e474adee14e647f99df8d5983ee48e29a59d8a30e1daf7fb1837e06

+ SHA512 (bash-completion-2.12.0.tar.xz) = f8a12f607c98021d37ade11da14118a282bd4afdf7b25029ee69679c0bc708afded83e47bdf2b81eeb708b8cbd53f2a13dae0641ac6a4dbcf45faeeb1cc7ec8a

The doc files changed, and there is a compat file needed in /etc/bash_completion.d/000_bash_completion_compat.bash

rebased onto 21f136e

2 months ago

@yedaya Thanks for the patch, but is incomplete. I have opened a new pull request to follow up on it.

Pull-Request has been closed by svashisht

a month ago
Metadata