[Xcb-commit] util-renderutil: 2 commits - configure.ac Makefile.am README README.md
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Feb 17 19:38:14 UTC 2019
Makefile.am | 2 +-
README.md | 14 +++++++-------
configure.ac | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 2970e4f8d1dc23412c0e8fcf6b533a2dba3856e8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Feb 17 11:36:25 2019 -0800
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
diff --git a/configure.ac b/configure.ac
index 803abe7..046a39e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59c)
AC_INIT([xcb-util-renderutil],[0.3.9],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util/issues],
[xcb-util-renderutil])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
commit fe9e497559f8e5857d5e2db88c5ee4cb3946b846
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Feb 17 11:36:19 2019 -0800
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
diff --git a/Makefile.am b/Makefile.am
index f3dcc4c..0297203 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,4 +14,4 @@ dist-hook: ChangeLog INSTALL
SUBDIRS = renderutil
-EXTRA_DIST = autogen.sh
+EXTRA_DIST = autogen.sh README.md
diff --git a/README b/README.md
similarity index 71%
rename from README
rename to README.md
index ca12568..c066ee8 100644
--- a/README
+++ b/README.md
@@ -13,12 +13,11 @@ you're using and why you aren't in a mental hospital yet. We'd welcome
patches/suggestions for enhancement and new libraries; Please report any
issues you find to the freedesktop.org bug tracker, at:
- <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
+ https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util/issues
Discussion about XCB occurs on the XCB mailing list:
- <mailto:xcb at lists.freedesktop.org>
- <http://lists.freedesktop.org/mailman/listinfo/xcb>
+ https://lists.freedesktop.org/mailman/listinfo/xcb
About XCB util-renderutil module
================================
@@ -28,10 +27,11 @@ XCB util-renderutil module provides the following library:
- renderutil: Convenience functions for the Render extension.
You can obtain the latest development versions of XCB util-renderutil
-using GIT. For anonymous checkouts, use:
+using GIT from <https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util>.
- git clone --recursive git://anongit.freedesktop.org/git/xcb/util-renderutil
+ For anonymous checkouts, use:
-For developers, use:
+ git clone --recursive https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util.git
+ For developers, use:
- git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-renderutil
+ git clone --recursive git at gitlab.freedesktop.org:xorg/lib/libxcb-render-util.git
More information about the xcb-commit
mailing list