diff --git a/d-feet.spec b/d-feet.spec index abf372a..dab0da7 100644 --- a/d-feet.spec +++ b/d-feet.spec @@ -1,14 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: d-feet -Version: 0.1.4 -Release: 2%{?dist} +Version: 0.1.5 +Release: 1%{?dist} Summary: A powerful D-Bus Debugger Group: Development/Tools License: GPLv2+ URL: http://hosted.fedoraproject.org/projects/d-feet Source0: http://johnp.fedorapeople.org/%{name}-%{version}.tar.gz -Patch0: d-feet-0.1.4-older_gtk.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,7 +27,6 @@ D-Bus objects of running programs and invoke methods on those objects. %prep %setup -q -%patch0 -p1 -b .older_gtk %build %{__python} setup.py build @@ -68,6 +66,17 @@ fi %{_datadir}/applications/dfeet.desktop %changelog +* Wed Dec 12 2007 John (J5) Palmieri - 0.1.5-1 +- update to upstream 0.1.5 +- attach to any bus +- execute button makes executing methods more descoverable +- icons show up if app associated with a name has a toplevel window +- initial support for icons on introspect nodes +- syntax highlighting for methods and signals +- support for property lists in the introspect data +- tabs are restored when started again +- patch no longer needed (upstream) + * Fri Dec 07 2007 John (J5) Palmieri - 0.1.4-2 - patch to make work with older gtk+ diff --git a/sources b/sources index eb7d537..9216b81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8e3a02bf72dee34f8fa8fb3838eb02f d-feet-0.1.4.tar.gz +6e9605084018c0329e579f165537de21 d-feet-0.1.5.tar.gz