From 9330658965808d27e61353ced5664194dc5f692d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Apr 27 2009 06:19:23 +0000 Subject: don't drop schemas translations --- diff --git a/gdm.spec b/gdm.spec index ec3767a..4524f13 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 2.26.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -169,7 +169,7 @@ make # ideally intltool (ha!) would do that for us # http://bugzilla.gnome.org/show_bug.cgi?id=474987 cd po -grep -v ".*[.]desktop[.]in.*\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep +grep -v ".*[.]desktop[.]in.*\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep mv POTFILES.keep POTFILES.in intltool-update --pot for p in *.po; do @@ -382,6 +382,9 @@ fi %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so %changelog +* Mon Apr 27 2009 Matthias Clasen - 1:2.26.1-4 +- Don't drop schemas translations from po files + * Fri Apr 24 2009 Ray Strode - 1:2.26.1-3 - Add Requires for pam modules in plugins