From 9916244b5196a75743d57ddb842ad979ef813592 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Aug 28 2012 00:29:03 +0000 Subject: test 0.17b3 --- diff --git a/.gitignore b/.gitignore index 4d056c5..b0c2358 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Cython-0.12.1.tar.gz /Cython-0.15.tar.gz /Cython-0.15.1.tar.gz /Cython-0.16.tar.gz +/Cython-0.17b3.tar.gz diff --git a/Cython.spec b/Cython.spec index 8832d89..c41d341 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,13 +3,13 @@ Name: Cython -Version: 0.16 -#Release: 1.beta2%{?dist} -Release: 3%{?dist} +Version: 0.17 +Release: 1.b3%{?dist} +#Release: 3%{?dist} Summary: A language for writing Python extension modules -#%define upstreamversion %{version}.beta2 -%define upstreamversion %{version} +%define upstreamversion %{version}.b3 +#%define upstreamversion %{version} Group: Development/Tools License: Python @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 28 2012 Neal Becker - 0.17-1.b3 +- Test 0.17b3 + * Fri Aug 24 2012 David Malcolm - 0.16-3 - generalize egg-info logic to support RHEL (rhbz#851528) diff --git a/sources b/sources index 275087f..bec85ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7934186ada3552110aba92062fa88b1c Cython-0.16.tar.gz +6c04d06829a03f7299401c2a5e0e6643 Cython-0.17b3.tar.gz