Hello community,

here is the log from the commit of package python-Coffin for openSUSE:Factory 
checked in at 2012-11-25 13:28:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Coffin (Old)
 and      /work/SRC/openSUSE:Factory/.python-Coffin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Coffin", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Coffin/python-Coffin.changes      
2012-03-27 08:57:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Coffin.new/python-Coffin.changes 
2012-11-25 13:28:14.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 22 13:52:12 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.3.7:
+  + Upstream provides no changelog
+
+-------------------------------------------------------------------

Old:
----
  Coffin-0.3.6.tar.bz2

New:
----
  Coffin-0.3.7.tar.gz

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

Other differences:
------------------
++++++ python-Coffin.spec ++++++
--- /var/tmp/diff_new_pack.FDOF6o/_old  2012-11-25 13:28:15.000000000 +0100
+++ /var/tmp/diff_new_pack.FDOF6o/_new  2012-11-25 13:28:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-coffin
+# spec file for package python-Coffin
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,32 +11,33 @@
 # 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)")}
 
 Name:           python-Coffin
-Version:        0.3.6
+Version:        0.3.7
 Release:        0
 Url:            http://github.com/dcramer/coffin
 Summary:        Jinja2 adapter for Django
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         Coffin-%{version}.tar.bz2
+Source:         Coffin-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Test build requirements:
+#BuildRequires:  python-Jinja2
+#BuildRequires:  python-django
+#BuildRequires:  python-nose
+Requires:       python-Jinja2
 Requires:       python-django
-Requires:       python-jinja2
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%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
-%endif
 
 %description
 Jinja2 adapter for Django.
@@ -45,17 +46,17 @@
 %setup -q -n Coffin-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
+#%%check
+#nosetests
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE README.rst
 %{python_sitelib}/*
 %exclude %python_sitelib/tests*
 

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

Reply via email to