diff --git a/pycdio-0.16.tar.bz2 b/pycdio-0.16.tar.bz2 deleted file mode 100644 index c701092..0000000 --- a/pycdio-0.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:387f30a3b7abfb41396902d13d3688327e97aa60a4f729c44859ae2095b5b79f -size 163300 diff --git a/pycdio-0.17.tar.bz2 b/pycdio-0.17.tar.bz2 new file mode 100644 index 0000000..0516ee6 --- /dev/null +++ b/pycdio-0.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a6b08751e57cf9e398aa98922dbb3e45550bedae15bc29bdc1d308d35a573d +size 163925 diff --git a/python-pycdio.changes b/python-pycdio.changes index 3dee6f2..8687926 100644 --- a/python-pycdio.changes +++ b/python-pycdio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 05 21:50:43 UTC 2011 - pascal.bleser@opensuse.org + +- update to 0.17 + ------------------------------------------------------------------- Fri Apr 16 23:51:13 UTC 2010 - pascal.bleser@opensuse.org diff --git a/python-pycdio.spec b/python-pycdio.spec index 822f8cf..28799af 100644 --- a/python-pycdio.spec +++ b/python-pycdio.spec @@ -1,10 +1,7 @@ -# norootforbuild - -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} +# vim: set ts=4 sw=4 et: Name: python-pycdio -Version: 0.16 +Version: 0.17 Release: 0 Summary: Python Bindings for the CDIO Library # http://pypi.python.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz @@ -24,7 +21,9 @@ The pycdio (and libcdio) libraries encapsulate CD-ROM reading and control. Python programs wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. +%if !0%{?packman_bs} %debug_package +%endif %prep %setup -q -n "pycdio-%{version}" @@ -45,8 +44,3 @@ properties of a CD-ROM can use this library. %doc README.txt %changelog -# vim: set sw=3 ts=3 noet: -# Local Variables: -# mode: rpm-spec -# tab-width: 3 -# End: