From 5680a5756f0a114447abbef8d1675927ed2c9b2b Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Oct 23 2015 17:25:36 +0000 Subject: Update to upstream 1.1.0 Coincidentially this fixes the final comment in Packaging Review about "non-standard-executable-perm /usr/lib64/python3.4/site-packages/pyeclib_c.cpython-34m.so 775". --- diff --git a/.gitignore b/.gitignore index 43550ec..bf3663b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyeclib-1.0.9.tar.gz +/pyeclib-1.1.0.tar.gz diff --git a/python-pyeclib.spec b/python-pyeclib.spec index c38fe35..8f2c2a5 100644 --- a/python-pyeclib.spec +++ b/python-pyeclib.spec @@ -3,7 +3,7 @@ %endif Name: python-pyeclib -Version: 1.0.9 +Version: 1.1.0 Release: 1%{?dist} Summary: Python interface to erasure codes @@ -11,18 +11,17 @@ License: BSD URL: https://bitbucket.org/kmgreen2/pyeclib/ # Bitbucket's naming is like the old github (== awful), so we pull # the tag using git CLI. Save the current command for Source0 below. -# git archive -o ../pyeclib-1.0.9.tar.gz --prefix=pyeclib-1.0.9/ v1.0.9 +# git archive -o ../pyeclib-1.1.0.tar.gz --prefix=pyeclib-1.1.0/ v1.1.0 Source0: pyeclib-%{version}.tar.gz -#Patch1: pyeclib-1.0.7-fixups.patch BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel %endif BuildRequires: python-setuptools -BuildRequires: liberasurecode-devel >= 1.0.9 +BuildRequires: liberasurecode-devel >= 1.1.0 -Requires: liberasurecode >= 1.0.9 +Requires: liberasurecode >= 1.1.0 %description This library provides a simple Python interface for implementing erasure @@ -41,7 +40,6 @@ or through the C interface liberasurecode. %prep %setup -q -n pyeclib-%{version} -#patch1 -p1 %if 0%{?with_python3} # The {py3dir} is a convenience built-in that Fedora provides in F13 @@ -85,6 +83,9 @@ popd %endif %changelog +* Fri Oct 23 2015 Pete Zaitcev 1.1.0-1 +- Update to upstream 1.1.0 + * Sun Oct 11 2015 Pete Zaitcev 1.0.9-1 - Update to upstream 1.0.9 - Make py3 conditional for old system releases diff --git a/sources b/sources index 8a63b45..3569f3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdfaec41e9556373dbb6f7aecfc546ff pyeclib-1.0.9.tar.gz +5a95db8eb051fc7dcd717e2ed2f06983 pyeclib-1.1.0.tar.gz