Hello community, here is the log from the commit of package python-stomper for openSUSE:Factory checked in at 2012-03-20 11:34:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-stomper (Old) and /work/SRC/openSUSE:Factory/.python-stomper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stomper", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2012-03-17 10:42:43.883537212 +0100 +++ /work/SRC/openSUSE:Factory/.python-stomper.new/python-stomper.changes 2012-03-20 11:34:29.000000000 +0100 @@ -0,0 +1,58 @@ +------------------------------------------------------------------- +Wed Mar 14 10:32:57 UTC 2012 - [email protected] + +- Simplified macro usage, ran spec-cleaner + +------------------------------------------------------------------- +Thu Sep 22 12:17:04 UTC 2011 - [email protected] + +- Require python-uuid for SLE_10 and below. +- Use python-nose for unittests to fix SLE build + +------------------------------------------------------------------- +Thu Sep 22 08:56:39 UTC 2011 - [email protected] + +- Fixed license to Apache-2.0 + +------------------------------------------------------------------- +Thu Sep 22 08:51:57 UTC 2011 - [email protected] + +- Update to version 0.2.4: + *Fixing the problem whereby uuid would be installed on python2.5+. +- Changes from version 0.2.3: + * Fixed issue #9 with the example code. All messages are sent and received correctly. +- Spec file cleanup: + * Added proper changes file and spec file license header + * Run testsuite + +------------------------------------------------------------------- +Thu Apr 9 00:00:00 UTC 2009 - [email protected] + +- Remove Python version dependency + +------------------------------------------------------------------- +Sun Mar 29 00:00:00 UTC 2009 - [email protected] + +- Fix dependencies + +------------------------------------------------------------------- +Thu Mar 26 00:00:00 UTC 2009 - [email protected] + +- Update package name to conform to Fedora naming standards +- Change define to global + +------------------------------------------------------------------- +Fri Mar 20 00:00:00 UTC 2009 - [email protected] + +- Update upstream package to remove hidden files + +------------------------------------------------------------------- +Thu Mar 5 00:00:00 UTC 2009 - [email protected] + +- Manually remove hidden files + +------------------------------------------------------------------- +Wed Dec 17 00:00:00 UTC 2008 - [email protected] + +- Initial package + New: ---- python-stomper.changes python-stomper.spec stomper-0.2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-stomper.spec ++++++ # # spec file for package python-stomper # # Copyright (c) 2012 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-stomper Version: 0.2.4 Release: 0 License: Apache-2.0 Summary: This is a transport neutral client implementation of the STOMP protocol Url: http://code.google.com/p/stomper Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/s/stomper/stomper-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-nose BuildRoot: %{_tmppath}/%{name}-%{version}-build %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 %description This is a python client implementation of the STOMP protocol. The client is attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. The messages can be easily generated and parsed, however its up to the user to do the sending and receiving. %prep %setup -q -n stomper-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check nosetests %files %defattr(-,root,root,-) %doc README lib/stomper/examples %{python_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
