Hello community,

here is the log from the commit of package fcitx-cloudpinyin for 
openSUSE:Factory checked in at 2012-03-17 13:21:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-cloudpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-cloudpinyin", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new/fcitx-cloudpinyin.changes 
2012-03-17 13:21:09.000000000 +0100
@@ -0,0 +1,36 @@
+-------------------------------------------------------------------
+Mon Mar 12 13:36:14 UTC 2012 - [email protected]
+
+- Update to 0.2.1
+  Change http to https for google
+
+-------------------------------------------------------------------
+Wed Feb 29 20:28:35 UTC 2012 - [email protected]
+
+- set _service disabled. update source from git.
+
+-------------------------------------------------------------------
+Sat Jan 28 08:22:54 UTC 2012 - [email protected]
+
+- Upstream version 0.2.0git
+
+-------------------------------------------------------------------
+Sun Oct 2 20:17:17 UTC+8 2011  - [email protected]
+
+- Update to 0.1.2
+  Add Baidu Cloud Pinyin as a new source
+  Fcitx built-in Pinyin can now memorize content Cloud Pinyin has inputed.
+  Sunpinyin cant because of its API limitation.
+
+-------------------------------------------------------------------
+Fri Sep 9 00:00:00 UTC 2011 - [email protected]
+
+- update to 0.1.1
+
+-------------------------------------------------------------------
+Wed Sep 7 00:00:00 UTC 2011 - [email protected]
+- rewrite spec file.
+
+-------------------------------------------------------------------
+Tue Sep 6 00:00:00 UTC 2011 - [email protected]
+- first build for Fedora.

New:
----
  _service
  fcitx-cloudpinyin-0.2.1.tar.xz
  fcitx-cloudpinyin.changes
  fcitx-cloudpinyin.spec

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

Other differences:
------------------
++++++ fcitx-cloudpinyin.spec ++++++
#
# spec file for package fcitx-cloudpinyin
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:           fcitx-cloudpinyin
Version:        0.2.1
Release:        1
Summary:        Cloudpinyin module for fcitx
Group:          System/I18n/Chinese 
License:        GPL-2.0+
Url:            http://code.google.com/p/fcitx
BuildRequires:  xz
BuildRequires:  cmake
BuildRequires:  fcitx-devel
BuildRequires:  gcc-c++
BuildRequires:  intltool
BuildRequires:  libcurl-devel
BuildRequires:  pkg-config
Source:         https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Cloulpinyin is an based cloud compute input method
 
%prep
%setup -q -n %{name}-%{version}

%build
mkdir build
cd build
cmake   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DLIB_INSTALL_DIR=%{_libdir} \
        ..
make

%install
pushd build
make DESTDIR=$RPM_BUILD_ROOT install
popd

%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%{_libdir}/fcitx
%{_datadir}/fcitx/*

%changelog
++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                
                
                
                
        <param 
name="url">http://github.com/fcitx/fcitx-cloudpinyin.git</param><param 
name="versionprefix">0.2.0git</param><param name="scm">git</param></service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">bz2</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to