diff --git a/.gitignore b/.gitignore index df611e6..f7a265d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pudb-2013.3.6.tar.gz /pudb-2013.4.tar.gz /pudb-2013.5.1.tar.gz +/pudb-2014.1.tar.gz diff --git a/python-pudb.spec b/python-pudb.spec index 1bcc357..e781d05 100644 --- a/python-pudb.spec +++ b/python-pudb.spec @@ -6,7 +6,7 @@ %global module_name pudb Name: python-pudb -Version: 2013.5.1 +Version: 2014.1 Release: 1%{?dist} Summary: A full-screen, console-based Python debugger License: MIT @@ -91,6 +91,9 @@ popd %endif %changelog +* Sat Mar 15 2014 Dhiru Kholia - 2014.1-1 +- update to pudb-2014.1 + * Mon Dec 09 2013 Dhiru Kholia - 2013.5.1-1 - update to pudb-2013.5.1 diff --git a/sources b/sources index 5f86011..7762b95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -721c4d7cb1074e60a4ea4e8e480bc019 pudb-2013.5.1.tar.gz +8104db184c9553c568966cd67a7b1b2f pudb-2014.1.tar.gz