2023-02-20 06:34:53 +00:00
|
|
|
%define glib2_version 2.38.0
|
2005-11-15 15:28:30 +00:00
|
|
|
|
2023-10-21 19:46:37 +00:00
|
|
|
Name: libnotify
|
2023-10-21 19:50:07 +00:00
|
|
|
Version: 0.8.3
|
2024-10-29 15:43:05 +00:00
|
|
|
Release: 6%{?dist}
|
2023-10-21 19:46:37 +00:00
|
|
|
Summary: Desktop notification library
|
2016-10-14 07:18:14 +00:00
|
|
|
|
2023-10-21 19:46:37 +00:00
|
|
|
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
|
2016-10-14 07:18:36 +00:00
|
|
|
|
2024-07-17 09:50:56 +00:00
|
|
|
Patch0: drop-docbook5-style-xsl.patch
|
|
|
|
|
2023-10-21 19:46:37 +00:00
|
|
|
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
|
2019-04-06 12:12:51 +00:00
|
|
|
|
2023-10-21 19:46:37 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
2005-11-15 15:28:30 +00:00
|
|
|
|
|
|
|
%description
|
2010-10-04 22:52:57 +00:00
|
|
|
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
|
2008-11-23 02:14:02 +00:00
|
|
|
form of information without getting in the user's way.
|
2005-11-15 15:28:30 +00:00
|
|
|
|
2023-10-21 19:46:37 +00:00
|
|
|
%package devel
|
2013-03-23 03:23:52 +00:00
|
|
|
Summary: Development files for %{name}
|
2016-10-14 07:31:42 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2006-01-12 04:46:30 +00:00
|
|
|
|
2023-10-21 19:46:37 +00:00
|
|
|
%description devel
|
2010-10-04 22:52:57 +00:00
|
|
|
This package contains libraries and header files needed for
|
2006-01-12 04:46:30 +00:00
|
|
|
development of programs using %{name}.
|
|
|
|
|
2005-11-15 15:28:30 +00:00
|
|
|
%prep
|
2021-12-14 13:45:13 +00:00
|
|
|
%autosetup -p1
|
2005-11-15 15:28:30 +00:00
|
|
|
|
|
|
|
%build
|
2021-12-14 13:45:13 +00:00
|
|
|
%meson -Dtests=false
|
2019-04-06 12:12:51 +00:00
|
|
|
%meson_build
|
2005-11-15 15:28:30 +00:00
|
|
|
|
|
|
|
%install
|
2019-04-06 12:12:51 +00:00
|
|
|
%meson_install
|
2005-11-15 15:28:30 +00:00
|
|
|
|
|
|
|
%files
|
2015-04-29 13:55:40 +00:00
|
|
|
%license COPYING
|
2022-04-28 10:19:33 +00:00
|
|
|
%doc NEWS AUTHORS README.md
|
2005-11-15 15:28:30 +00:00
|
|
|
%{_bindir}/notify-send
|
2007-03-24 02:24:08 +00:00
|
|
|
%{_libdir}/libnotify.so.*
|
2011-01-14 22:33:12 +00:00
|
|
|
%{_libdir}/girepository-1.0/Notify-0.7.typelib
|
2020-02-26 19:47:21 +00:00
|
|
|
%{_mandir}/man1/notify-send.1*
|
2006-01-12 04:46:30 +00:00
|
|
|
|
|
|
|
%files devel
|
2007-03-24 02:24:08 +00:00
|
|
|
%dir %{_includedir}/libnotify
|
|
|
|
%{_includedir}/libnotify/*
|
|
|
|
%{_libdir}/libnotify.so
|
2005-11-15 15:28:30 +00:00
|
|
|
%{_libdir}/pkgconfig/libnotify.pc
|
2011-01-14 22:33:12 +00:00
|
|
|
%{_datadir}/gir-1.0/Notify-0.7.gir
|
2023-02-20 06:34:53 +00:00
|
|
|
%{_docdir}/libnotify-0/
|
2019-04-06 12:41:10 +00:00
|
|
|
%doc %{_docdir}/libnotify/spec/
|
2006-01-12 04:46:30 +00:00
|
|
|
|
2005-11-15 15:28:30 +00:00
|
|
|
%changelog
|
2024-10-29 15:43:05 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.8.3-6
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-07-17 09:50:56 +00:00
|
|
|
* Wed Jul 17 2024 Tomas Popela <tpopela@redhat.com> - 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
|
|
|
|
|
2024-06-24 15:57:13 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.8.3-4
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 03:03:09 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 04:49:58 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-10-21 19:50:07 +00:00
|
|
|
* Sat Oct 21 2023 Kalev Lember <klember@redhat.com> - 0.8.3-1
|
|
|
|
- Update to 0.8.3
|
|
|
|
|
2023-07-20 11:36:07 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-02-20 06:34:53 +00:00
|
|
|
* Mon Feb 20 2023 David King <amigadave@amigadave.com> - 0.8.2-1
|
|
|
|
- Update to 0.8.2
|
|
|
|
|
2023-01-19 17:00:48 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 18:31:18 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-18 07:39:56 +00:00
|
|
|
* Mon Jul 18 2022 Kalev Lember <klember@redhat.com> - 0.8.1-1
|
|
|
|
- Update to 0.8.1
|
|
|
|
|
2022-05-05 22:14:43 +00:00
|
|
|
* Thu May 05 2022 David King <amigadave@amigadave.com> - 0.7.12-1
|
|
|
|
- Update to 0.7.12
|
|
|
|
|
2022-04-28 10:19:33 +00:00
|
|
|
* Thu Apr 28 2022 David King <amigadave@amigadave.com> - 0.7.11-1
|
|
|
|
- Update to 0.7.11
|
|
|
|
|
2022-01-20 16:50:05 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-12-14 13:45:13 +00:00
|
|
|
* Tue Dec 14 2021 David King <amigadave@amigadave.com> - 0.7.9-6
|
|
|
|
- Use pkgconfig for BuildRequires
|
|
|
|
- Disable building unused tests
|
|
|
|
|
2021-07-22 11:58:29 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 17:38:19 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-01 04:03:40 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 05:13:13 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-02-26 19:47:21 +00:00
|
|
|
* Wed Feb 26 2020 Kalev Lember <klember@redhat.com> - 0.7.9-1
|
|
|
|
- Update to 0.7.9
|
|
|
|
|
2020-01-29 09:53:42 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 13:56:15 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-16 18:41:48 +00:00
|
|
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 0.7.8-2
|
|
|
|
- Rebuild with Meson fix for #1699099
|
|
|
|
|
2019-04-06 12:12:51 +00:00
|
|
|
* Sat Apr 06 2019 Kalev Lember <klember@redhat.com> - 0.7.8-1
|
|
|
|
- Update to 0.7.8
|
|
|
|
- Switch to the meson build system
|
2019-04-06 12:41:10 +00:00
|
|
|
- Build DocBook documentation
|
2019-04-06 12:12:51 +00:00
|
|
|
|
2019-02-01 07:46:41 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 08:31:45 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 22:50:37 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 01:56:52 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:22:06 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 19:08:55 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-10-14 06:16:22 +00:00
|
|
|
* Fri Oct 14 2016 Kalev Lember <klember@redhat.com> - 0.7.7-1
|
|
|
|
- Update to 0.7.7
|
2016-10-14 07:17:44 +00:00
|
|
|
- Remove lib64 rpaths
|
2016-10-14 07:18:36 +00:00
|
|
|
- Don't set group tags
|
2016-10-14 07:19:26 +00:00
|
|
|
- Use make_install macro
|
2016-10-14 07:20:44 +00:00
|
|
|
- Don't manually set deps that pkgconfig dep extractor automatically does
|
2016-10-14 07:30:32 +00:00
|
|
|
- Drop old, unused build deps
|
2016-10-14 07:31:42 +00:00
|
|
|
- Tighten deps with the _isa macro
|
2016-10-14 06:16:22 +00:00
|
|
|
|
2016-02-04 03:37:55 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 16:13:23 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-29 13:45:18 +00:00
|
|
|
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 0.7.6-6
|
|
|
|
- Drop the dependency on desktop-notification-daemon
|
2015-04-29 13:55:40 +00:00
|
|
|
- Use license macro for the COPYING file
|
2015-04-29 13:45:18 +00:00
|
|
|
|
2015-02-21 21:22:16 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.7.6-5
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2014-08-17 04:58:43 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 17:52:10 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.7.6-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-07 04:42:24 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-09-03 21:47:14 +00:00
|
|
|
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 0.7.6-1
|
|
|
|
- Update to 0.7.6
|
|
|
|
|
2013-08-03 06:27:22 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-23 03:23:52 +00:00
|
|
|
* Fri Mar 22 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 0.7.5-5
|
|
|
|
- Fix RHBZ #925824
|
|
|
|
- Update source URL
|
|
|
|
- Fix mix of spaces and tabs in spec file
|
|
|
|
- Fix bogus changelog date
|
|
|
|
|
2013-02-14 04:52:37 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 20:39:31 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-11 21:15:35 +00:00
|
|
|
* Wed Jul 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.7.5-2
|
|
|
|
- Fix glib2 dependency version.
|
|
|
|
|
2012-03-28 09:14:44 +00:00
|
|
|
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 0.7.5-1
|
|
|
|
- Update to 0.7.5
|
|
|
|
|
2012-03-05 14:08:35 +00:00
|
|
|
* Sun Mar 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.4-2
|
|
|
|
- Merge newer F-16 version into rawhide
|
|
|
|
|
2011-08-30 22:32:19 +00:00
|
|
|
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.4-1
|
|
|
|
- Update to 0.7.4
|
2012-01-13 08:09:25 +00:00
|
|
|
|
2011-05-11 14:51:46 +00:00
|
|
|
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.3-1
|
|
|
|
- Update to 0.7.3
|
|
|
|
|
2011-03-22 00:52:34 +00:00
|
|
|
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
|
|
|
- Update to 0.7.2
|
|
|
|
|
2011-02-08 09:33:54 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-14 22:33:12 +00:00
|
|
|
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
|
|
|
- Update to 0.7.1
|
|
|
|
- Enable introspection
|
|
|
|
|
2011-01-04 02:05:54 +00:00
|
|
|
* Mon Jan 3 2011 Bill Nottingham <notting@redhat.com> - 0.7.0-2
|
|
|
|
- unbreak firefox and similar apps that free pixbufs they send to set_image_from_pixbuf (#654628)
|
|
|
|
|
2010-11-03 10:46:41 +00:00
|
|
|
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 0.7.0-1
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
2010-10-04 22:52:57 +00:00
|
|
|
* Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
|
2010-06-29 13:58:20 +00:00
|
|
|
* Tue Jun 29 2010 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
2010-06-28 22:25:51 +00:00
|
|
|
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
|
|
|
|
- Update to 0.5.0
|
|
|
|
|
2009-11-12 02:15:10 +00:00
|
|
|
* Wed Nov 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.4.5-4
|
|
|
|
- Close notifications with non-default actions on uninit
|
|
|
|
|
2009-07-25 06:13:46 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 16:41:14 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-23 02:14:02 +00:00
|
|
|
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.5-1
|
|
|
|
- Update to 0.4.5
|
|
|
|
- Drop obsolete patches
|
|
|
|
- Tweak %%summary and %%description
|
|
|
|
|
2008-08-24 01:30:18 +00:00
|
|
|
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.4-12
|
|
|
|
- Handle extra parameter of the closed signal
|
|
|
|
|
2008-06-10 16:00:31 +00:00
|
|
|
* Tue Jun 10 2008 Colin Walters <walters@redhat.com> - 0.4.4-11
|
|
|
|
- Add patch neccessary for reliable notification positioning
|
|
|
|
|
2008-02-19 00:31:25 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.4-10
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-23 05:41:57 +00:00
|
|
|
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-9
|
|
|
|
- Rebuild against new dbus-glib
|
|
|
|
|
2007-10-10 20:32:00 +00:00
|
|
|
* Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-8
|
|
|
|
- Rebuild
|
|
|
|
|
2007-08-08 00:47:53 +00:00
|
|
|
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-7
|
|
|
|
- Update licence field
|
|
|
|
|
2007-06-06 04:15:09 +00:00
|
|
|
* Wed Jun 6 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-6
|
|
|
|
- Re-add notification-daemon requirement again
|
|
|
|
|
2007-06-06 03:37:10 +00:00
|
|
|
* Tue Jun 5 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-5
|
|
|
|
- Temporarily remove the notification-daemon requires
|
|
|
|
for bootstrapping
|
|
|
|
|
2007-06-05 02:12:20 +00:00
|
|
|
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-4
|
|
|
|
- Re-add notification-daemon requirement
|
|
|
|
|
2007-06-04 23:23:17 +00:00
|
|
|
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-3
|
|
|
|
- Temporarily remove the notification-daemon requires
|
|
|
|
for bootstrapping
|
|
|
|
|
2007-03-25 22:03:53 +00:00
|
|
|
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-2
|
|
|
|
- Require gtk2-devel in the -devel package (#216946)
|
|
|
|
|
2007-03-24 02:24:08 +00:00
|
|
|
* Fri Mar 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-1
|
|
|
|
- Update to 0.4.4, which contains important bug fixes
|
|
|
|
and memory leak fixes
|
|
|
|
- Require pkgconfig in the -devel package
|
|
|
|
|
2006-12-10 00:56:13 +00:00
|
|
|
* Sat Dec 9 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.3-2
|
|
|
|
- Another typo (#214275)
|
|
|
|
|
2006-11-12 03:19:44 +00:00
|
|
|
* Sat Nov 11 2006 Ray Strode <rstrode@redhat.com> - 0.4.3-1
|
|
|
|
- Update 0.4.3
|
|
|
|
|
2006-11-07 15:58:43 +00:00
|
|
|
* Tue Nov 7 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.2-5
|
|
|
|
- Fix typos in the spec (#214275)
|
|
|
|
|
2006-09-17 19:47:00 +00:00
|
|
|
* Sun Sep 17 2006 Christopher Aillon <caillon@redhat.com> - 0.4.2-4
|
|
|
|
- Add upstream patch (r2899) to correct an invalid assertion when
|
|
|
|
creating notifications using status icons
|
|
|
|
|
2006-08-15 20:34:59 +00:00
|
|
|
* Tue Aug 15 2006 Luke Macken <lmacken@redhat.com> - 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'
|
|
|
|
|
2006-07-21 19:35:15 +00:00
|
|
|
* Fri Jul 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.2-2
|
|
|
|
- Add developer docs to the devel section
|
|
|
|
|
2006-07-21 19:02:39 +00:00
|
|
|
* Fri Jul 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.2-1
|
|
|
|
- Update to upstream version 0.4.2
|
|
|
|
- Add dist tag to release
|
|
|
|
- Add Requires to devel package
|
|
|
|
|
2006-07-19 18:29:56 +00:00
|
|
|
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3.2
|
|
|
|
- reinstate desktop-notification dependency
|
|
|
|
|
2006-07-19 17:45:03 +00:00
|
|
|
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3.1
|
|
|
|
- comment out desktop-notification dependency so we can build the
|
|
|
|
notification daemon
|
|
|
|
|
2006-07-19 00:55:33 +00:00
|
|
|
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3
|
|
|
|
- Add BR on dbus-glib-devel
|
|
|
|
|
2013-03-23 03:23:52 +00:00
|
|
|
* Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 0.4.0-2
|
2006-07-12 06:54:48 +00:00
|
|
|
- rebuild
|
2006-07-13 20:20:18 +00:00
|
|
|
- add missing brs
|
2006-07-12 06:54:48 +00:00
|
|
|
|
2006-05-19 20:23:41 +00:00
|
|
|
* Fri May 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
2006-03-11 07:50:21 +00:00
|
|
|
* Sat Mar 11 2006 Bill Nottingham <notting@redhat.com> - 0.3.0-6
|
|
|
|
- define %%{glib2_version} if it's in a requirement
|
|
|
|
|
2006-03-02 23:13:13 +00:00
|
|
|
* Thu Mar 2 2006 Ray Strode <rstrode@redhat.com> - 0.3.0-5
|
|
|
|
- patch out config.h include from public header
|
2006-02-27 22:20:28 +00:00
|
|
|
|
2006-02-11 04:10:22 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 12:41:56 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-12 16:32:47 +00:00
|
|
|
* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 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.
|
|
|
|
|
2006-01-12 04:46:30 +00:00
|
|
|
* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-3
|
|
|
|
- Let there be libnotify-devel...
|
|
|
|
|
2005-12-15 00:12:47 +00:00
|
|
|
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-2
|
|
|
|
- Actual release of the 0.3.x series
|
|
|
|
|
2005-11-15 18:46:06 +00:00
|
|
|
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-1
|
|
|
|
- Bump version to not conflict with older libnotify libraries
|
|
|
|
|
2005-11-15 15:28:30 +00:00
|
|
|
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.0.2-1
|
|
|
|
- inital build
|