Author: fernando Date: Sun Feb 8 05:40:43 2015 New Revision: 15471 Log: Update to git-2.3.0.
Modified: trunk/BOOK/general/prog/git.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general/prog/git.xml ============================================================================== --- trunk/BOOK/general/prog/git.xml Sun Feb 8 03:18:29 2015 (r15470) +++ trunk/BOOK/general/prog/git.xml Sun Feb 8 05:40:43 2015 (r15471) @@ -8,10 +8,10 @@ <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> <!ENTITY git-download-ftp "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz"> - <!ENTITY git-md5sum "f694e8c911a6f7cfd7aec7b99454ed1f"> - <!ENTITY git-size "3.4 MB"> - <!ENTITY git-buildsize "0.3 GB (additional 13 MB for downloaded docs and man pages, or 27 MB building docs and man pages)"> - <!ENTITY git-time "0.7 SBU and additional 2.2 SBU for tests (using parallelism=4) or 2.9 SBU for docs and man build"> + <!ENTITY git-md5sum "e5880760d1f43f4f49b3bf94b9046eee"> + <!ENTITY git-size "3.5 MB"> + <!ENTITY git-buildsize "219 MB (additional 13 MB for downloaded docs and man pages, or 27 MB building docs and man pages)"> + <!ENTITY git-time " 0.7 SBU and additional 2.1 SBU for tests (using parallelism=4) or 2.4 SBU for docs and man build"> ]> <sect1 id="git" xreflabel="git-&git-version;"> @@ -36,10 +36,10 @@ version control system designed to handle everything from small to very large projects with speed and efficiency. Every <application>Git</application> clone is a full-fledged repository with - complete history and full revision tracking capabilities, not dependent on - network access or a central server. Branching and merging are fast and easy - to do. <application>Git</application> is used for version control of files, - much like tools such as <application>Mercurial</application>, + complete history and full revision tracking capabilities, not dependent + on network access or a central server. Branching and merging are fast and + easy to do. <application>Git</application> is used for version control of + files, much like tools such as <application>Mercurial</application>, <application>Bazaar</application>, <xref linkend="subversion"/>, <xref linkend="cvs"/>, <application>Perforce</application>, and <application>Team Foundation Server</application>. @@ -139,8 +139,7 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr \ - --with-gitconfig=/etc/gitconfig && +<screen><userinput>./configure --prefix=/usr --with-gitconfig=/etc/gitconfig && make</userinput></screen> <para> @@ -166,10 +165,8 @@ <screen><userinput>make man</userinput></screen> <para> - The test suite can be run in parallel mode. Many tests cannot find - <application>GnuPG2</application>, if the compatibility symlinks, - recommended in <xref linkend="gnupg2"/>, are not installed. To run the - test suite, issue: <command>make test</command>. + The test suite can be run in parallel mode. To run the test suite, issue: + <command>make test</command>. </para> <para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 8 03:18:29 2015 (r15470) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 8 05:40:43 2015 (r15471) @@ -45,6 +45,16 @@ --> <listitem> + <para>February 8th, 2015</para> + <itemizedlist> + <listitem> + <para>[fernando] - Update to git-2.3.0. Fixes + <ulink url="&blfs-ticket-root;6120">#6120</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 7th, 2015</para> <itemizedlist> <listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Sun Feb 8 03:18:29 2015 (r15470) +++ trunk/BOOK/packages.ent Sun Feb 8 05:40:43 2015 (r15471) @@ -256,7 +256,7 @@ <!ENTITY gcc-version "4.9.2"> <!ENTITY gc-version "7.4.2"> <!ENTITY gdb-version "7.8.2"> -<!ENTITY git-version "2.2.2"> +<!ENTITY git-version "2.3.0"> <!ENTITY guile-version "2.0.11"> <!ENTITY librep-version "0.92.4"> <!ENTITY llvm-version "3.5.1"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
