rpms/cups/devel cups.spec,1.514,1.515

Tim Waugh twaugh at fedoraproject.org
Tue Sep 1 14:15:46 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1672

Modified Files:
	cups.spec 
Log Message:
* Tue Sep  1 2009 Tim Waugh <twaugh at redhat.com> 1:1.4.0-2
- Fix locale code for Norwegian (bug #520379).



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.514
retrieving revision 1.515
diff -u -p -r1.514 -r1.515
--- cups.spec	28 Aug 2009 21:20:52 -0000	1.514
+++ cups.spec	1 Sep 2009 14:15:46 -0000	1.515
@@ -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" 
 # 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 <twaugh at redhat.com> 1:1.4.0-2
+- Fix locale code for Norwegian (bug #520379).
+
 * Fri Aug 28 2009 Tim Waugh <twaugh at redhat.com> 1:1.4.0-1
 - 1.4.0.
 




More information about the scm-commits mailing list