Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.45 grimoire by George Sherwood (d6d5da11564f54d94f684533201cea7e51edbbc4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.45 grimoire by George Sherwood (d6d5da11564f54d94f684533201cea7e51edbbc4)
  • Date: Sun, 13 Jun 2010 15:48:05 -0500

GIT changes to stable-rc-0.45 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

libs/libvirt/DEPENDS | 1 +
libs/libvirt/HISTORY | 3 +++
printer/ghostscript/BUILD | 2 +-
printer/ghostscript/HISTORY | 3 +++
4 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit d6d5da11564f54d94f684533201cea7e51edbbc4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libvirt: Depends on libpciaccess (Bug #15739)
(cherry picked from commit fbd9cffd3d793789cd832eb623ed2deccba31bed)

commit 530c2c17dfc6b567d7631d1817c7801c0a8357fb
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ghostscript: always build the JAPAN set of drivers #14764
(cherry picked from commit 42ebf3d1c8ac2d0ab725e2d2eb5c33cae433cfe9)

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index 13a21be..d0bee9e 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -4,6 +4,7 @@ depends readline &&
depends curl &&
depends glib2 &&
depends gnutls &&
+depends libpciaccess &&

depends -sub "LVM_FULL" lvm '--with-storage-lvm' &&

diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 6d376ac..f846e23 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2010-06-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libpciaccess (Bug #15739)
+
2010-05-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.7.7
Updated to 0.8.1
diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 0425686..bfb3e17 100755
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -1,6 +1,6 @@
# need a comma separated list
OPTS="--with-drivers=`echo ${GS_PRINTERS} | \
- sed "s/ */ /g;s/^ *//;s/ *$/ /;s/^NONE //;s/ /,/g"`FILES \
+ sed "s/ */ /g;s/^ *//;s/ *$/ /;s/^NONE //;s/ /,/g"`JAPAN,FILES \
--enable-dynamic ${GS_OMNI} ${OPTS}" &&

default_build &&
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 0f9bb05..fc08321 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2010-06-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: always build the JAPAN set of drivers #14764
+
2010-05-08 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: Added to patch



  • [SM-Commit] GIT changes to stable-rc-0.45 grimoire by George Sherwood (d6d5da11564f54d94f684533201cea7e51edbbc4), George Sherwood, 06/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page