Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package fcitx-libpinyin for openSUSE:Factory
checked in at 2021-05-17 18:45:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-libpinyin (Old)
and /work/SRC/openSUSE:Factory/.fcitx-libpinyin.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-libpinyin"
Mon May 17 18:45:29 2021 rev:24 rq:893723 version:0.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-libpinyin/fcitx-libpinyin.changes
2021-03-02 12:45:40.992367266 +0100
+++
/work/SRC/openSUSE:Factory/.fcitx-libpinyin.new.2988/fcitx-libpinyin.changes
2021-05-17 18:45:59.276452226 +0200
@@ -1,0 +2,10 @@
+Wed May 12 01:41:38 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 0.5.4
+ * Updated translation
+ * Support libpinyin 2.6.0
+- Drop upstream fixed
+ fcitx-libpinyin-libpinyin-2.4.92-database_format.patch and
+ fcitx-libpinyin-linking.patch
+
+-------------------------------------------------------------------
Old:
----
fcitx-libpinyin-0.5.3_dict.tar.xz
fcitx-libpinyin-libpinyin-2.4.92-database_format.patch
fcitx-libpinyin-linking.patch
New:
----
fcitx-libpinyin-0.5.4.tar.gz
model.text.20161206.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fcitx-libpinyin.spec ++++++
--- /var/tmp/diff_new_pack.s1P3Uo/_old 2021-05-17 18:46:00.488447084 +0200
+++ /var/tmp/diff_new_pack.s1P3Uo/_new 2021-05-17 18:46:00.488447084 +0200
@@ -19,35 +19,29 @@
%define sover 12
Name: fcitx-libpinyin
-Version: 0.5.3
+Version: 0.5.4
Release: 0
Summary: Libpinyin Wrapper for Fcitx
License: GPL-2.0-or-later
Group: System/I18n/Chinese
-URL: https://github.com/fcitx/fcitx-libpinyin
-Source:
http://download.fcitx-im.org/fcitx-libpinyin/%{name}-%{version}_dict.tar.xz
+URL: https://fcitx-im.org/wiki/Libpinyin
+Source0:
https://github.com/fcitx/fcitx-libpinyin/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1: https://download.fcitx-im.org/data/model.text.20161206.tar.gz
#PATCH-FIX-UPSTREAM downgrade qt5 requirement to 5.4 since qtwebengine is
available
# starting from that release
Patch0: dictmanager-qt5.4.patch
-#PATCH-FIX-UPSTREAM linking against fcitx
-Patch1: fcitx-libpinyin-linking.patch
-#PATCH-FIX-UPSTREAM libpinyin 2.4.92 used new table format
-Patch2: %{name}-libpinyin-2.4.92-database_format.patch
-BuildRequires: cmake
+BuildRequires: cmake >= 3.6
BuildRequires: fcitx-devel
BuildRequires: fcitx-qt5-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gettext
-BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: libqt5-qtbase-devel
-BuildRequires: libqt5-qtwebengine-devel
-BuildRequires: xz
+BuildRequires: pkgconfig(Qt5WebEngine)
BuildRequires: pkgconfig(dbus-1)
-BuildRequires: pkgconfig(libpinyin)
+BuildRequires: pkgconfig(libpinyin) >= 2.6
Provides: locale(fcitx:zh_CN;zh_SG)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{fcitx_requires}
%description
@@ -56,12 +50,11 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+cp %{SOURCE1} data
%build
%cmake
-make %{?_smp_mflags}
+%make_build
%install
%cmake_install
@@ -72,8 +65,7 @@
%postun -p /sbin/ldconfig
%files -f %{name}.lang
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
%dir %{_fcitx_libdir}/qt
%{_fcitx_libdir}/%{name}.so
%{_fcitx_libdir}/qt/lib%{name}-dictmanager.so