Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (f3a55da5e8f1e43959fa442a5642e10bb5337c53)

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 devel-xorg-modular grimoire by Eric Sandall (f3a55da5e8f1e43959fa442a5642e10bb5337c53)
  • Date: Thu, 18 Jun 2009 16:43:29 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

dev/null |binary
xorg-driver/xf86-video-vmware/DETAILS | 10
++----
xorg-driver/xf86-video-vmware/HISTORY | 5
+++
xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.5.tar.bz2.sig | 0
xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.6.tar.bz2.sig |binary
xorg-proto/dri2proto/DETAILS | 8
++---
xorg-proto/dri2proto/HISTORY | 5
+++
xorg-proto/dri2proto/dri2proto-2.1.tar.bz2.sig |binary
xorg-proto/inputproto/DETAILS | 5
++-
xorg-proto/inputproto/HISTORY | 4 ++
xorg-proto/inputproto/inputproto-1.5.1.tar.bz2.sig |binary
xorg-util/util-macros/DETAILS | 15
++++------
xorg-util/util-macros/HISTORY | 5
+++
xorg-util/util-macros/util-macros-1.2.2.tar.bz2.sig |binary
14 files changed, 37 insertions(+), 20 deletions(-)

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

xf86-video-vmware: Remove PKG and XORG_VER

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

xf86-video-vmware: Updated to 10.16.6
SOURCE matches upstream posted MD5

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

dri2proto: Remove old duplicate SOURCE_HASH

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

dri2proto: Updated to 2.1
SOURCE matches upstream posted MD5
Switch from .gz to .bz2

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

util-macros: Cleanup whitespace

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

util-macros: Remove PKG and XORG_VER

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

util-macros: Updated to 1.2.2
SOURCE matches upstream posted MD5

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

inputproto: Updated to 1.5.1
SOURCE matches upstream posted MD5

diff --git a/xorg-driver/xf86-video-vmware/DETAILS
b/xorg-driver/xf86-video-vmware/DETAILS
index cfcb9f1..b9a3d48 100755
--- a/xorg-driver/xf86-video-vmware/DETAILS
+++ b/xorg-driver/xf86-video-vmware/DETAILS
@@ -1,12 +1,10 @@
SPELL=xf86-video-vmware
- PKG=xf86-video-vmware
- VERSION=10.16.5
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=10.16.6
+ SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
#
SOURCE_HASH=sha512:0db8e5424abf6a17dcea495203a7c9e0753299bf4251c765860adbcfa8a9df7f28541afe246b99376a716cd5b0ceec5e707506e9b1279caebeba48a62570d222
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-driver/xf86-video-vmware/HISTORY
b/xorg-driver/xf86-video-vmware/HISTORY
index 1a57f91..b226ec7 100644
--- a/xorg-driver/xf86-video-vmware/HISTORY
+++ b/xorg-driver/xf86-video-vmware/HISTORY
@@ -1,3 +1,8 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 10.16.6
+ SOURCE matches upstream posted MD5
+ Remove PKG and XORG_VER
+
2008-10-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 10.16.5

diff --git
a/xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.5.tar.bz2.sig
b/xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.5.tar.bz2.sig
deleted file mode 100644
index 33dd6b7..0000000
Binary files
a/xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.5.tar.bz2.sig and
/dev/null differ
diff --git
a/xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.6.tar.bz2.sig
b/xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.6.tar.bz2.sig
new file mode 100644
index 0000000..6e9f7dd
Binary files /dev/null and
b/xorg-driver/xf86-video-vmware/xf86-video-vmware-10.16.6.tar.bz2.sig differ
diff --git a/xorg-proto/dri2proto/DETAILS b/xorg-proto/dri2proto/DETAILS
index e303981..07755b4 100755
--- a/xorg-proto/dri2proto/DETAILS
+++ b/xorg-proto/dri2proto/DETAILS
@@ -1,9 +1,9 @@
SPELL=dri2proto
- VERSION=2.0
- SOURCE="${SPELL}-${VERSION}.tar.gz"
+ VERSION=2.1
+ SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
-#
SOURCE_HASH=sha512:9861b8eaec228ca3c05ae5c3c44444b847140c88e0f1f49e431d713c6ea1c90851d9f167dce935a651d6219ef23221756df8a11cdcae37d17161ff24a4a83104
-
SOURCE_HASH=sha512:8262f3b45a0759680c3b71302a597ac08ccd5597e0be828781b9928351b3c4c4c6b1f590a3194845d9213e074bcdefd0d42f66b36c74e7e57463dfed9b4b78b1
+#
SOURCE_HASH=sha512:8262f3b45a0759680c3b71302a597ac08ccd5597e0be828781b9928351b3c4c4c6b1f590a3194845d9213e074bcdefd0d42f66b36c74e7e57463dfed9b4b78b1
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://xorg.freedesktop.org";
LICENSE[0]=XCL
diff --git a/xorg-proto/dri2proto/HISTORY b/xorg-proto/dri2proto/HISTORY
index beca275..cc99d81 100644
--- a/xorg-proto/dri2proto/HISTORY
+++ b/xorg-proto/dri2proto/HISTORY
@@ -1,3 +1,8 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.1
+ SOURCE matches upstream posted MD5
+ Switch from .gz to .bz2
+
2009-04-25 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 2.0

diff --git a/xorg-proto/dri2proto/dri2proto-2.1.tar.bz2.sig
b/xorg-proto/dri2proto/dri2proto-2.1.tar.bz2.sig
new file mode 100644
index 0000000..c1b14ce
Binary files /dev/null and b/xorg-proto/dri2proto/dri2proto-2.1.tar.bz2.sig
differ
diff --git a/xorg-proto/inputproto/DETAILS b/xorg-proto/inputproto/DETAILS
index 6ba661e..696dbb5 100755
--- a/xorg-proto/inputproto/DETAILS
+++ b/xorg-proto/inputproto/DETAILS
@@ -1,10 +1,11 @@
SPELL=inputproto
- VERSION=1.5.0
+ VERSION=1.5.1
XORG_VER=X11R7.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
-
SOURCE_HASH=sha512:895c6fb0499d0af2392663f8f2687e2b6557433c8a214913d8ca34fff4a6289be3576557b65ec836aca3eea40239d775bffc8bc160fbbfb66393181a98e0b16b
+#
SOURCE_HASH=sha512:895c6fb0499d0af2392663f8f2687e2b6557433c8a214913d8ca34fff4a6289be3576557b65ec836aca3eea40239d775bffc8bc160fbbfb66393181a98e0b16b
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051124
diff --git a/xorg-proto/inputproto/HISTORY b/xorg-proto/inputproto/HISTORY
index 0fcc0bb..aaa9c48 100644
--- a/xorg-proto/inputproto/HISTORY
+++ b/xorg-proto/inputproto/HISTORY
@@ -1,3 +1,7 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.5.1
+ SOURCE matches upstream posted MD5
+
2009-01-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.5.0

diff --git a/xorg-proto/inputproto/inputproto-1.5.1.tar.bz2.sig
b/xorg-proto/inputproto/inputproto-1.5.1.tar.bz2.sig
new file mode 100644
index 0000000..e38c39c
Binary files /dev/null and
b/xorg-proto/inputproto/inputproto-1.5.1.tar.bz2.sig differ
diff --git a/xorg-util/util-macros/DETAILS b/xorg-util/util-macros/DETAILS
index c991b32..4b7517a 100755
--- a/xorg-util/util-macros/DETAILS
+++ b/xorg-util/util-macros/DETAILS
@@ -1,17 +1,16 @@
SPELL=util-macros
- PKG=util-macros
- VERSION=1.2.1
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.2.2
+ SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/util/${SOURCE}
-
SOURCE_HASH=sha512:897b6b1dc500bbaec2e3d63779cdc4002bef8a12fe42f2832e03dfe9101f61ef707fcddcb6bb522599b934dd9cf06f2a0966eb6700ad7c211da2c3d043d9f8d7
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:897b6b1dc500bbaec2e3d63779cdc4002bef8a12fe42f2832e03dfe9101f61ef707fcddcb6bb522599b934dd9cf06f2a0966eb6700ad7c211da2c3d043d9f8d7
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="create dependencies in makefiles using 'gcc -M'"
cat << EOF
The gccmakedep program calls 'gcc -M' to output makefile rules describing
-the dependencies of each sourcefile, so that make(1) knows which object
-files must be recompiled when a dependency has changed.
+the dependencies of each sourcefile, so that make(1) knows which object
+files must be recompiled when a dependency has changed.
EOF
diff --git a/xorg-util/util-macros/HISTORY b/xorg-util/util-macros/HISTORY
index ad0f4f6..82526d1 100644
--- a/xorg-util/util-macros/HISTORY
+++ b/xorg-util/util-macros/HISTORY
@@ -1,3 +1,8 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.2.2
+ SOURCE matches upstream posted MD5
+ Remove PKG and XORG_VER
+
2009-01-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.2.1

diff --git a/xorg-util/util-macros/util-macros-1.2.2.tar.bz2.sig
b/xorg-util/util-macros/util-macros-1.2.2.tar.bz2.sig
new file mode 100644
index 0000000..7f1abd7
Binary files /dev/null and
b/xorg-util/util-macros/util-macros-1.2.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (f3a55da5e8f1e43959fa442a5642e10bb5337c53), Eric Sandall, 06/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page