Hello community,

here is the log from the commit of package python-carrot for openSUSE:Factory 
checked in at 2012-02-15 22:21:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-carrot (Old)
 and      /work/SRC/openSUSE:Factory/.python-carrot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-carrot", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-carrot/python-carrot.changes      
2011-11-28 12:56:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-carrot.new/python-carrot.changes 
2012-02-15 22:23:47.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Dec 28 21:13:55 UTC 2011 - [email protected]
+
+- Remove CLFAGS and %clean section from spec file.
+
+-------------------------------------------------------------------
+Fri Nov 25 11:25:24 UTC 2011 - [email protected]
+
+- license update: BSD-3-Clause
+  SPDX format (http://www.spdx.org/licenses)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-carrot.spec ++++++
--- /var/tmp/diff_new_pack.zFC2Ve/_old  2012-02-15 22:24:39.000000000 +0100
+++ /var/tmp/diff_new_pack.zFC2Ve/_new  2012-02-15 22:24:39.000000000 +0100
@@ -11,10 +11,9 @@
 # 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/
 #
-
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
@@ -23,7 +22,7 @@
 Release:        0
 Url:            http://github.com/ask/carrot/
 Summary:        AMQP Messaging Framework for Python
-License:        BSD
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Source:         carrot-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -51,14 +50,11 @@
 %setup -q -n carrot-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changelog README TODO

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to