Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (d7f1f374e88f0dc0de6d08fc3d8c24d91e2267ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (d7f1f374e88f0dc0de6d08fc3d8c24d91e2267ef)
  • Date: Wed, 21 Feb 2007 03:42:52 -0600

GIT changes to master xorg-modular grimoire by Andra?? Levstik
<ruskie AT mages.ath.cx>:

xorg-app/xrandr/DETAILS | 12 +++++-------
xorg-app/xrandr/HISTORY | 3 +++
xorg-lib/libxrandr/DETAILS | 4 ++--
xorg-lib/libxrandr/HISTORY | 3 +++
xorg-proto/randrproto/DETAILS | 5 ++---
xorg-proto/randrproto/HISTORY | 3 +++
6 files changed, 18 insertions(+), 12 deletions(-)

New commits:
commit da61daea1abebf4bce92fc52d78995ce75f2d6cc
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

xorg-proto/randrproto: version update

commit 52a6a4dae01b15dbeab60a4a7572c1d8d03eeaa1
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

xorg-lib/libxrandr: version update

commit 2e5d9d52bd700e28ca3c95f1dcc354006f1f7158
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

xorg-app/xrandr: version update

diff --git a/xorg-app/xrandr/DETAILS b/xorg-app/xrandr/DETAILS
index 7a0bc90..ec24e60 100755
--- a/xorg-app/xrandr/DETAILS
+++ b/xorg-app/xrandr/DETAILS
@@ -1,16 +1,14 @@
SPELL=xrandr
PKG=xrandr
- VERSION=1.0.2
+ VERSION=1.2.0
XORG_VER=X11R7.1
- SOURCE=${PKG}-${XORG_VER}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/${XORG_VER}/src/app/${SOURCE}
-
SOURCE_HASH=sha512:e9180573286285a4ca5a6b30b3e127d45c468a772f52a5c9d6f88dc2db13930fe828a7596379a9e47876a8f05ba6c982c7054e8313682d3ecb8f082e75518831
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
+ SOURCE=${PKG}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+
SOURCE_HASH=sha512:621cbb59a1f86fc65dd5ecaa236aa48ecc1a897c6808f5c3192bef8f361d3697b4b2f40c357031d374a15f9cfddfe109a98d9c72ebc65ff6a9cc016d4f0c9141
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
- UPDATED=20051125
LICENSE[0]=XCL
- BUILD_API=2
SHORT="Module xrandr for xorg"
cat << EOF
The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
diff --git a/xorg-app/xrandr/HISTORY b/xorg-app/xrandr/HISTORY
index 5901ade..16c3717 100644
--- a/xorg-app/xrandr/HISTORY
+++ b/xorg-app/xrandr/HISTORY
@@ -1,3 +1,6 @@
+2007-02-21 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 1.2.0
+
2006-05-23 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated for xorg 7.1

diff --git a/xorg-lib/libxrandr/DETAILS b/xorg-lib/libxrandr/DETAILS
index 2bb2a4d..f85f858 100755
--- a/xorg-lib/libxrandr/DETAILS
+++ b/xorg-lib/libxrandr/DETAILS
@@ -1,10 +1,10 @@
SPELL=libxrandr
PKG=libXrandr
- VERSION=1.1.2
+ VERSION=1.2.0
XORG_VER=X11R7.1
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-
SOURCE_HASH=sha512:e56b56ec2161633375d400cf02440852d14a5df43ef9ebd30bc14fbe715379bd1af7a8e00bb1570a96fa8264fa92455858a54c6c74e9b3570b14ad5c1f7447da
+
SOURCE_HASH=sha512:9fb5577bf6cb88ebf38e3b1efbf3ff1c5237fe0207a577c70b075a7c20d1af9ffc89c9a66be29abc45638fd13d28003dff257b42073fa210ecb2a5812b839943
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
diff --git a/xorg-lib/libxrandr/HISTORY b/xorg-lib/libxrandr/HISTORY
index ae1bf6b..4d00c6e 100644
--- a/xorg-lib/libxrandr/HISTORY
+++ b/xorg-lib/libxrandr/HISTORY
@@ -1,3 +1,6 @@
+2007-02-21 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 1.2.0
+
2006-10-22 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version 1.1.2

diff --git a/xorg-proto/randrproto/DETAILS b/xorg-proto/randrproto/DETAILS
index 2d92492..2d8f615 100755
--- a/xorg-proto/randrproto/DETAILS
+++ b/xorg-proto/randrproto/DETAILS
@@ -1,14 +1,13 @@
SPELL=randrproto
- VERSION=1.2.0
+ VERSION=1.2.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:c1685d9d497387df59dc794f44bfab092b4c3da7cd818ce5453913f19610af4fa603b82d8175e49422fada4d294343812b7b9b457e9c2a3f5b908a4bb1306aef
+
SOURCE_HASH=sha512:2eb84ff9aa198964bd98784b024b68c1cea4f3cd8de1c2cd0da591e435295becbb0a3406d923d1e652401644e7449977198b44552cef181d3c858bec03d0bb11
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org/
ENTERED=20051124
- UPDATED=20051124
SHORT="A Protocol module of X.Org"
cat << EOF
The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
diff --git a/xorg-proto/randrproto/HISTORY b/xorg-proto/randrproto/HISTORY
index 79573e5..75d0ec1 100644
--- a/xorg-proto/randrproto/HISTORY
+++ b/xorg-proto/randrproto/HISTORY
@@ -1,3 +1,6 @@
+2007-02-21 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 1.2.1
+
2006-12-03 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update




  • [SM-Commit] GIT changes to master xorg-modular grimoire by Andra?? Levstik (d7f1f374e88f0dc0de6d08fc3d8c24d91e2267ef), Andra?? Levstik, 02/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page