Mailinglist Archive: opensuse-commit (1124 mails)
| < Previous | Next > |
commit words
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Apr 2007 21:52:06 +0200
- Message-id: <20070403195206.B27E4678179@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package words
checked in at Tue Apr 3 21:52:06 CEST 2007.
--------
--- words/words.changes 2006-06-21 17:09:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/words/words.changes 2007-04-03 13:30:39.334756000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 3 13:29:39 CEST 2007 - werner@xxxxxxx
+
+- Enable sorting by correcting a typo in keyword LC_CTYPE (#258445)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ words.spec ++++++
--- /var/tmp/diff_new_pack.SC1962/_old 2007-04-03 21:50:45.000000000 +0200
+++ /var/tmp/diff_new_pack.SC1962/_new 2007-04-03 21:50:45.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package words (Version 6)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,12 +11,12 @@
# norootforbuild
Name: words
-License: distributable
+License: Public Domain, Freeware
Group: Productivity/Text/Utilities
Autoreqprov: on
Prereq: %fillup_prereq
Version: 6
-Release: 18
+Release: 48
Summary: An English words dictionary
URL: http://wordlist.sourceforge.net/
Source: http://prdownloads.sourceforge.net/wordlist/scowl-6.tar.gz
@@ -127,11 +127,11 @@
export POSIX
for s in $spellings ; do
case "$s" in
- american*) LC_CYTPE=en_US ;;
- british*) LC_CYTPE=en_GB ;;
- canadian*) LC_CYTPE=en_GB ;;
+ american*) LC_CTYPE=en_US ;;
+ british*) LC_CTYPE=en_GB ;;
+ canadian*) LC_CTYPE=en_GB ;;
esac
- LC_COLLATE=$LC_CYTPE
+ LC_COLLATE=$LC_CTYPE
export LC_CYPTE LC_COLLATE
touch result/${s}.todo
set +x
@@ -202,7 +202,9 @@
%doc README
/usr/share/dict/canadian
-%changelog -n words
+%changelog
+* Tue Apr 03 2007 - werner@xxxxxxx
+- Enable sorting by correcting a typo in keyword LC_CTYPE (#258445)
* Wed Jun 21 2006 - werner@xxxxxxx
- Remove self provide
* Wed Jan 25 2006 - mls@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |