Dominique Leuenberger 2015-03-05 14:32:19 +00:00 committed by Git OBS Bridge
commit 05bb88b405
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:408aae0f3e7bed97bbcb9334ce8d91848617e52b54bfe3f61e79551ea0a06841
size 1937268

3
m17n-db-1.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2ba9f80161433d5c06e57915a9cd51f26c6df4a8909723f952cdbb9b48508f0
size 1939608

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 1 17:54:13 UTC 2015 - p.drouand@gmail.com
- Update to version 1.7.0
* ar-translit.mim: Arabic input method based on Roman transliteration.
* latn1-pre.mim: Latin input method simulating "US International Keyboard".
* ssymbol.mim, lsymbol.mim: Input method for various symbols.
* fallback-input-method: Comma separated fallback input method names.
-------------------------------------------------------------------
Sun Dec 15 11:52:38 UTC 2013 - i@marguerite.su

View File

@ -1,7 +1,7 @@
#
# spec file for package m17n-db
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -17,7 +17,7 @@
Name: m17n-db
Version: 1.6.5
Version: 1.7.0
Release: 0
Summary: Database Needed by the m17n Library m17n-lib
License: GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain and MIT
@ -27,6 +27,7 @@ Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version
Patch0: bnc429430-ar-kbd.patch
BuildRequires: glibc-i18ndata
BuildRequires: pkg-config
Recommends: %{name}-lang
Provides: m17n-contrib > 1.1.14
Obsoletes: m17n-contrib <= 1.1.14
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -35,6 +36,8 @@ BuildArch: noarch
%description
Database that is needed by the m17n library "m17n-lib".
%lang_package
%prep
%setup -q
%patch0 -p1
@ -48,7 +51,7 @@ make %{?_sm_mflags}
%find_lang m17n-db
%files -f m17n-db.lang
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README ChangeLog
%dir %{_datadir}/m17n/
@ -56,4 +59,6 @@ make %{?_sm_mflags}
%{_bindir}/*
%{_datadir}/pkgconfig/m17n-db.pc
%files lang -f m17n-db.lang
%changelog