New upstream version.

This commit is contained in:
Jerry James 2013-08-09 16:45:55 -06:00
parent 0dc6fbe0da
commit bba0c9fc6d
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/networkx_reference.pdf
/networkx_tutorial.pdf
/networkx-documentation.zip
/networkx-1.8.tar.gz
/networkx-1.8.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: python-networkx
Version: 1.8
Version: 1.8.1
Release: 1%{?dist}
Summary: Creates and Manipulates Graphs and Networks
Group: Development/Languages
@ -91,7 +91,7 @@ cd ..
%build
python2 setup.py build
PYTHONPATH=`pwd`/build/lib make -C doc html
PYTHONPATH=$PWD/build/lib make -C doc html
# Setup for python3
mv build build2
@ -156,6 +156,9 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
%changelog
* Fri Aug 9 2013 Jerry James <loganjerry@gmail.com> - 1.8.1-1
- New upstream version
* Mon Jul 29 2013 Jerry James <loganjerry@gmail.com> - 1.8-1
- New upstream version
- Add tex-preview BR for documentation

View File

@ -1,4 +1,4 @@
be1be4c5ec20c955b0e593d640662599 networkx-1.8.tar.gz
b4a9e68ecd1b0164446ee432d2e20bd0 networkx-1.8.1.tar.gz
5c74458f88c8290616f1b0ce4d1d1db3 networkx_reference.pdf
91cf17ce3c5ec23dfa7e1a00eaf8c564 networkx_tutorial.pdf
0b374fb1b50ba62ec37f2f9baf0a4691 networkx-documentation.zip