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

2016-04-17 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: apache-ant  1.9.61.9.7#7724
chapter 13: cmake   3.5.13.5.2#7710
chapter 13: git 2.8.02.8.1#7681
chapter 24: mesa11.2.0   11.2.1   
chapter 26: oxygen-icons5   5.20.0   5.21.0   #7710
chapter 29: extra-cmake-modules 5.20.0   5.21.0   #7710
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: 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 43: feh 2.15.1   2.15.2   #7734
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

-- 
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] #7734: feh-2.15.2 (was: feh-2.15.1)

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

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


Old description:

> New point version

New description:

 New point version 2.15.1

--

Comment:

 No good deed goes unpunished.  Now at 2.15.2

--
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 Package Currency Check - 2016-04-17 17:36:29 GMT

2016-04-17 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: apache-ant  1.9.61.9.7#7724
chapter 13: cmake   3.5.13.5.2#7710
chapter 13: git 2.8.02.8.1#7681
chapter 26: oxygen-icons5   5.20.0   5.21.0   #7710
chapter 29: extra-cmake-modules 5.20.0   5.21.0   #7710
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: 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 43: feh 2.15.1   2.15.2   
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

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

[blfs-book] r17268 - trunk/scripts

2016-04-17 Thread via blfs-book
Author: bdubbs
Date: Sun Apr 17 10:34:20 2016
New Revision: 17268

Log:
Fix yesterday's fix for p7zip

Modified:
   trunk/scripts/blfs-chapter12.php

Modified: trunk/scripts/blfs-chapter12.php
==
--- trunk/scripts/blfs-chapter12.phpSat Apr 16 20:49:43 2016(r17267)
+++ trunk/scripts/blfs-chapter12.phpSun Apr 17 10:34:20 2016(r17268)
@@ -17,7 +17,7 @@
 
 $ignores = array();
 
-//$current="p7zip";
+//$current="autofs";
 
 $regex = array();
 $regex[ 'acpid'   ] = "/^.*Download acpid-(\d[\d\.]+\d).tar.*$/";
@@ -185,8 +185,10 @@
 
   # Needs a space in [\d\. ]+ becasue of an upstream typo
   if ( $book_index == "p7zip" )
+  {
 $max = find_max( $lines, '/\d\./', '/^\s*([\d\. ]+)\s*$/' );
 return str_replace( " ", "", $max );
+  }
 
   if ( $book_index == "unzip" ||
$book_index == "zip"  )
-- 
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] #7697: xf86-video-amdgpu-1.1.0 (Wailt for better HW availability)

2016-04-17 Thread BLFS Trac via blfs-book
#7697: xf86-video-amdgpu-1.1.0 (Wailt for better HW availability)
-+--
 Reporter:  ken@…|   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by bdubbs@…):

 Ok, then we need to wait for some editor who actually has the HW to test
 it.  I understand there are firmware issues that need to be addressed
 also.

--
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] #7735: URL to bootscripts

2016-04-17 Thread BLFS Trac via blfs-book
#7735: URL to bootscripts
-+---
 Reporter:  thomas   |   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  overcomebyevents
 Keywords:   |
-+---
Changes (by bdubbs@…):

 * status:  new => closed
 * resolution:   => overcomebyevents


Comment:

 That was fixed yesterday.  The .xz version is correct.  The book just
 needed to be re-rendered overnight.

--
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] Files in BLFS svn missing on anduin

2016-04-17 Thread via blfs-book
Missing btrfs-progs-v4.5.1.tar.xz
Missing libgcrypt-1.7.0.tar.bz2
Missing asciidoc-8.6.9.tar.gz
Missing dejagnu-1.6.tar.gz
Missing NetworkManager-1.0.12.tar.xz
Missing feh-2.15.1.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] #7697: xf86-video-amdgpu-1.1.0 (Wailt for better HW availability)

2016-04-17 Thread BLFS Trac via blfs-book
#7697: xf86-video-amdgpu-1.1.0 (Wailt for better HW availability)
-+--
 Reporter:  ken@…|   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by Krejzi):

 Hardware is already there and has been out there for a year.

--
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] #7735: URL to bootscripts

2016-04-17 Thread BLFS Trac via blfs-book
#7735: URL to bootscripts
-+-
 Reporter:  thomas   |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 Book referes to  blfs-bootscripts-20160415.tar.bz2  but file is  blfs-
 bootscripts-20160415.tar.xz.

 Is filename wrong or should we update book?

--
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