Hello community,
here is the log from the commit of package python-setproctitle for
openSUSE:Factory checked in at 2012-09-20 15:45:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setproctitle (Old)
and /work/SRC/openSUSE:Factory/.python-setproctitle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setproctitle", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setproctitle/python-setproctitle.changes
2012-01-20 20:26:34.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-setproctitle.new/python-setproctitle.changes
2012-09-20 15:45:03.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Sep 12 04:08:16 UTC 2012 - [email protected]
+
+- Update to 1.1.6:
+ * The module can be compiled again on Windows (issue #21).
+- Changes from 1.1.5:
+ * No module bug, but a packaging issue: files ``README`` and ``HISTORY``
+ added back into the distribution.
+- Changes from 1.1.4:
+ * The module works correctly in embedded Python.
+ * ``setproctitle()`` accepts a keyword argument.
+ * Debug output support always compiled in: the variable ``SPT_DEBUG`` can be
+ used to emit debug log.
+- Simplify %build sections to one line
+- HISTORY and README files are now .rst files, update %files section
+
+-------------------------------------------------------------------
python3-setproctitle.changes: same change
Old:
----
setproctitle-1.1.3.tar.gz
New:
----
setproctitle-1.1.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setproctitle.spec ++++++
--- /var/tmp/diff_new_pack.YmUlKk/_old 2012-09-20 15:45:06.000000000 +0200
+++ /var/tmp/diff_new_pack.YmUlKk/_new 2012-09-20 15:45:06.000000000 +0200
@@ -22,7 +22,7 @@
%define mod_name setproctitle
Name: python-setproctitle
-Version: 1.1.3
+Version: 1.1.6
Release: 0
Summary: Python module to allow customization of the process title
License: BSD-3-Clause
@@ -45,15 +45,14 @@
%setup -q -n %{mod_name}-%{version}
%build
-export CFLAGS="%{optflags}"
-python setup.py build
+CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
-%doc COPYRIGHT HISTORY README
+%doc COPYRIGHT HISTORY.rst README.rst
%python_sitearch/%{mod_name}*
%changelog
++++++ python3-setproctitle.spec ++++++
--- /var/tmp/diff_new_pack.YmUlKk/_old 2012-09-20 15:45:06.000000000 +0200
+++ /var/tmp/diff_new_pack.YmUlKk/_new 2012-09-20 15:45:06.000000000 +0200
@@ -19,7 +19,7 @@
%define modname setproctitle
Name: python3-setproctitle
-Version: 1.1.3
+Version: 1.1.6
Release: 0
Summary: Python module to allow customization of the process title
License: BSD-3-Clause
@@ -41,8 +41,7 @@
%setup -q -n %{modname}-%{version}
%build
-export CFLAGS="%{optflags}"
-python3 setup.py build
+CFLAGS="%{optflags}" python3 setup.py build
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
--record-rpm=INSTALLED_FILES
++++++ setproctitle-1.1.3.tar.gz -> setproctitle-1.1.6.tar.gz ++++++
++++ 1713 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]