diff --git a/python-urwid-rpmlintrc b/python-urwid-rpmlintrc deleted file mode 100644 index 6ef181a..0000000 --- a/python-urwid-rpmlintrc +++ /dev/null @@ -1 +0,0 @@ -addFilter("non-executable-script /usr/.*/python.*/site-packages/urwid/.*") diff --git a/python-urwid.changes b/python-urwid.changes index 183f395..bd770fe 100644 --- a/python-urwid.changes +++ b/python-urwid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 14 16:42:26 UTC 2013 - p.drouand@gmail.com + +- Update to 1.1.1 version: + * Fix for Pile not changing focus on mouse events + * Fix for Overlay.get_cursor_coords() +- Fix the non-executable-files rpm waraning and remove the rpmlint file + ------------------------------------------------------------------- Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com diff --git a/python-urwid.spec b/python-urwid.spec index 4344e3e..f66120f 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -1,7 +1,7 @@ # # spec file for package python-urwid # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: python-urwid -Version: 1.1.0 +Version: 1.1.1 Release: 0 Url: http://excess.org/urwid/ Summary: A full-featured console (xterm et al.) user interface library License: LGPL-2.1+ Group: Development/Languages/Python Source: http://excess.org/urwid/urwid-%{version}.tar.gz -Source99: python-urwid-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools @@ -58,6 +57,9 @@ useful for text console application developers including: %install %__python setup.py install --prefix="%{_prefix}" --root="%{buildroot}" +# remove shebangs from all scripts +find %{buildroot}%{python_sitearch} -name '*.py' \ + -exec sed -i -e '1{/^#!/d}' {} \; %files %defattr(-,root,root,-) diff --git a/python3-urwid.changes b/python3-urwid.changes index 3bf6797..ad5d226 100644 --- a/python3-urwid.changes +++ b/python3-urwid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 14 16:42:26 UTC 2013 - p.drouand@gmail.com + +- Update to 1.1.1 version: + * Fix for Pile not changing focus on mouse events + * Fix for Overlay.get_cursor_coords() +- Fix the non-executable-files rpm waraning and remove the rpmlint file + ------------------------------------------------------------------- Thu Nov 15 17:56:07 UTC 2012 - p.drouand@gmail.com diff --git a/python3-urwid.spec b/python3-urwid.spec index 78291df..cfd459a 100644 --- a/python3-urwid.spec +++ b/python3-urwid.spec @@ -1,7 +1,7 @@ # # spec file for package python3-urwid # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: python3-urwid -Version: 1.1.0 +Version: 1.1.1 Release: 0 Url: http://excess.org/urwid/ Summary: A full-featured console (xterm et al.) user interface library License: LGPL-2.1+ Group: Development/Languages/Python Source: http://excess.org/urwid/urwid-%{version}.tar.gz -Source99: python-urwid-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3-2to3 # Needed for hashlib/sha512 @@ -32,7 +31,6 @@ BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-curses -Requires: python(abi) = %{py3_ver} BuildRequires: python3-base %description @@ -57,6 +55,9 @@ python3 setup.py build %install python3 setup.py install --prefix="%{_prefix}" --root="%{buildroot}" +# remove shebangs from all scripts +find %{buildroot}%{python3_sitearch} -name '*.py' \ + -exec sed -i -e '1{/^#!/d}' {} \; %files %defattr(-,root,root,-) diff --git a/urwid-1.1.0.tar.gz b/urwid-1.1.0.tar.gz deleted file mode 100644 index d24a67d..0000000 --- a/urwid-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d0807da40f6e943e89c2e1512e1631b6521574ded7957a7f1aabea4a0ad255a -size 482310 diff --git a/urwid-1.1.1.tar.gz b/urwid-1.1.1.tar.gz new file mode 100644 index 0000000..753c69c --- /dev/null +++ b/urwid-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b301b4e0c2cd1634390cda80149d8aa2a07365af81a281ecf258770e47d30e99 +size 482432