mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
changelog and version bumping
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
c794c45046
commit
eaa32a057a
2 changed files with 8 additions and 3 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -4,11 +4,16 @@ byobu (2.4) unreleased; urgency=low
|
||||||
* byobu: support Debian/Ubuntu's diversion of screen to screen.real,
|
* byobu: support Debian/Ubuntu's diversion of screen to screen.real,
|
||||||
as well as RH, which does not divert the real screen binary
|
as well as RH, which does not divert the real screen binary
|
||||||
* debian/release.sh: handle version incrementing in the rpm specfile
|
* debian/release.sh: handle version incrementing in the rpm specfile
|
||||||
|
* bin/logo: check that lsb_release is available before using it
|
||||||
|
* bin/release: try to grab both distro and version from /etc/issue
|
||||||
|
if that's what we're forced to use
|
||||||
|
* bin/updates-available: improve counting of yum updates available
|
||||||
|
* debian/control: suggest vim, for better handling of status details
|
||||||
|
|
||||||
[ David Duffey ]
|
[ David Duffey ]
|
||||||
* rpm/byobu.spec: initial specfile for RH packaging
|
* rpm/byobu.spec: initial specfile for RH packaging
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 11 May 2009 21:32:00 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 11 May 2009 22:43:51 -0500
|
||||||
|
|
||||||
byobu (2.3-0ubuntu1) karmic; urgency=low
|
byobu (2.3-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
Name: byobu
|
Name: byobu
|
||||||
Version: 2.2
|
Version: 2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: a set of useful profiles and a profile-switcher for GNU screen
|
Summary: a set of useful profiles and a profile-switcher for GNU screen
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://launchpad.net/byobu
|
URL: http://launchpad.net/byobu
|
||||||
Source0: http://code.launchpad.net/byobu/trunk/2.2/+download/byobu_2.2.orig.tar.gz
|
Source0: http://code.launchpad.net/byobu/trunk/2.4/+download/byobu_2.4.orig.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue