File libnotify.changes of Package libnotify.26665

-------------------------------------------------------------------
Fri May 13 09:56:10 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

- Drop libnotify-rpmlintrc: no longer needed, all rpmlint issues
  are fixed.

-------------------------------------------------------------------
Fri May  6 11:45:55 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>

- Update to version 0.7.12:
  + docs/notify-send: Add --transient option to manpage.
  + notify-send: Move server capabilities check to a separate
    function.
  + notify-send: Add debug message about server not supporting
    persistence.
  + notification: Include sender-pid hint by default if not
    provided.
  + Delete unused notifynotification.xml.
  + notification: Bookend calling NotifyActionCallback
    with temporary reference.

-------------------------------------------------------------------
Thu May  5 09:24:05 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

- Update to 0.7.11
  * Fix potential build errors with old glib version we require
  * notify-send: Add support for boolean hints
  * notify-send: Support passing any hint value, by parsing
    variant strings
  * notify-send: Add explicit option to create transient
    notifications

-------------------------------------------------------------------
Sun Apr  5 22:02:35 UTC 2020 - Michael Gorse <mgorse@suse.com>

- Remove service files.

-------------------------------------------------------------------
Sat Apr  4 15:24:23 UTC 2020 - mgorse@suse.com

- Update to version 0.7.9:
  + Added man page for notify-send.
  + Dropped autotools.
- Require docbook5-xsl-stylesheets. Needed for manpage generation.

-------------------------------------------------------------------
Fri Apr 05 19:26:17 UTC 2019 - bjorn.lie@gmail.com

- Update to version 0.7.8:
  + Support meson build system.
  + notify-send: Support full URLs as hint values.
  + Mic. bug fixes.
- Update _service file to new gitlab home.
- Add meson BuildRequires and macros.
- Drop gnome-common BuildRequires and autogen call, no longer
  needed.

-------------------------------------------------------------------
Mon Feb 26 15:19:53 UTC 2018 - bjorn.lie@gmail.com

- Update to version 0.7.7+20170717.43aac61:
  + Conditionall call g_type_init() after a version check.
  + build: Update the list of headers in srcdir.
  + notify-send: Call setlocale in main function.
- Switch to git-checkout via source service, following this, add
  gtk-doc and gnome-common BuildRequires ans pass autogen.sh to
  bootstrap tarball and pass --enable-gtk-doc to configure.
- Clean up spec, use autosetup and make_build macros.
- Add libnotify-rpmlintrc, silence rpmlint warning about
  shlib-policy-missing-lib.

-------------------------------------------------------------------
Thu Mar 30 14:19:58 UTC 2017 - jengelh@inai.de

- Rectify RPM groups

-------------------------------------------------------------------
Tue Feb 28 10:11:13 UTC 2017 - sor.alexei@meowr.ru

- Spec cleanup.

-------------------------------------------------------------------
Fri Oct 14 09:10:15 UTC 2016 - zaitor@opensuse.org

- Update to version 0.7.7:
  + Introspection fixes.
  + Allow to disable tests at build time.

-------------------------------------------------------------------
Tue Sep  3 06:46:35 UTC 2013 - dimstar@opensuse.org

- Update to version 0.7.6:
  + Fix annotation for add_action.
  + Clarify documentation for set-timeout.

-------------------------------------------------------------------
Fri Mar  1 12:45:44 UTC 2013 - dimstar@opensuse.org

- Spec-cleanup using format_spec_file service.

-------------------------------------------------------------------
Mon Jul  9 11:55:01 UTC 2012 - cfarrell@suse.com

- license update: LGPL-2.1+
  No GPL-2.0+ files found in the package. The Fedora package is also
  licensed under LGPL-2.1+

-------------------------------------------------------------------
Tue Mar 27 06:19:34 UTC 2012 - vuntz@opensuse.org

- Update to version 0.7.5:
  + Build fixes
  + Documentation improvements
  + Spec clarifications

-------------------------------------------------------------------
Thu Dec  8 13:11:58 UTC 2011 - dimstar@opensuse.org

- Split typelib file into typelib-1_0-Notify-0_7 subpackage.
- Add typelib-1_0-Notify-0_7 Requires to devel subpackage.

-------------------------------------------------------------------
Fri Sep 16 17:13:27 UTC 2011 - jengelh@medozas.de

- Enable libnotify-devel for all baselibs archs
- Remove redundant tags/sections; use %_smp_mflags

-------------------------------------------------------------------
Tue Aug 30 16:22:16 CEST 2011 - vuntz@opensuse.org

- Update to version 0.7.4:
  + Improve documentation of supported image data formats
  + Test notification removal
  + Build system changes

-------------------------------------------------------------------
Tue May 17 23:13:02 CEST 2011 - dimstar@opensuse.org

- Update to version 0.7.3:
  + Add a way to change the application name for individual
    notifications.

-------------------------------------------------------------------
Tue Mar 22 13:03:41 UTC 2011 - fcrozat@novell.com

- Update to version 0.7.2:
  + Add a way to change the application name
  + Mark image_path as deprecated
  + Allow properties to be set in any order

-------------------------------------------------------------------
Mon Feb  7 14:14:22 UTC 2011 - fcrozat@novell.com

- Update to version 0.7.1:
  + Don't export private symbols
  + Introspection support and annotations
  + Documentation cleanups and fixes
  + Ref the pixbuf passed to set_image_from_pixbuf
  + Add tests for new capabilities and hints
  + Update spec to mention "persistence" and "action-icons" server
    capability and "action-icons", "transient" and "resident"
    hints.
  + Bump spec version to 1.2
- Add gobject-introspection-devel BuildRequires to build
  introspection.
- Add support for source service checkout, with %BUILD_FROM_VCS:
  + Add gnome-common, gtk-doc BuildRequires.
  + Add call to ./autogen.sh.
  + Enforce gtk-doc html generation by passing --enable-gtk-doc to
    configure.
- Change devel package group from System/Libraries to
  Development/Libraries/X11, to fix rpmlint warning.

-------------------------------------------------------------------
Fri Dec 17 10:37:09 CET 2010 - vuntz@opensuse.org

- Update to version 0.7.0:
  + Remove the ability to attach notifications to widgets or
    positions
  + Add a test for the persistence server capability
  + Port to use GBus instead of dbus-glib
  + Add a macro to get library version number
  + Remove GTK+ dependency from library
  + Port tests to GTK+ 3
- Remove pkgconfig(dbus-1), pkgconfig(dbus-glib-1),
  pkgconfig(gtk+-2.0) BuildRequires.
- Add explicit pkgconfig(gdk-pixbuf-2.0) BuildRequires.
- Rename libnotify1 to libnotify4, following the soversion change.

-------------------------------------------------------------------
Mon Oct  4 12:18:16 CEST 2010 - vuntz@opensuse.org

- Update to version 0.6.0:
  + Fix crashes (bgo#623096, lp#570462).

-------------------------------------------------------------------
Thu Jul 22 10:45:21 CEST 2010 - vuntz@opensuse.org

- Create a tools subpackage, and move the notify-send utility
  there. The main libnotify package is not needed anymore, so make
  the tools subpackage provide/obsolete it.
- Move the notification-daemon Recommends to libnotify1, since it's
  where it really belongs.
- Remove libnotify Requires in libnotify1: it's not needed.
- Remove dbus-1-devel, dbus-1-glib-devel, glib2-devel, gtk2-devel
  Requires in devel package: they will automatically get added with
  pkgconfig() Requires.

-------------------------------------------------------------------
Fri Jul 16 16:55:31 CEST 2010 - dimstar@opensuse.org

- Update to version 0.5.1:
  + Remove explicit GTK+ 2.x linking, so that libnotify can link
    against both GTK+ 2.x or GTK+ 3.x
- Changes from version 0.5.0:
  + Support for version 1.1 of notification spec
  - bgo#608089: Applications aborted at finalizing when the dbus
    session is being closed.
  - bgo#608082: Arabic text is misplaced in bubbles (RTL)
  - bgo#608086: wrong return value of notify_init()
  - bgo#612720: Does not compile with -DGSEAL_ENABLE
  - bgo#613999: Use g_strcompress in notify-send to parse \n from
    command line
  - bgo#610880: lazily initialize the daemon.
- BuildRequire gtk3-devel instead of gtk2-devel.

-------------------------------------------------------------------
Fri Jun  4 17:55:48 CEST 2010 - vuntz@opensuse.org

- Make devel package depend on libnotify1, not libnotify.

-------------------------------------------------------------------
Tue Jan  5 17:09:14 CET 2010 - jengelh@medozas.de

- Package baselibs.conf

-------------------------------------------------------------------
Sun Apr 26 13:47:13 CEST 2009 - vuntz@novell.com

- Do not Require notification-daemon, but Recommend it: there's no
  reason to hard-require it.

-------------------------------------------------------------------
Sat Feb 28 01:20:48 CET 2009 - vuntz@novell.com

- Remove BuildRequires: gtk-doc, update-desktop-files.
- Remove dbus-1-x11 Requires: it's wrong (we don't require
  dbus-launch in any way: if the session bus is not there, having
  dbus-launch won't help). The requirement should be in another
  package.
- Merge doc package in devel, with adequate Provides/Obsoletes.

-------------------------------------------------------------------
Sat Jan 31 16:52:02 CET 2009 - vuntz@novell.com

- Remove la file.

-------------------------------------------------------------------
Sat Dec 20 11:30:04 EST 2008 - mboman@suse.de

- Update to version 0.4.5:
  + Added GObject property accessors for notification IDs
  + Added support for sending the closed reason in the "closed" signal
    handler.
  + Added support for sending the status icon XID to the notification
    daemon. This will allow better position tracking for context
    notifications.
  + Fixed a breakage where we were including gtkversion.h directly.
- Remove backport libnotify-svn3018.patch

-------------------------------------------------------------------
Tue Nov 11 16:54:22 CET 2008 - ro@suse.de

- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf 

-------------------------------------------------------------------
Tue Oct 28 02:49:12 CET 2008 - vuntz@novell.com

- Add libnotify-svn3018.patch, which contains a few fixes from
  upstream svn (no release since early 2007). The most important
  change is a change to be able to work nicely with notification
  icons.
- Spec clean up.

-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

- added baselibs.conf file to build xxbit packages
  for multilib support

-------------------------------------------------------------------
Thu Oct  4 17:18:40 CEST 2007 - maw@suse.de

- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun
- Split out a libnotify1 subpackage.

-------------------------------------------------------------------
Tue Mar  6 16:51:49 CET 2007 - sbrabec@suse.cz

- Updated to version version 0.4.4:
  * Bug fixes.
  * Fixed memory leaks.
  * notify_uninit is no longer called automatically at exit.
- License update (#236707).

-------------------------------------------------------------------
Tue Feb 20 12:51:41 CET 2007 - aj@suse.de

- Remove unneeded requires on popt.

-------------------------------------------------------------------
Wed Feb  7 12:27:30 CET 2007 - sbrabec@suse.cz

- Do not build unusable static libraries (#238552).

-------------------------------------------------------------------
Fri Dec  8 16:31:37 CET 2006 - sbrabec@suse.cz

- Prefix changed to /usr.
- Spec file cleanup.

-------------------------------------------------------------------
Mon Nov 27 19:27:48 CET 2006 - sbrabec@suse.cz

- Build correctly in older products.
- Fixed devel dependencies.

-------------------------------------------------------------------
Thu Aug 31 12:01:12 CEST 2006 - cschneemann@suse.de

- Updated to version 0.4.2 

-------------------------------------------------------------------
Tue Aug 15 01:27:53 CEST 2006 - ro@suse.de

- added dbus-1-glib-devel to BuildRequires 

-------------------------------------------------------------------
Thu May 11 16:53:50 CEST 2006 - rml@suse.de

- Require dbus-x11 too, because that provides dbus-launch, which
  is how we launch the session bus.  And libnotify needs the
  session bus (Novell bug #174865). 
- No need to rerun autogen; just run configure

-------------------------------------------------------------------
Wed Jan 25 21:32:24 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Mon Jan 23 16:24:14 CET 2006 - dobey@suse.de

- Updated to version 0.3.2

-------------------------------------------------------------------
Wed Jan 18 20:28:02 CET 2006 - sbrabec@suse.cz

- Updated to version 0.3.0.

-------------------------------------------------------------------
Tue Aug  2 17:32:08 CEST 2005 - rodrigo@suse.de

- Updated to 0.2.1. 

-------------------------------------------------------------------
Wed Jun 29 17:08:56 CEST 2005 - sbrabec@suse.cz

- New SuSE package, pre-0.0.1 version from actual svn snapshot.

openSUSE Build Service is sponsored by