Hello community, here is the log from the commit of package python-pyasn1 for openSUSE:Factory checked in at 2017-07-04 11:56:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyasn1 (Old) and /work/SRC/openSUSE:Factory/.python-pyasn1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyasn1" Tue Jul 4 11:56:38 2017 rev:27 rq:507289 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyasn1/python-pyasn1.changes 2017-05-09 17:59:32.143536450 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyasn1.new/python-pyasn1.changes 2017-07-04 11:56:39.480029966 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 05:38:49 UTC 2017 - [email protected] + +- Cleanup duplicates with fdupes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyasn1.spec ++++++ --- /var/tmp/diff_new_pack.TMk6je/_old 2017-07-04 11:56:40.023953420 +0200 +++ /var/tmp/diff_new_pack.TMk6je/_new 2017-07-04 11:56:40.027952858 +0200 @@ -19,15 +19,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pyasn1 +%global modname pyasn1 Version: 0.2.3 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/etingof/pyasn1 -Source: https://pypi.io/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz +Url: https://github.com/etingof/%{modname} +Source: https://pypi.io/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros %ifpython2 Obsoletes: %{oldpython}-asn1 < 0.1.2 @@ -45,13 +47,14 @@ specification. %prep -%setup -q -n pyasn1-%{version} +%setup -q -n %{modname}-%{version} %build %python_build %install %python_install +%fdupes %{buildroot}%{_prefix} %check %python_exec setup.py test
