Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package android-udev-rules for openSUSE:Factory checked in at 2024-11-18 20:00:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Mon Nov 18 20:00:54 2024 rev:25 rq:1224660 version:20241109 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2024-10-24 15:43:51.966890954 +0200 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.2017/android-udev-rules.changes 2024-11-18 20:01:42.586385319 +0100 @@ -1,0 +2,7 @@ +Sun Nov 10 12:44:31 UTC 2024 - mun...@googlemail.com + +- Update to version 20241109 + Features + * Add Nook Glowlight 3 (close #334) + +------------------------------------------------------------------- Old: ---- android-udev-rules-20241019.tar.gz New: ---- android-udev-rules-20241109.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.qyvMVa/_old 2024-11-18 20:01:43.050404727 +0100 +++ /var/tmp/diff_new_pack.qyvMVa/_new 2024-11-18 20:01:43.054404895 +0100 @@ -17,7 +17,7 @@ Name: android-udev-rules -Version: 20241019 +Version: 20241109 Release: 0 Summary: Udev rules for Android Debug Bridge License: GPL-3.0-or-later ++++++ android-udev-rules-20241019.tar.gz -> android-udev-rules-20241109.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20241019/51-android.rules new/android-udev-rules-20241109/51-android.rules --- old/android-udev-rules-20241019/51-android.rules 2024-10-10 16:22:32.000000000 +0200 +++ new/android-udev-rules-20241109/51-android.rules 2024-11-09 14:56:33.000000000 +0100 @@ -589,7 +589,11 @@ #ATTR{idVendor}=="2e04", GOTO="user" # Nook (Barnes & Noble) (Need product specific rules) -#ATTR{idVendor}=="2080", GOTO="user" +ATTR{idVendor}!="2080", GOTO="not_Nook" +# Glowlight 3 +ATTR{idProduct}=="000b", GOTO="adb" +GOTO="android_usb_rules_end" +LABEL="not_Nook" # Nvidia ATTR{idVendor}!="0955", GOTO="not_Nvidia" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20241019/rpm/android-udev-rules.spec new/android-udev-rules-20241109/rpm/android-udev-rules.spec --- old/android-udev-rules-20241019/rpm/android-udev-rules.spec 2024-10-10 16:22:32.000000000 +0200 +++ new/android-udev-rules-20241109/rpm/android-udev-rules.spec 2024-11-09 14:56:33.000000000 +0100 @@ -1,5 +1,5 @@ Name: android-udev-rules -Version: 20230310 +Version: 20241019 Release: 1%{?dist} Summary: Udev rules to connect Android devices to your linux box License: GPL-3.0-or-later