From c5223b49b68dff1113433b6024bb6ebefdf5fdb4 Mon Sep 17 00:00:00 2001 From: konradm Date: Thu, 21 Jan 2010 05:04:52 +0000 Subject: [PATCH] - Bump version to 1.0.1. --- .cvsignore | 2 +- python-networkx.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 494f2f6..914032c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -networkx-0.99.tar.gz +networkx-1.0.1.tar.gz diff --git a/python-networkx.spec b/python-networkx.spec index 58b246f..827208f 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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 - 1.0.1-1 +- Bump version to 1.0.1. + * Sun Jul 26 2009 Fedora Release Engineering - 0.99-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index e454d3b..062718e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d3238c973ad198583e90533b27d6cd3 networkx-0.99.tar.gz +bf92be58dccec2a354c35106a81f0564 networkx-1.0.1.tar.gz