From ec364493c48f83264b66e3df7d3765d220d66e12 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 26 Nov 2024 17:09:39 +0300 Subject: [PATCH] import libnotify-0.8.3-5.el10 --- .gitignore | 1 + .libnotify.metadata | 1 + SOURCES/drop-docbook5-style-xsl.patch | 225 ++++++++++++++++ SPECS/libnotify.spec | 373 ++++++++++++++++++++++++++ 4 files changed, 600 insertions(+) create mode 100644 .gitignore create mode 100644 .libnotify.metadata create mode 100644 SOURCES/drop-docbook5-style-xsl.patch create mode 100644 SPECS/libnotify.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f4ffe8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libnotify-0.8.3.tar.xz diff --git a/.libnotify.metadata b/.libnotify.metadata new file mode 100644 index 0000000..f98a4ef --- /dev/null +++ b/.libnotify.metadata @@ -0,0 +1 @@ +857d860f38f1e4dfb78d54c1c8ffeb4caf709b7d SOURCES/libnotify-0.8.3.tar.xz diff --git a/SOURCES/drop-docbook5-style-xsl.patch b/SOURCES/drop-docbook5-style-xsl.patch new file mode 100644 index 0000000..aee8cab --- /dev/null +++ b/SOURCES/drop-docbook5-style-xsl.patch @@ -0,0 +1,225 @@ +From b0f7fc9293e6ee2d42ebd85ac6c1c8fe15353a8a Mon Sep 17 00:00:00 2001 +From: rpm-build +Date: Wed, 17 Jul 2024 11:00:42 +0200 +Subject: [PATCH] drop-docbook5-style-xsl.patch + +--- + docs/meson.build | 7 +-- + docs/notify-send.1 | 141 +++++++++++++++++++++++++++++++++++++++++++++ + meson.build | 21 ------- + meson_options.txt | 2 +- + 4 files changed, 143 insertions(+), 28 deletions(-) + create mode 100644 docs/notify-send.1 + +diff --git a/docs/meson.build b/docs/meson.build +index 4c5ba64..bd44664 100644 +--- a/docs/meson.build ++++ b/docs/meson.build +@@ -30,11 +30,6 @@ if get_option('man') + manpages = ['notify-send'] + + foreach page : manpages +- custom_target(page + '-man', +- input: page + '.xml', +- output: page + '.1', +- command: xsltproc_command, +- install: true, +- install_dir: man1dir) ++ install_man(page + '.1') + endforeach + endif +diff --git a/docs/notify-send.1 b/docs/notify-send.1 +new file mode 100644 +index 0000000..fb58424 +--- /dev/null ++++ b/docs/notify-send.1 +@@ -0,0 +1,141 @@ ++'\" t ++.\" Title: notify-send ++.\" Author: Andre Filipe de Assuncao e Brito ++.\" Generator: DocBook XSL Stylesheets vsnapshot ++.\" Date: November 2005 ++.\" Manual: User Commands ++.\" Source: libnotify ++.\" Language: English ++.\" ++.TH "NOTIFY\-SEND" "1" "" "libnotify" "User Commands" ++.\" ----------------------------------------------------------------- ++.\" * Define some portability stuff ++.\" ----------------------------------------------------------------- ++.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ++.\" http://bugs.debian.org/507673 ++.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html ++.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ++.ie \n(.g .ds Aq \(aq ++.el .ds Aq ' ++.\" ----------------------------------------------------------------- ++.\" * set default formatting ++.\" ----------------------------------------------------------------- ++.\" disable hyphenation ++.nh ++.\" disable justification (adjust text to left margin only) ++.ad l ++.\" ----------------------------------------------------------------- ++.\" * MAIN CONTENT STARTS HERE * ++.\" ----------------------------------------------------------------- ++.SH "NAME" ++notify-send \- a program to send desktop notifications ++.SH "SYNOPSIS" ++.HP \w'\fBnotify\-send\fR\ 'u ++\fBnotify\-send\fR [\fIOPTIONS\fR] {\fIsummary\fR} [\fIbody\fR] ++.SH "DESCRIPTION" ++.PP ++With ++\fBnotify\-send\fR ++you can send desktop notifications to the user via a notification daemon from the command line\&. These notifications can be used to inform the user about an event or display some form of information without getting in the user\(cqs way\&. ++.SH "OPTIONS" ++.PP ++\fB\-?\fR, \fB\-\-help\fR ++.RS 4 ++Show help and exit\&. ++.RE ++.PP ++\fB\-a\fR, \fB\-\-app\-name\fR=\fIAPP_NAME\fR ++.RS 4 ++Specifies the app name for the notification\&. ++.RE ++.PP ++\fB\-A\fR, \fB\-\-action\fR=[\fINAME\fR=]\fIText\&.\&.\&.\fR ++.RS 4 ++Specifies the actions to display to the user\&. Implies ++\fB\-\-wait\fR ++to wait for user input\&. May be set multiple times\&. The ++\fINAME\fR ++of the action is output to ++stdout\&. If ++\fINAME\fR ++is not specified, the numerical index of the option is used (starting with ++1)\&. ++.RE ++.PP ++\fB\-u\fR, \fB\-\-urgency\fR=\fILEVEL\fR ++.RS 4 ++Specifies the urgency level (low, ++normal, ++critical)\&. ++.RE ++.PP ++\fB\-t\fR, \fB\-\-expire\-time\fR=\fITIME\fR ++.RS 4 ++The duration, in milliseconds, for the notification to appear on screen\&. ++.sp ++Not all implementations use this parameter\&. GNOME Shell and Notify OSD always ignore it, while Plasma ignores it for notifications with the critical urgency level\&. ++.RE ++.PP ++\fB\-i\fR, \fB\-\-icon\fR=\fIICON\fR ++.RS 4 ++Specifies an icon filename or stock icon to display\&. ++.RE ++.PP ++\fB\-c\fR, \fB\-\-category\fR=\fITYPE\fR[,\fITYPE\fR\&...] ++.RS 4 ++Specifies the notification category\&. ++.RE ++.PP ++\fB\-h\fR, \fB\-\-hint\fR=\fITYPE\fR:\fINAME\fR:\fIVALUE\fR ++.RS 4 ++Specifies basic extra data to pass\&. Valid types are ++BOOLEAN, ++INT, ++DOUBLE, ++STRING, ++BYTE ++and ++VARIANT\&. ++.RE ++.PP ++\fB\-p\fR, \fB\-\-print\-id\fR ++.RS 4 ++Print the notification ID\&. ++.RE ++.PP ++\fB\-r\fR, \fB\-\-replace\-id\fR=\fIREPLACE_ID\fR ++.RS 4 ++The ID of the notification to replace\&. ++.RE ++.PP ++\fB\-w\fR, \fB\-\-wait\fR ++.RS 4 ++Wait for the notification to be closed before exiting\&. If the ++\fBexpire\-time\fR ++is set, it will be used as the maximum waiting time\&. ++.RE ++.PP ++\fB\-e\fR, \fB\-\-transient\fR ++.RS 4 ++Show a transient notification\&. Transient notifications by\-pass the server\*(Aqs persistence capability, if any\&. And so it won\*(Aqt be preserved until the user acknowledges it\&. ++.RE ++.SH "SEE ALSO" ++.PP ++The Desktop Notification Spec on ++\m[blue]\fBhttps://specifications\&.freedesktop\&.org/notification\-spec/\fR\m[]\&. ++.SH "AUTHORS" ++.PP ++\fBAndre Filipe de Assuncao e Brito\fR <\&decko@noisemakers\&.org\&> ++.RS 4 ++Original author ++.RE ++.PP ++\fBPaul van Tilburg\fR <\&paulvt@debian\&.org\&> ++.RS 4 ++Original author ++.RE ++.PP ++\fBRiccardo Setti\fR <\&giskard@debian\&.org\&> ++.RS 4 ++Original author ++.RE +diff --git a/meson.build b/meson.build +index 82e796a..9c3fe81 100644 +--- a/meson.build ++++ b/meson.build +@@ -55,27 +55,6 @@ configure_file(input: 'config.h.meson', + output : 'config.h', + configuration : conf) + +-if get_option('man') +- xsltproc = find_program('xsltproc', required: true) +- stylesheet = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl' +- xsltproc_command = [ +- xsltproc, +- '--nonet', +- '--stringparam', 'man.output.quietly', '1', +- '--stringparam', 'funcsynopsis.style', 'ansi', +- '--stringparam', 'man.th.extra1.suppress', '1', +- '-o', '@OUTPUT@', +- stylesheet, +- '@INPUT@', +- ] +- +- testrun = run_command(xsltproc, '--nonet', stylesheet, check: false) +- +- if testrun.returncode() != 0 +- error('DocBook stylesheet for generating man pages not found, you need to install docbook-xsl-ns or similar package.') +- endif +-endif +- + subdir('libnotify') + subdir('tools') + subdir('docs') +diff --git a/meson_options.txt b/meson_options.txt +index d20d16d..fb0f005 100644 +--- a/meson_options.txt ++++ b/meson_options.txt +@@ -9,7 +9,7 @@ option('introspection', + option('man', + type: 'boolean', + value: true, +- description: 'Enable generating the manual page (depends on xsltproc)') ++ description: 'Install the manual page') + option('gtk_doc', + type: 'boolean', + value: true, +-- +2.45.1 + diff --git a/SPECS/libnotify.spec b/SPECS/libnotify.spec new file mode 100644 index 0000000..1234e6d --- /dev/null +++ b/SPECS/libnotify.spec @@ -0,0 +1,373 @@ +%define glib2_version 2.38.0 + +Name: libnotify +Version: 0.8.3 +Release: 5%{?dist} +Summary: Desktop notification library + +License: LGPL-2.1-or-later +URL: https://gitlab.gnome.org/GNOME/libnotify +Source0: https://download.gnome.org/sources/libnotify/0.8/%{name}-%{version}.tar.xz + +Patch0: drop-docbook5-style-xsl.patch + +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: gi-docgen +BuildRequires: meson +BuildRequires: xmlto +BuildRequires: /usr/bin/xsltproc + +Requires: glib2%{?_isa} >= %{glib2_version} + +%description +libnotify is a library for sending desktop notifications to a notification +daemon, as defined in the freedesktop.org Desktop Notifications spec. These +notifications can be used to inform the user about an event or display some +form of information without getting in the user's way. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package contains libraries and header files needed for +development of programs using %{name}. + +%prep +%autosetup -p1 + +%build +%meson -Dtests=false +%meson_build + +%install +%meson_install + +%files +%license COPYING +%doc NEWS AUTHORS README.md +%{_bindir}/notify-send +%{_libdir}/libnotify.so.* +%{_libdir}/girepository-1.0/Notify-0.7.typelib +%{_mandir}/man1/notify-send.1* + +%files devel +%dir %{_includedir}/libnotify +%{_includedir}/libnotify/* +%{_libdir}/libnotify.so +%{_libdir}/pkgconfig/libnotify.pc +%{_datadir}/gir-1.0/Notify-0.7.gir +%{_docdir}/libnotify-0/ +%doc %{_docdir}/libnotify/spec/ + +%changelog +* Wed Jul 17 2024 Tomas Popela - 0.8.3-5 +- Drop the requirement on docbook5-style-xsl as it will be removed from RHEL. + As it was used to build the man page, add the man page in the native format. +- Resolves: RHEL-45565 + +* Mon Jun 24 2024 Troy Dawson - 0.8.3-4 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 0.8.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 0.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Oct 21 2023 Kalev Lember - 0.8.3-1 +- Update to 0.8.3 + +* Thu Jul 20 2023 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon Feb 20 2023 David King - 0.8.2-1 +- Update to 0.8.2 + +* Thu Jan 19 2023 Fedora Release Engineering - 0.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 0.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jul 18 2022 Kalev Lember - 0.8.1-1 +- Update to 0.8.1 + +* Thu May 05 2022 David King - 0.7.12-1 +- Update to 0.7.12 + +* Thu Apr 28 2022 David King - 0.7.11-1 +- Update to 0.7.11 + +* Thu Jan 20 2022 Fedora Release Engineering - 0.7.9-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Dec 14 2021 David King - 0.7.9-6 +- Use pkgconfig for BuildRequires +- Disable building unused tests + +* Thu Jul 22 2021 Fedora Release Engineering - 0.7.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.7.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 0.7.9-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.7.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Feb 26 2020 Kalev Lember - 0.7.9-1 +- Update to 0.7.9 + +* Wed Jan 29 2020 Fedora Release Engineering - 0.7.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.7.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Apr 16 2019 Adam Williamson - 0.7.8-2 +- Rebuild with Meson fix for #1699099 + +* Sat Apr 06 2019 Kalev Lember - 0.7.8-1 +- Update to 0.7.8 +- Switch to the meson build system +- Build DocBook documentation + +* Fri Feb 01 2019 Fedora Release Engineering - 0.7.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.7.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.7.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.7.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.7.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.7.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Oct 14 2016 Kalev Lember - 0.7.7-1 +- Update to 0.7.7 +- Remove lib64 rpaths +- Don't set group tags +- Use make_install macro +- Don't manually set deps that pkgconfig dep extractor automatically does +- Drop old, unused build deps +- Tighten deps with the _isa macro + +* Thu Feb 04 2016 Fedora Release Engineering - 0.7.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.7.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Apr 29 2015 Kalev Lember - 0.7.6-6 +- Drop the dependency on desktop-notification-daemon +- Use license macro for the COPYING file + +* Sat Feb 21 2015 Till Maas - 0.7.6-5 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + +* Sun Aug 17 2014 Fedora Release Engineering - 0.7.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 22 2014 Kalev Lember - 0.7.6-3 +- Rebuilt for gobject-introspection 1.41.4 + +* Sat Jun 07 2014 Fedora Release Engineering - 0.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Sep 04 2013 Kalev Lember - 0.7.6-1 +- Update to 0.7.6 + +* Sat Aug 03 2013 Fedora Release Engineering - 0.7.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Mar 22 2013 Dan Mashal - 0.7.5-5 +- Fix RHBZ #925824 +- Update source URL +- Fix mix of spaces and tabs in spec file +- Fix bogus changelog date + +* Thu Feb 14 2013 Fedora Release Engineering - 0.7.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.7.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jul 11 2012 Ville Skyttä - 0.7.5-2 +- Fix glib2 dependency version. + +* Wed Mar 28 2012 Richard Hughes - 0.7.5-1 +- Update to 0.7.5 + +* Sun Mar 4 2012 Peter Robinson - 0.7.4-2 +- Merge newer F-16 version into rawhide + +* Tue Aug 30 2011 Matthias Clasen - 0.7.4-1 +- Update to 0.7.4 + +* Wed May 11 2011 Tomas Bzatek - 0.7.3-1 +- Update to 0.7.3 + +* Mon Mar 21 2011 Matthias Clasen - 0.7.2-1 +- Update to 0.7.2 + +* Tue Feb 08 2011 Fedora Release Engineering - 0.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jan 14 2011 Matthias Clasen - 0.7.1-1 +- Update to 0.7.1 +- Enable introspection + +* Mon Jan 3 2011 Bill Nottingham - 0.7.0-2 +- unbreak firefox and similar apps that free pixbufs they send to set_image_from_pixbuf (#654628) + +* Mon Nov 1 2010 Matthias Clasen - 0.7.0-1 +- Update to 0.7.0 + +* Mon Oct 4 2010 Matthias Clasen - 0.6.0-1 +- Update to 0.6.0 + +* Tue Jun 29 2010 Bastien Nocera 0.5.1-1 +- Update to 0.5.1 + +* Mon Jun 28 2010 Bastien Nocera 0.5.0-1 +- Update to 0.5.0 + +* Wed Nov 11 2009 Matthias Clasen - 0.4.5-4 +- Close notifications with non-default actions on uninit + +* Fri Jul 24 2009 Fedora Release Engineering - 0.4.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 22 2008 Matthias Clasen - 0.4.5-1 +- Update to 0.4.5 +- Drop obsolete patches +- Tweak %%summary and %%description + +* Sat Aug 23 2008 Matthias Clasen - 0.4.4-12 +- Handle extra parameter of the closed signal + +* Tue Jun 10 2008 Colin Walters - 0.4.4-11 +- Add patch neccessary for reliable notification positioning + +* Mon Feb 18 2008 Fedora Release Engineering - 0.4.4-10 +- Autorebuild for GCC 4.3 + +* Tue Oct 23 2007 Matthias Clasen - 0.4.4-9 +- Rebuild against new dbus-glib + +* Wed Oct 10 2007 Matthias Clasen - 0.4.4-8 +- Rebuild + +* Tue Aug 7 2007 Matthias Clasen - 0.4.4-7 +- Update licence field + +* Wed Jun 6 2007 Matthias Clasen - 0.4.4-6 +- Re-add notification-daemon requirement again + +* Tue Jun 5 2007 Matthias Clasen - 0.4.4-5 +- Temporarily remove the notification-daemon requires + for bootstrapping + +* Mon Jun 4 2007 Matthias Clasen - 0.4.4-4 +- Re-add notification-daemon requirement + +* Mon Jun 4 2007 Matthias Clasen - 0.4.4-3 +- Temporarily remove the notification-daemon requires + for bootstrapping + +* Sun Mar 25 2007 Matthias Clasen - 0.4.4-2 +- Require gtk2-devel in the -devel package (#216946) + +* Fri Mar 23 2007 Matthias Clasen - 0.4.4-1 +- Update to 0.4.4, which contains important bug fixes + and memory leak fixes +- Require pkgconfig in the -devel package + +* Sat Dec 9 2006 Matthias Clasen - 0.4.3-2 +- Another typo (#214275) + +* Sat Nov 11 2006 Ray Strode - 0.4.3-1 +- Update 0.4.3 + +* Tue Nov 7 2006 Matthias Clasen - 0.4.2-5 +- Fix typos in the spec (#214275) + +* Sun Sep 17 2006 Christopher Aillon - 0.4.2-4 +- Add upstream patch (r2899) to correct an invalid assertion when + creating notifications using status icons + +* Tue Aug 15 2006 Luke Macken - 0.4.2-3 +- Add upstream patch libnotify-0.4.2-status-icon.patch to emit the correct + property change notification 'status-icon' instead of 'attach-icon' + +* Fri Jul 21 2006 John (J5) Palmieri - 0.4.2-2 +- Add developer docs to the devel section + +* Fri Jul 21 2006 John (J5) Palmieri - 0.4.2-1 +- Update to upstream version 0.4.2 +- Add dist tag to release +- Add Requires to devel package + +* Wed Jul 19 2006 John (J5) Palmieri - 0.4.0-3.2 +- reinstate desktop-notification dependency + +* Wed Jul 19 2006 John (J5) Palmieri - 0.4.0-3.1 +- comment out desktop-notification dependency so we can build the + notification daemon + +* Tue Jul 18 2006 John (J5) Palmieri - 0.4.0-3 +- Add BR on dbus-glib-devel + +* Thu Jul 13 2006 Jesse Keating - 0.4.0-2 +- rebuild +- add missing brs + +* Fri May 19 2006 John (J5) Palmieri - 0.4.0-1 +- Update to 0.4.0 + +* Sat Mar 11 2006 Bill Nottingham - 0.3.0-6 +- define %%{glib2_version} if it's in a requirement + +* Thu Mar 2 2006 Ray Strode - 0.3.0-5 +- patch out config.h include from public header + +* Fri Feb 10 2006 Jesse Keating - 0.3.0-4.2 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 0.3.0-4.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Thu Jan 12 2006 Christopher Aillon - 0.3.0-4 +- Require a desktop-notification-daemon to be present. Currently, + this is notify-daemon, but libnotify doesn't specifically require + that one. Require 'desktop-notification-daemon' which daemons + providing compatible functionality are now expected to provide. + +* Wed Jan 11 2006 Christopher Aillon - 0.3.0-3 +- Let there be libnotify-devel... + +* Tue Nov 15 2005 John (J5) Palmieri - 0.3.0-2 +- Actual release of the 0.3.x series + +* Tue Nov 15 2005 John (J5) Palmieri - 0.3.0-1 +- Bump version to not conflict with older libnotify libraries + +* Tue Nov 15 2005 John (J5) Palmieri - 0.0.2-1 +- inital build