diff --color -Naur --exclude .git blfs-stock/general/sysutils/upower.xml blfs-git/general/sysutils/upower.xml
old
|
new
|
|
6 | 6 | |
7 | 7 | <!ENTITY upower-download-http "https://gitlab.freedesktop.org/upower/upower/-/archive/v&upower-version;/upower-v&upower-version;.tar.bz2"> |
8 | 8 | <!ENTITY upower-download-ftp " "> |
9 | | <!ENTITY upower-md5sum "4fba71838a9ba0db6f140418eddbe2b7"> |
10 | | <!ENTITY upower-size "128 KB"> |
11 | | <!ENTITY upower-buildsize "4.9 MB (add 1.3 MB for tests)"> |
| 9 | <!ENTITY upower-md5sum "bfd6e3275e61d7e097b53eb2b216fffa"> |
| 10 | <!ENTITY upower-size "136 KB"> |
| 11 | <!ENTITY upower-buildsize "6.5 MB (add 1.1 MB for tests)"> |
12 | 12 | <!ENTITY upower-time "less than 0.1 SBU (using parallelism=4, add 0.6 SBU for tests)"> |
13 | 13 | ]> |
14 | 14 | |
… |
… |
|
153 | 153 | <!-- On my system with LANG=zh_CN.UTF-8, one test attempted to compare |
154 | 154 | Chinese error message with English references and failed. |
155 | 155 | LC_ALL=C fixes the problem. --> |
| 156 | <!-- Headphone hotplug (bluetooth and AUX) was tested and seems to work |
| 157 | okay even with the test faliures. Maybe it's wants headphones plugged |
| 158 | in during the test? Regardless, it can be safely ignored. --> |
156 | 159 | <para> |
157 | 160 | To test the results, issue: <command>LC_ALL=C ninja test</command>. Some |
158 | 161 | checks may not pass due to missing files. Test suite should be run from |
159 | | a local GUI session started with dbus-launch. |
| 162 | a local GUI session started with dbus-launch. 2 tests relating to the |
| 163 | headphone hotplug feature are known to fail, these do not impede the |
| 164 | functionality in any way and can be safely ignored. |
160 | 165 | </para> |
161 | 166 | |
162 | 167 | <para> |
diff --color -Naur --exclude .git blfs-stock/introduction/welcome/changelog.xml blfs-git/introduction/welcome/changelog.xml
old
|
new
|
|
38 | 38 | </itemizedlist> |
39 | 39 | </listitem> |
40 | 40 | --> |
| 41 | <listitem> |
| 42 | <para>July 11th, 2023</para> |
| 43 | <itemizedlist> |
| 44 | <listitem> |
| 45 | <para>[rahul] - Update to upower 1.90.2. Fixes |
| 46 | <ulink url="&blfs-ticket-root;18251">#18251</ulink>.</para> |
| 47 | </listitem> |
| 48 | </itemizedlist> |
| 49 | </listitem> |
| 50 | |
41 | 51 | <listitem> |
42 | 52 | <para>July 10th, 2023</para> |
43 | 53 | <itemizedlist> |
diff --color -Naur --exclude .git blfs-stock/packages.ent blfs-git/packages.ent
old
|
new
|
|
300 | 300 | <!ENTITY udisks2-version "2.10.0"> <!-- stable lt .90 micro version --> |
301 | 301 | <!ENTITY unrar-version "6.2.8"> |
302 | 302 | <!ENTITY unzip-version "6.0"> |
303 | | <!ENTITY upower-version "1.90.0"> |
| 303 | <!ENTITY upower-version "1.90.2"> |
304 | 304 | <!ENTITY usbutils-version "015"> |
305 | 305 | <!ENTITY which-version "2.21"> |
306 | 306 | <!ENTITY zip-version "3.0"> |