public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: fix applet to build with libnotify 0.7
@ 2026-08-03 10:21 Jiri Moskovcak
0 siblings, 0 replies; only message in thread
From: Jiri Moskovcak @ 2026-08-03 10:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
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.8
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(),
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:21 [rpms/abrt] update-2.17.8: fix applet to build with libnotify 0.7 Jiri Moskovcak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox