Hello community,

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

Package is "python-peppercorn"

Wed Oct 16 09:15:11 2019 rev:4 rq:738371 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peppercorn/python-peppercorn.changes      
2019-05-22 11:15:25.670540470 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-peppercorn.new.2352/python-peppercorn.changes
    2019-10-16 09:15:11.751481402 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:13:47 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-peppercorn.spec ++++++
--- /var/tmp/diff_new_pack.KnlH4R/_old  2019-10-16 09:15:12.915478403 +0200
+++ /var/tmp/diff_new_pack.KnlH4R/_new  2019-10-16 09:15:12.939478340 +0200
@@ -23,18 +23,16 @@
 Release:        0
 Summary:        Pyramid exceptions logger
 License:        BSD-4-Clause AND ZPL-2.1 AND MIT
-Group:          Development/Languages/Python
-Url:            http://docs.pylonsproject.org/projects/peppercorn/en/latest/
+URL:            https://docs.pylonsproject.org/projects/peppercorn/en/latest/
 Source:         
https://files.pythonhosted.org/packages/source/p/peppercorn/peppercorn-%{version}.tar.gz
-# Documentation requirements:
-BuildRequires:  python3-Sphinx
 # Testing requirements:
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pylons-sphinx-themes}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# Documentation requirements:
+BuildRequires:  python3-Sphinx
 BuildArch:      noarch
 %python_subpackages
 
@@ -49,7 +47,6 @@
 
 %package -n %{name}-doc
 Summary:        Documentation for Pyramid exceptions logger
-Group:          Documentation/HTML
 
 %description -n %{name}-doc
 This package contains documentation for %{name}.
@@ -63,23 +60,21 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py nosetests --with-coverage
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %license LICENSE.txt
 %else
-%doc LICENSE.txt
+%license LICENSE.txt
 %endif
 %doc CHANGES.rst CONTRIBUTORS.txt COPYRIGHT.txt README.rst contributing.md
 %{python_sitelib}/*
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
 %doc build/sphinx/html
 
 %changelog


Reply via email to