diff --git a/.gitignore b/.gitignore index 55af8c5..3e4b912 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ byobu_2.80.orig.tar.gz /byobu_3.4.orig.tar.gz +/byobu_3.20.orig.tar.gz diff --git a/byobu.spec b/byobu.spec index 7c5351f..7dc6b6e 100644 --- a/byobu.spec +++ b/byobu.spec @@ -1,6 +1,6 @@ Name: byobu -Version: 3.4 -Release: 2%{?dist} +Version: 3.20 +Release: 1%{?dist} Summary: Light-weight, configurable window manager built upon GNU screen Group: Applications/System @@ -9,7 +9,6 @@ URL: http://launchpad.net/byobu Source0: http://code.launchpad.net/byobu/trunk/%{version}/+download/byobu_%{version}.orig.tar.gz # default windows Source1: fedoracommon -Patch0: byobu-status.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?rhel} @@ -31,7 +30,6 @@ such as toggle-able system status notifications. %prep %setup -q -%patch0 -p0 find . -name "Makefile*" | xargs rm -f # fix path FILES="usr/share/man/man1/byobu-status.1 usr/share/byobu/tests/byobu-time-notifications usr/lib/byobu/updates_available" @@ -93,10 +91,11 @@ rm -rf %{buildroot} %{_mandir}/man1/shell* %{_mandir}/man1/%{name}*.1.gz %{_libexecdir}/%{name}/* +%{_libexecdir}/%{name}/.notify_osd %changelog -* Sun Sep 5 2010 Jan Klepek - 3.4-2 -- fixed path to DOC directory +* Sat Dec 18 2010 Jan Klepek - 3.20-1 +- upgrade to 3.20 * Fri Sep 3 2010 Jan Klepek - 3.4-1 - upgraded to 3.4 diff --git a/sources b/sources index 00d2f88..6484f76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -694c1663f178517b995ec9ca574fc463 byobu_3.4.orig.tar.gz +037c7e5d8ce85d7b585aa2df9029846c byobu_3.20.orig.tar.gz