[glade2] use correct name for Serbian language in Latin script (#1053545)

Nils Philippsen nphilipp at fedoraproject.org
Tue Jan 21 10:42:30 UTC 2014


commit 00b9b44a4e6fdaab4a50461c73a313d5e64574c4
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Jan 21 11:42:14 2014 +0100

    use correct name for Serbian language in Latin script (#1053545)

 glade2.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/glade2.spec b/glade2.spec
index 434190e..5a21c4d 100644
--- a/glade2.spec
+++ b/glade2.spec
@@ -3,7 +3,7 @@
 Summary:        User Interface Designer for GTK+ 2, legacy version
 Name:           glade2
 Version:        2.12.2
-Release:        17%{?dist}
+Release:        18%{?dist}
 License:        GPLv2+ and GFDL
 URL:            http://glade.gnome.org/
 Source:         http://download.gnome.org/sources/glade/2.12/glade-%{version}.tar.bz2
@@ -48,6 +48,10 @@ the XML interface description files output by GLADE.
 sed -i 's|Icon=glade-2.png|Icon=glade-2|g' glade-2.desktop.in
 sed -i 's|MimeType=application/x-glade|MimeType=application/x-glade;|g' glade-2.desktop.in
 
+# It's sr at latin, not sr at Latn
+mv -f po/sr at Latn.po po/sr at latin.po
+sed -i 's|sr at Latn|sr at latin|g' po/LINGUAS
+
 %build
 %configure --disable-gnome-db 
 make %{?_smp_mflags}
@@ -73,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
 %{_bindir}/*
 
 %changelog
+* Tue Jan 21 2014 Nils Philippsen <nils at redhat.com> - 2.12.2-18
+- use correct name for Serbian language in Latin script (#1053545)
+
 * Tue Dec 03 2013 Nils Philippsen <nils at redhat.com> - 2.12.2-17
 - use string literals as format strings (#1037088)
 


More information about the scm-commits mailing list