Hello community,

here is the log from the commit of package python-axolotl-curve25519 for 
openSUSE:Factory checked in at 2018-08-18 00:06:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-axolotl-curve25519 (Old)
 and      /work/SRC/openSUSE:Factory/.python-axolotl-curve25519.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-axolotl-curve25519"

Sat Aug 18 00:06:45 2018 rev:2 rq:629940 version:0.4.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-axolotl-curve25519/python-axolotl-curve25519.changes
      2018-04-06 17:50:30.801391544 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-axolotl-curve25519.new/python-axolotl-curve25519.changes
 2018-08-18 00:06:46.975556734 +0200
@@ -1,0 +2,12 @@
+Thu Aug 16 19:49:46 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.4.1.1 (changes since 0.1):
+  * Fix prototype definition in zeroize.c.
+  * Fix a differ in signedness [-Wpointer-sign] warning.
+  * Sort input file list so that axolotl_curve25519.so builds in a
+    reproducible way.
+  * Update curve/ed25519.
+- Append BSD-3-Clause to the list of licences because of
+  curve25519-donna.
+
+-------------------------------------------------------------------

Old:
----
  python-axolotl-curve25519-0.1.tar.gz

New:
----
  python-axolotl-curve25519-0.4.1.post2.tar.gz

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

Other differences:
------------------
++++++ python-axolotl-curve25519.spec ++++++
--- /var/tmp/diff_new_pack.FEljzP/_old  2018-08-18 00:06:47.911559539 +0200
+++ /var/tmp/diff_new_pack.FEljzP/_new  2018-08-18 00:06:47.915559552 +0200
@@ -17,28 +17,29 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define _version 0.4.1.post2
 Name:           python-axolotl-curve25519
-Version:        0.1
+Version:        0.4.1.1
 Release:        0
-Summary:        curve25519 Python wrapper with Ed25519 signatures
-License:        GPL-3.0-only
+Summary:        A curve25519 Python wrapper with Ed25519 signatures
+License:        GPL-3.0-only AND BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/tgalal/python-axolotl-curve25519
-Source:         
https://files.pythonhosted.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-%{version}.tar.gz
+URL:            https://github.com/tgalal/python-axolotl-curve25519
+Source:         
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{_version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/tgalal/python-axolotl-curve25519/master/LICENSE
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-
 %python_subpackages
 
 %description
-This is a Python wrapper for the curve25519 library with Ed25519 signatures.
+This is a Python wrapper for the curve25519 library with Ed25519
+signatures.
 
 %prep
-%setup -q -n python-axolotl-curve25519-%{version}
-cp %SOURCE1 .
+%setup -q -n %{name}-%{_version}
+cp -a %{SOURCE1} .
 
 %build
 export CFLAGS="%{optflags}"


Reply via email to