Changeset 8f62346
- Timestamp:
- 03/22/2019 10:07:03 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2367283
- Parents:
- c250033
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
rc250033 r8f62346 162 162 <xref linkend="valgrind"/>, 163 163 <xref linkend="zip"/>, 164 <ulink url="http://www.ocaml.org/">OCaml</ulink>, and 165 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> 164 <ulink url="http://www.ocaml.org/">OCaml</ulink>, 165 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and 166 <ulink url="https://github.com/Z3Prover/z3">Z3</ulink> 166 167 </para> 167 168 -
gnome.ent
rc250033 r8f62346 20 20 <!ENTITY gcr-version "3.28.1"> 21 21 <!ENTITY gsettings-desktop-schemas-version "3.32.0"> 22 <!ENTITY libsecret-version "0.18. 7">22 <!ENTITY libsecret-version "0.18.8"> 23 23 <!ENTITY rest-version "0.8.1"> 24 24 <!ENTITY totem-pl-parser-version "3.26.3"> … … 27 27 <!ENTITY GConf-version "3.2.6"> 28 28 <!ENTITY geocode-glib-version "3.26.0"> 29 <!ENTITY gjs-version "1.5 4.3">29 <!ENTITY gjs-version "1.56.0"> 30 30 <!ENTITY gnome-autoar-version "0.2.3"> 31 31 <!ENTITY gnome-desktop-version "3.30.2.1"> -
gnome/platform/gjs.xml
rc250033 r8f62346 5 5 %general-entities; 6 6 7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.5 4/gjs-&gjs-version;.tar.xz">8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.5 4/gjs-&gjs-version;.tar.xz">9 <!ENTITY gjs-md5sum " 387dd08d40d4f1f1ffec9546b52e7619">10 <!ENTITY gjs-size "6 36KB">11 <!ENTITY gjs-buildsize " 78MB (with tests)">12 <!ENTITY gjs-time "1. 0SBU (with tests)">7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.56/gjs-&gjs-version;.tar.xz"> 8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.56/gjs-&gjs-version;.tar.xz"> 9 <!ENTITY gjs-md5sum "aa47ee8bdcb7c36e9eafd4c7796fbb96"> 10 <!ENTITY gjs-size "652 KB"> 11 <!ENTITY gjs-buildsize "92 MB (with tests)"> 12 <!ENTITY gjs-time "1.1 SBU (with tests)"> 13 13 ]> 14 14 … … 113 113 To test the results, issue: <command>make check</command>. The 114 114 <application>GTK</application> and <application>Cairo</application> 115 tests will fail if not running in an Xorg session. Two tests that 116 use Unicode are known to fail, as C.UTF-8 isn't defined as a locale 117 in our environment. 118 <!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr --> 115 tests will fail if not running in an Xorg session. 119 116 </para> 120 117 -
gnome/platform/libsecret.xml
rc250033 r8f62346 7 7 <!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz"> 8 8 <!ENTITY libsecret-download-ftp "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz"> 9 <!ENTITY libsecret-md5sum " 376153ece17081eb5410870e0dc5c031">9 <!ENTITY libsecret-md5sum "fee403988442f497f3c1dfe7b128869c"> 10 10 <!ENTITY libsecret-size "500 KB"> 11 11 <!ENTITY libsecret-buildsize "17 MB"> -
introduction/welcome/changelog.xml
rc250033 r8f62346 46 46 <para>March 22nd, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to libsecret-0.18.8. Part of 50 <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to gjs-1.56.0. Part of 54 <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para> 55 </listitem> 48 56 <listitem> 49 57 <para>[bdubbs] - Update to bind-9.14.0. Fixes -
x/lib/clutter.xml
rc250033 r8f62346 155 155 To test the results, issue: <command>make -k check</command> (you must be 156 156 in an xterm or similar to do this, because it launches some windows). 157 Two tests have been observed to indicate ERROR, but each is flagged twice.157 <!-- Two tests have been observed to indicate ERROR, but each is flagged twice. --> 158 158 </para> 159 159
Note:
See TracChangeset
for help on using the changeset viewer.