Hello community,

here is the log from the commit of package scim-chewing for openSUSE:Factory 
checked in at 2015-09-19 06:54:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scim-chewing (Old)
 and      /work/SRC/openSUSE:Factory/.scim-chewing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scim-chewing"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim-chewing/scim-chewing.changes        
2014-07-27 18:47:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scim-chewing.new/scim-chewing.changes   
2015-09-19 06:54:48.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Sep 13 06:13:06 UTC 2015 - [email protected]
+
+- update to 0.3.6+git20150821.5df4075
+  * make CI build faster
+  * export LIBTOOL_EXPORT_OPTIONS
+- remove gconf schemas install bits
+
+-------------------------------------------------------------------

Old:
----
  scim-chewing-0.3.6git20140424.tar.xz

New:
----
  _service
  scim-chewing-0.3.6+git20150821.5df4075.tar.xz

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

Other differences:
------------------
++++++ scim-chewing.spec ++++++
--- /var/tmp/diff_new_pack.ZDn7G4/_old  2015-09-19 06:54:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ZDn7G4/_new  2015-09-19 06:54:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-chewing
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,13 +17,12 @@
 
 
 Name:           scim-chewing
-Version:        0.3.6git20140424
+Version:        0.3.6+git20150821.5df4075
 Release:        0
-Summary:        Chewing input method module for SCIM
+Summary:        Chewing IM engine for SCIM platform
 License:        GPL-2.0+
 Group:          System/I18n/Chinese
-Url:            http://chewing.csie.net/
-#Source:         
http://chewing.csie.net/download/scim/%{name}-%{version}.tar.xz
+Url:            https://github.com/chewing/scim-chewing
 Source:         %{name}-%{version}.tar.xz
 Patch:          %{name}-0.3.6-autogen.patch
 BuildRequires:  gcc-c++
@@ -31,44 +30,37 @@
 BuildRequires:  intltool
 BuildRequires:  libchewing-devel
 BuildRequires:  libtool
-BuildRequires:  perl-XML-Parser
 BuildRequires:  scim-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Chewing input method module for SCIM.
+Chewing IM engine for SCIM platform.
 
 %prep
-%define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
 %setup -q
 %patch -p1
 NOCONFIGURE=1 ./autogen.sh
 
 %build
 CXXFLAGS="%{optflags}" \
-./configure --prefix=/usr \
-            --sysconfdir=%{_sysconfdir} \
-           --libdir=%{_libdir} \
+%configure \
             --disable-static \
-           --disable-schemas-install \
-           --with-gconf-schema-file-dir=/etc/opt/gnome/gconf/schemas \
            --enable-debug
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print
-%find_lang scim-chewing
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
+%find_lang %{name}
 
-%clean
-
-%files -f scim-chewing.lang
+%files -f %{name}.lang
 %defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README ChangeLog
-%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/chewing.so
-%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/chewing-imengine-setup.so
-%{_datadir}/scim/icons/*.png
+%doc AUTHORS COPYING NEWS README
+%{_scim_enginedir}/chewing.so
+%{_scim_uidir}/chewing-imengine-setup.so
+%{_scim_icondir}/%{name}.png
+%{_scim_icondir}/%{name}-swap-colors.png
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/chewing/scim-chewing</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.3.6+git%cd.%h</param>
    <param name="revision">master</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">scim-chewing-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">scim-chewing</param>
  </service>
</services>

Reply via email to