From b610f36750ad7e18e3de07e86ccb06208c858c62 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 24 May 2011 07:11:53 -0700 Subject: [PATCH] 3.0.3 --- sources | 2 +- yelp-gettext.patch | 15 --------------- yelp.spec | 11 +++++------ 3 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 yelp-gettext.patch diff --git a/sources b/sources index 4e26ccd..4a9570b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ea6e6ae2fdff0d3768201e980a4ea27 yelp-3.0.2.tar.bz2 +199371c6ec1d230bf8500c2c3208b7d5 yelp-3.0.3.tar.bz2 diff --git a/yelp-gettext.patch b/yelp-gettext.patch deleted file mode 100644 index 916da8a..0000000 --- a/yelp-gettext.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -up yelp-3.0.2/src/yelp.c.gettext yelp-3.0.2/src/yelp.c ---- yelp-3.0.2/src/yelp.c.gettext 2011-04-28 07:38:27.792883667 -0400 -+++ yelp-3.0.2/src/yelp.c 2011-04-28 07:37:51.174341461 -0400 -@@ -40,6 +40,11 @@ main (int argc, char **argv) - g_thread_init (NULL); - g_type_init (); - -+ setlocale (LC_ALL, ""); -+ textdomain (GETTEXT_PACKAGE); -+ bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); -+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); -+ - app = yelp_application_new (); - - return g_application_run (G_APPLICATION (app), argc, argv); diff --git a/yelp.spec b/yelp.spec index ad5392f..3e1fefe 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,14 +1,11 @@ Summary: Help browser for the GNOME desktop Name: yelp Epoch: 1 -Version: 3.0.2 -Release: 3%{?dist} +Version: 3.0.3 +Release: 1%{?dist} #VCS: git:git://git.gnome.org/yelp Source: http://download.gnome.org/sources/yelp/3.0/%{name}-%{version}.tar.bz2 -# https://bugzilla.gnome.org/show_bug.cgi?id=648840 -Patch0: yelp-gettext.patch - URL: http://live.gnome.org/Yelp License: GPLv2+ Group: Applications/System @@ -56,7 +53,6 @@ the libraries in the yelp-libs package. %prep %setup -q -%patch0 -p1 -b .gettext %build %configure @@ -121,6 +117,9 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || : %changelog +* Tue May 24 2011 Christopher Aillon - 1:3.0.3-1 +- Update to 3.0.3 + * Sat May 07 2011 Christopher Aillon - 1:3.0.2-3 - Update gsettings scriptlet