Hello community,

here is the log from the commit of package libchewing for openSUSE:Factory 
checked in at 2014-06-16 21:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libchewing (Old)
 and      /work/SRC/openSUSE:Factory/.libchewing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libchewing"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libchewing/libchewing.changes    2013-08-06 
12:41:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libchewing.new/libchewing.changes       
2014-06-16 21:26:59.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jun  9 05:23:12 UTC 2014 - [email protected]
+
+- update version 0.4.0
+  * see https://github.com/chewing/libchewing/releases
+- add patch: libchewing-0.4.0-simple-select-rpath.patch
+- add patch: chewing-utils-abuild.patch
+
+-------------------------------------------------------------------

Old:
----
  chewing-utils-0.3.4.git20130424.tar.bz2
  libchewing-0.3.5.tar.bz2

New:
----
  chewing-utils-0.4.0git20130807.tar.bz2
  chewing-utils-abuild.patch
  libchewing-0.4.0-simple-select-rpath.patch
  libchewing-0.4.0.tar.bz2

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

Other differences:
------------------
++++++ libchewing.spec ++++++
--- /var/tmp/diff_new_pack.S8jFVO/_old  2014-06-16 21:27:00.000000000 +0200
+++ /var/tmp/diff_new_pack.S8jFVO/_new  2014-06-16 21:27:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libchewing
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -20,15 +20,19 @@
 
 Name:           libchewing
 %define lname  libchewing3
-Version:        0.3.5
+Version:        0.4.0
 Release:        0
-%define utilver 0.3.4.git20130424
+%define utilver 0.4.0git20130807
 Summary:        Intelligent Phonetic Input Method Library for Traditional 
Chinese
 License:        LGPL-2.1+
 Group:          System/I18n/Chinese
 Url:            https://github.com/chewing
-Source:         https://chewing.googlecode.com/files/%{name}-%{version}.tar.bz2
+Source:         
https://github.com/chewing/libchewing/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 Source1:        chewing-utils-%{utilver}.tar.bz2
+#PATCH-FIX-UPSTREAM [email protected] fix a lot of errors in the code
+Source2:        chewing-utils-abuild.patch
+#PATCH-FIX-UPSTREAM [email protected] remove rpath from simple-select
+Patch:          libchewing-0.4.0-simple-select-rpath.patch
 BuildRequires:  autoconf >= 2.67
 BuildRequires:  gtk2-devel
 BuildRequires:  libtool
@@ -40,6 +44,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
+BuildRequires:  sqlite3-devel
 Requires(post):        info
 Requires(postun):      info
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -102,6 +107,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 # build libchewing main
@@ -116,7 +122,7 @@
 
 # build contrib
 pushd contrib
-make -f Makefile-simple-select
+make -f Makefile
 popd
 
 # build utils
@@ -124,6 +130,9 @@
 tar -xjf chewing-utils-%{utilver}.tar.bz2
 rm -rf chewing-utils-%{utilver}.tar.bz2
 pushd chewing-utils-%{utilver}/hash-editor
+pushd ..
+patch -p1 < %{SOURCE2}
+popd
 make
 popd
 
@@ -169,15 +178,15 @@
 
 %files -n %lname
 %defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README TODO
+%doc AUTHORS ChangeLog COPYING NEWS README.md TODO
 %{_bindir}/simple-select
 %{_libdir}/libchewing.so.3
-%{_libdir}/libchewing.so.3.1.0
+%{_libdir}/libchewing.so.3.2.0
 %{_infodir}/*.gz
 
 %files -n chewing-data
 %defattr(-, root, root)
-%{_libdir}/libchewing/
+%{_datadir}/libchewing/
 
 %files -n python-chewing
 %defattr(-, root, root)

++++++ chewing-utils-0.3.4.git20130424.tar.bz2 -> 
chewing-utils-0.4.0git20130807.tar.bz2 ++++++
++++ 1917 lines of diff (skipped)

++++++ chewing-utils-abuild.patch ++++++
++++ 1331 lines (skipped)

++++++ libchewing-0.4.0-simple-select-rpath.patch ++++++
Index: libchewing-0.4.0/contrib/Makefile
===================================================================
--- libchewing-0.4.0.orig/contrib/Makefile
+++ libchewing-0.4.0/contrib/Makefile
@@ -3,8 +3,7 @@ TARGET = simple-select
 # FIXME: static build and cross-platform support
 LIBCHEWING = $(shell dirname $(shell find .. -name libchewing.so))
 CHEWING_LDFLAGS = \
-       -L $(LIBCHEWING) -lchewing \
-       -Wl,-rpath=$(LIBCHEWING)
+       -L $(LIBCHEWING) -lchewing
 
 all: $(TARGET)
 
++++++ libchewing-0.3.5.tar.bz2 -> libchewing-0.4.0.tar.bz2 ++++++
++++ 202231 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to