public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jiri Moskovcak <jmoskovc@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: fix applet to build with libnotify 0.7
Date: Mon, 03 Aug 2026 11:03:15 GMT	[thread overview]
Message-ID: <178575499562.1.1691398530593412675.rpms-abrt-07731c373726@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 07731c3737265792acde8b7b199579e51b319647
Author : Jiri Moskovcak <jmoskovc@redhat.com>
Date   : 2010-11-10T19:28:22+01:00
Stats  : +19/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/07731c3737265792acde8b7b199579e51b319647?branch=update-2.17.9-f44

Log:
fix applet to build with libnotify 0.7

---
diff --git a/abrt.spec b/abrt.spec
index 22e95fd..b931e17 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -12,10 +12,10 @@
 #
 # % define _buildid .local
 
-%if 0%{?_buildid}
-%define ?pkg_release 2%{?_buildid}%{?dist}
+%if "0%{?_buildid}" != "0"
+%define pkg_release 0.%{?_buildid}%{?dist}
 %else
-%define pkg_release 2%{?dist}
+%define pkg_release 3%{?dist}
 %endif
 
 Summary: Automatic bug detection and reporting tool
@@ -31,6 +31,7 @@ Patch0: abrt-1.0.9-hideprefs.patch
 Patch1: abrt_disable_gpgcheck.diff
 Patch2: blacklist.patch
 Patch3: polkit.patch
+Patch4: libnotify_07.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -242,6 +243,7 @@ Virtual package to make easy default installation on desktop environments.
 # general patches
 %patch2 -p1 -b .blacklist_mono
 %patch3 -p1 -b .polkit
+%patch4 -p1 -b .libnotify07
 
 %build
 %configure
@@ -496,6 +498,9 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Nov 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.13-3
+- Rebuild for libnotify-0.7
+
 * Wed Aug 25 2010 Jochen Schmitt <Jochen herr-schmitt de> 1.1.13-2%{?dist}
 - Rebuild for python-2.7
 

diff --git a/libnotify_07.patch b/libnotify_07.patch
new file mode 100644
index 0000000..9c1ff04
--- /dev/null
+++ b/libnotify_07.patch
@@ -0,0 +1,11 @@
+--- abrt-1.1.13/src/Applet/CCApplet.cpp	2010-08-02 15:12:39.000000000 +0200
++++ abrt-1.1.13_/src/Applet/CCApplet.cpp	2010-11-10 19:02:04.131162987 +0100
+@@ -36,7 +36,7 @@
+ static NotifyNotification *new_warn_notification()
+ {
+     NotifyNotification *notification;
+-    notification = notify_notification_new(_("Warning"), NULL, NULL, NULL);
++    notification = notify_notification_new(_("Warning"), NULL, NULL);
+     g_signal_connect(notification, "closed", G_CALLBACK(on_notify_close), NULL);
+ 
+     GdkPixbuf *pixbuf = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(),

                 reply	other threads:[~2026-08-03 11:03 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=178575499562.1.1691398530593412675.rpms-abrt-07731c373726@fedoraproject.org \
    --to=jmoskovc@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