Hello community,

here is the log from the commit of package python-managesieve for 
openSUSE:Factory checked in at 2012-01-19 09:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-managesieve (Old)
 and      /work/SRC/openSUSE:Factory/.python-managesieve.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-managesieve", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-managesieve/python-managesieve.changes    
2011-09-23 12:42:57.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-managesieve.new/python-managesieve.changes   
    2012-01-19 09:44:21.000000000 +0100
@@ -1,0 +2,19 @@
+Tue Jan 17 10:37:38 UTC 2012 - [email protected]
+
+- Update license to "GPL-2.0+ and Python-2.0" (bnc#741277)
+
+-------------------------------------------------------------------
+Thu Jan 12 14:36:45 UTC 2012 - [email protected]
+
+- Spec file cleanup:
+  * BuildRequire python-distribute instead of setuptools
+  * Removed %clean section (has sane default)
+  * Removed authors from description
+  * Ran spec-cleaner
+
+-------------------------------------------------------------------
+Thu Jan 12 11:31:10 UTC 2012 - [email protected]
+
+- change license to be in spdx.org format
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-managesieve.spec ++++++
--- /var/tmp/diff_new_pack.T3gf1z/_old  2012-01-19 09:44:22.000000000 +0100
+++ /var/tmp/diff_new_pack.T3gf1z/_new  2012-01-19 09:44:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-managesieve (Version 0.4.2)
+# spec file for package python-managesieve
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,21 +17,20 @@
 #
 
 
-
 Name:           python-managesieve
-Summary:        Python Module Implementing the ManageSieve Protocol
 Version:        0.4.2
-Release:        1
-License:        GPL, MIT License (or similar)
+Release:        0
+Summary:        Python Module Implementing the ManageSieve Protocol
+License:        GPL-2.0+ and Python-2.0
 Group:          Development/Libraries/Python
-AutoReqProv:    on
-Source:         
http://download.origo.ethz.ch/python-managesieve/1573/managesieve-0.4.2.tar.bz2
 Url:            http://python-managesieve.origo.ethz.ch/wiki/python_managesieve
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         
http://download.origo.ethz.ch/python-managesieve/1573/managesieve-0.4.2.tar.bz2
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools >= 0.6c9
-%{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+BuildRequires:  python-distribute
+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
 
@@ -39,26 +38,19 @@
 python-managesieve is a Python module implementing the ManageSieve client
 protocol. It also includes an user application (the interactive sieveshell).
 
-Authors:
---------
-    Hartmut Goebel <[email protected]>
-    Ulrich Eck <[email protected]>
-
-
 %prep
 %setup -q -n managesieve-%{version}
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--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 draft-martin-managesieve-07.txt HISTORY README TODO
+%{_bindir}/sieveshell
+%{python_sitelib}/*
 
 %changelog

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

Reply via email to