Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit cedict
  • From: root@xxxxxxx (h_root)
  • Date: Thu, 7 Sep 2006 00:57:29 +0200 (CEST)
  • Message-id: <20060906225729.DBFE4189D0C@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package cedict
checked in at Thu Sep 7 00:57:29 CEST 2006.

--------
--- cedict/cedict.changes 2006-01-25 21:45:59.000000000 +0100
+++ cedict/cedict.changes 2006-09-06 16:20:55.000000000 +0200
@@ -1,0 +2,31 @@
+Wed Sep 06 16:20:40 CEST 2006 - mfabian@xxxxxxx
+
+- add "Provides: locale(gjiten:zh)".
+
+-------------------------------------------------------------------
+Wed Sep 06 14:49:52 CEST 2006 - mfabian@xxxxxxx
+
+- use dos2unix to convert dos line endings and change the Emacs
+ coding cookie at the top of the file accordingly.
+
+-------------------------------------------------------------------
+Wed Sep 06 14:39:32 CEST 2006 - mfabian@xxxxxxx
+
+- update to 20060830.
+ (website changed from http://www.mandarintools.com/cedict.html
+ to http://www.mdbg.net/chindict/chindict.php).
+
+-------------------------------------------------------------------
+Wed Sep 06 12:32:12 CEST 2006 - mfabian@xxxxxxx
+
+- add "chmod 755 $RPM_SOURCE_DIR/cedict-format.pl" to make
+ it build in the openSUSE build service.
+ Permissions for any file in $RPM_SOURCE_DIR are nowhere guaranteed
+ to be preserved.
+
+-------------------------------------------------------------------
+Wed Sep 06 12:22:13 CEST 2006 - mfabian@xxxxxxx
+
+- update to 20051221.
+
+-------------------------------------------------------------------

Old:
----
cedict-20050411.tar.bz2

New:
----
cedict-20060830.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cedict.spec ++++++
--- /var/tmp/diff_new_pack.e35jXg/_old 2006-09-07 00:56:55.000000000 +0200
+++ /var/tmp/diff_new_pack.e35jXg/_new 2006-09-07 00:56:55.000000000 +0200
@@ -1,40 +1,42 @@
#
-# spec file for package cedict (Version 20050411)
+# spec file for package cedict (Version 20060830)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 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.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name: cedict
+BuildRequires: dos2unix
License: Other License(s), see package
Group: System/I18n/Chinese
Autoreqprov: on
-Version: 20050411
+Provides: locale(gjiten:zh)
+Version: 20060830
Release: 1
URL: http://www.mandarintools.com/cedict.html
-# original archive is a http://www.mandarintools.com/download/cedictu8.zip
+# original archive is at http://www.mdbg.net/chindict/export/cedict/cedictu8.zip
Source0: cedict-%{version}.tar.bz2
Source1: License-clarification
Source10: cedict-format.pl
Source11: README.SUSE
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Summary: free Chinese-English dictionary in EDICT format
+Summary: Free Chinese-English Dictionary in EDICT Format

%description
-free Chinese-English dictionary which can be used for example with
-"Gjiten".
+This is a free Chinese-English dictionary that can be used, for
+example, with Gjiten.

The objective of the CEDICT project is to create an online,
downloadable (as opposed to searchable-only) public-domain
Chinese-English dictionary. For the most part, the project is modelled
on Jim Breen's highly successful EDICT (Japanese-English dictionary)
-project and is intended to be a collaborative effort, with users
+project and is intended to be a collaborative effort with users
providing entries and corrections to the main file.


@@ -48,24 +50,40 @@
%setup -q
cp $RPM_SOURCE_DIR/License-clarification .
cp $RPM_SOURCE_DIR/README.SUSE .
+chmod 755 $RPM_SOURCE_DIR/cedict-format.pl

%build

%install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
mkdir -p $RPM_BUILD_ROOT/usr/share/edict
-$RPM_SOURCE_DIR/cedict-format.pl < cedict_ts.u8 > $RPM_BUILD_ROOT/usr/share/edict/cedict_ts.u8
+dos2unix < cedict_ts.u8 | $RPM_SOURCE_DIR/cedict-format.pl > $RPM_BUILD_ROOT/usr/share/edict/cedict_ts.u8
chmod 644 $RPM_BUILD_ROOT/usr/share/edict/cedict_ts.u8

%clean

%files
%defattr(-, root, root)
-%doc cedict_readme.txt README.SUSE License-clarification
+%doc *.txt README.SUSE License-clarification
%dir /usr/share/edict/
/usr/share/edict/cedict_ts.u8

%changelog -n cedict
+* Wed Sep 06 2006 - mfabian@xxxxxxx
+- add "Provides: locale(gjiten:zh)".
+* Wed Sep 06 2006 - mfabian@xxxxxxx
+- use dos2unix to convert dos line endings and change the Emacs
+ coding cookie at the top of the file accordingly.
+* Wed Sep 06 2006 - mfabian@xxxxxxx
+- update to 20060830.
+ (website changed from http://www.mandarintools.com/cedict.html
+ to http://www.mdbg.net/chindict/chindict.php).
+* Wed Sep 06 2006 - mfabian@xxxxxxx
+- add "chmod 755 $RPM_SOURCE_DIR/cedict-format.pl" to make
+ it build in the openSUSE build service.
+ Permissions for any file in $RPM_SOURCE_DIR are nowhere guaranteed
+ to be preserved.
+* Wed Sep 06 2006 - mfabian@xxxxxxx
+- update to 20051221.
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Thu May 19 2005 - mfabian@xxxxxxx



++++++ cedict-20050411.tar.bz2 -> cedict-20060830.tar.bz2 ++++++
++++ 63917 lines of diff (skipped)

++++++ cedict-format.pl ++++++
--- cedict/cedict-format.pl 2005-05-19 16:47:52.000000000 +0200
+++ cedict/cedict-format.pl 2006-09-06 14:53:15.000000000 +0200
@@ -24,6 +24,7 @@
while (<>) {

$ARG =~ s/^([^ ]+) ([^ ]+)/$1 $2/g;
+ $ARG =~ s/coding: utf-8-dos/coding: utf-8/g;
$ARG=NFC($ARG);
print $ARG;
}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages