Hello community,

here is the log from the commit of package python-vobject for openSUSE:Factory 
checked in at 2018-12-07 14:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vobject (Old)
 and      /work/SRC/openSUSE:Factory/.python-vobject.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vobject"

Fri Dec  7 14:36:04 2018 rev:4 rq:655697 version:0.9.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vobject/python-vobject.changes    
2018-11-26 10:36:58.336559640 +0100
+++ /work/SRC/openSUSE:Factory/.python-vobject.new.19453/python-vobject.changes 
2018-12-07 14:36:09.843014368 +0100
@@ -1,0 +2,7 @@
+Thu Dec  6 14:25:23 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Remove useless service file
+- Make the tests unconditional
+- Fix the fdupes call
+
+-------------------------------------------------------------------

Old:
----
  _service

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

Other differences:
------------------
++++++ python-vobject.spec ++++++
--- /var/tmp/diff_new_pack.RMfFyx/_old  2018-12-07 14:36:10.651013366 +0100
+++ /var/tmp/diff_new_pack.RMfFyx/_new  2018-12-07 14:36:10.655013361 +0100
@@ -17,17 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
-
-Name:           python-vobject
 %global modname vobject
+Name:           python-vobject
 Version:        0.9.6.1
 Release:        0
 Summary:        Python package for parsing and creating iCalendar and vCard 
files
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://eventable.github.io/%{modname}/
-Source:         
https://pypi.io/packages/source/v/%{modname}/%{modname}-%{version}.tar.gz
+URL:            http://eventable.github.io/%{modname}/
+Source:         
https://files.pythonhosted.org/packages/source/v/vobject/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module PyICU}
 BuildRequires:  %{python_module devel >= 2.7}
 BuildRequires:  %{python_module python-dateutil >= 2.4.0}
@@ -41,7 +39,6 @@
 Recommends:     python-PyICU
 Provides:       %{modname} = %{version}
 Obsoletes:      %{modname} < 0.9.2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -64,12 +61,10 @@
 for p in change_tz ics_diff ; do
     %python_clone -a %{buildroot}%{_bindir}/$p
 done
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 %python_exec tests.py
-%endif
 
 %post
 %python_install_alternative change_tz
@@ -80,7 +75,6 @@
 %python_uninstall_alternative ics_diff
 
 %files %{python_files}
-%defattr(-,root,root)
 %license LICENSE-2.0.txt
 %doc ACKNOWLEDGEMENTS.txt README.md
 %python_alternative %{_bindir}/change_tz


Reply via email to