[blfs-book] BLFS Package Currency Check - 2016-04-19 05:45:01 GMT

2016-04-18 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 05: LVM22.02.149 2.02.150 #7700
chapter 11: ImageMagick 6.9.3-5  6.9.3-8  #7520
chapter 13: cmake   3.5.13.5.2#7710
chapter 13: git 2.8.02.8.1#7681
chapter 13: ruby2.3.00
chapter 20: sqlite-autoconf 3120100  3120200  
chapter 20: sqlite-doc  3120100  3120200  
chapter 24: libinput1.2.31.2.4
chapter 26: oxygen-icons5   5.20.0   5.21.0   #7710
chapter 29: extra-cmake-modules 5.20.0   5.21.0   #7710
chapter 29: phonon  4.8.34.9.0
chapter 29: phonon-backend-gstre4.8.24.9.0
chapter 29: phonon-backend-vlc  0.8.20.9.0
chapter 32: kf5 5.20 5.21 #7710
chapter 32: plasma5 5.6.15.6.2#7693
chapter 37: xfce4-power-manager 1.4.41.6.0#7577
chapter 39: QScintilla-gpl  2.9.12.9.2
chapter 39: kguiaddons  5.20.0   5.21.0   #7710
chapter 39: kwindowsystem   5.20.0   5.21.0   #7710
chapter 39: libkscreen  5.6.15.6.2#7693
chapter 39: solid   5.20.0   5.21.0   #7710
chapter 46: taglib  1.10 1.11 #7411
chapter 46: x26420160220 daily#7555
chapter 47: ffmpeg  2.8.63.0.1#7470
chapter 47: mplayer SVN-r37794   daily#7556
chapter 50: asymptote   2.36 2.37 #7590
chapter 50: mupdf   1.8  1.9  

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r17271 - in trunk/BOOK: . general/prog introduction/welcome

2016-04-18 Thread via blfs-book
Author: pierre
Date: Mon Apr 18 13:05:50 2016
New Revision: 17271

Log:
Apache-ant-1.9.7

Modified:
   trunk/BOOK/general/prog/apache-ant.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/apache-ant.xml
==
--- trunk/BOOK/general/prog/apache-ant.xml  Mon Apr 18 06:55:52 2016
(r17270)
+++ trunk/BOOK/general/prog/apache-ant.xml  Mon Apr 18 13:05:50 2016
(r17271)
@@ -6,7 +6,7 @@
 
   https://archive.apache.org/dist/ant/source/apache-ant--src.tar.bz2;>
   
-  
+  
   
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Apr 18 06:55:52 
2016(r17270)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Apr 18 13:05:50 
2016(r17271)
@@ -48,6 +48,10 @@
   April 18th, 2016
   
 
+  [pierre] - Update to Apache-ant-1.9.7. Fixes
+  #7724.
+
+
   [igor] - Update to feh-2.15.2. Fixes
   #7734.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon Apr 18 06:55:52 2016(r17270)
+++ trunk/BOOK/packages.ent Mon Apr 18 13:05:50 2016(r17271)
@@ -294,7 +294,7 @@
 
 
 
-
+
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #7724: apache-ant-1.9.7

2016-04-18 Thread BLFS Trac via blfs-book
#7724: apache-ant-1.9.7
-+--
 Reporter:  bdubbs@… |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Fixed at r17271

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #7724: apache-ant-1.9.7

2016-04-18 Thread BLFS Trac via blfs-book
#7724: apache-ant-1.9.7
-+--
 Reporter:  bdubbs@… |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * owner:  blfs-book@… => pierre.labastie
 * status:  new => assigned


Old description:

> New point version

New description:

 New point version

 https://archive.apache.org/dist/ant/source/apache-ant-1.9.7-src.tar.bz2

 MD5: 6413ed1cee16372d0fa215ffacca48b7

--

Comment:

 {{{
 Changes from Ant 1.9.6 TO Ant 1.9.7
 ===

 Changes that could break older environments:
 ---

  *  and  used to ignore the dir attribute if it was the
same as the current working directory.  They now no longer do,
which changes the behavior for vmlauncher="false" which would have
used the project's basedir rather than the current working
directory in that case.
Bugzilla Report 58555

 Fixed bugs:
 ---

  * ZipOutputStream could cause an ArrayIndexOutOfBoundsException when
adding entries with comments.  This never happens when using Ant as
a build tool but may affect users using Ant's zip package as a
library.

  *  and  didn't work for non-filesystem resources.

  *  ignored the zip64Mode attribute when creating manifest-only
jars.  This resulted in jar files that couldn't be read by Java5.
Bugzilla Report 58428

  *  will now detect GNU tar longname/link records even if they
don't use the names used by GNU tar itself.  star is known to
create archives of that kind.
https://issues.apache.org/jira/browse/COMPRESS-324

  * 

Re: [blfs-book] [BLFS Trac] #7734: feh-2.15.2

2016-04-18 Thread BLFS Trac via blfs-book
#7734: feh-2.15.2
-+--
 Reporter:  bdubbs@… |   Owner:  izivkov
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by izivkov):

 * status:  reopened => closed
 * resolution:   => fixed


Comment:

 Fixed at r17270.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #7736: mesa-11.2.1

2016-04-18 Thread BLFS Trac via blfs-book
#7736: mesa-11.2.1
-+--
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by izivkov):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Fixed at r17270.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r17270 - in trunk/BOOK: . introduction/welcome x/installing xsoft/other

2016-04-18 Thread via blfs-book
Author: igor
Date: Mon Apr 18 06:55:52 2016
New Revision: 17270

Log:
Update to mesa-11.2.1.
Update to feh-2.15.2.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/mesa.xml
   trunk/BOOK/xsoft/other/feh.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sun Apr 17 13:16:17 2016(r17269)
+++ trunk/BOOK/general.ent  Mon Apr 18 06:55:52 2016(r17270)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr 17 13:16:17 
2016(r17269)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Apr 18 06:55:52 
2016(r17270)
@@ -45,6 +45,20 @@
 -->
 
 
+  April 18th, 2016
+  
+
+  [igor] - Update to feh-2.15.2. Fixes
+  #7734.
+
+
+  [igor] - Update to mesa-11.2.1. Fixes
+  #7736.
+
+  
+
+
+
   April 16th, 2016
   
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Apr 17 13:16:17 2016(r17269)
+++ trunk/BOOK/packages.ent Mon Apr 18 06:55:52 2016(r17270)
@@ -459,7 +459,7 @@
 
 
 
-
+
 
 
 
@@ -684,7 +684,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/installing/mesa.xml
==
--- trunk/BOOK/x/installing/mesa.xmlSun Apr 17 13:16:17 2016(r17269)
+++ trunk/BOOK/x/installing/mesa.xmlMon Apr 18 06:55:52 2016(r17270)
@@ -6,7 +6,7 @@
 
   
   ftp://ftp.freedesktop.org/pub/mesa//mesa-.tar.xz;>
-  
+  
   
   
   

Modified: trunk/BOOK/xsoft/other/feh.xml
==
--- trunk/BOOK/xsoft/other/feh.xml  Sun Apr 17 13:16:17 2016(r17269)
+++ trunk/BOOK/xsoft/other/feh.xml  Mon Apr 18 06:55:52 2016(r17270)
@@ -6,7 +6,7 @@
 
   http://feh.finalrewind.org/feh-.tar.bz2;>
   
-  
+  
   
   
   
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #7736: mesa-11.2.1

2016-04-18 Thread BLFS Trac via blfs-book
#7736: mesa-11.2.1
-+---
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by izivkov):

 * owner:  blfs-book@… => izivkov
 * status:  new => assigned


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #7736: mesa-11.2.1

2016-04-18 Thread BLFS Trac via blfs-book
#7736: mesa-11.2.1
-+-
 Reporter:  izivkov  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 https://lists.freedesktop.org/archives/mesa-
 announce/2016-April/000209.html

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page