Hello community,

here is the log from the commit of package python-dialog for openSUSE:Factory 
checked in at 2013-09-29 19:28:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dialog (Old)
 and      /work/SRC/openSUSE:Factory/.python-dialog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dialog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dialog/python-dialog.changes      
2011-09-23 12:42:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-dialog.new/python-dialog.changes 
2013-09-29 19:28:26.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Sep 27 12:11:12 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.11
+  + README: I thought I was adding a valuable precision in version 2.09
+       when I changed "LGPL" to "LGPL version 2.1" in the README file (after
+       looking at COPYING), but actually, the terms at the beginning of
+       dialog.py are "either version 2.1 of the License, or (at your option)
+       any later version". Sorry about that, fixed.
+  + demo.py: use "if <test> <expr1> else <expr2>" expressions more
+       often, since they are allowed in Python >= 2.5
+- Refactor specfile and cleanup
+
+-------------------------------------------------------------------

Old:
----
  pythondialog-2.7.tar.bz2

New:
----
  pythondialog-2.11.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dialog.spec ++++++
--- /var/tmp/diff_new_pack.3Qtuo8/_old  2013-09-29 19:28:26.000000000 +0200
+++ /var/tmp/diff_new_pack.3Qtuo8/_new  2013-09-29 19:28:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-dialog (Version 2.7)
+# spec file for package python-dialog
 #
-# Copyright (c) 2009 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
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           python-dialog
 BuildRequires:  python-devel
 %define tarname pythondialog
 Summary:        A Python interface to the Unix dialog utility
-Version:        2.7
-Release:        200
-Source0:        %{tarname}-%{version}.tar.bz2
+Version:        2.11
+Release:        0
+Source0:        
https://pypi.python.org/packages/source/p/pythondialog/%{tarname}-%{version}.tar.bz2
 License:        LGPL-2.1+
 Group:          Development/Libraries/Python
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Prefix:         %{_prefix}
 Url:            http://pythondialog.sourceforge.net/
-%py_requires
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
 
@@ -40,30 +38,19 @@
 easy, pythonic and as complete as possible way to use the dialog
 features from Python code.
 
-
-
-Authors:
---------
-    Peter Astrand <pe...@cendio.se> (current maintainer)
-    Robb Shecter <r...@acm.org>
-    Sultanbek Tezadov (http://sultan.da.ru/)
-    Florent Rougon <f...@via.ecp.fr>
-
 %prep
 %setup -n %{tarname}-%{version}
 
 %build
 rm setup.cfg
-CFLAGS="$RPM_OPT_FLAGS" python setup.py build
+python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc AUTHORS PKG-INFO  TODO demo.py COPYING README
+%{python_sitelib}/*
 
 %changelog

++++++ pythondialog-2.7.tar.bz2 -> pythondialog-2.11.tar.bz2 ++++++
++++ 3382 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to