[gnome-tweak-tool] Update to 3.5.0 snapshot for GNOME 3.5.x compatibility

Michel Alexandre Salim salimma at fedoraproject.org
Mon Aug 6 12:35:02 UTC 2012


commit 532d3904919f89e10e8b618a47ac8c384c23a1ee
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Mon Aug 6 19:34:42 2012 +0700

    Update to 3.5.0 snapshot for GNOME 3.5.x compatibility

 .gitignore            |    3 +--
 gnome-tweak-tool.spec |   19 ++++++++++++++-----
 sources               |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abbcae1..c0f570f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-/gnome-tweak-tool-3.3.4.tar.xz
-/gnome-tweak-tool-3.4.0.tar.xz
 /gnome-tweak-tool-3.4.0.1.tar.xz
+/gnome-tweak-tool-3.5.0-3869087.tar.xz
diff --git a/gnome-tweak-tool.spec b/gnome-tweak-tool.spec
index 5356f8c..221b92e 100644
--- a/gnome-tweak-tool.spec
+++ b/gnome-tweak-tool.spec
@@ -1,11 +1,17 @@
+%global commit_date 20120717
+%global commit_hash 3869087
+
 Name:           gnome-tweak-tool
-Version:        3.4.0.1
-Release:        3%{?dist}
+Version:        3.5.0
+Release:        0.1.%{commit_date}git%{commit_hash}%{?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.4/gnome-tweak-tool-%{version}.tar.xz
+#Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-tweak-tool/3.4/gnome-tweak-tool-%{version}.tar.xz
+# git archive --format=tar --prefix=%{name}-%{version}/ %{commit_hash} \
+# | xz > %{name}-%{version}-%{commit_hash}.tar.xz
+Source0:        %{name}-%{version}-%{commit_hash}.tar.xz
 
 BuildArch:      noarch
 BuildRequires:  GConf2
@@ -14,7 +20,7 @@ BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  desktop-file-utils
-#BuildRequires:  gnome-common
+BuildRequires:  gnome-common
 Requires:       gnome-shell
 Requires:       gnome-shell-extension-user-theme
 Requires:       nautilus
@@ -43,7 +49,7 @@ Features:
 
 
 %build
-# NOCONFIGURE=1 ./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{?_smp_mflags}
 
@@ -65,6 +71,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Sun Aug  5 2012 Michel Salim <salimma at fedoraproject.org> - 3.5.0-0.1.20120717git3869087
+- Update to 3.5.0 snapshot for GNOME 3.5.x compatibility
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e34d57d..f4c8d2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f1abe010c2b2235cb86718134c0219ce  gnome-tweak-tool-3.4.0.1.tar.xz
+2d107cf724b0716a620ad7b86bf32727  gnome-tweak-tool-3.5.0-3869087.tar.xz


More information about the scm-commits mailing list