From 598879ad703e119c296c1869477f5eba076c594a Mon Sep 17 00:00:00 2001 From: Honza Date: Mar 28 2015 13:39:26 +0000 Subject: update to 5.92, fix for #1196950 --- diff --git a/.gitignore b/.gitignore index 50d5dfb..f44ed17 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ byobu_2.80.orig.tar.gz /byobu_5.69.orig.tar.gz /byobu_5.73.orig.tar.gz /byobu_5.87.orig.tar.gz +/byobu_5.92.orig.tar.gz diff --git a/byobu.spec b/byobu.spec index 3a5dba1..9554d78 100644 --- a/byobu.spec +++ b/byobu.spec @@ -5,7 +5,7 @@ %define _iconsscaldir %{_iconsbasedir}/scalable/apps Name: byobu -Version: 5.87 +Version: 5.92 Release: 1%{?dist} Summary: Light-weight, configurable window manager built upon GNU screen @@ -45,6 +45,11 @@ fi for i in `find . -type f -exec grep -l {BYOBU_PREFIX}/lib/ {} \;`; do sed -i "s#{BYOBU_PREFIX}/lib/#{BYOBU_PREFIX}/libexec/#g" $i; done +# fix path for lib directory #2 +for i in `find . -type f -exec grep -l BYOBU_PREFIX/lib {} \;`; do +sed -i "s#BYOBU_PREFIX/lib/#BYOBU_PREFIX/libexec/#g" $i; +done + # apply patches %patch0 @@ -130,6 +135,9 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/* %changelog +* Sat Mar 28 2015 Jan Klepek - 5.92-1 +- update to 5.92, fix for #1196950 + * Tue Nov 11 2014 Jan Klepek - 5.87-1 - update to 5.87 diff --git a/sources b/sources index ac25808..f2c6957 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85c24ab9f82f354f6f28e70870102dfb byobu_5.87.orig.tar.gz +8fe94f12c1d2960523dba3b061bce051 byobu_5.92.orig.tar.gz