commit scim-tables for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package scim-tables for openSUSE:Factory 
checked in at 2015-09-24 06:14:32

Comparing /work/SRC/openSUSE:Factory/scim-tables (Old)
 and  /work/SRC/openSUSE:Factory/.scim-tables.new (New)


Package is "scim-tables"

Changes:

--- /work/SRC/openSUSE:Factory/scim-tables/scim-tables.changes  2015-03-25 
21:05:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.scim-tables.new/scim-tables.changes 
2015-09-24 06:14:35.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 18 15:14:16 UTC 2015 - i...@marguerite.su
+
+- use macros from macros.scim
+- add patch: G_GNUC_BEGIN_IGNORE_DEPRECATIONS.patch
+  * define G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS for glib < 2.32
+- add patch: unused-variable.patch
+  * delete unused variables 
+
+---

New:

  G_GNUC_BEGIN_IGNORE_DEPRECATIONS.patch
  unused-variable.patch



Other differences:
--
++ scim-tables.spec ++
--- /var/tmp/diff_new_pack.RU5zyp/_old  2015-09-24 06:14:36.0 +0200
+++ /var/tmp/diff_new_pack.RU5zyp/_new  2015-09-24 06:14:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-tables
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,19 +24,21 @@
 Group:  System/I18n/Chinese
 Url:https://github.com/scim-im/scim-tables
 Source: 
https://github.com/scim-im/scim-tables/archive/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+#PATCH-FIX-SLE define G_GNUC_BEGIN/END_xx for glib < 2.32
+Patch:  G_GNUC_BEGIN_IGNORE_DEPRECATIONS.patch
+#PATCH-FIX-UPSTREAM delete unused variables
+Patch1: unused-variable.patch
 BuildRequires:  gcc-c++
-%if 0%{?sles_version}
-BuildRequires:  gtk2-devel
-%else
-BuildRequires:  gtk3-devel
-%endif
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  scim-devel
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?sles_version}
+BuildRequires:  gtk2-devel
+%else
+BuildRequires:  gtk3-devel
+%endif
 
 %description
 Data files for SCIM generic table input method module.
@@ -87,183 +89,171 @@
 %lang_package
 
 %prep
-%define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
 %setup -q -n %{name}-%{name}-%{version}
+%patch -p1
+%patch1 -p1
 
 %build
 ./bootstrap
-%configure --enable-debug
+%configure \
+--enable-debug
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm -f %{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/*/*.{a,la}
-%find_lang scim-tables
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -name "*.a" -delete -print
+find %{buildroot} -name "*.la" -delete -print
+%find_lang %{name}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README ChangeLog
-%doc %{_mandir}/man?/*
 %{_bindir}/scim-make-table
-%dir %{_libdir}/scim-1.0
-%dir %{_libdir}/scim-1.0/%{scim_binary_version}/
-%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/
-%dir %{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/
-%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/*
-%{_datadir}/scim/icons/table.png
+%{_mandir}/man1/scim-make-table.1%{ext_man}
+%{_scim_enginedir}/table.so
+%{_scim_uidir}/table-imengine-setup.so
+%{_scim_icondir}/table.png
 
 %files zh
 %defattr(-,root,root)
 %doc tables/zh/README-CangJie.txt
 %doc tables/zh/README-Erbi.txt
 %doc tables/zh/README-Wu.txt
-%dir %{_datadir}/scim/
-%dir %{_datadir}/scim/tables
-%{_datadir}/scim/tables/Array30.bin
-%{_datadir}/scim/tables/CangJie.bin
-%{_datadir}/scim/tables/CangJie3.bin
-%{_datadir}/scim/tables/CangJie5.bin
-%{_datadir}/scim/tables/Cantonese.bin
-%{_datadir}/scim/tables/CantonHK.bin
-%{_datadir}/scim/tables/CNS11643.bin
-%{_datadir}/scim/tables/Dayi3.bin
-%{_datadir}/scim/tables/Erbi.bin
-%{_datadir}/scim/tables/Erbi-QS.bin
-%{_datadir}/scim/tables/EZ-Big.bin
-%{_datadir}/scim/tables/Jyutping.bin
-%{_datadir}/scim/tables/Quick.bin
-%{_datadir}/scim/tables/Simplex.bin
-%{_datadir}/scim/tables/Stroke5.bin
-%{_datadir}/scim/tables/Wu.bin
-%{_datadir}/scim/tables/Wubi.bin
-%{_datadir}/scim/tables/ZhuYin.bin
-%{_datadir}/scim/tables/ZhuYin-Big.bin
-%{_datadir}/scim/tables/Ziranma.bin
-%dir %{_datadir}/scim/icons/
-%{_datadir}/scim/icons/Array30.png
-%{_datadir}/scim/icons/CangJie.png
-%{_datadir}/scim/icons/CangJie3.png
-%{_datadir}/scim/icons/Cantonese.png
-%{_datadir}/scim/icons/CantonHK.png
-%{_datadir}/scim/icons/CNS11643.png
-%{_datadir}/scim/icons/Dayi.png
-%{_datadir}/scim/icons/EZ.png

commit scim-tables for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package scim-tables for openSUSE:Factory 
checked in at 2015-03-25 21:05:07

Comparing /work/SRC/openSUSE:Factory/scim-tables (Old)
 and  /work/SRC/openSUSE:Factory/.scim-tables.new (New)


Package is scim-tables

Changes:

--- /work/SRC/openSUSE:Factory/scim-tables/scim-tables.changes  2013-08-06 
11:59:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-tables.new/scim-tables.changes 
2015-03-25 21:05:08.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 22 16:10:10 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.5.14.1
+  * ChangeLog has not been updated for this release
+- Update home project and download Url
+- Split out translaton files
+- Add autoconf, automake and libtool buildrequire
+
+---

Old:

  scim-tables-0.5.13.tar.bz2

New:

  scim-tables-0.5.14.1.tar.gz



Other differences:
--
++ scim-tables.spec ++
--- /var/tmp/diff_new_pack.Qm2oEL/_old  2015-03-25 21:05:09.0 +0100
+++ /var/tmp/diff_new_pack.Qm2oEL/_new  2015-03-25 21:05:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-tables
 #
-# 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,13 +17,15 @@
 
 
 Name:   scim-tables
-Version:0.5.13
+Version:0.5.14.1
 Release:0
 Summary:Data Files for SCIM Generic Table Input Method Module
 License:GPL-2.0+
 Group:  System/I18n/Chinese
-Url:http://www.scim-im.org/
-Source: 
http://iweb.dl.sourceforge.net/project/scim/scim-tables/0.5.13/scim-tables-0.5.13.tar.bz2
+Url:https://github.com/scim-im/scim-tables
+Source: 
https://github.com/scim-im/scim-tables/archive/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 %if 0%{?sles_version}
 BuildRequires:  gtk2-devel
@@ -31,7 +33,9 @@
 BuildRequires:  gtk3-devel
 %endif
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  scim-devel
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,13 +84,14 @@
 Input Method data for non-CJK languages, including Russian etc. for the
 scim-tables input method module.
 
+%lang_package
+
 %prep
 %define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
-%setup -q
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
-export CFLAGS=%{optflags}
-export CXXFLAGS=%{optflags}
+./bootstrap
 %configure --enable-debug
 make %{?_smp_mflags}
 
@@ -95,7 +100,7 @@
 rm -f %{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/*/*.{a,la}
 %find_lang scim-tables
 
-%files -f scim-tables.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README ChangeLog
 %doc %{_mandir}/man?/*
@@ -260,4 +265,7 @@
 %{_datadir}/scim/icons/HebrewComputer.png
 %{_datadir}/scim/icons/RussianComputer.png
 
+%files lang -f %{name}.lang
+%defattr(-, root, root)
+
 %changelog

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



commit scim-tables for openSUSE:Factory

2013-08-06 Thread h_root
Hello community,

here is the log from the commit of package scim-tables for openSUSE:Factory 
checked in at 2013-08-06 11:59:49

Comparing /work/SRC/openSUSE:Factory/scim-tables (Old)
 and  /work/SRC/openSUSE:Factory/.scim-tables.new (New)


Package is scim-tables

Changes:

--- /work/SRC/openSUSE:Factory/scim-tables/scim-tables.changes  2012-09-15 
17:30:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-tables.new/scim-tables.changes 
2013-08-06 11:59:50.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  6 00:12:24 UTC 2013 - i...@marguerite.su
+
+- update to 0.5.13
+  * Add modern Hebrew and Russian support, thanks to Ury Marshak
+- no skim anymore
+
+---

Old:

  scim-tables-0.5.11.tar.xz

New:

  scim-tables-0.5.13.tar.bz2



Other differences:
--
++ scim-tables.spec ++
--- /var/tmp/diff_new_pack.PI3iiP/_old  2013-08-06 11:59:51.0 +0200
+++ /var/tmp/diff_new_pack.PI3iiP/_new  2013-08-06 11:59:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-tables
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,165 +16,99 @@
 #
 
 
-%if %suse_version  1120
-%bcond_with skim
-%else
-%bcond_without skim
-%endif
-
 Name:   scim-tables
+Version:0.5.13
+Release:0
+Summary:Data Files for SCIM Generic Table Input Method Module
+License:GPL-2.0+
+Group:  System/I18n/Chinese
+Url:http://www.scim-im.org/
+Source: 
http://iweb.dl.sourceforge.net/project/scim/scim-tables/0.5.13/scim-tables-0.5.13.tar.bz2
 BuildRequires:  gcc-c++
+%if 0%{?sles_version}
 BuildRequires:  gtk2-devel
-BuildRequires:  scim-devel
-%if %{with skim}
-BuildRequires:  kdelibs3-devel
-BuildRequires:  skim
+%else
+BuildRequires:  gtk3-devel
 %endif
-BuildRequires:  xz
-Version:0.5.11
-Release:0
-Url:http://www.scim-im.org/
-# CVS repository:
-# cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim login 
-# cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim co scim-tables
-Source0:
http://switch.dl.sourceforge.net/sourceforge/scim/%{name}-%{version}.tar.xz
+BuildRequires:  intltool
+BuildRequires:  scim-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Data Files for SCIM Generic Table Input Method Module
-License:LGPL-2.1+
-Group:  System/I18n/Chinese
 
 %description
 Data files for SCIM generic table input method module.
 
-
-
-Authors:
-
-James Su su...@tsinghua.org.cn
-
 %package zh
-Requires:   %{name} = %{version}
-Provides:   locale(scim-tables:zh)
 Summary:SCIM Chinese Data Files
-License:LGPL-2.1+
 Group:  System/I18n/Chinese
+Requires:   %{name} = %{version}
+Provides:   locale(scim-tables:zh)
 
 %description zh
 This package includes SCIM table IM data files in Chinese.
 
 The data files come from UNICON and XCIN.
 
-
-
-Authors:
-
-James Su su...@tsinghua.org.cn
-
 %package ja
+Summary:SCIM Japanese Data Files
+Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:ja)
-Summary:SCIM Japanese Data Files
-License:GPL-2.0+
-Group:  System/I18n/Chinese
 
 %description ja
 This package includes the SCIM table IM data files in Japanese.
 
 The data files come from UNICON.
 
-
-
-Authors:
-
-James Su su...@tsinghua.org.cn
-
 %package ko
+Summary:SCIM Korean Data Files
+Group:  System/I18n/Korean
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:ko)
-Summary:SCIM Korean Data Files
-License:GPL-2.0+
-Group:  System/I18n/Chinese
 
 %description ko
 This package includes SCIM table IM data files in Korean.
 
 The data files come from UNICON.
 
-
-
-Authors:
-
-James Su su...@tsinghua.org.cn
-
 %package additional
+Summary:Input Method data for non-CJK languages, including Russian etc
+Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:am;ar;bn;gu;hi;kn;ml;ne;pa;ru;ta;te;th;vi)
-Summary:Input Method data for non-CJK languages, including Russian etc.
-License:LGPL-2.1+
-Group:  System/I18n/Chinese
 
 %description additional
 Input Method data for non-CJK languages, including Russian etc. for the
 scim-tables input method module.
 
-%if %{with skim}
-
-%package -n scim-tables-skim

commit scim-tables for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package scim-tables for openSUSE:Factory 
checked in at 2012-09-15 17:30:08

Comparing /work/SRC/openSUSE:Factory/scim-tables (Old)
 and  /work/SRC/openSUSE:Factory/.scim-tables.new (New)


Package is scim-tables, Maintainer is fjk...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scim-tables/scim-tables.changes  2012-06-16 
07:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-tables.new/scim-tables.changes 
2012-09-15 17:30:10.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 12 14:02:04 CST 2012 - hillw...@linuxfans.org
+
+- update to 0.5.11, fixed gtk3 build by upstream.
+- more tables support.
+- remove old patches: these bugs which fixed by these patches have been
+  fixed by upstream.
+
+---

Old:

  build.patch
  gcc43.patch
  kanjidic-license-clarification.patch
  scim-tables-0.5.8.tar.bz2
  skip.patch

New:

  scim-tables-0.5.11.tar.xz



Other differences:
--
++ scim-tables.spec ++
--- /var/tmp/diff_new_pack.BcauSn/_old  2012-09-15 17:30:11.0 +0200
+++ /var/tmp/diff_new_pack.BcauSn/_new  2012-09-15 17:30:11.0 +0200
@@ -30,17 +30,14 @@
 BuildRequires:  kdelibs3-devel
 BuildRequires:  skim
 %endif
-Version:0.5.8
+BuildRequires:  xz
+Version:0.5.11
 Release:0
 Url:http://www.scim-im.org/
 # CVS repository:
 # cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim login 
 # cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim co scim-tables
-Source0:
http://switch.dl.sourceforge.net/sourceforge/scim/scim-tables-0.5.8.tar.bz2
-Patch0: kanjidic-license-clarification.patch
-Patch1: skip.patch
-Patch2: build.patch
-Patch3: gcc43.patch
+Source0:
http://switch.dl.sourceforge.net/sourceforge/scim/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Data Files for SCIM Generic Table Input Method Module
 License:LGPL-2.1+
@@ -136,10 +133,7 @@
 %prep
 %define scim_binary_version 1.4.0
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
-%patch3 -p1
+
 #cp $RPM_SOURCE_DIR/SKIP.png icons
 
 %build
@@ -228,7 +222,6 @@
 
 %files ja
 %defattr(-, root, root)
-%doc ja/kanjidic*
 %dir %{_datadir}/scim/
 %dir %{_datadir}/scim/tables
 %{_datadir}/scim/tables/HIRAGANA.bin
@@ -285,6 +278,17 @@
 %{_datadir}/scim/tables/Thai.bin
 %{_datadir}/scim/tables/Translit.bin
 %{_datadir}/scim/tables/Ukrainian-Translit.bin
+%{_datadir}/scim/tables/Hindi-remington.bin
+%{_datadir}/scim/tables/IPA-Kirshenbaum.bin
+%{_datadir}/scim/tables/Marathi-remington.bin
+%{_datadir}/scim/tables/Punjabi-remington.bin
+%{_datadir}/scim/tables/RussianTraditional.bin
+%{_datadir}/scim/tables/SmartCangJie6.bin
+%{_datadir}/scim/tables/Tamil-tamil99.bin
+%{_datadir}/scim/tables/Uyghur-Romanized.bin
+%{_datadir}/scim/tables/Uyghur-Standard.bin
+%{_datadir}/scim/tables/classicalhebrew.bin
+%{_datadir}/scim/tables/greekpoly.bin
 %dir %{_datadir}/scim/icons/
 %{_datadir}/scim/icons/Amharic.png
 %{_datadir}/scim/icons/Arabic.png
@@ -311,6 +315,15 @@
 %{_datadir}/scim/icons/Tamil-remington.png
 %{_datadir}/scim/icons/Telugu-inscript.png
 %{_datadir}/scim/icons/Thai.png
+%{_datadir}/scim/icons/Hindi-remington.png
+%{_datadir}/scim/icons/Marathi-remington.png
+%{_datadir}/scim/icons/Punjabi-remington.png
+%{_datadir}/scim/icons/RussianTraditional.png
+%{_datadir}/scim/icons/SmartCangJie6.png
+%{_datadir}/scim/icons/Tamil-tamil99.png
+%{_datadir}/scim/icons/Translit.png
+%{_datadir}/scim/icons/Ukrainian-Translit.png
+%{_datadir}/scim/icons/Uyghur.png
 
 %if %{with skim}
 

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



commit scim-tables for openSUSE:Factory

2012-06-15 Thread h_root
Hello community,

here is the log from the commit of package scim-tables for openSUSE:Factory 
checked in at 2012-06-16 07:31:03

Comparing /work/SRC/openSUSE:Factory/scim-tables (Old)
 and  /work/SRC/openSUSE:Factory/.scim-tables.new (New)


Package is scim-tables, Maintainer is fjk...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scim-tables/scim-tables.changes  2011-09-23 
12:45:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-tables.new/scim-tables.changes 
2012-06-16 07:31:04.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun  7 02:34:32 UTC 2012 - swy...@gmail.com
+
+- remove Provides: locale(scim:zh) from spec 
+
+---



Other differences:
--
++ scim-tables.spec ++
--- /var/tmp/diff_new_pack.IJWTXM/_old  2012-06-16 07:31:06.0 +0200
+++ /var/tmp/diff_new_pack.IJWTXM/_new  2012-06-16 07:31:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package scim-tables (Version 0.5.8)
+# spec file for package scim-tables
 #
-# Copyright (c) 2010 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %if %suse_version  1120
 %bcond_with skim
@@ -24,17 +23,16 @@
 %endif
 
 Name:   scim-tables
-BuildRequires:  gcc-c++ gtk2-devel scim-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  scim-devel
 %if %{with skim}
-BuildRequires:  kdelibs3-devel skim
+BuildRequires:  kdelibs3-devel
+BuildRequires:  skim
 %endif
 Version:0.5.8
-Release:2
-License:LGPL-2.1+
-Group:  System/I18n/Chinese
+Release:0
 Url:http://www.scim-im.org/
-AutoReqProv:on
-Provides:   locale(scim:zh)
 # CVS repository:
 # cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim login 
 # cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim co scim-tables
@@ -45,6 +43,8 @@
 Patch3: gcc43.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Data Files for SCIM Generic Table Input Method Module
+License:LGPL-2.1+
+Group:  System/I18n/Chinese
 
 %description
 Data files for SCIM generic table input method module.
@@ -56,11 +56,11 @@
 James Su su...@tsinghua.org.cn
 
 %package zh
-License:LGPL-2.1+
-Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:zh)
 Summary:SCIM Chinese Data Files
+License:LGPL-2.1+
+Group:  System/I18n/Chinese
 
 %description zh
 This package includes SCIM table IM data files in Chinese.
@@ -74,11 +74,11 @@
 James Su su...@tsinghua.org.cn
 
 %package ja
-License:GPL-2.0+
-Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:ja)
 Summary:SCIM Japanese Data Files
+License:GPL-2.0+
+Group:  System/I18n/Chinese
 
 %description ja
 This package includes the SCIM table IM data files in Japanese.
@@ -92,11 +92,11 @@
 James Su su...@tsinghua.org.cn
 
 %package ko
-License:GPL-2.0+
-Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:ko)
 Summary:SCIM Korean Data Files
+License:GPL-2.0+
+Group:  System/I18n/Chinese
 
 %description ko
 This package includes SCIM table IM data files in Korean.
@@ -110,11 +110,11 @@
 James Su su...@tsinghua.org.cn
 
 %package additional
-License:LGPL-2.1+
-Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:am;ar;bn;gu;hi;kn;ml;ne;pa;ru;ta;te;th;vi)
 Summary:Input Method data for non-CJK languages, including Russian etc.
+License:LGPL-2.1+
+Group:  System/I18n/Chinese
 
 %description additional
 Input Method data for non-CJK languages, including Russian etc. for the
@@ -123,8 +123,8 @@
 %if %{with skim}
 
 %package -n scim-tables-skim
-License:GPL-2.0+
 Summary:Skim setup module for scim-tables
+License:GPL-2.0+
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(skim:zh)

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



commit scim-tables for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package scim-tables for openSUSE:Factory 
checked in at 2011-12-06 19:02:33

Comparing /work/SRC/openSUSE:Factory/scim-tables (Old)
 and  /work/SRC/openSUSE:Factory/.scim-tables.new (New)


Package is scim-tables, Maintainer is fjk...@suse.com

Changes:




Other differences:
--
++ scim-tables.spec ++
--- /var/tmp/diff_new_pack.fsf7zW/_old  2011-12-06 19:35:51.0 +0100
+++ /var/tmp/diff_new_pack.fsf7zW/_new  2011-12-06 19:35:51.0 +0100
@@ -30,7 +30,7 @@
 %endif
 Version:0.5.8
 Release:2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/I18n/Chinese
 Url:http://www.scim-im.org/
 AutoReqProv:on
@@ -56,7 +56,7 @@
 James Su su...@tsinghua.org.cn
 
 %package zh
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:zh)
@@ -74,7 +74,7 @@
 James Su su...@tsinghua.org.cn
 
 %package ja
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:ja)
@@ -92,7 +92,7 @@
 James Su su...@tsinghua.org.cn
 
 %package ko
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:ko)
@@ -110,7 +110,7 @@
 James Su su...@tsinghua.org.cn
 
 %package additional
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
 Provides:   locale(scim-tables:am;ar;bn;gu;hi;kn;ml;ne;pa;ru;ta;te;th;vi)
@@ -123,7 +123,7 @@
 %if %{with skim}
 
 %package -n scim-tables-skim
-License:GPLv2+
+License:GPL-2.0+
 Summary:Skim setup module for scim-tables
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}

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