public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Clasen <mclasen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: rebuild against new libnotify
Date: Sun, 31 May 2026 02:04:53 GMT	[thread overview]
Message-ID: <178019309302.1.13893869841912721156.rpms-ibus-f080a888e645@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : f080a888e64535d2f24b1adad0791e1f7414ab93
Author : Matthias Clasen <mclasen@redhat.com>
Date   : 2010-11-03T16:04:30-04:00
Stats  : +20/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/f080a888e64535d2f24b1adad0791e1f7414ab93?branch=autotool

Log:
rebuild against new libnotify

---
diff --git a/ibus.spec b/ibus.spec
index 5e7b30b..d1e1e2e 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -11,7 +11,7 @@
 
 Name:       ibus
 Version:    1.3.8
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -23,6 +23,10 @@ Patch0:     ibus-HEAD.patch
 # Patch2:     ibus-530711-preload-sys.patch
 Patch3:     ibus-541492-xkb.patch
 Patch4:     ibus-435880-surrounding-text.patch
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=649058
+Patch5: notify.patch
+
 # WORKAROUND_GTK3_BUILD_FAILURE @ fedora14
 Patch99:    ibus-xx-workaround-gtk3.patch
 
@@ -137,6 +141,7 @@ The ibus-devel-docs package contains developer documentation for ibus
 %patch3 -p1 -b .xkb
 %endif
 %patch4 -p1 -b .surrounding
+%patch5 -p1 -b .notify
 
 #### start WORKAROUND_GTK3_BUILD_FAILURE
 WORKAROUND_GTK3_BUILD_FAILURE=0
@@ -295,6 +300,9 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.8-3
+- Rebuild against libnotify 0.7.0
+
 * Tue Nov 02 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-2
 - Added ibus-HEAD.patch.
   Fix Bug 640038 - unresolved reference to symbol gdk_drawable_get_size

diff --git a/notify.patch b/notify.patch
new file mode 100644
index 0000000..f935f86
--- /dev/null
+++ b/notify.patch
@@ -0,0 +1,11 @@
+diff -up ibus-1.3.8/ui/gtk/main.py.notify ibus-1.3.8/ui/gtk/main.py
+--- ibus-1.3.8/ui/gtk/main.py.notify	2010-11-02 16:35:17.339180001 -0400
++++ ibus-1.3.8/ui/gtk/main.py	2010-11-02 16:35:26.780180001 -0400
+@@ -58,7 +58,6 @@ class UIApplication:
+                             "Please restart ibus input platform."), \
+                             "ibus")
+         self.__notify.set_timeout(10 * 1000)
+-        self.__notify.attach_to_status_icon (self.__panel.get_status_icon())
+         self.__notify.add_action("restart", _("Restart Now"), self.__restart_cb, None)
+         self.__notify.add_action("ignore", _("Later"), lambda *args: None, None)
+ 

                 reply	other threads:[~2026-05-31  2:04 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=178019309302.1.13893869841912721156.rpms-ibus-f080a888e645@fedoraproject.org \
    --to=mclasen@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