Hello community,

here is the log from the commit of package ibus-anthy for openSUSE:Factory 
checked in at 2013-07-08 16:47:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-anthy (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-anthy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-anthy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-anthy/ibus-anthy.changes    2012-06-28 
15:28:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-anthy.new/ibus-anthy.changes       
2013-07-08 16:47:24.000000000 +0200
@@ -1,0 +2,47 @@
+Mon Jul  8 00:01:31 CST 2013 - hillw...@linuxfans.org
+
+- update to 1.5.3
+  * Fixed some bugs
+
+-------------------------------------------------------------------
+Wed Jan 22 11:17:04 CST 2013 - hillw...@linuxfans.org
+
+- update to 1.5.0
+  * Added ibus menu customization.
+  * Added us layout table for Kana.
+  * Added keyboard layout customization.
+  * Enabled IBusProperty.symbol with ibus 1.5 .
+  * Add a .desktop file for ibus-setup-anthy
+  * Updated configure.ac to use ibus pygobject3.
+  * Converted pygtk2 to gir gtk3.
+  * Added to sync the user config xml between versions.
+  * Updated translations.
+  * Added ibus menu customization.
+  * Replaced the legacy icon gtk-preferences with preferences-desktop.
+  * Added el.po.
+  * Fixed to delete arch depended lines. (#884031)
+
+-------------------------------------------------------------------
+Fri Dec 14 12:08:11 CST 2012 - hillw...@linuxfans.org
+
+- update to 1.4.99.20121006.
+  * Fixed GtkBuilder bindtextdomain in ibus-setup.
+  * Updated configure.ac to use ibus pygobject3.
+  * Fixed MBCS dict file names (#1479)
+  * Add a .desktop file for ibus-setup-anthy
+  * Added IBUS_VERSION_TEST to make sure the latest ibus is used.
+  * First round of string fixes.
+  * Added anthy themed icon.
+  * Used ibus_config_get_values
+  * Added old repeated chars in symbol.t and oldchar.t
+  * Fixed IBus.Bus.get_config is null. (#848023)
+  * Fixed GLib.Variant.dup_strv for pygobject3 3.3.4 or later. (#854161)
+  * Fixed a UI string; katakana. (#1508)
+  * Enabled IBusProperty.symbol with ibus 1.5 .
+  * Fixed IBus.LookupTable->candidates->len > 0 (#860135)
+  * Added keyboard layout customization.
+  * Updated translations.
+  * Update French translation
+  * Disabled noinst data.
+
+-------------------------------------------------------------------
@@ -8 +55 @@
-Sat Jun  9 11:24:33 UTC+8 2012 - hillw...@linuxfans.org
+Sat Jun  9 11:24:33 CST 2012 - hillw...@linuxfans.org
@@ -13 +60 @@
-Wed Jun  6 22:31:17 UTC+8 2012 - hillw...@linuxfans.org
+Wed Jun  6 22:31:17 CST 2012 - hillw...@linuxfans.org

Old:
----
  ibus-anthy-1.2.7.tar.gz

New:
----
  ibus-anthy-1.5.3.tar.gz

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

Other differences:
------------------
++++++ ibus-anthy.spec ++++++
--- /var/tmp/diff_new_pack.4AliiO/_old  2013-07-08 16:47:24.000000000 +0200
+++ /var/tmp/diff_new_pack.4AliiO/_new  2013-07-08 16:47:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-anthy
 #
-# 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
@@ -19,13 +19,18 @@
 Name:           ibus-anthy
 BuildRequires:  anthy-devel
 BuildRequires:  fdupes
-BuildRequires:  ibus-devel
+BuildRequires:  ibus-devel >= 1.4.99 
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
+BuildRequires:  python 
 BuildRequires:  python-devel
 BuildRequires:  swig
-Version:        1.2.7
-Release:        0
+BuildRequires:  python-gobject2-devel
+BuildRequires:  python-gobject-devel
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  update-desktop-files
+Version:        1.5.3
+Release:        1
 Summary:        The Anthy engine for IBus input platform
 License:        GPL-2.0+
 Group:          System/I18n/Japanese
@@ -40,30 +45,54 @@
 The Anthy engine for IBus platform. It provides Japanese input method from
 libanthy.
 
+%package devel
+Summary:         Development files for %{name}
+Group:           Development/Libraries/C and C++
+Requires:        %{name} = %{version}-%{release}
+ 
+%description devel
+The %{name}-devel package includes the header files for the %{name} package.
+
+
 %prep
 %setup -q
 
 %build
 %configure --disable-static \
-          --libexecdir=%{_prefix}/%{_lib}/ibus
+          --libexecdir=%{_libexecdir}
 make %{?jobs:-j %jobs}
 
 %install
 %makeinstall
 rm -f $RPM_BUILD_ROOT%{python_sitearch}/_anthy.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-1.0.la
 
 %find_lang %{name}
 %fdupes -s $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%suse_update_desktop_file ibus-setup-anthy System Utility settings
+
+%post devel -p /sbin/ldconfig
+
+%postun devel -p/sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
-%{python_sitearch}
-%{_prefix}/%{_lib}/ibus
+#%{_prefix}/%{_lib}/ibus
+%{_libexecdir}/ibus-*
 %{_datadir}/ibus-anthy
 %{_datadir}/ibus
+%{_libdir}/girepository-1.0
+%{_datadir}/applications/ibus-setup-anthy.desktop
+%{_datadir}/icons/hicolor/
+
+
+%files devel 
+%defattr(-,root,root,-)
+%{_includedir}/ibus-anthy-1.0
+%{_datadir}/gir-1.0
+%{_libdir}/libanthygobject-*
+
 
 %changelog

++++++ ibus-anthy-1.2.7.tar.gz -> ibus-anthy-1.5.3.tar.gz ++++++
++++ 33032 lines of diff (skipped)

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

Reply via email to