From 4f6f0058cf851a9588984f7b55576b114915a65d Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Feb 05 2011 16:52:23 +0000 Subject: update to 0.14.1 --- diff --git a/.gitignore b/.gitignore index ec5fd55..fe8aaa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Cython-0.12.1.tar.gz /Cython-0.13.tar.gz /Cython-0.14.tar.gz +/Cython-0.14.1.tar.gz diff --git a/Cython.spec b/Cython.spec index 7f0cf7c..415bbed 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,9 +3,9 @@ Name: Cython -Version: 0.14 +Version: 0.14.1 #Release: 1.beta2%{?dist} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A language for writing Python extension modules #%define upstreamversion %{version}.beta2 @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 5 2011 Neal Becker - 0.14.1-1 +- Update to 0.14.1 + * Wed Dec 15 2010 Neal Becker - 0.14-2 - Add cygdb diff --git a/sources b/sources index 675dae5..ef0100f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27fa072e8282431864543e008fd9a19b Cython-0.14.tar.gz +6341bf3b2c49a39b8046219f6696f5c4 Cython-0.14.1.tar.gz