Hello community,

here is the log from the commit of package zinnia-tomoe for openSUSE:Factory 
checked in at 2013-01-11 13:54:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zinnia-tomoe (Old)
 and      /work/SRC/openSUSE:Factory/.zinnia-tomoe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zinnia-tomoe", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.zinnia-tomoe.new/zinnia-tomoe.changes   
2013-01-11 13:54:22.000000000 +0100
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Thu Jan 10 00:21:26 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call. Wrap description at 70 cols.
+
+-------------------------------------------------------------------
+Sat Jun 30 02:45:57 UTC 2012 - ft...@geeko.jp
+
+- fix build error for SLE 
+
+-------------------------------------------------------------------
+Sat Jul  2 07:32:59 UTC 2011 - ft...@geeko.jp
+
+- Initial import
+ * Upstream version: 0.6.0-20080911 
+

New:
----
  zinnia-tomoe-0.6.0-20080911.tar.bz2
  zinnia-tomoe-0.6.0-install-dir.patch
  zinnia-tomoe.changes
  zinnia-tomoe.spec

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

Other differences:
------------------
++++++ zinnia-tomoe.spec ++++++
#
# spec file for package zinnia-tomoe
#
# 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:           zinnia-tomoe
Version:        0.6.0
Release:        0
%define date 20080911
Summary:        Zinnia model files trained with data provided by Tomoe
License:        LGPL-2.1
Group:          System/I18n/Japanese
Url:            http://zinnia.sourceforge.net/
Source0:        %{name}-%{version}-%{date}.tar.bz2
# PATCH-FIX-OPENSUSE zinnia-0.6.0-install-dir.patch
Patch0:         zinnia-tomoe-0.6.0-install-dir.patch
BuildArch:      noarch
BuildRequires:  zinnia
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
zinnia provides hand recognization model to Zinnia. This model
supports Japanese and simplified Chinese.

%prep
%setup -q -n zinnia-tomoe-%{version}-%{date}
%patch0 -p1

%build
%configure
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot"

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog
%dir %{_datadir}/zinnia
%dir %{_datadir}/zinnia/model
%dir %{_datadir}/zinnia/model/tomoe
%{_datadir}/zinnia/model/tomoe/handwriting-ja.model
%{_datadir}/zinnia/model/tomoe/handwriting-zh_CN.model

%changelog
++++++ zinnia-tomoe-0.6.0-install-dir.patch ++++++
diff -ru zinnia-tomoe-0.6.0-20080911/Makefile.in 
zinnia-tomoe-0.6.0-20080911.mod/Makefile.in
--- zinnia-tomoe-0.6.0-20080911/Makefile.in     2008-09-15 15:13:56.000000000 
+0900
+++ zinnia-tomoe-0.6.0-20080911.mod/Makefile.in 2011-07-12 14:39:54.750000029 
+0900
@@ -137,7 +137,7 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-modeldir = @prefix@/lib/zinnia/model/tomoe
+modeldir = @datadir@/zinnia/model/tomoe
 model_DATA = @ZINNIA_GENDATA@
 EXTRA_DIST = @ZINNIA_TEXT_MODEL@ *.s
 CLEANFILES = *.model *.model.tmp
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to