[intltool] 0.50.0

Matthias Clasen mclasen at fedoraproject.org
Tue Dec 20 17:44:04 UTC 2011


commit 4a6c5276b861ec9ac4403945ad5c87b33089cdfd
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Dec 20 12:43:54 2011 -0500

    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 <alevy at redhat.com>
+- 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 <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list