From 925b7210bf3892ef30019c188bbbeb08fd3968ca Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Sep 08 2015 07:12:22 +0000 Subject: update to 22.2.4 --- diff --git a/.gitignore b/.gitignore index c265639..24bc991 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /autojump-release-v21.6.9.tar.gz /autojump-f232f9afa8a33c96e50646f3614fdf7ad6cae39f.tar.gz /autojump-dabc177bbd2a6728f94ad013ab581dd44437d5ab.tar.gz +/autojump-8b525c1b55ef72487d0b01fb1e7f90407b7f5e99.tar.gz diff --git a/autojump.spec b/autojump.spec index 1c29111..a248f92 100644 --- a/autojump.spec +++ b/autojump.spec @@ -1,9 +1,9 @@ -%global commit dabc177bbd2a6728f94ad013ab581dd44437d5ab -%global owner joelthelion +%global commit 8b525c1b55ef72487d0b01fb1e7f90407b7f5e99 +%global owner wting Name: autojump -Version: 21.7.1 -Release: 5%{?dist} +Version: 22.2.4 +Release: 1%{?dist} Summary: A fast way to navigate your filesystem from the command line @@ -11,7 +11,6 @@ Group: Applications/Productivity License: GPLv3+ URL: http://wiki.github.com/joelthelion/autojump Source: https://github.com/%{owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz -Patch1: fix-bash-completion.patch BuildArch: noarch @@ -47,7 +46,6 @@ autojump-fish is designed to work with fish shell. %prep %setup -q -n %{name}-%{commit} -%patch1 -p1 # Fix shebang sed -i 's|/usr/bin/env python|/usr/bin/python|' bin/%{name} @@ -78,6 +76,9 @@ rm -f %{buildroot}/_j %config(noreplace) %{_sysconfdir}/profile.d/%{name}.fish %changelog +* Tue Sep 08 2015 Tomas Tomecek - 22.2.4-1 +- update to 22.2.4 + * Wed Jun 17 2015 Fedora Release Engineering - 21.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/fix-bash-completion.patch b/fix-bash-completion.patch deleted file mode 100644 index 646fbf1..0000000 --- a/fix-bash-completion.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/bin/autojump.bash b/bin/autojump.bash -index 42927b7..db4ab72 100644 ---- a/bin/autojump.bash -+++ b/bin/autojump.bash -@@ -2,7 +2,7 @@ _autojump() - { - local cur - cur=${COMP_WORDS[*]:1} -- comps=$(autojump --bash --complete $cur) -+ comps=$(autojump --complete $cur) - while read i - do - COMPREPLY=("${COMPREPLY[@]}" "${i}") -@@ -18,7 +18,7 @@ _autojump_files() - local cur - #cur=${COMP_WORDS[*]:1} - cur=${COMP_WORDS[COMP_CWORD]} -- comps=$(autojump --bash --complete $cur) -+ comps=$(autojump --complete $cur) - while read i - do - COMPREPLY=("${COMPREPLY[@]}" "${i}") diff --git a/sources b/sources index c08f8e2..39dac75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7e7e9c760ccea32431b2cceb803d8df autojump-dabc177bbd2a6728f94ad013ab581dd44437d5ab.tar.gz +28c816e0aa8acaebbd5d8c8386f67e32 autojump-8b525c1b55ef72487d0b01fb1e7f90407b7f5e99.tar.gz