- Bump version to 1.0.1.

This commit is contained in:
konradm 2010-01-21 05:04:52 +00:00
parent 5ec3a19f21
commit c5223b49b6
3 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
networkx-0.99.tar.gz
networkx-1.0.1.tar.gz

View File

@ -1,11 +1,11 @@
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-networkx
Version: 0.99
Release: 4%{?dist}
Version: 1.0.1
Release: 1%{?dist}
Summary: Creates and Manipulates Graphs and Networks
Group: Development/Languages
License: LGPLv2+
License: BSD
URL: https://networkx.lanl.gov/trac
Source0: http://networkx.lanl.gov/download/networkx/networkx-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -61,11 +61,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc doc/GNU_LGPL.txt installed-docs/*
%doc LICENSE.txt installed-docs/*
%{python_sitelib}/*
%changelog
* Wed Jan 20 2010 Conrad Meyer <konrad@tylerc.org> - 1.0.1-1
- Bump version to 1.0.1.
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
1d3238c973ad198583e90533b27d6cd3 networkx-0.99.tar.gz
bf92be58dccec2a354c35106a81f0564 networkx-1.0.1.tar.gz