[pydot] 1.0.4

Tom Callaway spot at fedoraproject.org
Tue Jan 4 18:48:52 UTC 2011


commit 05a4c077beb2f5b1a1e30560d3e4fdc72a845648
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Jan 4 13:49:28 2011 -0500

    1.0.4

 .gitignore |    1 +
 pydot.spec |    9 ++++-----
 sources    |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3dc7467..f727e6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pydot-1.0.2.tar.gz
 /pydot-1.0.3.tar.gz
+/pydot-1.0.4.tar.gz
diff --git a/pydot.spec b/pydot.spec
index 09b3803..ff693d2 100644
--- a/pydot.spec
+++ b/pydot.spec
@@ -1,16 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		pydot
-Version:	1.0.3
+Version:	1.0.4
 Release:	1%{?dist}
 License:	MIT
 Group:		System Environment/Libraries
 Summary:	Python interface to Graphviz's Dot language
 URL:		http://code.google.com/p/pydot/
 Source0:	http://pydot.googlecode.com/files/pydot-%{version}.tar.gz
-# Fix bugzilla 481540, sent upstream in Issue 23
-# http://code.google.com/p/pydot/issues/detail?id=23
-Patch0:		pydot-need-quote.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	pyparsing python-devel
 Requires:	graphviz, pyparsing
@@ -27,7 +24,6 @@ tools dot, neato, twopi.
 
 %prep
 %setup -q
-%patch0 -p1 -b .need-quote
 
 %build
 %{__python} setup.py build
@@ -50,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/pydot.*
 
 %changelog
+* Tue Jan  4 2011 Tom Callaway <spot at fedoraproject.org> - 1.0.4-1
+- update to 1.0.4
+
 * Wed Nov  3 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.3-1
 - update to 1.0.3
 
diff --git a/sources b/sources
index 9eabc10..48f1581 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9b39eefb8460932a76fc374e30e8108  pydot-1.0.3.tar.gz
+dac6e708cbb4ff85cd93c0893292cff5  pydot-1.0.4.tar.gz


More information about the scm-commits mailing list