commit libgooglepinyin for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package libgooglepinyin for openSUSE:Factory 
checked in at 2018-01-17 21:58:29

Comparing /work/SRC/openSUSE:Factory/libgooglepinyin (Old)
 and  /work/SRC/openSUSE:Factory/.libgooglepinyin.new (New)


Package is "libgooglepinyin"

Wed Jan 17 21:58:29 2018 rev:8 rq:566520 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/libgooglepinyin/libgooglepinyin.changes  
2012-09-21 14:39:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgooglepinyin.new/libgooglepinyin.changes 
2018-01-17 21:59:34.707650044 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 02:34:24 UTC 2018 - i...@marguerite.su
+
+- fix build
+
+---



Other differences:
--
++ libgooglepinyin.spec ++
--- /var/tmp/diff_new_pack.3ORtzS/_old  2018-01-17 21:59:35.255624359 +0100
+++ /var/tmp/diff_new_pack.3ORtzS/_new  2018-01-17 21:59:35.259624171 +0100
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define  %py_ver  %(python -c "import sys; v=sys.version_info[:2]; print 
'%%d.%%d'%%v" 2>/dev/null || echo PYTHON-NOT-FOUND)
+%define  py_ver  %(python -c "import sys; v=sys.version_info[:2]; print 
'%%d.%%d'%%v" 2>/dev/null || echo PYTHON-NOT-FOUND)
 
 Name:   libgooglepinyin
 Version:0.1.2




commit libgooglepinyin for openSUSE:Factory

2012-09-21 Thread h_root
Hello community,

here is the log from the commit of package libgooglepinyin for openSUSE:Factory 
checked in at 2012-09-21 14:39:54

Comparing /work/SRC/openSUSE:Factory/libgooglepinyin (Old)
 and  /work/SRC/openSUSE:Factory/.libgooglepinyin.new (New)


Package is libgooglepinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgooglepinyin/libgooglepinyin.changes  
2012-06-26 16:08:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgooglepinyin.new/libgooglepinyin.changes 
2012-09-21 14:39:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 17 20:08:07 CST 2012 - hillw...@linuxfans.org
+
+- Fix ibus-googlepinyin working in 64bit for openSUSE
+
+---



Other differences:
--
++ libgooglepinyin.spec ++
--- /var/tmp/diff_new_pack.cbhCyZ/_old  2012-09-21 14:39:56.0 +0200
+++ /var/tmp/diff_new_pack.cbhCyZ/_new  2012-09-21 14:39:56.0 +0200
@@ -71,6 +71,13 @@
 pushd build
 make DESTDIR=%{buildroot} install
 
+# Fix ibus-googlepinyin working in 64bit
+%ifarch x86_64
+mkdir -p %{buildroot}/%{_prefix}/lib/
+cd %{buildroot}/%{_prefix}/lib/
+ln -s  ../lib64/googlepinyin googlepinyin
+%endif
+
 %{__strip} %{buildroot}%{_libdir}/%{name}.so.0.1.0
 
 %post -n %{name}0 -p /sbin/ldconfig
@@ -80,7 +87,10 @@
 %files -n %{name}0
 %defattr(-,root,root,-)
 %{_libdir}/%{name}.so.*
-%{_libdir}/googlepinyin/
+%{_libdir}/googlepinyin
+%ifarch x86_64
+%{_prefix}/lib/googlepinyin
+%endif
 
 %files devel
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgooglepinyin for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package libgooglepinyin for openSUSE:Factory 
checked in at 2012-06-26 16:08:09

Comparing /work/SRC/openSUSE:Factory/libgooglepinyin (Old)
 and  /work/SRC/openSUSE:Factory/.libgooglepinyin.new (New)


Package is libgooglepinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgooglepinyin/libgooglepinyin.changes  
2012-02-21 07:32:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgooglepinyin.new/libgooglepinyin.changes 
2012-06-26 16:08:11.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 24 18:53:01 UTC 2012 - i...@marguerite.su
+
+- fix builds on fedora.
+
+---



Other differences:
--
++ libgooglepinyin.spec ++
--- /var/tmp/diff_new_pack.P5qRl1/_old  2012-06-26 16:08:12.0 +0200
+++ /var/tmp/diff_new_pack.P5qRl1/_new  2012-06-26 16:08:12.0 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%define  %py_ver  %(python -c import sys; v=sys.version_info[:2]; print 
'%%d.%%d'%%v 2/dev/null || echo PYTHON-NOT-FOUND)
 
 Name:   libgooglepinyin
 Version:0.1.2
@@ -46,7 +46,11 @@
 %package devel
 Summary:Development files for libgooglepinyin
 Group:  Development/Libraries/Other
-Requires:   python-base = %py_ver
+%if 0%{?suse_version}
+Requires:   python-base = %py_ver
+%else
+Requires:   python-libs = %py_ver
+%endif
 Requires:  %{name}0 = %{version}
 
 %description devel

++ libgooglepinyin-0.1.2.tar.bz2 ++
Files old/libgooglepinyin-0.1.2/.hg/00changelog.i and 
new/libgooglepinyin-0.1.2/.hg/00changelog.i differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgooglepinyin-0.1.2/.hg/branch 
new/libgooglepinyin-0.1.2/.hg/branch
--- old/libgooglepinyin-0.1.2/.hg/branch2012-02-06 08:39:33.0 
+0100
+++ new/libgooglepinyin-0.1.2/.hg/branch1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgooglepinyin-0.1.2/.hg/cache/branchheads 
new/libgooglepinyin-0.1.2/.hg/cache/branchheads
--- old/libgooglepinyin-0.1.2/.hg/cache/branchheads 2012-02-06 
08:39:33.0 +0100
+++ new/libgooglepinyin-0.1.2/.hg/cache/branchheads 1970-01-01 
01:00:00.0 +0100
@@ -1,2 +0,0 @@
-c242fb0e2b7913442b4a65c305b434cca3a44f8f 42
-c242fb0e2b7913442b4a65c305b434cca3a44f8f default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgooglepinyin-0.1.2/.hg/cache/tags 
new/libgooglepinyin-0.1.2/.hg/cache/tags
--- old/libgooglepinyin-0.1.2/.hg/cache/tags2012-02-06 08:39:33.0 
+0100
+++ new/libgooglepinyin-0.1.2/.hg/cache/tags1970-01-01 01:00:00.0 
+0100
@@ -1,5 +0,0 @@
-42 c242fb0e2b7913442b4a65c305b434cca3a44f8f 
78ebfe22d4b09e6f02c4258fbd299cbc3f3ffe3d
-
-478db022ef8f84e1668d9d8a268d27a656b9d5b6 0.1.0
-c52eeafaf79178d8b0013efa13211e5bad1da477 0.1.1
-7d5ba793f6b4e6c7a3d65fd5630c2b1c4f669640 0.1.2
Files old/libgooglepinyin-0.1.2/.hg/dirstate and 
new/libgooglepinyin-0.1.2/.hg/dirstate differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgooglepinyin-0.1.2/.hg/hgrc 
new/libgooglepinyin-0.1.2/.hg/hgrc
--- old/libgooglepinyin-0.1.2/.hg/hgrc  2012-02-06 08:39:33.0 +0100
+++ new/libgooglepinyin-0.1.2/.hg/hgrc  1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-[paths]
-default = http://code.google.com/p/libgooglepinyin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgooglepinyin-0.1.2/.hg/requires 
new/libgooglepinyin-0.1.2/.hg/requires
--- old/libgooglepinyin-0.1.2/.hg/requires  2012-02-06 08:39:08.0 
+0100
+++ new/libgooglepinyin-0.1.2/.hg/requires  1970-01-01 01:00:00.0 
+0100
@@ -1,4 +0,0 @@
-revlogv1
-store
-fncache
-dotencode
Files old/libgooglepinyin-0.1.2/.hg/store/00changelog.i and 
new/libgooglepinyin-0.1.2/.hg/store/00changelog.i differ
Files old/libgooglepinyin-0.1.2/.hg/store/00manifest.i and 
new/libgooglepinyin-0.1.2/.hg/store/00manifest.i differ
Files old/libgooglepinyin-0.1.2/.hg/store/data/_c_make_lists.txt.i and 
new/libgooglepinyin-0.1.2/.hg/store/data/_c_make_lists.txt.i differ
Files old/libgooglepinyin-0.1.2/.hg/store/data/_i_n_s_t_a_l_l.i and 
new/libgooglepinyin-0.1.2/.hg/store/data/_i_n_s_t_a_l_l.i differ
Files 
old/libgooglepinyin-0.1.2/.hg/store/data/cmake/cmake__uninstall.cmake.in.i and 
new/libgooglepinyin-0.1.2/.hg/store/data/cmake/cmake__uninstall.cmake.in.i 
differ
Files