Hello community, here is the log from the commit of package fcitx-unikey for openSUSE:Factory checked in at 2019-08-28 18:35:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-unikey (Old) and /work/SRC/openSUSE:Factory/.fcitx-unikey.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-unikey" Wed Aug 28 18:35:36 2019 rev:17 rq:726540 version:0.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-unikey/fcitx-unikey.changes 2017-12-19 10:59:05.355607342 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx-unikey.new.7948/fcitx-unikey.changes 2019-08-28 18:35:37.589282199 +0200 @@ -1,0 +2,8 @@ +Tue Aug 27 15:08:10 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Remove the Qt4 requirement for openSUSE Leap 15.2 and Tumbleweed +- Remove the obsolete version check +- Run spec-cleaner +- Update the URL + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-unikey.spec ++++++ --- /var/tmp/diff_new_pack.Yz9EOU/_old 2019-08-28 18:35:40.169281750 +0200 +++ /var/tmp/diff_new_pack.Yz9EOU/_new 2019-08-28 18:35:40.173281749 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx-unikey # -# Copyright (c) 2017 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,7 +12,7 @@ # 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/ # @@ -20,12 +20,12 @@ Version: 0.2.7 Release: 0 Summary: Vietnamese unikey support for Fcitx -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/I18n/Chinese -Url: https://github.com/fcitx/fcitx-unikey -Source: http://download.fcitx-im.org/fcitx-unikey/%{name}-%{version}.tar.xz +URL: https://gitlab.com/fcitx/fcitx-unikey +Source: https://download.fcitx-im.org/fcitx-unikey/%{name}-%{version}.tar.xz #PATCH-FIX-UPSTREAM lower qt5 version -Patch: qt5-version.patch +Patch0: qt5-version.patch BuildRequires: cmake BuildRequires: fcitx-devel >= 4.2.3 BuildRequires: fcitx-qt5-devel @@ -34,9 +34,8 @@ BuildRequires: intltool BuildRequires: libqt5-qtbase-devel BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %{fcitx_requires} -%if 0%{?suse_version} >= 1220 +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 BuildRequires: libqt4-devel %endif @@ -45,15 +44,11 @@ %prep %setup -q -%patch -p1 +%patch0 -p1 %build -mkdir build && cd build -CXXFLAGS+="%{optflags}" cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - .. -make %{?_smp_mflags} +%cmake +%cmake_build %install %cmake_install @@ -62,21 +57,17 @@ %fdupes %{buildroot} %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -f %{name}.lang -%defattr(-,root,root) -%doc COPYING -%{_fcitx_libdir}/%{name}.so -%if 0%{?suse_version} >= 1220 +%license COPYING %dir %{_fcitx_libdir}/qt -%{_fcitx_libdir}/qt/lib%{name}-macro-editor.so -%endif +%{_datadir}/icons/hicolor/*/apps/%{name}.png %{_fcitx_addondir}/%{name}.conf +%{_fcitx_descdir}/%{name}.desc %{_fcitx_imicondir}/unikey.png %{_fcitx_inputmethoddir}/unikey.conf -%{_fcitx_descdir}/%{name}.desc -%{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_fcitx_libdir}/%{name}.so +%{_fcitx_libdir}/qt/lib%{name}-macro-editor.so %changelog
