Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (68a4d24bdfcf098b9a432fb2f7dd916439da0e32)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (68a4d24bdfcf098b9a432fb2f7dd916439da0e32)
  • Date: Thu, 13 May 2010 15:08:57 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
gnome2-libs/gnome-python-desktop/DEPENDS | 5 -----
gnome2-libs/gnome-python-desktop/HISTORY | 5 ++++-
libs/libvirt/BUILD | 5 -----
libs/libvirt/CONFIGURE | 5 ++++-
libs/libvirt/DEPENDS | 10 ++++++++++
libs/libvirt/DETAILS | 2 +-
libs/libvirt/HISTORY | 8 ++++++++
libs/libvirt/libvirt-0.7.4.tar.gz.sig | 0
libs/libvirt/libvirt-0.8.1.tar.gz.sig |binary
python-pypi/virtinst/DETAILS | 2 +-
python-pypi/virtinst/HISTORY | 3 +++
python-pypi/virtinst/virtinst-0.500.1.tar.gz.sig | 0
python-pypi/virtinst/virtinst-0.500.3.tar.gz.sig |binary
utils/virt-manager/DETAILS | 2 +-
utils/virt-manager/HISTORY | 3 +++
utils/virt-manager/virt-manager-0.8.2.tar.gz.sig | 0
utils/virt-manager/virt-manager-0.8.4.tar.gz.sig |binary
18 files changed, 35 insertions(+), 15 deletions(-)

New commits:
commit 68a4d24bdfcf098b9a432fb2f7dd916439da0e32
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virt-manager: Updated to 0.8.4
(cherry picked from commit 8ac73e134d55530fbfb2848f1ea465c5b669c040)

commit cf5f3a08d1d6db8e34adcb2695bff1c44f3ff281
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtinst: Updated to 0.500.3
(cherry picked from commit e22b58a1ccb6f34d736e4d20c72b65d88fb553da)

commit 040863fbb7de7f00f7fe65350a933cef1ef567f9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Updated to 0.8.1
Optionally depends on libpcap
(cherry picked from commit 13d11c11a6292cabb9a62aa941ed3bf71448726b)

commit c80afb6dfac619898c4be1b50116a7fa0736cbdc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Updated to 0.7.7
Allow building drivers as modules
May use udev for host device enumeration
Now works with "-Wl,--as-needed" in LDFLAGS
(cherry picked from commit 80f6d6ae15d249a25af820b1995d86d3f3b90e32)

commit 2f0957abeb03356de184cf6830d1973f052abbd5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnome-python-desktop: nautilus-cd-burner has been deprecated, remove

diff --git a/gnome2-libs/gnome-python-desktop/DEPENDS
b/gnome2-libs/gnome-python-desktop/DEPENDS
index 73406b3..ed30167 100755
--- a/gnome2-libs/gnome-python-desktop/DEPENDS
+++ b/gnome2-libs/gnome-python-desktop/DEPENDS
@@ -40,11 +40,6 @@ optional_depends libgtop2
\
"--disable-gtop" \
"Build libgtop bindings?" &&

-optional_depends nautilus-cd-burner \
- "--enable-nautilusburn" \
- "--disable-nautilusburn" \
- "Build nautilus-cd-burner bindings?" &&
-
optional_depends gnome-media2 \
"--enable-mediaprofiles" \
"--disable-mediaprofiles" \
diff --git a/gnome2-libs/gnome-python-desktop/HISTORY
b/gnome2-libs/gnome-python-desktop/HISTORY
index 8e99c51..25d3580 100644
--- a/gnome2-libs/gnome-python-desktop/HISTORY
+++ b/gnome2-libs/gnome-python-desktop/HISTORY
@@ -1,4 +1,7 @@
-2010-04-10 Vasil Yonkov <spirtbrat AT sourcemage.org>
+2010-04-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: nautilus-cd-burner has been deprecated, remove
+
+2011-04-10 Vasil Yonkov <spirtbrat AT sourcemage.org>
* PRE_SUB_DEPENDS, SUB_DEPENDS: now handles PANEL subdependency

2010-03-31 Vasil Yonkov <spirtbrat AT sourcemage.org>
diff --git a/libs/libvirt/BUILD b/libs/libvirt/BUILD
index 473780b..2771a88 100755
--- a/libs/libvirt/BUILD
+++ b/libs/libvirt/BUILD
@@ -2,9 +2,4 @@ OPTS="$LIBVIRT_REMOTE \
$LIBVIRT_LIBVIRTD \
$OPTS" &&

-#
-# Fails to compile with -Wl,--as-needed
-#
-LDFLAGS=${LDFLAGS/-Wl,--as-needed} &&
-
default_build
diff --git a/libs/libvirt/CONFIGURE b/libs/libvirt/CONFIGURE
index 0341da3..4739d9e 100755
--- a/libs/libvirt/CONFIGURE
+++ b/libs/libvirt/CONFIGURE
@@ -26,4 +26,7 @@ config_query_option LIBVIRT_OPTS 'Build remote driver
support?' y \
'--with-remote' '--without-remote' &&

config_query_option LIBVIRT_OPTS 'Build libvirtd support?' y \
- '--with-libvirtd' '--without-libvirtd'
+ '--with-libvirtd' '--without-libvirtd' &&
+
+config_query_option LIBVIRT_OPTS 'Build drivers as loadable modules?' n \
+ '--with-driver-modules' '--without-driver-modules'
diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index 5b137a4..13a21be 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -62,6 +62,16 @@ optional_depends libssh2 \
'--without-libssh2' \
'SSH2 support' &&

+optional_depends 'udev' \
+ '--with-udev' \
+ '--without-udev' \
+ 'to use udev for host device enumeration' &&
+
+optional_depends 'libpcap' \
+ '--with-libpcap' \
+ '--without-libpcap' \
+ 'for a packet filtering mechanism' &&
+
suggest_depends nc '' '' 'for remote SSH tunneling' &&
suggest_depends 'bridge-utils' '' '' 'for creating TUN/TAP bridges' &&
suggest_depends 'iproute2' '' '' 'for routing between TUN/TAP interfaces' &&
diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index 20d28eb..c7648b6 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,5 +1,5 @@
SPELL=libvirt
- VERSION=0.7.4
+ VERSION=0.8.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 3abdd4b..6d376ac 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,11 @@
+2010-05-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.7.7
+ Updated to 0.8.1
+ * CONFIGURE: Allow building drivers as modules
+ * DEPENDS: May use udev for host device enumeration
+ Optionally depends on libpcap
+ * BUILD: Now works with "-Wl,--as-needed" in LDFLAGS
+
2010-04-25 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Fails to compile with -Wl,--as-needed in LDFLAGS

diff --git a/libs/libvirt/libvirt-0.7.4.tar.gz.sig
b/libs/libvirt/libvirt-0.7.4.tar.gz.sig
deleted file mode 100644
index 2297b38..0000000
Binary files a/libs/libvirt/libvirt-0.7.4.tar.gz.sig and /dev/null differ
diff --git a/libs/libvirt/libvirt-0.8.1.tar.gz.sig
b/libs/libvirt/libvirt-0.8.1.tar.gz.sig
new file mode 100644
index 0000000..401920d
Binary files /dev/null and b/libs/libvirt/libvirt-0.8.1.tar.gz.sig differ
diff --git a/python-pypi/virtinst/DETAILS b/python-pypi/virtinst/DETAILS
index 1836080..3a6dcd9 100755
--- a/python-pypi/virtinst/DETAILS
+++ b/python-pypi/virtinst/DETAILS
@@ -1,5 +1,5 @@
SPELL=virtinst
- VERSION=0.500.1
+ VERSION=0.500.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/virtinst/HISTORY b/python-pypi/virtinst/HISTORY
index ffda6ea..1696986 100644
--- a/python-pypi/virtinst/HISTORY
+++ b/python-pypi/virtinst/HISTORY
@@ -1,3 +1,6 @@
+2010-05-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.500.3
+
2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.500.1

diff --git a/python-pypi/virtinst/virtinst-0.500.1.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.500.1.tar.gz.sig
deleted file mode 100644
index 5bf67e2..0000000
Binary files a/python-pypi/virtinst/virtinst-0.500.1.tar.gz.sig and /dev/null
differ
diff --git a/python-pypi/virtinst/virtinst-0.500.3.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.500.3.tar.gz.sig
new file mode 100644
index 0000000..9c8e807
Binary files /dev/null and b/python-pypi/virtinst/virtinst-0.500.3.tar.gz.sig
differ
diff --git a/utils/virt-manager/DETAILS b/utils/virt-manager/DETAILS
index 2d506ae..42e2893 100755
--- a/utils/virt-manager/DETAILS
+++ b/utils/virt-manager/DETAILS
@@ -1,5 +1,5 @@
SPELL=virt-manager
- VERSION=0.8.2
+ VERSION=0.8.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/virt-manager/HISTORY b/utils/virt-manager/HISTORY
index fe06afa..4493312 100644
--- a/utils/virt-manager/HISTORY
+++ b/utils/virt-manager/HISTORY
@@ -1,3 +1,6 @@
+2010-05-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.8.4
+
2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on gnome-python-desktop built with librsvg2
Bug #15515
diff --git a/utils/virt-manager/virt-manager-0.8.2.tar.gz.sig
b/utils/virt-manager/virt-manager-0.8.2.tar.gz.sig
deleted file mode 100644
index 1d863c7..0000000
Binary files a/utils/virt-manager/virt-manager-0.8.2.tar.gz.sig and /dev/null
differ
diff --git a/utils/virt-manager/virt-manager-0.8.4.tar.gz.sig
b/utils/virt-manager/virt-manager-0.8.4.tar.gz.sig
new file mode 100644
index 0000000..ad56e50
Binary files /dev/null and b/utils/virt-manager/virt-manager-0.8.4.tar.gz.sig
differ




Archive powered by MHonArc 2.6.24.

Top of Page