diff --git a/.gitignore b/.gitignore index 71496f4..7dc2f02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/gnome-tweak-tool-3.0.0.tar.bz2 +/gnome-tweak-tool-3.0.3.tar.bz2 diff --git a/gnome-tweak-tool-3.0.0-fix-localization.patch b/gnome-tweak-tool-3.0.0-fix-localization.patch deleted file mode 100644 index 64b9baf..0000000 --- a/gnome-tweak-tool-3.0.0-fix-localization.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f11adc2e20d6ca8fc977877c845aa1ea6039dc9f Mon Sep 17 00:00:00 2001 -From: John Stowers -Date: Mon, 4 Apr 2011 23:34:02 +1200 -Subject: [PATCH 7/7] Fix localization - ---- - configure.ac | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 39fab53..70142ed 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -19,6 +19,9 @@ fi - IT_PROG_INTLTOOL([0.40.0]) - AM_GNU_GETTEXT([external]) - AM_GNU_GETTEXT_VERSION([0.17]) -+GETTEXT_PACKAGE=gnome-tweak-tool -+AC_SUBST(GETTEXT_PACKAGE) -+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name]) - - AS_AC_EXPAND(DATADIR, "${datadir}") - AS_AC_EXPAND(PKGDATADIR, "${datadir}/${PACKAGE}") --- -1.7.4.2 - diff --git a/gnome-tweak-tool.spec b/gnome-tweak-tool.spec index 40cf551..c66647d 100644 --- a/gnome-tweak-tool.spec +++ b/gnome-tweak-tool.spec @@ -1,14 +1,13 @@ Name: gnome-tweak-tool -Version: 3.0.0 +Version: 3.0.3 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 -# http://article.gmane.org/gmane.comp.gnome.shell/3113 -Source1: %{name}-3.0.0-autogen.sh -Patch0: %{name}-3.0.0-fix-localization.patch +# Source1: %{name}-3.0.0-autogen.sh +# Patch0: %{name}-3.0.0-fix-localization.patch BuildArch: noarch BuildRequires: GConf2 @@ -16,8 +15,7 @@ BuildRequires: intltool BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(pygobject-2.0) BuildRequires: desktop-file-utils -# until the patch is dropped when 3.0.1 comes out -BuildRequires: gnome-common +# BuildRequires: gnome-common Requires: gnome-shell %description @@ -42,12 +40,12 @@ Features: %prep %setup -q -%patch0 -p1 -b .fix-localization -cp -p %{SOURCE1} autogen.sh +# patch0 -p1 -b .fix-localization +# cp -p %{SOURCE1} autogen.sh %build -NOCONFIGURE=1 ./autogen.sh +# NOCONFIGURE=1 ./autogen.sh %configure make %{?_smp_mflags} @@ -70,6 +68,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %changelog +* Wed May 4 2011 Michel Salim - 3.0.3-1 +- Update to 3.0.3 + * Mon Apr 4 2011 Michel Salim - 3.0.0-1 - Update to 3.0.0 diff --git a/sources b/sources index a4f12cd..3e46414 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -462338ee115045602f25042940f3e36d gnome-tweak-tool-3.0.0.tar.bz2 +c2dc63760a43a65d95deae3713e34246 gnome-tweak-tool-3.0.3.tar.bz2