OBS User unknown
2009-04-14 22:19:39 +00:00
committed by Git OBS Bridge
parent fa4d536d2d
commit fd9bf26180
4 changed files with 19 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-numpy (Version 1.2.1)
# spec file for package python-numpy (Version 1.3.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,8 +21,8 @@
Name: python-numpy
Url: http://numpy.scipy.org/
Summary: Array processing for numbers, strings, records and objects
Version: 1.2.1
Release: 3
Version: 1.3.0
Release: 1
License: BSD 3-Clause
Group: Development/Libraries/Python
Source: %{modname}-%{version}.tar.bz2
@@ -77,6 +77,11 @@ rm -rf %{buildroot}
%doc COMPATIBILITY LICENSE.txt README.txt THANKS.txt DEV_README.txt
%changelog
* Wed Apr 08 2009 matejcik@suse.cz
- update to 1.3.0
* official python 2.6 support (although it did (mostly)
work before)
* new multiarray APIs
* Wed Feb 11 2009 ro@suse.de
- fix filelist by using "--record-rpm" instead of "--record"
(and do not quote lines starting with "%%dir ")