Hello community,

here is the log from the commit of package sunpinyin for openSUSE:Factory 
checked in at 2017-09-13 22:33:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sunpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.sunpinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sunpinyin"

Wed Sep 13 22:33:54 2017 rev:13 rq:523487 version:2.0.99

Changes:
--------
--- /work/SRC/openSUSE:Factory/sunpinyin/sunpinyin.changes      2017-05-03 
15:58:28.621325448 +0200
+++ /work/SRC/openSUSE:Factory/.sunpinyin.new/sunpinyin.changes 2017-09-13 
22:35:18.561591704 +0200
@@ -1,0 +2,23 @@
+Tue Sep 12 02:19:43 UTC 2017 - [email protected]
+
+- Update to 3.0.0rc1
+  * fix the pod2man invocations: 63ef4bb
+  * Add support for DESTDIR: 9232a1e
+  * add travis-ci integration: f01c99e
+  * fixed the FTBFS on gcc6: 844ad0f
+  * handle AArch64 architecture: 96b3342
+  * hacks to support ve/ue: cf3fe3d
+  * shuangpin related fixes: 33091ba, 4c1acf5
+  * Support 'ng', 'hm' and 'rua': 3bbbf8f
+  * Use lve/nve instead of lue/nue: 4f9745c
+  * fix invalid 'yai' case: d6e9f34
+  * fixed the userdict saving issue: 7d8b8b1
+  * expose userdict to public, easier to import user dict.: a4bfe22
+  * fix crashes, merge the duplicate sentences: fa7ec5f
+  * optimized the add operation from O(n) to O(log n): 08f5da8
+  * fixed crash in preeditstring when partial commit with empty pinyin: b728af3
+  * add Python plugin support. refact uiobjects: CCandidateList and 
CPreeditString: 57370b8
+- Fix doc filelist.
+- Remove useless %post and %postun.
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  sunpinyin-2.0.4+git20160225.844ad0f.tar.xz

New:
----
  sunpinyin-3.0.0-rc1.tar.gz

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

Other differences:
------------------
++++++ sunpinyin.spec ++++++
--- /var/tmp/diff_new_pack.rf7HMc/_old  2017-09-13 22:35:19.861408691 +0200
+++ /var/tmp/diff_new_pack.rf7HMc/_new  2017-09-13 22:35:19.861408691 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           sunpinyin
-Version:        2.0.4+git20160225.844ad0f
+Version:        2.0.99
 Release:        0
 Summary:        A Statistical Language Model Based Chinese Input Method
 License:        LGPL-2.1+
 Group:          System/I18n/Chinese
 Url:            https://github.com/sunpinyin/sunpinyin
-Source:         %{name}-%{version}.tar.xz
+Source:         
https://github.com/sunpinyin/sunpinyin/archive/v3.0.0-rc1/%{name}-3.0.0-rc1.tar.gz
 # https://sourceforge.net/projects/open-gram
 Source1:        
http://jaist.dl.sourceforge.net/project/open-gram/lm_sc.3gm.arpa-20140820.tar.bz2
 Source2:        
http://jaist.dl.sourceforge.net/project/open-gram/dict.utf8-20131214.tar.bz2
@@ -34,12 +34,11 @@
 #PATCH-FIX-UPSTREAM [email protected] make build reproducible
 Patch2:         reproducible.patch
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  scons
-BuildRequires:  sqlite3-devel
-BuildRequires:  xz
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(sqlite3)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,7 +84,7 @@
 This package provides development headers for it.
 
 %prep
-%setup -q
+%setup -q -n %{name}-3.0.0-rc1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -98,7 +97,10 @@
 scons --prefix=%{_prefix}
 
 %install
-scons --prefix=%{_prefix} --libdir=%{_libdir} --install-sandbox=%{buildroot} 
install
+scons --prefix=%{_prefix} \
+      --libdir=%{_libdir} \
+      --install-sandbox=%{buildroot} \
+      install
 
 # make dicts
 src/sunpinyin-dictgen-local
@@ -113,13 +115,9 @@
 
 %postun -n lib%{name}3 -p /sbin/ldconfig
 
-%post -n %{name}-tools -p /sbin/ldconfig
-
-%postun -n %{name}-tools -p /sbin/ldconfig
-
 %files -n lib%{name}3
 %defattr(-,root,root)
-%doc AUTHORS NEWS LGPL.LICENSE doc/README doc/SLM-inst.mk doc/SLM-train.mk
+%doc AUTHORS NEWS COPYING LGPL.LICENSE OPENSOLARIS.LICENSE README.md TODO
 %{_libdir}/lib%{name}.so.*
 
 %files data


Reply via email to