From e563510e37410584295408204e99f11f91cc1f0e Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 25 Nov 2014 10:50:08 -0500 Subject: [PATCH] Upgrade to urwid-1.3.0 (#1150540) --- .gitignore | 1 + python-urwid.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab33501..4fa8722 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ urwid-0.9.9.1.tar.gz /urwid-1.1.0.tar.gz /urwid-1.1.1.tar.gz /urwid-1.2.1.tar.gz +/urwid-1.3.0.tar.gz diff --git a/python-urwid.spec b/python-urwid.spec index 02d4dbb..8cd2299 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -8,8 +8,8 @@ %endif Name: python-urwid -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Console user interface library Group: Development/Libraries @@ -114,6 +114,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Nov 25 2014 David Cantrell - 1.3.0-1 +- Upgrade to urwid-1.3.0 (#1150540) + * Sun Aug 17 2014 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 7615914..fe577ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a05ada11b87e7b026b01fc5150855b0 urwid-1.2.1.tar.gz +a989acd54f4ff1a554add464803a9175 urwid-1.3.0.tar.gz