forked from pool/python-numpy
This commit is contained in:
parent
a0a8503e2f
commit
c8ddef0a9a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0dfd16e49fb6a6c2852745fdb45bd48b1cbc4119e02cd4f5bb3c51e7d4591de0
|
|
||||||
size 1190832
|
|
3
numpy-1.3.0.tar.bz2
Normal file
3
numpy-1.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3019d980110e298536c4bcec99240cca0d55963b4ecc5d02415611e3d1238b6
|
||||||
|
size 1666680
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 8 19:43:27 CEST 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 01:31:36 CET 2009 - ro@suse.de
|
Wed Feb 11 01:31:36 CET 2009 - ro@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,8 +21,8 @@
|
|||||||
Name: python-numpy
|
Name: python-numpy
|
||||||
Url: http://numpy.scipy.org/
|
Url: http://numpy.scipy.org/
|
||||||
Summary: Array processing for numbers, strings, records and objects
|
Summary: Array processing for numbers, strings, records and objects
|
||||||
Version: 1.2.1
|
Version: 1.3.0
|
||||||
Release: 3
|
Release: 1
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: %{modname}-%{version}.tar.bz2
|
Source: %{modname}-%{version}.tar.bz2
|
||||||
@ -77,6 +77,11 @@ rm -rf %{buildroot}
|
|||||||
%doc COMPATIBILITY LICENSE.txt README.txt THANKS.txt DEV_README.txt
|
%doc COMPATIBILITY LICENSE.txt README.txt THANKS.txt DEV_README.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 11 2009 ro@suse.de
|
||||||
- fix filelist by using "--record-rpm" instead of "--record"
|
- fix filelist by using "--record-rpm" instead of "--record"
|
||||||
(and do not quote lines starting with "%%dir ")
|
(and do not quote lines starting with "%%dir ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user