Hello community,

here is the log from the commit of package librime for openSUSE:Factory checked 
in at 2019-03-27 16:21:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librime (Old)
 and      /work/SRC/openSUSE:Factory/.librime.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librime"

Wed Mar 27 16:21:35 2019 rev:19 rq:688945 version:1.4.1~git20190324.dcdc301

Changes:
--------
--- /work/SRC/openSUSE:Factory/librime/librime.changes  2018-10-15 
10:49:16.567016168 +0200
+++ /work/SRC/openSUSE:Factory/.librime.new.25356/librime.changes       
2019-03-27 16:21:51.471524083 +0100
@@ -1,0 +2,34 @@
+Mon Mar 25 08:57:23 UTC 2019 - Marguerite Su <[email protected]>
+
+- move binaries to main package
+
+-------------------------------------------------------------------
+Mon Mar 25 02:40:07 UTC 2019 - [email protected]
+
+- Update to version 1.4.1~git20190324.dcdc301:
+  * feat(dict): specify vocabulary db name in dict settings
+  * chore(syllabifier): code cleanup
+  * fix(syllabifier): enable_completion not working
+  * feat(grammar): compare homophones/homographs in sentence
+  * refactor(Makefile): rename makefiles and change build directories
+  * chore(README.md): add contributor  [ci skip]
+  * refactor(sample): migrate sample plugin to new plugin build system
+  * refactor(cmake, plugins): BUILD_SEPARATE_LIBS by module, plus rime-plugins 
library or separate plugin libraries
+  * feat(CMakeList.txt): add plugin build support (#257)
+  * fix(config/plugins.h): memory leak caused by non-virtual destructor
+
+-------------------------------------------------------------------
+Sun Feb 24 06:02:33 UTC 2019 - [email protected]
+
+- Update to version 1.4.1~git20190219.c587900:
+  * feat(rime_api): get candidate list from index
+  * refactor(algo, dict, translators): use logarithmic weights internally
+  * fix(table_translator): null pointer exception when dict entries are 
filtered
+  * chore(table_translator): move collected dict entries to sentence 
translation
+  * perf(dictionary): refactor DictEntryIterator and do partial sort
+  * fix(rime_levers_api.h): customize_bool() misused `bool` type
+- changes in 1.4.0
+  * user_config should not fall back to shared data
+  * remove dangling symlinks
+
+-------------------------------------------------------------------

Old:
----
  librime-1.3.1+git20180822.19cea07e.tar.xz

New:
----
  _service
  baselibs.conf
  librime-1.4.1~git20190324.dcdc301.tar.xz

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

Other differences:
------------------
++++++ librime.spec ++++++
--- /var/tmp/diff_new_pack.ALZ3KL/_old  2019-03-27 16:21:52.039523964 +0100
+++ /var/tmp/diff_new_pack.ALZ3KL/_new  2019-03-27 16:21:52.039523964 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librime
 #
-# 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
@@ -17,13 +17,14 @@
 
 
 Name:           librime
-Version:        1.3.1+git20180822.19cea07e
+Version:        1.4.1~git20190324.dcdc301
 Release:        0
 Summary:        Rime Input Method Engine
 License:        BSD-3-Clause
 Group:          System/I18n/Chinese
 URL:            https://github.com/rime/librime
 Source:         %{name}-%{version}.tar.xz
+Source99:       baselibs.conf
 #PATCH-FIX-OPENSUSE workaround for gcc bug 53613 on 12.3 and lower
 Patch1:         librime-1.1-gcc53613.patch
 #PATCH-FIX-OPENSUSE fix boost 1.49 filesystem linking on 12.3 and lower
@@ -44,7 +45,7 @@
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_locale-devel
 BuildRequires:  libboost_regex-devel
-BuildRequires:  libboost_signals-devel
+BuildRequires:  libboost_system-devel
 %else
 BuildRequires:  boost-devel
 %endif
@@ -66,6 +67,7 @@
 %package -n librime1
 Summary:        Rime Input Method Engine
 Group:          System/Libraries
+Requires:       brise
 
 %description -n librime1
 Rime is an Traditional Chinese input method engine.
@@ -77,7 +79,6 @@
 %package devel
 Summary:        Development files of Rime
 Group:          Development/Libraries/C and C++
-Requires:       librime1 = %{version}
 Requires:       rime = %{version}
 
 %description devel
@@ -114,7 +115,7 @@
 
 %files -n librime1
 %{_libdir}/%{name}.so.1
-%{_libdir}/%{name}.so.1.3.1
+%{_libdir}/%{name}.so.1.4.0
 
 %files devel
 %{_includedir}/rime_api.h

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/rime/librime</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">1.4.1~git%cd.%h</param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">librime-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">librime</param>
  </service>
</services>
++++++ baselibs.conf ++++++
librime1
  post "/sbin/ldconfig"
  postun "/sbin/ldconfig"

Reply via email to