commit ibus-rime for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2020-11-10 13:47:03

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new.11331 (New)


Package is "ibus-rime"

Tue Nov 10 13:47:03 2020 rev:14 rq:847437 version:1.4.1~git20200712.33b2755

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2020-09-29 
19:01:51.11027 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new.11331/ibus-rime.changes   
2020-11-10 13:53:43.758818696 +0100
@@ -1,0 +2,5 @@
+Mon Nov  9 13:07:56 UTC 2020 - Hillwood Yang 
+
+- Set Requires tag for brise, ibus-rime need it. 
+
+---



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.s89yD4/_old  2020-11-10 13:53:44.282817705 +0100
+++ /var/tmp/diff_new_pack.s89yD4/_new  2020-11-10 13:53:44.286817697 +0100
@@ -37,6 +37,7 @@
 BuildRequires:  libnotify-devel
 BuildRequires:  librime-devel >= 1.0
 BuildRequires:  opencc-devel
+Requires:   brise
 Requires:   rime
 
 %description
@@ -46,10 +47,10 @@
 %setup -q
 
 %build
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
 %defattr(-,root,root)




commit ibus-rime for openSUSE:Factory

2020-09-29 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new.4249 (New)


Package is "ibus-rime"

Tue Sep 29 19:01:24 2020 rev:13 rq:838145 version:1.4.1~git20200712.33b2755

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2019-04-04 
15:27:03.050889826 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new.4249/ibus-rime.changes
2020-09-29 19:01:51.11027 +0200
@@ -1,0 +2,15 @@
+Mon Sep 28 00:52:42 UTC 2020 - i...@marguerite.su
+
+- Update to version 1.4.1~git20200712.33b2755:
+  * fix(rime_engine): ignore keys with super modifier
+  * feat(ibus_rime.yaml): install config file for ibus-rime, set default UI 
style
+  * fix(logging): wrong log file name
+  * feat(rime_settings): add config options: style/preedit_style, 
style/cursor_type
+  * fix(rime_settings.h): compile with gcc 10
+  * feat(plugin): dynamically load librime plugins read from `ibus_rime.yaml` 
(#73)
+  * chore(CHANGELOG.md): fix typo
+  * chore(release): 1.4.0 :tada:
+  * chore(README.md, rime.xml): use https link
+  * fix(rime_main.cc): deploy ibus_rime.yaml on maintenance
+
+---

Old:

  ibus-rime-1.4.1~git20190223.c80c02f.tar.xz

New:

  ibus-rime-1.4.1~git20200712.33b2755.tar.xz



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.I5TqOl/_old  2020-09-29 19:01:51.901777980 +0200
+++ /var/tmp/diff_new_pack.I5TqOl/_new  2020-09-29 19:01:51.901777980 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   ibus-rime
-Version:1.4.1~git20190223.c80c02f
+Version:1.4.1~git20200712.33b2755
 Release:0
 Summary:Rime for Linux/IBus
 License:GPL-3.0-or-later
 Group:  System/I18n/Chinese
-Url:https://github.com/rime/ibus-rime
+URL:https://github.com/rime/ibus-rime
 Source: %{name}-%{version}.tar.xz
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -36,7 +36,6 @@
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  librime-devel >= 1.0
-BuildRequires:  opencc
 BuildRequires:  opencc-devel
 Requires:   rime
 
@@ -55,8 +54,10 @@
 %files
 %defattr(-,root,root)
 %doc README.md
+%dir %{_datadir}/rime-data
 %{_ibus_componentdir}/rime.xml
 %{_datadir}/ibus-rime/
-%{_libexecdir}/ibus-rime/
+%{_datadir}/rime-data/ibus_rime.yaml
+%{_prefix}/lib/ibus-rime/
 
 %changelog

++ ibus-rime-1.4.1~git20190223.c80c02f.tar.xz -> 
ibus-rime-1.4.1~git20200712.33b2755.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime-1.4.1~git20190223.c80c02f/Makefile 
new/ibus-rime-1.4.1~git20200712.33b2755/Makefile
--- old/ibus-rime-1.4.1~git20190223.c80c02f/Makefile2019-02-23 
05:01:20.0 +0100
+++ new/ibus-rime-1.4.1~git20200712.33b2755/Makefile2020-07-12 
09:30:51.0 +0200
@@ -28,11 +28,14 @@
install -m 755 -d $(sharedir)/ibus-rime
install -m 755 -d $(sharedir)/ibus-rime/icons
install -m 644 -t $(sharedir)/ibus-rime/icons/ icons/*.png
+   install -m 755 -d $(sharedir)/rime-data
+   install -m 644 -t $(sharedir)/rime-data/ ibus_rime.yaml
 
 uninstall:
rm $(sharedir)/ibus/component/rime.xml
rm -R $(sharedir)/ibus-rime
rm -R $(libexecdir)/ibus-rime
+   rm $(sharedir)/rime-data/ibus_rime.yaml
 
 clean:
if  [ -e $(builddir) ]; then rm -R $(builddir); fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime-1.4.1~git20190223.c80c02f/ibus_rime.yaml 
new/ibus-rime-1.4.1~git20200712.33b2755/ibus_rime.yaml
--- old/ibus-rime-1.4.1~git20190223.c80c02f/ibus_rime.yaml  1970-01-01 
01:00:00.0 +0100
+++ new/ibus-rime-1.4.1~git20200712.33b2755/ibus_rime.yaml  2020-07-12 
09:30:51.0 +0200
@@ -0,0 +1,28 @@
+# ibus-rime configuration
+
+config_version: '1.0'
+
+style:
+  # candidate list orientation (false|true).
+  horizontal: false
+
+  # embed preedit text in the input field (false|true).
+  inline_preedit: true
+
+  # `preedit_style` specifies what to display as inline preedit text.
+  # display inline the input under conversion.
+  preedit_style: composition
+  # preview the converted text.
+  # preedit_style: 

commit ibus-rime for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2019-04-04 15:22:11

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new.3908 (New)


Package is "ibus-rime"

Thu Apr  4 15:22:11 2019 rev:12 rq:689007 version:1.4.1~git20190223.c80c02f

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2018-02-07 
18:41:47.103138587 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new.3908/ibus-rime.changes
2019-04-04 15:27:03.050889826 +0200
@@ -1,0 +2,22 @@
+Wed Mar 27 05:56:21 UTC 2019 - Marguerite Su 
+
+- update License
+- add Requires: rime since rime binaries were moved to a new package,
+  and librime1 can't pull it in
+
+---
+Mon Mar 25 07:55:12 UTC 2019 - opensuse-packag...@opensuse.org
+
+- Update to version 1.4.1~git20190223.c80c02f:
+  * chore(CHANGELOG.md): fix typo
+  * chore(release): 1.4.0 :tada:
+  * chore(README.md, rime.xml): use https link
+  * fix(rime_main.cc): deploy ibus_rime.yaml on maintenance
+  * chore(rime.xml, rime_main.c): update ibus component name
+  * refactor(rime_*.cc): adopt librime 1.x API
+  * chore(release): 1.3.0 :tada:
+  * chore(submodules): update librime, plum
+  * fix(CMakeLists.txt): static build requires boost_locale and icuuc
+  * chore(CHANGES.md): reformat change log
+
+---

Old:

  ibus-rime-1.2.tar.gz

New:

  _service
  ibus-rime-1.4.1~git20190223.c80c02f.tar.xz



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.DfKEVv/_old  2019-04-04 15:27:06.810891273 +0200
+++ /var/tmp/diff_new_pack.DfKEVv/_new  2019-04-04 15:27:06.814891275 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   ibus-rime
-Version:1.2
+Version:1.4.1~git20190223.c80c02f
 Release:0
-Summary:IBus rime
-License:GPL-3.0
+Summary:Rime for Linux/IBus
+License:GPL-3.0-or-later
 Group:  System/I18n/Chinese
-Url:https://github.com/lotem/ibus-rime
-Source: %{name}-%{version}.tar.gz
+Url:https://github.com/rime/ibus-rime
+Source: %{name}-%{version}.tar.xz
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -38,9 +38,10 @@
 BuildRequires:  librime-devel >= 1.0
 BuildRequires:  opencc
 BuildRequires:  opencc-devel
+Requires:   rime
 
 %description
-Rime Input Method Engine - riming with your keystrokes.
+Rime Input Method Engine for Linux/IBus
 
 %prep
 %setup -q
@@ -53,7 +54,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README
+%doc README.md
 %{_ibus_componentdir}/rime.xml
 %{_datadir}/ibus-rime/
 %{_libexecdir}/ibus-rime/

++ _service ++

  
https://github.com/rime/ibus-rime
git
.git
1.4.1~git%cd.%h
master
enable
  
  
ibus-rime-*.tar
xz
  
  
ibus-rime
  




commit ibus-rime for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2018-02-07 18:41:40

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new (New)


Package is "ibus-rime"

Wed Feb  7 18:41:40 2018 rev:11 rq:573556 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2017-02-03 
17:42:34.791268799 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new/ibus-rime.changes 2018-02-07 
18:41:47.103138587 +0100
@@ -1,0 +2,8 @@
+Tue Feb  6 13:23:45 UTC 2018 - dims...@opensuse.org
+
+- Don't BuildRequire libyaml-cpp0_5/libyaml-cpp0_3 (depending on
+  version): explicitly buildrequiring a library is generally seen
+  always wrong. The correct library is already pulled in by
+  librime.
+
+---



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.o9DRKs/_old  2018-02-07 18:41:47.999096635 +0100
+++ /var/tmp/diff_new_pack.o9DRKs/_new  2018-02-07 18:41:48.003096448 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,11 +38,6 @@
 BuildRequires:  librime-devel >= 1.0
 BuildRequires:  opencc
 BuildRequires:  opencc-devel
-%if 0%{?suse_version} > 1230
-BuildRequires:  libyaml-cpp0_5
-%else
-BuildRequires:  libyaml-cpp0_3
-%endif
 
 %description
 Rime Input Method Engine - riming with your keystrokes.




commit ibus-rime for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2017-02-02 15:46:15

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new (New)


Package is "ibus-rime"

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2014-08-20 
10:51:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new/ibus-rime.changes 2017-02-03 
17:42:34.791268799 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 11:28:09 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.ybuVYx/_old  2017-02-03 17:42:35.091226342 +0100
+++ /var/tmp/diff_new_pack.ybuVYx/_new  2017-02-03 17:42:35.095225776 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,11 @@
 Group:  System/I18n/Chinese
 Url:https://github.com/lotem/ibus-rime
 Source: %{name}-%{version}.tar.gz
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  brise
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++




commit ibus-rime for openSUSE:Factory

2014-08-20 Thread h_root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2014-08-20 10:51:06

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new (New)


Package is ibus-rime

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2014-03-18 
14:14:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new/ibus-rime.changes 2014-08-20 
10:51:30.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug 10 09:30:10 UTC 2014 - i...@marguerite.su
+
+- update version 1.2
+  * rime_engine.c: add status bar icons; update status bar 
+only when there is a change in IME status, to fix issues 
+on Ubuntu Trusty.
+  * rime_config.h: define macros for version and file paths.
+  * Makefile: fix file permissions in install target.
+
+---

Old:

  ibus-rime-1.1git20140316.tar.gz

New:

  ibus-rime-1.2.tar.gz



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.GUt8y5/_old  2014-08-20 10:51:31.0 +0200
+++ /var/tmp/diff_new_pack.GUt8y5/_new  2014-08-20 10:51:31.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   ibus-rime
-Version:1.1git20140316
+Version:1.2
 Release:0
 Summary:IBus rime
 License:GPL-3.0
 Group:  System/I18n/Chinese
-Url:http://code.google.com/p/rimeime/
+Url:https://github.com/lotem/ibus-rime
 Source: %{name}-%{version}.tar.gz
 BuildRequires:  boost-devel
 BuildRequires:  brise
@@ -32,13 +32,13 @@
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  librime-devel = 1.0
+BuildRequires:  opencc
+BuildRequires:  opencc-devel
 %if 0%{?suse_version}  1230
 BuildRequires:  libyaml-cpp0_5
 %else
 BuildRequires:  libyaml-cpp0_3
 %endif
-BuildRequires:  opencc
-BuildRequires:  opencc-devel
 
 %description
 Rime Input Method Engine - riming with your keystrokes. 
@@ -50,12 +50,12 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files 
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc README
-%{_datadir}/ibus/
+%{_ibus_componentdir}/rime.xml
 %{_datadir}/ibus-rime/
 %{_libexecdir}/ibus-rime/
 

++ ibus-rime-1.1git20140316.tar.gz - ibus-rime-1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime-1.1git20140316/.git/HEAD 
new/ibus-rime-1.2/.git/HEAD
--- old/ibus-rime-1.1git20140316/.git/HEAD  2014-03-16 00:49:38.0 
+0100
+++ new/ibus-rime-1.2/.git/HEAD 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-ref: refs/heads/master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime-1.1git20140316/.git/config 
new/ibus-rime-1.2/.git/config
--- old/ibus-rime-1.1git20140316/.git/config2014-03-16 00:49:38.0 
+0100
+++ new/ibus-rime-1.2/.git/config   1970-01-01 01:00:00.0 +0100
@@ -1,11 +0,0 @@
-[core]
-   repositoryformatversion = 0
-   filemode = true
-   bare = false
-   logallrefupdates = true
-[remote origin]
-   url = https://github.com/lotem/ibus-rime
-   fetch = +refs/heads/*:refs/remotes/origin/*
-[branch master]
-   remote = origin
-   merge = refs/heads/master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime-1.1git20140316/.git/description 
new/ibus-rime-1.2/.git/description
--- old/ibus-rime-1.1git20140316/.git/description   2014-03-16 
00:49:30.0 +0100
+++ new/ibus-rime-1.2/.git/description  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-Unnamed repository; edit this file 'description' to name the repository.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ibus-rime-1.1git20140316/.git/hooks/applypatch-msg.sample 
new/ibus-rime-1.2/.git/hooks/applypatch-msg.sample
--- old/ibus-rime-1.1git20140316/.git/hooks/applypatch-msg.sample   
2014-03-16 00:49:30.0 +0100
+++ new/ibus-rime-1.2/.git/hooks/applypatch-msg.sample  1970-01-01 
01:00:00.0 +0100
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to check the commit log message taken by
-# applypatch from an e-mail message.
-#
-# The hook should exit with non-zero status after issuing an
-# appropriate message if it wants to stop the commit.  The hook is
-# allowed to edit the commit message file.
-#
-# To enable this hook, rename this file to applypatch-msg.
-
-. git-sh-setup
-test -x $GIT_DIR/hooks/commit-msg 
-   exec $GIT_DIR/hooks/commit-msg ${1+$@}
-:
diff -urN '--exclude=CVS' 

commit ibus-rime for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2014-03-18 14:14:08

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new (New)


Package is ibus-rime

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2013-11-20 
10:25:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new/ibus-rime.changes 2014-03-18 
14:14:09.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 15 23:50:24 UTC 2014 - i...@marguerite.su
+
+- update version 1.1git20140316
+  * rime.xml: add symbolic icon for GNOME Shell.
+  * rime_settings.*: fallback to ibus default UI options in 'panel' section.
+
+---

Old:

  ibus-rime-1.0.tar.gz

New:

  ibus-rime-1.1git20140316.tar.gz



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.boNwEw/_old  2014-03-18 14:14:09.0 +0100
+++ /var/tmp/diff_new_pack.boNwEw/_new  2014-03-18 14:14:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# 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,13 +17,13 @@
 
 
 Name:   ibus-rime
-Version:1.0
+Version:1.1git20140316
 Release:0
 Summary:IBus rime
 License:GPL-3.0
 Group:  System/I18n/Chinese
 Url:http://code.google.com/p/rimeime/
-Source: http://rimeime.googlecode.com/files/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  boost-devel
 BuildRequires:  brise
 BuildRequires:  cmake = 2.8
@@ -44,7 +44,7 @@
 Rime Input Method Engine - riming with your keystrokes. 
 
 %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 ibus-rime for openSUSE:Factory

2013-11-20 Thread h_root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2013-11-20 10:25:48

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new (New)


Package is ibus-rime

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2013-07-07 
22:18:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new/ibus-rime.changes 2013-11-20 
10:25:49.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 16 13:21:11 CST 2013 - hillw...@linuxfans.org
+
+- Update to 1.0
+  * add config option 'lookup_table_orientation'.
+
+---

Old:

  ibus-rime-0.9.9.tar.gz

New:

  ibus-rime-1.0.tar.gz



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.juftJp/_old  2013-11-20 10:25:50.0 +0100
+++ /var/tmp/diff_new_pack.juftJp/_new  2013-11-20 10:25:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ibus-rime
-Version:0.9.9
+Version:1.0
 Release:0
 Summary:IBus rime
 License:GPL-3.0
@@ -26,12 +26,12 @@
 Source: http://rimeime.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRequires:  boost-devel
 BuildRequires:  brise
-BuildRequires:  cmake
+BuildRequires:  cmake = 2.8
 BuildRequires:  gcc-c++
 BuildRequires:  ibus-devel
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  librime-devel = 0.9.8
+BuildRequires:  librime-devel = 1.0
 %if 0%{?suse_version}  1230
 BuildRequires:  libyaml-cpp0_5
 %else
@@ -50,7 +50,6 @@
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=%{buildroot} install
 
 %files 
@@ -58,6 +57,6 @@
 %doc README
 %{_datadir}/ibus/
 %{_datadir}/ibus-rime/
-/usr/lib/ibus-rime/
+%{_libexecdir}/ibus-rime/
 
 %changelog

++ ibus-rime-0.9.9.tar.gz - ibus-rime-1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/ChangeLog new/ibus-rime/ChangeLog
--- old/ibus-rime/ChangeLog 2013-05-05 16:38:34.0 +0200
+++ new/ibus-rime/ChangeLog 2013-11-10 11:20:22.0 +0100
@@ -1,3 +1,10 @@
+2013-11-10  GONG Chen  chen@gmail.com
+
+   * librime: update to version 1.0
+   * rime_settings.*: add config option 'lookup_table_orientation'.
+
+   - Rime 1.0 release.
+
 2013-05-05  GONG Chen  chen@gmail.com
 
* brise: update to version 0.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/Makefile new/ibus-rime/Makefile
--- old/ibus-rime/Makefile  2013-05-05 16:38:34.0 +0200
+++ new/ibus-rime/Makefile  2013-11-10 11:20:22.0 +0100
@@ -23,7 +23,7 @@
cp -f build/ibus-engine-rime $(libexecdir)/ibus-rime/
mkdir -p $(sharedir)/ibus-rime
mkdir -p $(sharedir)/ibus-rime/icons
-   cp -f zhung.svg $(sharedir)/ibus-rime/icons/
+   cp -f rime.png $(sharedir)/ibus-rime/icons/
 
 uninstall:
rm $(sharedir)/ibus/component/rime.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/README new/ibus-rime/README
--- old/ibus-rime/README2013-05-05 16:38:34.0 +0200
+++ new/ibus-rime/README2013-11-10 11:20:22.0 +0100
@@ -1,18 +1,21 @@
 ibus-rime: Rime Input Method Engine for Linux/IBus
 
 project home: http://code.google.com/p/rimeime/
+
 installation: http://code.google.com/p/rimeime/wiki/RimeWithIBus
 
+license: GPLv3
+
 build dependencies:
   - pkg-config
   - cmake=2.8
-  - librime=0.9.8 (development package)
+  - librime=1.0 (development package)
   - libibus-1.0 (development package)
   - libnotify (development package)
 
 runtime dependencies:
-  - brise=0.18
-  - librime=0.9.8
+  - brise=0.30
   - ibus
+  - librime=1.0
   - libibus-1.0
   - libnotify
Files old/ibus-rime/rime.png and new/ibus-rime/rime.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/rime.xml new/ibus-rime/rime.xml
--- old/ibus-rime/rime.xml  2013-05-05 16:38:34.0 +0200
+++ new/ibus-rime/rime.xml  2013-11-10 11:20:22.0 +0100
@@ -15,7 +15,7 @@
languagezh/language
licenseGPL/license
authorGONG Chen lt;chen@gmail.comgt;/author
-   icon/usr/share/ibus-rime/icons/zhung.svg/icon
+   icon/usr/share/ibus-rime/icons/rime.png/icon
layoutus/layout
longnameRime/longname
descriptionRime Input Method Engine/description
diff -urN '--exclude=CVS' 

commit ibus-rime for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2013-07-07 22:18:15

Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-rime.new (New)


Package is ibus-rime

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2012-10-23 
21:24:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new/ibus-rime.changes 2013-07-07 
22:18:16.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  6 11:46:21 CST 2013 - hillw...@linuxfans.org
+
+- Update to 0.9.9
+  * support static linking librime and its dependencies.
+  * support changing conversion mode with Caps Lock.
+  * add 'Sync data' button.
+  * in Chinese mode, display the name of schema on status bar.
+  * display notifications about deployment result.
+
+---

Old:

  ibus-rime-0.9.4.tar.gz

New:

  ibus-rime-0.9.9.tar.gz



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.6nANJt/_old  2013-07-07 22:18:17.0 +0200
+++ /var/tmp/diff_new_pack.6nANJt/_new  2013-07-07 22:18:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   ibus-rime
-Version:0.9.4
+Version:0.9.9
 Release:0
 Summary:IBus rime
 License:GPL-3.0
@@ -31,8 +31,12 @@
 BuildRequires:  ibus-devel
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  librime-devel
+BuildRequires:  librime-devel = 0.9.8
+%if 0%{?suse_version}  1230
+BuildRequires:  libyaml-cpp0_5
+%else
 BuildRequires:  libyaml-cpp0_3
+%endif
 BuildRequires:  opencc
 BuildRequires:  opencc-devel
 

++ ibus-rime-0.9.4.tar.gz - ibus-rime-0.9.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/.gitignore new/ibus-rime/.gitignore
--- old/ibus-rime/.gitignore2012-09-26 07:03:25.0 +0200
+++ new/ibus-rime/.gitignore2013-05-05 16:38:34.0 +0200
@@ -1,5 +1,6 @@
 build
 data
+lib
 package
 *~
 .*.swp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/.gitmodules new/ibus-rime/.gitmodules
--- old/ibus-rime/.gitmodules   1970-01-01 01:00:00.0 +0100
+++ new/ibus-rime/.gitmodules   2013-05-05 16:38:34.0 +0200
@@ -0,0 +1,6 @@
+[submodule librime]
+   path = librime
+   url = g...@github.com:lotem/librime.git
+[submodule brise]
+   path = brise
+   url = g...@github.com:lotem/brise.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/CMakeLists.txt new/ibus-rime/CMakeLists.txt
--- old/ibus-rime/CMakeLists.txt2012-09-26 07:03:25.0 +0200
+++ new/ibus-rime/CMakeLists.txt2013-05-05 16:38:34.0 +0200
@@ -1,6 +1,8 @@
 project(ibus-rime)
 cmake_minimum_required(VERSION 2.8)
 
+option(BUILD_STATIC Build Rime using static libraries OFF)
+
 set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
 
 include(${CMAKE_ROOT}/Modules/FindPkgConfig.cmake)
@@ -28,6 +30,15 @@
 message(STATUS Precompiler macro RIME_DATA_DIR is set to 
\${RIME_DATA_DIR}\)
 add_definitions(-DRIME_DATA_DIR=${RIME_DATA_DIR})
 
+set(RIME_DEPS )
+
+if(BUILD_STATIC)
+  link_directories(${PROJECT_SOURCE_DIR}/lib)
+  set(RIME_DEPS ${RIME_DEPS} m stdc++ pthread z
+  libboost_filesystem-mt.a libboost_regex-mt.a libboost_signals-mt.a 
libboost_system-mt.a libboost_thread-mt.a
+  libglog.a libkyotocabinet.a libopencc.a libyaml-cpp.a)
+endif(BUILD_STATIC)
+
 aux_source_directory(. IBUS_RIME_SRC)
 add_executable(ibus-engine-rime ${IBUS_RIME_SRC})
-target_link_libraries(ibus-engine-rime ${IBus_LIBRARIES} 
${LIBNOTIFY_LIBRARIES} ${Rime_LIBRARIES})
+target_link_libraries(ibus-engine-rime ${IBus_LIBRARIES} 
${LIBNOTIFY_LIBRARIES} ${Rime_LIBRARIES} ${RIME_DEPS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/ChangeLog new/ibus-rime/ChangeLog
--- old/ibus-rime/ChangeLog 1970-01-01 01:00:00.0 +0100
+++ new/ibus-rime/ChangeLog 2013-05-05 16:38:34.0 +0200
@@ -0,0 +1,44 @@
+2013-05-05  GONG Chen  chen@gmail.com
+
+   * brise: update to version 0.22
+   * librime: update to version 0.9.9
+
+   * Makefile: support static linking librime and its dependencies.
+
+   - Rime 0.9.9