Update to 3.1.4

Update udev rule again (#733326)
This commit is contained in:
Bastien Nocera 2011-09-08 16:00:10 +01:00
parent aa81ebda4d
commit 58c1425aea
4 changed files with 11 additions and 11 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ gnome-bluetooth-2.90.0.tar.bz2
/gnome-bluetooth-3.0.0.tar.bz2
/gnome-bluetooth-3.0.1.tar.bz2
/gnome-bluetooth-3.1.3.tar.bz2
/gnome-bluetooth-3.1.4.tar.bz2

View File

@ -1,11 +1,7 @@
# Get access to /dev/rfkill for users
# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
#
# Updated for udev >= 154
# http://bugs.debian.org/582188
# https://bugzilla.redhat.com/show_bug.cgi?id=588660
# Simplified by Kay Sievers
# https://bugzilla.redhat.com/show_bug.cgi?id=733326
ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
ACTION!="add|change", GOTO="gnome_bluetooth_end"
KERNEL=="rfkill", TAG+="udev-acl"
LABEL="gnome_bluetooth_end"
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

View File

@ -1,7 +1,7 @@
Name: gnome-bluetooth
Epoch: 1
Version: 3.1.3
Release: 1%{?dist}
Version: 3.1.4
Release: 3%{?dist}
Summary: Bluetooth graphical utilities
Group: Applications/Communications
@ -12,7 +12,6 @@ Source1: 61-gnome-bluetooth-rfkill.rules
BuildRequires: gtk3-devel >= 2.99.0
BuildRequires: GConf2-devel
BuildRequires: control-center-devel
BuildRequires: dbus-glib-devel
BuildRequires: libnotify-devel
%if 0
@ -205,6 +204,10 @@ fi
%endif
%changelog
* Thu Sep 08 2011 Bastien Nocera <bnocera@redhat.com> 3.1.4-3
- Update to 3.1.4
- Update udev rule again (#733326)
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
- Update to 3.1.3

View File

@ -1 +1 @@
6fc32d5cb650479807c062b449ff6071 gnome-bluetooth-3.1.3.tar.bz2
b8d122aefddca91358bcb01af5243d27 gnome-bluetooth-3.1.4.tar.bz2