diff --git a/.gitignore b/.gitignore index 24d21ec..8752748 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ onboard-0.93.0.tar.gz +/onboard-0.94.0.tar.gz diff --git a/onboard.spec b/onboard.spec index e09e21f..7bc3489 100644 --- a/onboard.spec +++ b/onboard.spec @@ -1,14 +1,12 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - Name: onboard -Version: 0.93.0 -Release: 3%{?dist} +Version: 0.94.0 +Release: 1%{?dist} Summary: Simple on-screen Keyboard Group: User Interface/Desktops License: GPLv2+ URL: https://launchpad.net/onboard/ -Source0: http://launchpad.net/%{name}/0.93/%{version}/+download/%{name}-%{version}.tar.gz +Source0: http://launchpad.net/%{name}/0.94/%{version}/+download/%{name}-%{version}.tar.gz # This is required to not initialize objects of the required libraries. Otherwise # the setup needs a running X session Patch0: onboard-norequires.patch @@ -25,6 +23,7 @@ BuildRequires: intltool BuildRequires: python-setuptools BuildRequires: desktop-file-utils BuildRequires: gettext +BuildRequires: libXi-devel Requires: hicolor-icon-theme Requires: pycairo @@ -121,13 +120,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Nov 25 2010 Fabian Affolter - 0.94.0-1 +- Fixed #657147 +- Updated to new upstream version 0.94.0 + * Sun Aug 01 2010 Orcan Ogetbil - 0.93.0-3 - Fix the build and the scriptlets * Wed Jul 21 2010 David Malcolm - 0.93.0-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild -* Thu May 27 2010 Fabian Affolter - 0.92.0-1 +* Thu May 27 2010 Fabian Affolter - 0.93.0-1 - Updated docs - Updated to new upstream version 0.93.0 diff --git a/sources b/sources index 9e3156c..615b6cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c7331b3deaf8d7e73d173c60fba0149 onboard-0.93.0.tar.gz +b56d1369d3c0b98eaec4fad7796cf5fa onboard-0.94.0.tar.gz