Commit previous gpgme fix without cmake-extra-modules changes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18188 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2017-01-15 17:37:13 +00:00
parent 0901194385
commit 8ed3ee4747
3 changed files with 18 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "January 14th &year;">
<!ENTITY releasedate "January 15th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -42,6 +42,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>January 15th, 2016</para>
<itemizedlist>
<listitem>
<para>[dj] - Fixed release issue with gpgme-1.8.0 that affects
kwallet.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 14th, 2016</para>
<itemizedlist>

View File

@ -101,6 +101,12 @@
<sect2 role="installation">
<title>Installation of GPGME</title>
<para>
Fix a minor release error:
</para>
<screen><userinput>sed 's#@libsuffix@#.so#' -i lang/cpp/src/GpgmeppConfig.cmake.in.in</userinput></screen>
<para>
Install <application>GPGME</application> by running the following
commands: