Accepting request 242603 from home:MargueriteSu:branches:M17N

OBS-URL: https://build.opensuse.org/request/show/242603
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=112
This commit is contained in:
Marguerite Su 2014-07-27 15:45:22 +00:00 committed by Git OBS Bridge
parent c92e4a6007
commit 502b699aee
3 changed files with 32 additions and 11 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 27 15:15:28 UTC 2014 - i@marguerite.su
- fix hillwood's timestamp in changelog
- add two more macros to macros.ibus
-------------------------------------------------------------------
Sat Jul 26 18:01:19 UTC 2014 - i@marguerite.su
@ -119,7 +125,7 @@ Mon Jan 27 16:49:27 UTC 2014 - ftake@geeko.jp
* fix ibus-ui-gtk3 crashes if layout is en_intl (bnc#859354)
-------------------------------------------------------------------
Mon Nov 25 21:50:12 CST 2013 - hillwood@linuxfans.org
Mon Nov 25 13:50:12 UTC 2013 - hillwood@linuxfans.org
- Better way to fix cursor following problem (on_the_spot bug)
under libreoffice-kde4 (bnc#851982).
@ -146,7 +152,7 @@ Thu Oct 17 07:13:31 UTC 2013 - i@marguerite.su
* ibus qt tray icon is not in keeping with KDE monochrome icon look.
-------------------------------------------------------------------
Mon Oct 14 09:22:41 CST 2013 - hillwood@linuxfans.org
Mon Oct 14 01:22:41 UTC 2013 - hillwood@linuxfans.org
- Obsoletes libibus-1_0-0
@ -207,7 +213,7 @@ Tue Jul 30 17:19:47 UTC 2013 - ftake@geeko.jp
* Update UI, improve performance, fix build problems
-------------------------------------------------------------------
Tue Jul 9 22:23:47 CST 2013 - hillwood@linuxfans.org
Tue Jul 9 14:23:47 UTC 2013 - hillwood@linuxfans.org
- Fix cursor following problem in KDE4 for libreoffice
@ -286,7 +292,7 @@ Sat Feb 16 15:59:12 UTC 2013 - ftake@geeko.jp
* update ibus-fix-tray-icon-on-gnome-3.6.patch
-------------------------------------------------------------------
Sat Feb 9 13:13:13 CST 2013 - hillwood@linuxfans.org
Sat Feb 9 03:13:13 UTC 2013 - hillwood@linuxfans.org
- fix bnc#802967
* fix ibus's tray icon can't show in gnome-shell 3.6 for openSUSE 12.3,
@ -308,7 +314,7 @@ Wed Oct 17 04:20:14 UTC 2012 - douglarek@outlook.com
see: http://en.opensuse.org/openSUSE:Specfile_guidelines#Parallel_make
-------------------------------------------------------------------
Sat Aug 25 20:25:17 CST 2012 - hillwood@linuxfans.org
Sat Aug 25 12:25:17 UTC 2012 - hillwood@linuxfans.org
- update to 1.4.2
Some bug fixings
@ -335,12 +341,12 @@ Thu May 17 05:49:31 UTC 2012 - swyear@gmail.com
- fix build error in Factory: ln should be done in buildroot
-------------------------------------------------------------------
Wed Mar 7 21:54:43 CST 2012 - hillwood@linuxfans.org
Wed Mar 7 13:54:43 UTC 2012 - hillwood@linuxfans.org
- Fix FSF-address warnings in RPMLINT report
-------------------------------------------------------------------
Wed Mar 07 12:27:57 CST 2012 - hillwood@linuxfans.org
Wed Mar 07 04:27:57 UTC 2012 - hillwood@linuxfans.org
- Update to 1.4.1
* Many bug fixings

View File

@ -1,4 +1,10 @@
# RPM macros for ibus
# You should use %%{_ibus_icondir} and %%{_ibus_tabledir}
# in %%files section
# For ibus table packaging, you have to:
# Use %%ibus_table_requires as requires
# Use %%ibus_table_index_post %%DB_NAME in %%post to create
# table indexes for your table package.
%_ibus_includedir %{_includedir}/ibus-1.0
%_ibus_libdir %{_libdir}/ibus
%_ibus_libexecdir %{_ibus_libdir}
@ -16,4 +22,13 @@ Requires: ibus
%ibus_table_requires \
Requires: ibus-table
Requires(post): ibus-table
%ibus_table_index_post() \
%if "x%1" != "x%%1" \
DB_NAME="%1" \
%else \
echo "Missing argument DB_NAME in call to %%ibus_table_create_index." \
false \
%endif \
/usr/bin/ibus-table-createdb -i -n ${DB_NAME}.db || true