File U_0000-Update-README-for-gitlab-migration.patch of Package libXpm.27381
From c9f8faf1c05fb92abc6c5b1db5e45eb1a7942875 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Mon, 19 Nov 2018 22:30:30 -0800
Subject: [PATCH] Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
Makefile.am | 2 +-
README | 25 -------------------------
README.md | 18 ++++++++++++++++++
3 files changed, 19 insertions(+), 26 deletions(-)
delete mode 100644 README
create mode 100644 README.md
diff --git a/Makefile.am b/Makefile.am
index 1f17762..8ce7a90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xpm.pc
-EXTRA_DIST = COPYRIGHT NEWS.old
+EXTRA_DIST = COPYRIGHT NEWS.old README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 9d14a39..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-libXpm - X Pixmap (XPM) image file format library
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/lib/libXpm
-
- http://cgit.freedesktop.org/xorg/lib/libXpm
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f661e15
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+libXpm - X Pixmap (XPM) image file format library
+-------------------------------------------------
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/lib/libXpm
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
--
2.35.3