Hello community,

here is the log from the commit of package python-managesieve for 
openSUSE:Factory checked in at 2015-08-05 06:50:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-managesieve (Old)
 and      /work/SRC/openSUSE:Factory/.python-managesieve.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-managesieve"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-managesieve/python-managesieve.changes    
2013-10-25 11:20:56.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-managesieve.new/python-managesieve.changes   
    2015-08-05 06:50:12.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jul 13 08:44:58 UTC 2015 - nemy...@gmx.ch
+
+- license update: GPL-3.0+ No indication that this is GPL-3.0 (only)
+- Change Url from PyPI to https://pythonhosted.org/managesieve/
+- Use %{oname} instead of managesieve
+- Add sed, Fix URL
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-managesieve.spec ++++++
--- /var/tmp/diff_new_pack.vhye7o/_old  2015-08-05 06:50:13.000000000 +0200
+++ /var/tmp/diff_new_pack.vhye7o/_new  2015-08-05 06:50:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-managesieve
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,13 +17,15 @@
 #
 
 
+%define oname  managesieve
+
 Name:           python-managesieve
 Version:        0.5
 Release:        0
 Summary:        Python Module Implementing the ManageSieve Protocol
-License:        GPL-3.0 and Python-2.0
+License:        GPL-3.0+ and Python-2.0
 Group:          Development/Libraries/Python
-Url:            https://pypi.python.org/pypi/managesieve
+Url:            https://pythonhosted.org/managesieve/
 Source:         
https://pypi.python.org/packages/source/m/managesieve/managesieve-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE python-managesieve-remove-ez_setup.patch 
g...@opensuse.org -- Remove unnecessary ez_setup usage
 Patch0:         python-managesieve-remove-ez_setup.patch
@@ -41,9 +43,12 @@
 protocol. It also includes an user application (the interactive sieveshell).
 
 %prep
-%setup -q -n managesieve-%{version}
+%setup -q -n %{oname}-%{version}
 %patch0 -p1
 
+# Fix URL
+sed -i 's|http://packages.python.org/managesieve|%{url}|' setup.py
+
 %build
 python setup.py build
 
@@ -54,6 +59,7 @@
 %defattr(-,root,root,-)
 %doc README.txt
 %{_bindir}/sieveshell
-%{python_sitelib}/*
+%{python_sitelib}/%{oname}.*
+%{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info
 
 %changelog


Reply via email to