Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (67cdcaac668a3456414f3dad2d1cd247554f3b93)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (67cdcaac668a3456414f3dad2d1cd247554f3b93)
  • Date: Sat, 9 Nov 2013 23:18:57 -0600

GIT changes to devel-xorg-modular grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

xorg-lib/libxcb/DETAILS | 4 ++--
xorg-lib/libxcb/HISTORY | 4 ++++
xorg-lib/libxcb/PRE_BUILD | 8 ++++----
xorg-proto/xcb-proto/DETAILS | 4 ++--
xorg-proto/xcb-proto/HISTORY | 4 ++++
xorg-proto/xcb-proto/PRE_BUILD | 8 ++++----
6 files changed, 20 insertions(+), 12 deletions(-)

New commits:
commit 67cdcaac668a3456414f3dad2d1cd247554f3b93
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xorg-lib/libxcb: updated to 1.9.3

commit fb82ceec7b47106190f55fa3f899e24c755c9d1b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xorg-proto/xcb-proto: version 1.9

diff --git a/xorg-lib/libxcb/DETAILS b/xorg-lib/libxcb/DETAILS
index f9a1d6f..a77d7bd 100755
--- a/xorg-lib/libxcb/DETAILS
+++ b/xorg-lib/libxcb/DETAILS
@@ -1,6 +1,6 @@
SPELL=libxcb
- VERSION=1.9.1
-
SOURCE_HASH=sha512:541d6e07b1a0da61c3cc1dbdae50ce4e55f1a27e79e277db5af192d02c8360bb3958c597d6692f2c6afcf009ae7b312459f65e8c8d2f1bcc446f7f512bacdd41
+ VERSION=1.9.3
+
SOURCE_HASH=sha512:796673c8df6bf0e3e1f847a3d565502b4ff4e4981c9104c6ca0367d7a15bffd266860dfb545366a4d96695efd060afe205b990983e08b4da8470a7f0a8d4a7a1
SECURITY_PATCH=1
SOURCE="$SPELL-$VERSION.tar.bz2"
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
diff --git a/xorg-lib/libxcb/HISTORY b/xorg-lib/libxcb/HISTORY
index 533bffa..2388065 100644
--- a/xorg-lib/libxcb/HISTORY
+++ b/xorg-lib/libxcb/HISTORY
@@ -1,3 +1,7 @@
+2013-11-10 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: 1.9
+ * PRE_BUILD: fixed the fix :)
+
2013-06-20 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: added, fix build with python-3.3

diff --git a/xorg-lib/libxcb/PRE_BUILD b/xorg-lib/libxcb/PRE_BUILD
index 7441fbd..f6b6b79 100755
--- a/xorg-lib/libxcb/PRE_BUILD
+++ b/xorg-lib/libxcb/PRE_BUILD
@@ -1,8 +1,8 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3; then
- 2to3 -wn --no-diffs src/c_client.py
-fi &&
+ 2to3 -wn --no-diffs src/c_client.py &&

-# fix detection of python-3.3
-sed -i 's/python /python3.3/' configure
+ # fix detection of python-3.3
+ sed -i 's/python /python3.3/' configure
+fi
diff --git a/xorg-proto/xcb-proto/DETAILS b/xorg-proto/xcb-proto/DETAILS
index 69a4b4c..f12e200 100755
--- a/xorg-proto/xcb-proto/DETAILS
+++ b/xorg-proto/xcb-proto/DETAILS
@@ -1,6 +1,6 @@
SPELL=xcb-proto
- VERSION=1.8
-
SOURCE_HASH=sha512:181fee36ab4c842b8b3eaa244ff94c31be2488cb24bdb82cc23082b229d1994746c00307dc0a37d00ae0b7c92f804f90f1ad9ba29f4d5134c5c64a4f23c696ab
+ VERSION=1.9
+
SOURCE_HASH=sha512:063e08e51893302b160f7cbfe75e2319c6c0c7172cae3d1bbda4cb69695e47ce4938ea18679d36eda436bab7ee1cc288e62381d7d6115892e35626bb6ca2607d
SOURCE="$SPELL-$VERSION.tar.bz2"
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_URL[0]=http://xcb.freedesktop.org/dist/$SOURCE
diff --git a/xorg-proto/xcb-proto/HISTORY b/xorg-proto/xcb-proto/HISTORY
index 30d524a..95c0bd4 100644
--- a/xorg-proto/xcb-proto/HISTORY
+++ b/xorg-proto/xcb-proto/HISTORY
@@ -1,3 +1,7 @@
+2013-11-10 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: 1.9
+ * PRE_BUILD: fixed the fix :)
+
2013-06-20 Treeve Jelbert <treeve$sourcemage.org>
* DEPENDS: python => PYTHON
* PRE_BUILD: fix detection of python-3.3
diff --git a/xorg-proto/xcb-proto/PRE_BUILD b/xorg-proto/xcb-proto/PRE_BUILD
index 1c0ddc3..a53e907 100755
--- a/xorg-proto/xcb-proto/PRE_BUILD
+++ b/xorg-proto/xcb-proto/PRE_BUILD
@@ -1,8 +1,8 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3; then
- 2to3 -wn --no-diffs xcbgen
-fi &&
+ 2to3 -wn --no-diffs xcbgen &&

-# fix detection of python-3.3
-sed -i 's/python /python3.3/' configure
+ # fix detection of python-3.3
+ sed -i 's/python /python3.3/' configure
+fi



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (67cdcaac668a3456414f3dad2d1cd247554f3b93), Pol Vinogradov, 11/10/2013

Archive powered by MHonArc 2.6.24.

Top of Page