[gnome-tweak-tool] Update to 3.1.0

Michel Alexandre Salim salimma at fedoraproject.org
Sun Aug 21 12:40:22 UTC 2011


commit f152cf86c837bd63f4a5d34af632d774495764bc
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Aug 21 14:39:44 2011 +0200

    Update to 3.1.0

 .gitignore            |    2 +-
 gnome-tweak-tool.spec |   16 ++++++++++++----
 sources               |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
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 <salimma at fedoraproject.org> - 3.1.0-1
+- Update to 3.1.0
+
 * Tue Jul 19 2011 Michel Salim <salimma at fedoraproject.org> - 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


More information about the scm-commits mailing list