Hello community,

here is the log from the commit of package python-random2 for openSUSE:Factory 
checked in at 2019-11-04 17:11:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-random2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-random2.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-random2"

Mon Nov  4 17:11:12 2019 rev:4 rq:743995 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-random2/python-random2.changes    
2017-07-01 14:05:27.476830099 +0200
+++ /work/SRC/openSUSE:Factory/.python-random2.new.2990/python-random2.changes  
2019-11-04 17:11:13.336569824 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 14:40:23 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-random2.spec ++++++
--- /var/tmp/diff_new_pack.AOWs3O/_old  2019-11-04 17:11:14.720571302 +0100
+++ /var/tmp/diff_new_pack.AOWs3O/_new  2019-11-04 17:11:14.724571307 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-random2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,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,14 +23,12 @@
 Release:        0
 Summary:        A Session and Caching library with WSGI Middleware
 License:        Python-2.0
-Group:          Development/Languages/Python
-Url:            http://pypi.python.org/pypi/random2
+URL:            https://pypi.python.org/pypi/random2
 Source:         
https://files.pythonhosted.org/packages/source/r/random2/random2-%{version}.zip
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -54,13 +52,12 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.txt README.txt PKG-INFO
 %{python_sitelib}/*
 



Reply via email to