From bba0c9fc6da26a14f3a38334877de165ab3eaa3b Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 9 Aug 2013 16:45:55 -0600 Subject: [PATCH] New upstream version. --- .gitignore | 2 +- python-networkx.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a274c80..7628e86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /networkx_reference.pdf /networkx_tutorial.pdf /networkx-documentation.zip -/networkx-1.8.tar.gz +/networkx-1.8.1.tar.gz diff --git a/python-networkx.spec b/python-networkx.spec index 813a388..667550b 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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 - 1.8.1-1 +- New upstream version + * Mon Jul 29 2013 Jerry James - 1.8-1 - New upstream version - Add tex-preview BR for documentation diff --git a/sources b/sources index 0b0da05..436f7ba 100644 --- a/sources +++ b/sources @@ -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