From 5f7b54861c548d164d2ef84946192d7aaec9fa00 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Oct 16 2014 06:08:49 +0000 Subject: New upstream release (fixes among others #1153501) --- diff --git a/python-cryptography-vectors.spec b/python-cryptography-vectors.spec index 442d58a..80a97c0 100644 --- a/python-cryptography-vectors.spec +++ b/python-cryptography-vectors.spec @@ -8,15 +8,14 @@ %global pymodname cryptography_vectors Name: python-%{modname} -Version: 0.5.4 -Release: 3%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Test vectors for the cryptography package Group: Development/Libraries License: ASL 2.0 URL: http://pypi.python.org/pypi/cryptography-vectors Source0: https://pypi.python.org/packages/source/c/%{modname}/cryptography_vectors-%{version}.tar.gz -Source1: LICENSE BuildArch: noarch BuildRequires: python2-devel python-setuptools @@ -30,7 +29,6 @@ you really know what you are doing. %prep %setup -q -n %{pymodname}-%{version} -cp -p %{SOURCE1} . # Remove bundled egg-info in case it exists rm -rf %{modname}.egg-info @@ -56,6 +54,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build %changelog +* Thu Oct 16 2014 Matej Cepl - 0.6.1-1 +- New upstream release (fixes among others #1153501) + * Wed Oct 01 2014 Matej Cepl - 0.5.4-3 - Add LICENSE file from the upstream repo.