Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package librime for openSUSE:Factory checked 
in at 2021-03-05 13:46:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librime (Old)
 and      /work/SRC/openSUSE:Factory/.librime.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librime"

Fri Mar  5 13:46:51 2021 rev:26 rq:876579 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/librime/librime.changes  2021-02-10 
21:30:15.366273086 +0100
+++ /work/SRC/openSUSE:Factory/.librime.new.2378/librime.changes        
2021-03-05 13:49:34.655856789 +0100
@@ -1,0 +2,5 @@
+Wed Mar  3 04:27:29 UTC 2021 - Marguerite Su <i...@marguerite.su>
+
+- install private headers for plugins
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ librime.spec ++++++
--- /var/tmp/diff_new_pack.7fTSsA/_old  2021-03-05 13:49:35.119857210 +0100
+++ /var/tmp/diff_new_pack.7fTSsA/_new  2021-03-05 13:49:35.119857210 +0100
@@ -27,7 +27,6 @@
 BuildRequires:  capnproto >= 0.7.0
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  gcc-c++
-BuildRequires:  glog-devel
 BuildRequires:  googletest-devel
 BuildRequires:  leveldb-devel
 BuildRequires:  libboost_filesystem-devel
@@ -84,11 +83,23 @@
 
 This package is the development headers of Rime.
 
+%package private-devel
+Summary:        Private headers for rime
+Group:          Development/Libraries/C and C++
+Requires:       librime-devel = %{version}
+
+%description private-devel
+This package provides private headers of Rime to build plugins.
+
 %prep
 %setup -q
 
 %build
-%cmake -DCMAKE_BUILD_TYPE=Release
+%cmake -DCMAKE_BUILD_TYPE=Release \
+  -DINSTALL_PRIVATE_HEADERS=On \
+  -DENABLE_EXTERNAL_PLUGINS=On \
+  -DBUILD_MERGED_PLUGINS=On \
+  -DENABLE_LOGGING=Off
 %cmake_build
 
 %install
@@ -115,4 +126,7 @@
 %{_libdir}/pkgconfig/rime.pc
 %{_datadir}/cmake/rime/
 
+%files private-devel
+%{_includedir}/rime
+
 %changelog

Reply via email to