From 8a8d2792ca6402b9fd16cb3d64185bc008d9fe77 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Apr 2009 06:33:53 +0000 Subject: [PATCH] Don't drop schemas translations --- libgweather.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libgweather.spec b/libgweather.spec index 1d62b65..30047aa 100644 --- a/libgweather.spec +++ b/libgweather.spec @@ -1,6 +1,6 @@ Name: libgweather Version: 2.26.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for weather information Group: System Environment/Libraries @@ -57,7 +57,7 @@ cd .. # ideally intltool (ha!) would do that for us # http://bugzilla.gnome.org/show_bug.cgi?id=474987 cd po -grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep +grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep mv POTFILES.keep POTFILES.in intltool-update --pot for p in *.po; do @@ -122,6 +122,9 @@ fi %changelog +* Mon Apr 27 2009 Matthias Clasen 2.26.1-2 +- Don't drop schemas translations from po files + * Mon Apr 13 2009 Matthias Clasen 2.26.1-1 - Update to 2.26.1 - See http://download.gnome.org/sources/libgweather/2.26/libgweather-2.26.1.news