commit brise for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2020-09-29 19:01:11

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new.4249 (New)


Package is "brise"

Tue Sep 29 19:01:11 2020 rev:15 rq:837999 version:0.39+git20190120.8d5bc2e

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2019-07-21 
11:35:20.372766060 +0200
+++ /work/SRC/openSUSE:Factory/.brise.new.4249/brise.changes2020-09-29 
19:01:32.181754024 +0200
@@ -1,0 +2,5 @@
+Sun Sep 27 10:28:06 UTC 2020 - Marguerite Su 
+
+- update rime-plum-go.tar.xz, fix tw build
+
+---



Other differences:
--
++ rime-plum-go.tar.xz ++
 233485 lines of diff (skipped)




commit brise for openSUSE:Factory

2019-07-21 Thread root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2019-07-21 11:35:18

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new.4126 (New)


Package is "brise"

Sun Jul 21 11:35:18 2019 rev:14 rq:717227 version:0.39+git20190120.8d5bc2e

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2016-04-22 
16:23:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.brise.new.4126/brise.changes2019-07-21 
11:35:20.372766060 +0200
@@ -1,0 +2,13 @@
+Sat Jul 20 09:56:51 UTC 2019 - Marguerite Su 
+
+- update 0.39+git20190120.8d5ec2e
+  * brise was deprecated since plum came out. openSUSE still
+provides brise but it is just a collection of ":all"
+schema set fetched by plum. the version will just
+indicate the time when maintainer updates the package
+from now on, because every schema has a separate git
+repository and no way to get a version. but we'd better
+collect some major changes from these repositories and
+list here.
+
+---

Old:

  _service
  _servicedata
  brise-0.36+git20160221.7dbd56b.tar.xz

New:

  README
  brise-0.39+git20190120.8d5bc2e.tar.xz
  rime-plum-go.tar.xz



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.VGcP3K/_old  2019-07-21 11:35:21.368765856 +0200
+++ /var/tmp/diff_new_pack.VGcP3K/_new  2019-07-21 11:35:21.368765856 +0200
@@ -17,15 +17,16 @@
 
 
 Name:   brise
-Version:0.36+git20160221.7dbd56b
+Version:0.39+git20190120.8d5bc2e
 Release:0
 Summary:Rime Input Schemas Collection
 License:GPL-3.0+
 Group:  System/I18n/Chinese
-Url:https://github.com/lotem/brise
+Url:https://github.com/rime/brise
 Source: brise-%{version}.tar.xz
-BuildRequires:  kyotocabinet
-BuildRequires:  librime-devel
+Source1:rime-plum-go.tar.xz
+Source99:   README
+BuildRequires:  go
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -35,18 +36,38 @@
 
 Brise is the input schemas collection of Rime.
 
+%package -n rime-plum
+Summary:Rime's configuration manager
+Group:  System/I18n/Chinese
+
+%description -n rime-plum
+Plum is rime's configuration manager.
+
 %prep
 %setup -q
+echo %{_builddir}
+mkdir -p %{_builddir}/go/src/github.com/marguerite
+tar -xf %{S:1} -C %{_builddir}/go/src/github.com/marguerite
+cp -r %{_builddir}/go/src/github.com/marguerite/rime-plum-go/vendor/* 
%{_builddir}/go/src/
 
 %build
-make %{?_smp_mflags}
+pushd %{_builddir}/go/src/github.com/marguerite/rime-plum-go
+export GOPATH=%{_builddir}/go
+go build plum.go
+popd
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+mkdir -p %{buildroot}%{_bindir}
+install -m 0755 %{_builddir}/go/src/github.com/marguerite/rime-plum-go/plum 
%{buildroot}%{_bindir}/rime-plum
+mkdir -p %{buildroot}%{_datadir}/rime-data
+rm -rf package
+cp -r * %{buildroot}%{_datadir}/rime-data
 
 %files
 %defattr(-,root,root)
 %{_datadir}/rime-data/
-%doc LICENSE
+
+%files -n rime-plum
+%{_bindir}/rime-plum
 
 %changelog

++ README ++
brise is deprecated since plum comes out.

the standard [plum](https://github.com/rime/plum) is developed in bash. 
openSUSE uses [rime-plum-go](https://github.com/marguerite/rime-plum-go).

brise in openSUSE is just a checkout of :all

mkdir brise-0.38
go build rime-plum-go/plum.go
rime-plum-go/plum -d brise -b -r :all
++ brise-0.36+git20160221.7dbd56b.tar.xz -> 
brise-0.39+git20190120.8d5bc2e.tar.xz ++
/work/SRC/openSUSE:Factory/brise/brise-0.36+git20160221.7dbd56b.tar.xz 
/work/SRC/openSUSE:Factory/.brise.new.4126/brise-0.39+git20190120.8d5bc2e.tar.xz
 differ: char 17, line 1




commit brise for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2016-04-22 16:23:07

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is "brise"

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2016-03-08 
10:18:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.brise.new/brise.changes 2016-04-22 
16:23:09.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 14 19:55:18 2016 - qz...@suse.com
+
+- Make sure source code's LICENSE file install by default.
+
+---



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.jRYk3d/_old  2016-04-22 16:23:10.0 +0200
+++ /var/tmp/diff_new_pack.jRYk3d/_new  2016-04-22 16:23:10.0 +0200
@@ -47,5 +47,6 @@
 %files
 %defattr(-,root,root)
 %{_datadir}/rime-data/
+%doc LICENSE
 
 %changelog




commit brise for openSUSE:Factory

2016-03-08 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2016-03-08 09:39:01

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is "brise"

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2015-08-12 
15:14:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.brise.new/brise.changes 2016-03-08 
10:18:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 02 15:13:55 UTC 2016 - i...@marguerite.su
+
+- Update to version 0.36+git20160221.7dbd56b
+
+---

Old:

  brise-0.36+git20150729.5c8435e.tar.xz

New:

  _servicedata
  brise-0.36+git20160221.7dbd56b.tar.xz



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.f8n8m7/_old  2016-03-08 10:18:06.0 +0100
+++ /var/tmp/diff_new_pack.f8n8m7/_new  2016-03-08 10:18:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   brise
-Version:0.36+git20150729.5c8435e
+Version:0.36+git20160221.7dbd56b
 Release:0
 Summary:Rime Input Schemas Collection
 License:GPL-3.0+

++ _service ++
--- /var/tmp/diff_new_pack.f8n8m7/_old  2016-03-08 10:18:06.0 +0100
+++ /var/tmp/diff_new_pack.f8n8m7/_new  2016-03-08 10:18:06.0 +0100
@@ -1,13 +1,17 @@
 
-   
-   https://github.com/rime/brise
-   0.36+git%cd.%h
-   git
-   
-   
-   xz
-   *.tar
-   
-   
-   
+  
+https://github.com/rime/brise.git
+git
+.git
+0.36+git%cd.%h
+master
+enable
+  
+  
+brise-*.tar
+xz
+  
+  
+brise
+  
 

++ _servicedata ++


https://github.com/rime/brise.git
  7dbd56b9ce08f75228a7c897109ec397cb48b057++
 brise-0.36+git20150729.5c8435e.tar.xz -> brise-0.36+git20160221.7dbd56b.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brise-0.36+git20150729.5c8435e/default.yaml 
new/brise-0.36+git20160221.7dbd56b/default.yaml
--- old/brise-0.36+git20150729.5c8435e/default.yaml 2015-08-12 
04:26:04.0 +0200
+++ new/brise-0.36+git20160221.7dbd56b/default.yaml 2016-03-02 
16:13:53.0 +0100
@@ -113,10 +113,11 @@
 - { when: composing, accept: Control+bracketleft, send: Escape }
 - { when: composing, accept: Alt+v, send: Page_Up }
 - { when: composing, accept: Control+v, send: Page_Down }
-# paging keys
-- { when: composing, accept: ISO_Left_Tab, send: Page_Up }
-- { when: composing, accept: Shift+Tab, send: Page_Up }
-- { when: composing, accept: Tab, send: Page_Down }
+# move by word
+- { when: composing, accept: ISO_Left_Tab, send: Shift+Left }
+- { when: composing, accept: Shift+Tab, send: Shift+Left }
+- { when: composing, accept: Tab, send: Shift+Right }
+# flip page
 - { when: has_menu, accept: minus, send: Page_Up }
 - { when: has_menu, accept: equal, send: Page_Down }
 - { when: paging, accept: comma, send: Page_Up }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brise-0.36+git20150729.5c8435e/essay.txt 
new/brise-0.36+git20160221.7dbd56b/essay.txt
--- old/brise-0.36+git20150729.5c8435e/essay.txt2015-08-12 
04:26:04.0 +0200
+++ new/brise-0.36+git20160221.7dbd56b/essay.txt2016-03-02 
16:13:53.0 +0100
@@ -948,7 +948,6 @@
 一想 1251
 一想之下   289
 一想紅0
-一愁莫展   389
 一意 678
 一意孤行   711
 一愛 529
@@ -31497,7 +31496,7 @@
 共和黨籍   345
 共唱 643
 共商 600
-共商國事   343
+共商國是   343
 共商大計   439
 共圖 490
 共圖國事   90
@@ -33936,7 +33935,6 @@
 出大恭200
 出太陽572
 出奇 1225
-出奇不意   473
 出奇制勝   563
 出奔 469
 出好 651
@@ -58219,7 +58217,6 @@
 嚘  316
 嚘咿 0
 嚘嚶 0
-嚘然而止   97
 嚙  592
 嚚  351
 嚚猾 0
@@ -81428,7 +81425,6 @@
 寥廓 497
 寥戾 0
 寥若晨星   449
-寥若辰星   240
 寥落 548
 寥落晨星   231
 寥闊 0
@@ -290218,6 +290214,7 @@
 高明遠見   0
 高明遠識   0
 高普考260
+高智商1000
 高曠 420
 高曾規矩   0
 高會 556
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brise-0.36+git20150729.5c8435e/preset/cangjie5.schema.yaml 
new/brise-0.36+git20160221.7dbd56b/preset/cangjie5.schema.yaml
--- old/brise-0.36+git20150729.5c8435e/preset/cangjie5.schema.yaml  
2015-08-12 04:26:04.0 +0200
+++ new/brise-0.36+git20160221.7dbd56b/preset/cangjie5.schema.yaml  
2016-03-02 16:13:54.0 +0100
@@ -4,7 +4,7 @@
 schema:
   schema_id: cangjie5
   name: 倉頡五代
-  version: "0.27"
+  version: "0.28"
   author:
 - 發明人 朱邦復先生
   description: |
@@ -54,7 +54,7 @@
 
 speller:
   alphabet: 

commit brise for openSUSE:Factory

2015-08-12 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2015-08-12 15:14:54

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2014-08-11 
10:08:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.brise.new/brise.changes 2015-08-12 
15:14:55.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 12 02:26:30 UTC 2015 - i...@marguerite.su
+
+- update version 0.36+git20150729.5c8435e
+
+---

Old:

  brise-0.35+git20140810.tar.gz

New:

  _service
  brise-0.36+git20150729.5c8435e.tar.xz



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.rcQ3Z1/_old  2015-08-12 15:14:56.0 +0200
+++ /var/tmp/diff_new_pack.rcQ3Z1/_new  2015-08-12 15:14:56.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   brise
-Version:0.35+git20140810
+Version:0.36+git20150729.5c8435e
 Release:0
 Summary:Rime Input Schemas Collection
 License:GPL-3.0+
 Group:  System/I18n/Chinese
 Url:https://github.com/lotem/brise
-Source: brise-%{version}.tar.gz
+Source: brise-%{version}.tar.xz
 BuildRequires:  kyotocabinet
 BuildRequires:  librime-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ _service ++
services
service name=tar_scm mode=disabled
param name=urlhttps://github.com/rime/brise/param
param name=versionformat0.36+git%cd.%h/param
param name=scmgit/param
/service
service name=recompress mode=disabled
param name=compressionxz/param
param name=file*.tar/param
/service
service name=set_version mode=disabled
/service
/services



commit brise for openSUSE:Factory

2014-08-11 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2014-08-11 10:07:48

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2014-03-18 
13:40:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.brise.new/brise.changes 2014-08-11 
10:08:13.0 +0200
@@ -1,0 +2,16 @@
+Sun Aug 10 09:14:36 UTC 2014 - i...@marguerite.su
+
+- update version 0.35+git20140810
+  * default.yaml: add switch 'ascii_punct' to switch on and off Chinese
+punctuations; add hotkey Control+. to toggle ascii_punct;
+add hotkey Control+h for BackSpace, Control+[ for Escape;
+clear unfinished input when switching off Chinese mode with Caps Lock;
+enable folded options in schema list, press space key to unfold.
+  * essay.txt: replaces essay.kct in installed files; fix bugs.
+  * symbols.yaml: /bdz for Chinese punctuations in vertical writing.
+  * stroke.dict.yaml: adopt BSD license as approved by its original author.
+  * combo_pinyin: silently ignore invalid chords.
+  * luna_pinyin_fluency: input various numeric characters with /0 ~ /10.
+  * luna_pinyin, terra_pinyin, emoji, stroke, zyenpheng: update tables.
+
+---

Old:

  brise-0.33git20140315.tar.gz

New:

  brise-0.35+git20140810.tar.gz



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.PCetOG/_old  2014-08-11 10:08:15.0 +0200
+++ /var/tmp/diff_new_pack.PCetOG/_new  2014-08-11 10:08:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package brise
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
 
 
 Name:   brise
-Version:0.33git20140315
+Version:0.35+git20140810
 Release:0
 Summary:Rime Input Schemas Collection
 License:GPL-3.0+
 Group:  System/I18n/Chinese
-Url:http://code.google.com/p/rimeime
+Url:https://github.com/lotem/brise
 Source: brise-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires: kyotocabinet
 BuildRequires:  librime-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Rime is an Traditional Chinese input method engine.
@@ -42,7 +42,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit brise for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2014-03-18 13:40:29

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2013-11-12 
15:04:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.brise.new/brise.changes 2014-03-18 
13:40:32.0 +0100
@@ -1,0 +2,10 @@
+Sat Mar 15 21:01:00 UTC 2014 - i...@marguerite.su
+
+- update version 0.33git20140315
+  * symbols.yaml: rearranged symbol table by Patricivs.
+  * emoji: more Emoji symbols; support tips and alternative spellings.
+  * jyutping: include more Cantonese phrases.
+  * essay.txt, luna_pinyin, terra_pinyin: lots of improvements.
+  * many other bugfixes since then.
+
+---

Old:

  brise-0.30.tar.gz

New:

  brise-0.33git20140315.tar.gz



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.v6cAIe/_old  2014-03-18 13:40:33.0 +0100
+++ /var/tmp/diff_new_pack.v6cAIe/_new  2014-03-18 13:40:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   brise
-Version:0.30
+Version:0.33git20140315
 Release:0
 Summary:Rime Input Schemas Collection
 License:GPL-3.0+
@@ -36,7 +36,7 @@
 Brise is the input schemas collection of Rime.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 make %{?_smp_mflags}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit brise for openSUSE:Factory

2013-11-12 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2013-11-12 15:04:01

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise

Changes:

--- /work/SRC/openSUSE:Factory/brise/brise.changes  2013-07-04 
09:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.brise.new/brise.changes 2013-11-12 
15:04:04.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 11 00:41:10 UTC 2013 - i...@marguerite.su
+
+- update version 0.30
+  * default.yaml, symbols.yaml: prefer middle dot U+00B7 to U+30FB.
+  * bopomofo_tw: bopomofo, output in Taiwan standard.
+  * jyutping: include more characters.
+  * luna_pinyin_simp: enable hotkey Control+Shift+4 to toggle
+simplified/traditional Chinese mode.
+  * essay.txt, luna_pinyin, terra_pinyin: lots of improvements.
+
+---

Old:

  brise-0.22.tar.gz

New:

  brise-0.30.tar.gz



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.525E1X/_old  2013-11-12 15:04:05.0 +0100
+++ /var/tmp/diff_new_pack.525E1X/_new  2013-11-12 15:04:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   brise
-Version:0.22
+Version:0.30
 Release:0
 Summary:Rime Input Schemas Collection
 License:GPL-3.0+

++ brise-0.22.tar.gz - brise-0.30.tar.gz ++
/work/SRC/openSUSE:Factory/brise/brise-0.22.tar.gz 
/work/SRC/openSUSE:Factory/.brise.new/brise-0.30.tar.gz differ: char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit brise for openSUSE:Factory

2013-07-04 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2013-07-04 09:03:01

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.brise.new/brise.changes 2013-07-04 
09:03:03.0 +0200
@@ -0,0 +1,42 @@
+---
+Sat Jun 29 09:46:24 UTC 2013 - i...@marguerite.su
+
+- update version 0.22
+  * essay.txt, luna_pinyin, terra_pinyin: lots of bug-fixes.
+  * wubi86: auto-commit complete words. (max_code_length: 4)
+  * luna_pinyin*: enable user created custom_phrase.txt (rime=0.9.9) 
+
+---
+Fri Feb  1 17:01:31 UTC 2013 - i...@marguerite.su
+
+- although this package only have a /usr/share/rime-data,
+  but it need building, 32-bit and 64-bit results are different.
+  So remove BuildArch: noarch tag to fix ibus/fcitx-rime crash.
+
+---
+Thu Oct 11 14:36:24 UTC 2012 - i...@marguerite.su
+
+- update version 0.13
+  * install data files from a separate package.
+  * update: luna_pinyin, terra_pinyin, jyutping tables.
+  * update: essay database.
+  * new schema: emoji.
+
+---
+Sat Jul 21 22:37:03 UTC 2012 - i...@marguerite.su
+
+- initial version 0.9.2
+  * chord-typing support: combine multiple keys to compose a syllable at once.
+  * configuration: global page_size setting.
+  * inline mode: extend the API to support inline mode.
+  * table translator: add option to filter candidates by character set.
+  * user dictionary: automatic recovery for corrupted databases.
+  * user dictionary: fixed a bug that was responsible for missing user phrases.
+
+  * rime_deployer: a utility program to prepare Rime's workspace.
+  * rime_dict_manager: a utility program to import/export user dictionaries.
+
+  * librime package: include 'brise', a collection of preset schemata in the 
package.
+  * new schema: Middle Chinese Phonetic Transcription.
+  * new schema: IPA input method in X-SAMPA.
+

Old:

  _link
  project.diff

New:

  brise.changes
  brise.spec



Other differences:
--
++ brise.spec ++
#
# spec file for package brise
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   brise
Version:0.22
Release:0
Summary:Rime Input Schemas Collection
License:GPL-3.0+
Group:  System/I18n/Chinese
Url:http://code.google.com/p/rimeime
Source: brise-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  kyotocabinet
BuildRequires:  librime-devel

%description
Rime is an Traditional Chinese input method engine.
Its idea comes from ancient Chinese brush and carving art.
Mainly it's about to express your thinking with your keystrokes.

Brise is the input schemas collection of Rime.

%prep
%setup -q -n %{name}

%build
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install

%files
%defattr(-,root,root)
%{_datadir}/rime-data/

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit brise for openSUSE:Factory

2013-07-04 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2013-07-04 09:02:51

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6PBnnl/_old  2013-07-04 09:02:58.0 +0200
+++ /var/tmp/diff_new_pack.6PBnnl/_new  2013-07-04 09:02:58.0 +0200
@@ -1,4 +1,4 @@
-link package=librime cicount=copy 
baserev=15954409a8b13bab8c7d7e1cff01f7c9
+link package=librime cicount=copy 
baserev=15954409a8b13bab8c7d7e1cff01f7c9 rev=6
   patches
 delete name=brise-0.13.tar.gz /
 delete name=librime-0.9.4.tar.gz /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit brise for openSUSE:Factory

2013-07-02 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2013-07-02 12:20:22

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  brise-0.22.tar.gz
  project.diff



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.25h0H3/_old  2013-07-02 12:20:24.0 +0200
+++ /var/tmp/diff_new_pack.25h0H3/_new  2013-07-02 12:20:24.0 +0200
@@ -1 +1,9 @@
-link package=librime cicount=copy /
+link package=librime cicount=copy 
baserev=15954409a8b13bab8c7d7e1cff01f7c9
+  patches
+delete name=brise-0.13.tar.gz /
+delete name=librime-0.9.4.tar.gz /
+delete name=librime.changes /
+delete name=librime.spec /
+apply name=project.diff /
+  /patches
+/link

++ project.diff ++
--- brise.changes.orig
+++ brise.changes
@@ -1,4 +1,12 @@
 ---
+Sat Jun 29 09:46:24 UTC 2013 - i...@marguerite.su
+
+- update version 0.22
+  * essay.txt, luna_pinyin, terra_pinyin: lots of bug-fixes.
+  * wubi86: auto-commit complete words. (max_code_length: 4)
+  * luna_pinyin*: enable user created custom_phrase.txt (rime=0.9.9) 
+
+---
 Fri Feb  1 17:01:31 UTC 2013 - i...@marguerite.su
 
 - although this package only have a /usr/share/rime-data,
--- brise.spec.orig
+++ brise.spec
@@ -17,7 +17,7 @@
 
 
 Name:   brise
-Version:0.13
+Version:0.22
 Release:0
 Summary:Rime Input Schemas Collection
 License:GPL-3.0+
@@ -25,6 +25,7 @@ Group:  System/I18n/Chinese
 Url:http://code.google.com/p/rimeime
 Source: brise-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires: kyotocabinet
 BuildRequires:  librime-devel
 
 %description
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit brise for openSUSE:Factory

2012-08-29 Thread h_root
Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2012-08-29 09:33:24

Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and  /work/SRC/openSUSE:Factory/.brise.new (New)


Package is brise, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=librime cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org