Author: megabajt Date: Sat Mar 31 19:05:31 2012 GMT Module: packages Tag: HEAD ---- Log message: - fixed udev rule to work with new udev - release 2
---- Files affected: packages/gnome-bluetooth: gnome-bluetooth.spec (1.94 -> 1.95) , 61-gnome-bluetooth-rfkill.rules (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/gnome-bluetooth/gnome-bluetooth.spec diff -u packages/gnome-bluetooth/gnome-bluetooth.spec:1.94 packages/gnome-bluetooth/gnome-bluetooth.spec:1.95 --- packages/gnome-bluetooth/gnome-bluetooth.spec:1.94 Tue Mar 27 18:25:15 2012 +++ packages/gnome-bluetooth/gnome-bluetooth.spec Sat Mar 31 21:05:25 2012 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Podsystem GNOME Bluetooth Name: gnome-bluetooth Version: 3.4.0 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/3.4/%{name}-%{version}.tar.xz @@ -223,6 +223,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.95 2012/03/31 19:05:25 megabajt +- fixed udev rule to work with new udev +- release 2 + Revision 1.94 2012/03/27 16:25:15 megabajt - updated to 3.4.0; merged changes from DEVEL - removed obsolete -am.patch ================================================================ Index: packages/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules diff -u packages/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules:1.1 packages/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules:1.2 --- packages/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules:1.1 Tue May 3 00:14:06 2011 +++ packages/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules Sat Mar 31 21:05:25 2012 @@ -1,5 +1,2 @@ # Get access to /dev/rfkill for users -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" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/gnome-bluetooth/gnome-bluetooth.spec?r1=1.94&r2=1.95 http://cvs.pld-linux.org/packages/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules?r1=1.1&r2=1.2 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
