From b9b4d4e88ada34076138282ec8582924168b9a17 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 1 Sep 2009 14:15:46 +0000 Subject: [PATCH] - Fix locale code for Norwegian (bug #520379). --- cups.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index aeeff30..0c5274a 100644 --- a/cups.spec +++ b/cups.spec @@ -9,7 +9,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/1.4.0/cups-%{version}-source.tar.bz2 @@ -236,6 +236,9 @@ perl -pi -e "s,\@LIBDIR\@,%{_libdir},g" cups-lpd.real # Let's look at the compilation command lines. perl -pi -e "s,^.SILENT:,," Makedefs.in +# Fix locale code for Norwegian (bug #520379). +mv locale/cups_no.po locale/cups_nb.po + # Rebuild configure script for --enable-avahi. aclocal -I config-scripts autoconf -I config-scripts @@ -520,6 +523,9 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/phpcups.so %changelog +* Tue Sep 1 2009 Tim Waugh 1:1.4.0-2 +- Fix locale code for Norwegian (bug #520379). + * Fri Aug 28 2009 Tim Waugh 1:1.4.0-1 - 1.4.0.