Skip to Content.
Sympa Menu

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

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 (2cbd97e2f63e5ce2d0015997a0739a74e7aff330)
  • Date: Fri, 29 May 2009 02:27:21 -0500

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

dev/null |binary
xorg-app/xcb-util/DETAILS | 2 +-
xorg-app/xcb-util/HISTORY | 4 ++++
xorg-app/xcb-util/xcb-util-0.3.4.tar.bz2.sig | 0
xorg-app/xcb-util/xcb-util-0.3.5.tar.bz2.sig |binary
xorg-lib/libxcb/DETAILS | 5 +++--
xorg-lib/libxcb/HISTORY | 4 ++++
xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig |binary
xorg-proto/xcb-proto/DETAILS | 5 +++--
xorg-proto/xcb-proto/HISTORY | 4 ++++
xorg-proto/xcb-proto/xcb-proto-1.5.tar.bz2.sig |binary
11 files changed, 19 insertions(+), 5 deletions(-)

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

xcb-util: Updated to 0.3.5
SOURCE matches upstream posted MD5

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

libxcb: Updated to 1.3
SOURCE matches upstream posted MD5

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

xcb-proto: Updated to 1.5
SOURCE matches upstream posted MD5

diff --git a/xorg-app/xcb-util/DETAILS b/xorg-app/xcb-util/DETAILS
index a5dd2b6..c1cb91c 100755
--- a/xorg-app/xcb-util/DETAILS
+++ b/xorg-app/xcb-util/DETAILS
@@ -1,5 +1,5 @@
SPELL=xcb-util
- VERSION=0.3.4
+ VERSION=0.3.5
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://xcb.freedesktop.org/dist/${SOURCE}
#
SOURCE_HASH=sha512:bf6bc883f60366fdf16ff16aa595b363cbe69ed6f4f9fc201c12a61020cd2a9ac4b469bd4b67f8ee05cd934fc96b7f00d3925bc147b027bbac4666fca9af87ce
diff --git a/xorg-app/xcb-util/HISTORY b/xorg-app/xcb-util/HISTORY
index 27422b5..93ae77c 100644
--- a/xorg-app/xcb-util/HISTORY
+++ b/xorg-app/xcb-util/HISTORY
@@ -1,3 +1,7 @@
+2009-05-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.3.5
+ SOURCE matches upstream posted MD5
+
2009-04-15 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.3.4
SOURCE matches upstream posted MD5
diff --git a/xorg-app/xcb-util/xcb-util-0.3.4.tar.bz2.sig
b/xorg-app/xcb-util/xcb-util-0.3.4.tar.bz2.sig
deleted file mode 100644
index 5f98809..0000000
Binary files a/xorg-app/xcb-util/xcb-util-0.3.4.tar.bz2.sig and /dev/null
differ
diff --git a/xorg-app/xcb-util/xcb-util-0.3.5.tar.bz2.sig
b/xorg-app/xcb-util/xcb-util-0.3.5.tar.bz2.sig
new file mode 100644
index 0000000..1df5c96
Binary files /dev/null and b/xorg-app/xcb-util/xcb-util-0.3.5.tar.bz2.sig
differ
diff --git a/xorg-lib/libxcb/DETAILS b/xorg-lib/libxcb/DETAILS
index df99736..ac4847d 100755
--- a/xorg-lib/libxcb/DETAILS
+++ b/xorg-lib/libxcb/DETAILS
@@ -1,7 +1,8 @@
SPELL=libxcb
- VERSION=1.2
-
SOURCE_HASH=sha512:4c3800a86e2cdbbf4d99f930c43bf5891e69c1e1bfd2a5dc8fe4e64a0114ef35e2dcd79318a273f849cb1ad344885fed527dccdf46640ee813e4e3101d2065e6
+ VERSION=1.3
+#
SOURCE_HASH=sha512:4c3800a86e2cdbbf4d99f930c43bf5891e69c1e1bfd2a5dc8fe4e64a0114ef35e2dcd79318a273f849cb1ad344885fed527dccdf46640ee813e4e3101d2065e6
SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_URL[0]=http://xcb.freedesktop.org/dist/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
WEB_SITE=http://xcb.freedesktop.org
diff --git a/xorg-lib/libxcb/HISTORY b/xorg-lib/libxcb/HISTORY
index 87ecd96..f690830 100644
--- a/xorg-lib/libxcb/HISTORY
+++ b/xorg-lib/libxcb/HISTORY
@@ -1,3 +1,7 @@
+2009-05-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.3
+ SOURCE matches upstream posted MD5
+
2009-03-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: added to recast all spells linking to the old soname,
bug 15104
diff --git a/xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig
b/xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig
new file mode 100644
index 0000000..4e32aac
Binary files /dev/null and b/xorg-lib/libxcb/libxcb-1.3.tar.bz2.sig differ
diff --git a/xorg-proto/xcb-proto/DETAILS b/xorg-proto/xcb-proto/DETAILS
index 83d4852..6c38350 100755
--- a/xorg-proto/xcb-proto/DETAILS
+++ b/xorg-proto/xcb-proto/DETAILS
@@ -1,7 +1,8 @@
SPELL=xcb-proto
- VERSION=1.4
-
SOURCE_HASH=sha512:814d4a2c7010b03cbdb1d32999475b7772ac2ae5d5cd98798c9f858514ed2d3fe0fbcebaeb3e42ae5a62d230d32bdfff10a92dc2d992ed6c897b076e053f30ac
+ VERSION=1.5
+#
SOURCE_HASH=sha512:814d4a2c7010b03cbdb1d32999475b7772ac2ae5d5cd98798c9f858514ed2d3fe0fbcebaeb3e42ae5a62d230d32bdfff10a92dc2d992ed6c897b076e053f30ac
SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_URL[0]=http://xcb.freedesktop.org/dist/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
LICENSE[0]=XCL
diff --git a/xorg-proto/xcb-proto/HISTORY b/xorg-proto/xcb-proto/HISTORY
index f4667d7..9efbbfe 100644
--- a/xorg-proto/xcb-proto/HISTORY
+++ b/xorg-proto/xcb-proto/HISTORY
@@ -1,3 +1,7 @@
+2009-05-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.5
+ SOURCE matches upstream posted MD5
+
2009-02-19 Treeve Jelbert <treeve$sourcemage.org>
* DETAILS: version 1.4

diff --git a/xorg-proto/xcb-proto/xcb-proto-1.5.tar.bz2.sig
b/xorg-proto/xcb-proto/xcb-proto-1.5.tar.bz2.sig
new file mode 100644
index 0000000..e65ad6f
Binary files /dev/null and b/xorg-proto/xcb-proto/xcb-proto-1.5.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (2cbd97e2f63e5ce2d0015997a0739a74e7aff330), Eric Sandall, 05/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page