From 6c6bfe0d5ee86e65d2abf359c0907cc26f8f8b61 Mon Sep 17 00:00:00 2001 From: Jan Klepek Date: Sep 28 2015 17:46:46 +0000 Subject: update to 5.97 --- diff --git a/.gitignore b/.gitignore index f44ed17..70ba59c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ byobu_2.80.orig.tar.gz /byobu_5.73.orig.tar.gz /byobu_5.87.orig.tar.gz /byobu_5.92.orig.tar.gz +/byobu_5.97.orig.tar.gz diff --git a/byobu.spec b/byobu.spec index 9554d78..25be836 100644 --- a/byobu.spec +++ b/byobu.spec @@ -5,7 +5,7 @@ %define _iconsscaldir %{_iconsbasedir}/scalable/apps Name: byobu -Version: 5.92 +Version: 5.97 Release: 1%{?dist} Summary: Light-weight, configurable window manager built upon GNU screen @@ -50,7 +50,6 @@ 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 @@ -86,6 +85,9 @@ do msgfmt ${po} -o %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo done desktop-file-install usr/share/applications/%{name}.desktop --dir %{buildroot}%{_datadir}/applications +# remove vigpg +rm %{buildroot}/usr/bin/vigpg +rm %{buildroot}/usr/share/man/man1/vigpg.1 # add icon into /usr/share/icons/hicolor/scalable/apps/ from /usr/share/byobu/pixmaps/byobu.svg mkdir -p %{buildroot}%{_iconsscaldir} @@ -135,6 +137,9 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/* %changelog +* Tue Sep 29 2015 Jan Klepek - 5.97-1 +- update to 5.97 + * Sat Mar 28 2015 Jan Klepek - 5.92-1 - update to 5.92, fix for #1196950 diff --git a/sources b/sources index f2c6957..899069a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fe94f12c1d2960523dba3b061bce051 byobu_5.92.orig.tar.gz +06fc9398700de1ecba576e0819fe5626 byobu_5.97.orig.tar.gz