Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Factory checked in at 2015-02-25 02:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-html2text (Old)
 and      /work/SRC/openSUSE:Factory/.python-html2text.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-html2text"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-html2text/python-html2text.changes        
2013-10-29 09:33:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-html2text.new/python-html2text.changes   
2015-02-25 02:18:29.000000000 +0100
@@ -0,0 +1,8 @@
+Sun Feb 8 06:16:02 UTC 2015 - [email protected]
+
+- specfile:
+  * update copyright year
+  * removed installation of .py file in /usr/bin; An upstream mistake
+    and a conflict betwenn html2text.py in python_sitelib and in
+    bindir when an external project tries to import it.
+    

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

Other differences:
------------------
++++++ python-html2text.spec ++++++
--- /var/tmp/diff_new_pack.6nkXUM/_old  2015-02-25 02:18:30.000000000 +0100
+++ /var/tmp/diff_new_pack.6nkXUM/_new  2015-02-25 02:18:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -47,11 +47,13 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# An upstream mistake. A conflict betwenn html2text.py in python_sitelib 
+# and in bindir when an external project tries to import it
+rm %{buildroot}%{_bindir}/html2text.py
 
 %files
 %defattr(-,root,root,-)
 %doc COPYING README.md
-%{_bindir}/html2text.py
 %{python_sitelib}/*
 
 %changelog

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

Reply via email to