From c09d367a5165abb2399bf575bdea3e1a3afa26ad Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Tue, 4 Dec 2012 10:29:17 +0200 Subject: [PATCH] Update to 0.1.5. Additionaly require gnome-desktop3 and libnotify --- .gitignore | 1 + gnome-clocks.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f2ee31..d1d4e16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gnome-clocks-0.1.3.tar.xz /gnome-clocks-0.1.4.tar.xz +/gnome-clocks-0.1.5.tar.xz diff --git a/gnome-clocks.spec b/gnome-clocks.spec index 12b0c99..af3cee7 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: gnome-clocks -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: Clock application designed for GNOME 3 @@ -12,7 +12,7 @@ Source0: http://download.gnome.org/sources/gnome-clocks/0.1/%{name}-%{ver BuildArch: noarch BuildRequires: python2-devel python-distutils-extra BuildRequires: intltool desktop-file-utils -Requires: pygobject3 pyxdg clutter-gtk libgweather +Requires: pygobject3 pyxdg clutter-gtk libgweather gnome-desktop3 libnotify Requires: pycanberra %description @@ -54,6 +54,10 @@ fi %changelog +* Tue Dec 4 2012 Yanko Kaneti - 0.1.5-1 +- Update to 0.1.5. +- Additionaly require gnome-desktop3 and libnotify + * Tue Oct 16 2012 Yanko Kaneti - 0.1.4-1 - Update to 0.1.4 diff --git a/sources b/sources index ab3b310..04adad3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74881c5673b8c54e2453d833f6ada492 gnome-clocks-0.1.4.tar.xz +619e4d1f8849d7ff7007f5775f148d30 gnome-clocks-0.1.5.tar.xz