From 09a125c5f4ee42249cbc9aea446d21178ea97091 Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Oct 20 2016 03:02:54 +0000 Subject: Update to upstream 1.3.1 --- diff --git a/.gitignore b/.gitignore index d6703a9..373d2d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pyeclib-1.0.9.tar.gz /pyeclib-1.1.0.tar.gz /pyeclib-1.2.0.tar.gz +/pyeclib-1.3.1.tar.gz diff --git a/python-pyeclib.spec b/python-pyeclib.spec index 8d450d8..6413592 100644 --- a/python-pyeclib.spec +++ b/python-pyeclib.spec @@ -3,15 +3,14 @@ %endif Name: python-pyeclib -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Python interface to erasure codes 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.2.0.tar.gz --prefix=pyeclib-1.2.0/ v1.2.0 +# We pull the tag using git CLI. Save the current command for Source0 below. +# git archive -o ../pyeclib-1.3.1.tar.gz --prefix=pyeclib-1.3.1/ 1.3.1 Source0: pyeclib-%{version}.tar.gz BuildRequires: python2-devel @@ -68,7 +67,7 @@ popd %files %license License.txt -%doc README +%doc README.md %{_libdir}/python2*/site-packages/* # There is no __python2_sitearch on F21 #{__python_sitearch}/* @@ -76,13 +75,16 @@ popd %if 0%{?with_python3} %files -n python3-pyeclib %license License.txt -%doc README +%doc README.md %{_libdir}/python3*/site-packages/* # There is no __python3_sitearch on F21 #{__python3_sitearch}/* %endif %changelog +* Wed Oct 19 2016 Pete Zaitcev 1.3.1-1 +- Update to upstream 1.3.1 + * Tue Jul 19 2016 Fedora Release Engineering - 1.2.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index ea2611d..2e1b71d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f99da2fab501393e9c7f1272587ca9b pyeclib-1.2.0.tar.gz +4e6e5acb993be85ff524acc8c1d0e164 pyeclib-1.3.1.tar.gz