From f152cf86c837bd63f4a5d34af632d774495764bc Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Aug 21 2011 12:39:44 +0000 Subject: Update to 3.1.0 --- diff --git a/.gitignore b/.gitignore index b5041c6..ddb45e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/gnome-tweak-tool-3.0.5.tar.bz2 +/gnome-tweak-tool-3.1.0.tar.bz2 diff --git a/gnome-tweak-tool.spec b/gnome-tweak-tool.spec index e0e7698..d85c6fc 100644 --- a/gnome-tweak-tool.spec +++ b/gnome-tweak-tool.spec @@ -1,11 +1,11 @@ Name: gnome-tweak-tool -Version: 3.0.5 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A tool to customize advanced GNOME 3 options License: GPLv3 URL: http://live.gnome.org/GnomeTweakTool -Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-tweak-tool/3.1/gnome-tweak-tool-%{version}.tar.bz2 BuildArch: noarch BuildRequires: GConf2 @@ -13,7 +13,11 @@ BuildRequires: intltool BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(pygobject-2.0) BuildRequires: desktop-file-utils +#BuildRequires: gnome-common Requires: gnome-shell +%if 0%{?fedora} >= 16 +Requires: pygobject3 +%endif Requires: nautilus %description @@ -35,7 +39,8 @@ Features: * Font hinting and antialiasing %prep -%setup -q +%setup -q -n %{name}-%{version} + %build # NOCONFIGURE=1 ./autogen.sh @@ -60,6 +65,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %changelog +* Sun Aug 21 2011 Michel Salim - 3.1.0-1 +- Update to 3.1.0 + * Tue Jul 19 2011 Michel Salim - 3.0.5-2 - Depend on nautilus (# 722541) diff --git a/sources b/sources index aaa26fe..1c63bdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3595f33636f19eb319087562a9a5105 gnome-tweak-tool-3.0.5.tar.bz2 +a309e42be0fa199127ae687e4aede328 gnome-tweak-tool-3.1.0.tar.bz2