public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Updated ibus-xx-no-use.diff not to use variant.dup_strv()
Date: Sun, 31 May 2026 02:05:53 GMT	[thread overview]
Message-ID: <178019315384.1.4143410205452649998.rpms-ibus-8e7bad238dc0@fedoraproject.org> (raw)

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.
 

                 reply	other threads:[~2026-05-31  2:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178019315384.1.4143410205452649998.rpms-ibus-8e7bad238dc0@fedoraproject.org \
    --to=tfujiwar@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox