From 4a6c5276b861ec9ac4403945ad5c87b33089cdfd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Dec 2011 12:43:54 -0500 Subject: [PATCH] 0.50.0 --- .gitignore | 1 + intltool.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7d02837..fcc2faf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ intltool-0.41.1.tar.gz +/intltool-0.50.0.tar.gz diff --git a/intltool.spec b/intltool.spec index acaaef4..18aef4a 100644 --- a/intltool.spec +++ b/intltool.spec @@ -3,12 +3,12 @@ Name: intltool Summary: Utility for internationalizing various kinds of data files -Version: 0.41.1 -Release: 2%{?dist} +Version: 0.50.0 +Release: 1%{?dist} License: GPLv2 with exceptions Group: Development/Tools #VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk -Source: http://edge.launchpad.net/intltool/trunk/0.41.1/+download/intltool-%{version}.tar.gz +Source: http://edge.launchpad.net/intltool/trunk/%{version}/+download/intltool-%{version}.tar.gz URL: http://www.gnome.org BuildArch: noarch Requires: patch @@ -21,7 +21,10 @@ Requires: perl(XML::Parser) BuildRequires: perl(XML::Parser) BuildRequires: gettext # http://bugzilla.gnome.org/show_bug.cgi?id=568845 -Patch0: schemas-merge.patch +# Dropping this patch per the last comment on that thread: +# Martin Pitt: As the reporter of the bug I close this, as the new API du jour is gsettings, +# which has a sensible gettext integration. +#Patch0: schemas-merge.patch %description This tool automatically extracts translatable strings from oaf, glade, @@ -30,7 +33,6 @@ them in the po files. %prep %setup -q -%patch0 -p1 -b .schemas-merge %build %configure @@ -54,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/* %changelog +* Tue Dec 20 2011 Alon Levy +- Update to 0.50.0 +- Drop patch carried for bz#568845 (schemas-merge) per last comment + in that bug. + * Wed Feb 09 2011 Fedora Release Engineering - 0.41.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 0b472ee..ac04b34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6c91bf06681919ccfdf3624035b75dc intltool-0.41.1.tar.gz +0da9847a60391ca653df35123b1f7cc0 intltool-0.50.0.tar.gz