Hello community,

here is the log from the commit of package python-easygui for openSUSE:Factory 
checked in at 2019-10-16 09:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-easygui (Old)
 and      /work/SRC/openSUSE:Factory/.python-easygui.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-easygui"

Wed Oct 16 09:14:29 2019 rev:2 rq:738334 version:0.98.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-easygui/python-easygui.changes    
2017-08-04 11:59:22.683644584 +0200
+++ /work/SRC/openSUSE:Factory/.python-easygui.new.2352/python-easygui.changes  
2019-10-16 09:14:31.783584410 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 13:36:28 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-easygui.spec ++++++
--- /var/tmp/diff_new_pack.YE9oYo/_old  2019-10-16 09:14:32.967581359 +0200
+++ /var/tmp/diff_new_pack.YE9oYo/_new  2019-10-16 09:14:32.967581359 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-easygui
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,13 +23,11 @@
 Release:        0
 Summary:        Function-driven python GUI programming
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
-Url:            https://github.com/robertlugg/easygui
+URL:            https://github.com/robertlugg/easygui
 Source0:        
https://files.pythonhosted.org/packages/source/e/easygui/easygui-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -46,10 +44,9 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.txt
 %{python_sitelib}/*
 


Reply via email to