diff --git a/.cvsignore b/.cvsignore index f76c0e0..2294a26 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ dbus-0.33.tar.gz dbus-0.34.tar.gz dbus-0.35.2.tar.gz dbus-0.36.tar.gz +dbus-0.36.1.tar.gz diff --git a/dbus.spec b/dbus.spec index 2c01dbb..a4d74b6 100644 --- a/dbus.spec +++ b/dbus.spec @@ -15,7 +15,7 @@ Summary: D-BUS message bus Name: dbus -Version: 0.36 +Version: 0.36.1 Release: 1 URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz @@ -245,9 +245,13 @@ fi %defattr(-,root,root) %{_libdir}/python*/site-packages/dbus/*.so %{_libdir}/python*/site-packages/dbus.pth -%{python_sitelib}/dbus/*.py* +%{_libdir}/python*/site-packages/dbus/*.py* %changelog +* Wed Aug 24 2005 John (J5) Palmieri - 0.36.1-1 +- Upgrade to dbus-0.36.1 +- Install all files to lib64/ on 64bit machines + * Tue Aug 23 2005 John (J5) Palmieri - 0.36-1 - Upgrade to dbus-0.36 - Split modules that go into %{_lib}/python2.4/site-packages/dbus diff --git a/sources b/sources index d4be95a..582786d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c969d0a11599e5950fb28eeed8b353ba dbus-0.36.tar.gz +48bcfc0806bb7bc914cc5cd2f7d40d69 dbus-0.36.1.tar.gz