public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Updated ibus-xx-no-use.diff not to use variant.dup_strv()
@ 2026-05-31 2:05 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31 2:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 8e7bad238dc048173895457c21439d59456be131
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2012-12-14T19:39:17+09:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/8e7bad238dc048173895457c21439d59456be131?branch=autotool
Log:
Updated ibus-xx-no-use.diff not to use variant.dup_strv()
---
diff --git a/ibus-xx-no-use.diff b/ibus-xx-no-use.diff
index d95bd4c..df996c9 100644
--- a/ibus-xx-no-use.diff
+++ b/ibus-xx-no-use.diff
@@ -175,7 +175,7 @@ index 46209b6..aa8e935 100644
+ label = 'switch_engine'
+ variant = self.__config.get_value('general/hotkey', name)
+ if variant != None:
-+ shortcuts = variant.dup_strv()
++ shortcuts = variant.unpack()
+ else:
+ shortcuts = ['<Control>space']
+
diff --git a/ibus.spec b/ibus.spec
index d583ac9..c981569 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -37,7 +37,7 @@
Name: ibus
Version: 1.4.99.20121109
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@@ -483,6 +483,9 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
+* Fri Dec 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-9
+- Updated ibus-xx-no-use.diff not to use variant.dup_strv()
+
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
- Resolves #869584 - Removed libgnomekbd dependency in f18.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:05 [rpms/ibus] autotool: Updated ibus-xx-no-use.diff not to use variant.dup_strv() Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox