update to 0.13.0 final
This commit is contained in:
parent
1841cbdf01
commit
e4dd00140d
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ scipy-0.7.2.tar.gz
|
||||
/scipy-0.12.0.tar.gz
|
||||
/scipy-0.13.0b1.tar.gz
|
||||
/scipy-0.13.0rc1.tar.gz
|
||||
/scipy-0.13.0.tar.gz
|
||||
|
@ -6,12 +6,12 @@
|
||||
}
|
||||
|
||||
# Set to pre-release version suffix if building pre-release, else %{nil}
|
||||
%define rcver rc1
|
||||
#%%define rcver rc1
|
||||
|
||||
Summary: Scientific Tools for Python
|
||||
Name: scipy
|
||||
Version: 0.13.0
|
||||
Release: 0.4.rc1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
# BSD -- whole package except:
|
||||
@ -147,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Wed Oct 23 2013 Tomas Tomecek <ttomecek@redhat.com> - 0.13.0-2
|
||||
- Update to 0.13.0 final
|
||||
|
||||
* Tue Oct 15 2013 Orion Poplwski <orion@cora.nwra.com> - 0.13.0-0.4.rc1
|
||||
- Update to 0.13.0rc1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user