Hello community,

here is the log from the commit of package fcitx-zhuyin for openSUSE:Factory 
checked in at 2017-10-13 14:14:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-zhuyin (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-zhuyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-zhuyin"

Fri Oct 13 14:14:14 2017 rev:5 rq:532832 version:0.1.0+git20150626.36064e1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-zhuyin/fcitx-zhuyin.changes        
2015-08-27 08:55:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-zhuyin.new/fcitx-zhuyin.changes   
2017-10-13 14:14:22.080765376 +0200
@@ -1,0 +2,11 @@
+Sun Oct  8 14:23:46 UTC 2017 - [email protected]
+
+- Avoid running fdupes across partition boundaries.
+- Drop ldconfig call: not needed for plugins.
+
+-------------------------------------------------------------------
+Thu Sep 28 07:34:30 UTC 2017 - [email protected]
+
+- Change the install libdir for libzhuyin. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fcitx-zhuyin.spec ++++++
--- /var/tmp/diff_new_pack.fc9iaI/_old  2017-10-13 14:14:22.764735301 +0200
+++ /var/tmp/diff_new_pack.fc9iaI/_new  2017-10-13 14:14:22.768735125 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-zhuyin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,8 @@
 #
 
 
+%define sover 7
+
 Name:           fcitx-zhuyin
 Version:        0.1.0+git20150626.36064e1
 Release:        0
@@ -32,7 +34,8 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libzhuyin-devel
+BuildRequires:  libfcitx-4_2_9
+BuildRequires:  libzhuyin-1_1-devel
 Provides:       locale(fcitx:zh_TW;zh_HK)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -48,23 +51,17 @@
 %patch -p1
 
 %build
+export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:%{_libdir}/libzhuyin-1.1.1/pkgconfig
 mkdir build && cd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        ..
 make %{?_smp_mflags}
 
 %install
-cd build
-%make_install
-cd ..
+%cmake_install
 
 %find_lang %{name}
-
-%fdupes %{buildroot}
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%fdupes %{buildroot}/%{_prefix}
 
 %files -f %{name}.lang
 %defattr(-,root,root)


Reply via email to