Accepting request 102350 from M17N
- updated to version 1.6.3: Minor bugs fixed and several new input methods added, including the segfault fix with VLC OBS-URL: https://build.opensuse.org/request/show/102350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/m17n-lib?expand=0&rev=19
This commit is contained in:
commit
8ddacc7bd1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f15039a310e94d6b462c46c409a393e1b16d95f13fd0376361f07bbfc6adb5a3
|
||||
size 1031508
|
3
m17n-lib-1.6.3.tar.gz
Normal file
3
m17n-lib-1.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff5ebe09572a5e6d4a376783a78d4355f0b17a71fbaf8b01978230be7eef735e
|
||||
size 1033048
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 17:21:44 CET 2012 - tiwai@suse.de
|
||||
|
||||
- updated to version 1.6.3:
|
||||
Minor bugs fixed and several new input methods added, including
|
||||
the segfault fix with VLC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 16:59:23 CEST 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package m17n-lib
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -15,16 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: m17n-lib
|
||||
BuildRequires: freetype2-devel fribidi-devel gd-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: fribidi-devel
|
||||
BuildRequires: gd-devel
|
||||
BuildRequires: ispell
|
||||
BuildRequires: ispell-british
|
||||
BuildRequires: libotf-devel
|
||||
BuildRequires: libxml2
|
||||
BuildRequires: m17n-db
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: wordcut-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
%define appdefdir /usr/share/X11
|
||||
Version: 1.6.2
|
||||
Release: 1
|
||||
License: GPL-2.0+ ; LGPL-2.1+ ; MIT
|
||||
Group: System/I18n/Japanese
|
||||
AutoReqProv: on
|
||||
Version: 1.6.3
|
||||
Release: 0
|
||||
Url: http://www.m17n.org/m17n-lib/
|
||||
Source0: http://www.m17n.org/m17n-lib-download/m17n-lib-%{version}.tar.gz
|
||||
Source1: m17n-lib-rpmlintrc
|
||||
@ -32,6 +37,8 @@ Source2: baselibs.conf
|
||||
Patch0: m17n-lib-fix-warnings.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Multilingual Text Processing Library for the C Language
|
||||
License: GPL-2.0+ ; LGPL-2.1+ ; MIT
|
||||
Group: System/I18n/Japanese
|
||||
|
||||
%description
|
||||
A multilingual text processing library for the C language.
|
||||
@ -48,7 +55,6 @@ A multilingual text processing library for the C language.
|
||||
This package contains shared libraries.
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0+ ; LGPL-2.1+ ; MIT
|
||||
Summary: Multilingual text processing library for the C language
|
||||
Group: Development/Libraries/Other
|
||||
Requires: %{name} = %{version} glibc-devel xorg-x11-libX11-devel
|
||||
|
Loading…
Reference in New Issue
Block a user