diff --git a/.gitignore b/.gitignore index 2f8e6ec..bfd8da4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ d-feet-0.1.10.tar.bz2 d-feet-0.1.11.tar.bz2 d-feet-0.1.12.tar.bz2 +/d-feet-0.1.14.tar.xz diff --git a/d-feet.spec b/d-feet.spec index 21c618f..8a31401 100644 --- a/d-feet.spec +++ b/d-feet.spec @@ -1,13 +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.12 +Version: 0.1.14 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/downloads/d-feet/%{name}-%{version}.tar.bz2 +Source0: http://johnp.fedorapeople.org/downloads/d-feet/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -16,7 +16,7 @@ BuildRequires: pygtk2-devel BuildRequires: python-setuptools-devel BuildRequires: gettext Requires: python-setuptools -Requires: python >= 2.4 +Requires: python >= 2.5 Requires: pygtk2 %description @@ -62,11 +62,21 @@ fi %{python_sitelib}/* %{_bindir}/%{name} %{_datadir}/dfeet/ +%{_datadir}/icons/hicolor/256x256/apps/*.png %{_datadir}/icons/hicolor/48x48/apps/*.png +%{_datadir}/icons/hicolor/32x32/apps/*.png +%{_datadir}/icons/hicolor/24x24/apps/*.png %{_datadir}/icons/hicolor/16x16/apps/*.png %{_datadir}/applications/dfeet.desktop %changelog +* Mon Nov 14 2011 John (J5) Palmieri - 0.1.14-1 +- update to upstream 0.1.14 +- new hires icons +- fix config parsing +- remove dependency on glade +- bump requires to python 2.5 + * Mon Aug 23 2010 John (J5) Palmieri - 0.1.12-1 - update to upstream 0.1.12 - Add the ability to specify a bus on the command line using the --bus-address diff --git a/sources b/sources index f0b69fc..c6e8156 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01b0296277b26330bc430742ad4e758a d-feet-0.1.12.tar.bz2 +15c9ff7277cae66738dc47642b910303 d-feet-0.1.14.tar.xz