[pycdio] Updated to 0.19 which actually works with libcdio-0.90

Adrian Reber adrian at fedoraproject.org
Mon Feb 18 13:52:03 UTC 2013


commit 84a8e34c545f35a3112737e53f465c8dcbe5e152
Author: Adrian Reber <adrian at lisas.de>
Date:   Mon Feb 18 14:51:42 2013 +0100

    Updated to 0.19 which actually works with libcdio-0.90

 .gitignore  |    1 +
 pycdio.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df92292..04501d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pycdio-0.16.tar.gz
 /pycdio-0.17.tar.gz
 /pycdio-0.18.tar.gz
+/pycdio-0.19.tar.gz
diff --git a/pycdio.spec b/pycdio.spec
index 5f0c207..d84867d 100644
--- a/pycdio.spec
+++ b/pycdio.spec
@@ -1,14 +1,14 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		pycdio
-Version:	0.18
-Release:	2%{?dist}
+Version:	0.19
+Release:	1%{?dist}
 Summary:	A Python interface to the CD Input and Control library
 
 Group:		Development/Libraries
 License:	GPLv3+
 URL:		http://www.gnu.org/software/libcdio/
-Source0:	http://pypi.python.org/packages/source/p/pycdio/pycdio-0.18.tar.gz
+Source0:	http://pypi.python.org/packages/source/p/pycdio/pycdio-0.19.tar.gz
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	python-devel,python-setuptools,libcdio-devel,swig
@@ -39,6 +39,9 @@ rm -rf %{buildroot}
 %doc README.txt
 
 %changelog
+* Mon Feb 18 2013 Adrian Reber <adrian at lisas.de> - 0.19-1
+- Updated to 0.19 which actually works with libcdio-0.90
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 9174297..1b0400d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dcf81641a79fc980e87661bc1d39e72  pycdio-0.18.tar.gz
+a6b00666ce8d77ab80a4084a8ff1136b  pycdio-0.19.tar.gz


More information about the scm-commits mailing list