Hello community,

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

Package is "python-efilter"

Wed Oct 16 09:14:33 2019 rev:3 rq:738335 version:1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-efilter/python-efilter.changes    
2016-10-28 10:46:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-efilter.new.2352/python-efilter.changes  
2019-10-16 09:14:35.427575019 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 13:37:16 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-efilter.spec ++++++
--- /var/tmp/diff_new_pack.mGDx2R/_old  2019-10-16 09:14:36.003573534 +0200
+++ /var/tmp/diff_new_pack.mGDx2R/_new  2019-10-16 09:14:36.003573534 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-efilter
 #
-# Copyright (c) 2016 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/
 #
 
 
@@ -25,17 +25,15 @@
 Version:        1.1.5
 Release:        0
 Summary:        EFILTER query language
-License:        Apache-2.0
-Group:          Development/Libraries/Python
 # FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
-Url:            https://github.com/google/dotty/
+License:        Apache-2.0
+URL:            https://github.com/google/dotty/
 Source0:        
https://pypi.python.org/packages/9f/48/82fd1254d70b5d7831ece84270cb99c178c0254e2568efad72c5ca2a31c7/%{base_name}-%{unmangled_version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python-setuptools
 Requires:       python-python-dateutil
 Requires:       python-six >= 1.4.0
 Requires:       python-tz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -43,7 +41,6 @@
 
 %package -n python-%{name}
 Summary:        EFILTER query language
-Group:          Development/Libraries/Python
 
 %description -n python-%{name}
 EFILTER is a general-purpose destructuring and search language implemented in 
Python, and suitable for integration with any Python project that requires a 
search function for some of its data.
@@ -56,11 +53,11 @@
 
 %install
 python setup.py install -O1 --root=%{buildroot} 
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS.txt LICENSE.txt README.md
+%license LICENSE.txt
+%doc AUTHORS.txt README.md
 %{python_sitelib}/efilter*
 %exclude %{python_sitelib}/sample_projects
 


Reply via email to