| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: liburfkill-glib-devel | Distribution: SUSE Linux Enterprise 16 | 
| Version: 0.5.0 | Vendor: openSUSE | 
| Release: bp160.1.13 | Build date: Fri Apr 5 14:12:52 2024 | 
| Group: Development/Libraries/Other | Build host: reproducible | 
| Size: 215616 | Source RPM: urfkill-0.5.0-bp160.1.13.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/lcp/urfkill | |
| Summary: The glib binding library for urfkill | |
Urfkill add-on library to integrate the standard urfkill library with the GLib thread abstraction and main loop. http://freedesktop.org/wiki/Software/urfkill
GPL-2.0-or-later
* Fri Apr 05 2024 Dr. Werner Fink <werner@suse.de>
  - Add patch rfkill_even_size.patch
    * Change size check to only fail if less than RFKILL_EVENT_SIZE_V1
      as new fields are being added to the struct
  - Add patch configure_err_message.patch
    * Do not use comma in AC_MSG_ERROR() as this is used for exit status
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN
* Tue Apr 12 2022 Marcus Meissner <meissner@suse.com>
  - https url
* Tue Jul 14 2015 werner@suse.de
  - Let it build
* Wed Apr 08 2015 p.drouand@gmail.com
  - Update to version 0.5.0
    * config: implement persistence via an ini file in /var/lib/urfkill
    * Implement flight mode
    * Add stubs for no session checking (breaks inhibit).
    * Simplistic port of UrfSessionChecker and UrfSeat to logind
    * Add new rfkill type: NFC
    * Use g_message() rather than g_info() for standard messages.
    * Update log levels to only display relevant killswitch addition/removal
      and important warnings
    * Enable logging to syslog, optionally with debug
    * arbitrator: set newly found devices to the saved persistent state
    * config: can't assume key_control to be enabled if there is no
      DMI information
    * Update default config file for persistence.
    * UrfArbitrator: apply review from lcp for flight mode
    * UrfConfig: apply review from lcp for persistence
    * main: handle SIGTERM
    * arbitrator: save/restore per  *type killswitch state on startup, dispose.
    * daemon: clean up UrfConfig later
    * Add persist option to UrfConfig.
    * Fix build for no session tracking.
    * Propagate/notify device state changes to UrfKillswitch objects
    * Fix errors/typos in LoginD port.
    * Allow selecting the session tracking method at build time
    * Fix include for UrfSeat
    * Rename UrfConsolekit to UrfSessionChecker
    * Rename urf  *seat and urf  *consolekit for generalization
    * Check glib version for g_type_init()
    * Add NFC to glib and docs
    * Don't crash for missing DMI
    * Add gcc warnings to urfkilld and adjust warning types
  - Use download Url as source
  - Remove urfkill-support-nfc-and-logind.patch; merged upstream
  - Remove redundant %clean section
* Mon Jan 06 2014 glin@suse.com
  - Add urfkill-support-nfc-and-logind.patch to support NFC and
    logind (bnc#853492)
* Tue Nov 06 2012 glin@suse.com
  - Amend the %pre script
  - Specify the required glib2 version
* Fri Jun 08 2012 glin@suse.com
  - Version bump to 0.4.0
    + Migrate from dbus-glib to gdbus
    + Improve the input device matching
    + Fix a memory leak in urf-config
  - Remove dbus-1-glib-devel from Requires
* Wed Feb 15 2012 vuntz@opensuse.org
  - Move dbus xml interface files from devel subpackage to main
    subpackage: those files might be needed at runtime.
* Thu Jan 26 2012 coolo@suse.com
  - some cleanups
* Mon Jan 09 2012 glin@suse.com
  - Move the typelib file from liburfkill-glib0 to
    typelib-1_0-Urfkill-0_0
  - Update email address.
* Tue Oct 04 2011 uli@suse.com
  - cross-build workaround: gobject-introspection is impossible to
    cross-compile, so we have to disable it
* Thu Sep 15 2011 glin@suse.com
  - Version bump to 0.3.0
    New Features:
    + added fork option for urfkill
    + urf-device: New property: platform
    + urf-killswitch: export UrfKillswitch to D-Bus
    + glib/urf-client: Add a new function urf_client_enumerate_devices_sync()
    + glib/urf-device: Make the "soft" property writable
    + glib/urf-killswitch: New objects for killswitches
    + Generate .xz tarballs
* Mon Jun 13 2011 glin@novell.com
  - Version bump to 0.2.0
    New Features:
    + All DBus methods, signals, and properties were revised and amended
    + Support the individual key control settings for each user
    + GObject introspection support in liburfkill-glib
    + Documents for the daemon, the DBus interfaces, and liburfkill-glib
    + Test cases for the daemon and liburkill-glib
  - Enable gobject-introspection
* Tue Apr 19 2011 glin@novell.com
  - Version bump to 0.1.1
  - New dependency: expat
  - Drop merged patches
    + urfkill-correct-config-name.patch
    + urfkill-new-input-devices.patch
  - Remove rpmlintrc (bnc#688328)
* Tue Mar 15 2011 glin@novell.com
  - Add urfkill-new-input-devices.patch to support more input devices
  - Add urfkill-rpmlintrc for openSUSE 11.4 and wait for security review
* Tue Mar 15 2011 glin@novell.com
  - Add urfkill-correct-config-name.patch to correct the config variable
* Tue Mar 01 2011 glin@novell.com
  - Version bump to 0.1.0
  - Add urfkill-change-default-user.patch to change the default user
  - Drop deprecated patches:
    + urfkill-polkit-0.9.patch
    + urfkill-drop-privilege.patch
    + urfkill-killswitch-error-handle.patch
* Tue Nov 23 2010 glin@novell.com
  - Amend urfkill-drop-privilege.patch to setuid to the dedicated user,
    urfkill, instead of nobody. bnc#646608
  - Create the user, urfkill, in %pre
  - Add urfkill-killswitch-error-handle.patch to handle critical errors
    from urf_killswitch
* Wed Nov 10 2010 glin@novell.com
  - Add urfkill-drop-privilege.patch to drop privilege after open
    /dev/rfkill. bnc#646608
* Tue Oct 12 2010 glin@novell.com
  - Update to 0.0.1
    + License liburfkill-glib under LGPL v2.1
    + Support Block/Unblock by index
  - Add patch urfkill-polkit-0.9.patch to support PolicyKit 0.9
* Fri Oct 01 2010 glin@novell.com
  - Initial import 0.0.0~20101001
/usr/include/liburfkill-glib /usr/include/liburfkill-glib/urf-client.h /usr/include/liburfkill-glib/urf-device.h /usr/include/liburfkill-glib/urf-enum.h /usr/include/liburfkill-glib/urf-killswitch.h /usr/include/liburfkill-glib/urf-version.h /usr/include/liburfkill-glib/urfkill.h /usr/lib64/liburfkill-glib.so /usr/lib64/pkgconfig/urfkill-glib.pc /usr/share/gir-1.0/Urfkill-0.5.gir /usr/share/gtk-doc/html/urfkill /usr/share/gtk-doc/html/urfkill/Device.html /usr/share/gtk-doc/html/urfkill/Killswitch.html /usr/share/gtk-doc/html/urfkill/URfkill.html /usr/share/gtk-doc/html/urfkill/home.png /usr/share/gtk-doc/html/urfkill/index.html /usr/share/gtk-doc/html/urfkill/ix01.html /usr/share/gtk-doc/html/urfkill/left-insensitive.png /usr/share/gtk-doc/html/urfkill/left.png /usr/share/gtk-doc/html/urfkill/liburfkill-glib.html /usr/share/gtk-doc/html/urfkill/license.html /usr/share/gtk-doc/html/urfkill/ref-dbus.html /usr/share/gtk-doc/html/urfkill/right-insensitive.png /usr/share/gtk-doc/html/urfkill/right.png /usr/share/gtk-doc/html/urfkill/style.css /usr/share/gtk-doc/html/urfkill/up-insensitive.png /usr/share/gtk-doc/html/urfkill/up.png /usr/share/gtk-doc/html/urfkill/urfkill-UrfClient.html /usr/share/gtk-doc/html/urfkill/urfkill-UrfDevice.html /usr/share/gtk-doc/html/urfkill/urfkill-UrfEnum.html /usr/share/gtk-doc/html/urfkill/urfkill-UrfKillswitch.html /usr/share/gtk-doc/html/urfkill/urfkill.devhelp2
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 22:45:09 2025