rpms/pycdio/devel sources,1.2,1.3 pycdio.spec,1.2,1.3

Jay Greguske jgreguske at fedoraproject.org
Wed Oct 28 15:39:48 UTC 2009


Author: jgreguske

Update of /cvs/pkgs/rpms/pycdio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15832

Modified Files:
	sources pycdio.spec 
Log Message:
updated to 0.16


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pycdio/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	29 Jul 2009 19:19:23 -0000	1.2
+++ sources	28 Oct 2009 15:39:48 -0000	1.3
@@ -1 +1 @@
-e072e6d0fff4850f3169f8be3def4888  pycdio-0.15.tar.gz
+bb2ffea5ae107e1e545f54f8bd9d6172  pycdio-0.16.tar.gz


Index: pycdio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pycdio/devel/pycdio.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- pycdio.spec	28 Sep 2009 18:47:11 -0000	1.2
+++ pycdio.spec	28 Oct 2009 15:39:48 -0000	1.3
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		pycdio
-Version:	0.15
-Release:	4%{?dist}
+Version:	0.16
+Release:	1%{?dist}
 Summary:	A Python interface to the CD Input and Control library
 
 Group:		Development/Libraries
@@ -10,11 +10,6 @@ License:	GPLv3+
 URL:		http://www.gnu.org/software/libcdio/
 Source0:	ftp://ftp.gnu.org/pub/gnu/libcdio/%{name}-%{version}.tar.gz
 
-# Remove shebangs in the modules
-# a patch was emailed and accepted on libcdio-pycdio-devel at gnu.org
-Patch0:		pycdio-remove-shebangs.patch
-Patch1:		pycdio-remove-get-devices-compensation.patch
-
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	python-devel,python-setuptools,libcdio-devel,swig
 Requires:	python
@@ -26,8 +21,6 @@ device-dependent properties of a CD-ROM 
 
 %prep
 %setup -q
-%patch0
-%patch1
 
 %build
 %{__python} setup.py build
@@ -46,6 +39,8 @@ rm -rf %{buildroot}
 %doc README.txt
 
 %changelog
+* Wed Oct 28 2009 Jay Greguske <jgregusk at redhat.com> - 0.16-1
+- Updated to version 0.16
 * Mon Sep 28 2009 Jay Greguske <jgregusk at redhat.com> - 0.15-4
 - Off-by-one compensation in get_devices_* not needed anymore
 * Tue Jul 28 2009 Jay Greguske <jgregusk at redhat.com> - 0.15-3




More information about the fedora-extras-commits mailing list