From e980921b53738a88cc6a3d86e06ec66f3f6b75a5 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: May 13 2012 02:14:28 +0000 Subject: Update to 1.6.2rc1 --- diff --git a/.gitignore b/.gitignore index 8c8d05f..5571750 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ numpy-1.4.1.tar.gz /numpy-1.6.0b2.tar.gz /numpy-1.6.0.tar.gz /numpy-1.6.1.tar.gz +/numpy-1.6.2rc1.tar.gz diff --git a/numpy.spec b/numpy.spec index 95fa395..7c2c77a 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,11 +5,11 @@ %endif #uncomment next line for a release candidate or a beta -%global relc %{nil} +%global relc rc1 Name: numpy -Version: 1.6.1 -Release: 2%{?dist} +Version: 1.6.2 +Release: 0.1.rc1%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -247,6 +247,9 @@ rm -rf %{buildroot} %changelog +* Sat May 12 2012 Orion Poplawski - 1:1.6.2rc1-0.1 +- Update to 1.6.2rc1 + * Fri Jan 13 2012 Fedora Release Engineering - 1:1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 31d40f4..aae3d66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2bce18c08fc4fce461656f0f4dd9103e numpy-1.6.1.tar.gz +33bb5d31aa7d1d29bac666d14cef51b0 numpy-1.6.2rc1.tar.gz