diff --git a/.gitignore b/.gitignore index dd3046c..c857423 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ altgraph-0.6.7.tar.gz /altgraph-0.9.tar.gz /altgraph-0.10.tar.gz +/altgraph-0.10.1.tar.gz diff --git a/python-altgraph.spec b/python-altgraph.spec index c386e1e..e555e6e 100644 --- a/python-altgraph.spec +++ b/python-altgraph.spec @@ -1,7 +1,7 @@ %global srcname altgraph Name: python-%{srcname} -Version: 0.10 +Version: 0.10.1 Release: 1%{?dist} Summary: Python graph (network) package @@ -39,6 +39,10 @@ python setup.py install -O1 --skip-build --root=%{buildroot} %{python_sitelib}/%{srcname}*.egg-info %changelog +* Sat Nov 10 2012 Fabian Affolter - 0.10.1-1 +- README issue fixed +- Updated to new upstream version 0.10.1 + * Sat Nov 10 2012 Fabian Affolter - 0.10-1 - Updated to new upstream version 0.10 diff --git a/sources b/sources index 5c6db19..b742110 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2df65572ec8529a9f2620c920ff61be8 altgraph-0.10.tar.gz +ebef6fff05ea80c6499ac302151a026f altgraph-0.10.1.tar.gz