From 7c1e7ccf14004a8cd1c70cf92ccc0286664b2049 Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 15:36:56 +0800 Subject: [PATCH 1/4] Update README for gitlab migration Signed-off-by: yangbo --- ...1-Update-README-for-gitlab-migration.patch | 63 +++++++++++++++++++ xcb-util-renderutil.spec | 7 ++- 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 backport-0001-Update-README-for-gitlab-migration.patch diff --git a/backport-0001-Update-README-for-gitlab-migration.patch b/backport-0001-Update-README-for-gitlab-migration.patch new file mode 100644 index 0000000..e9caeea --- /dev/null +++ b/backport-0001-Update-README-for-gitlab-migration.patch @@ -0,0 +1,63 @@ +From fe9e497559f8e5857d5e2db88c5ee4cb3946b846 Mon Sep 17 00:00:00 2001 +From: Alan Coopersmith +Date: Sun, 17 Feb 2019 11:36:19 -0800 +Subject: [PATCH 01/11] Update README for gitlab migration + +Signed-off-by: Alan Coopersmith +--- + Makefile.am | 2 +- + README => README.md | 14 +++++++------- + 2 files changed, 8 insertions(+), 8 deletions(-) + rename README => README.md (71%) + +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://gitlab.freedesktop.org/xorg/lib/libxcb-render-util/issues + + Discussion about XCB occurs on the XCB mailing list: + +- +- ++ 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 . + +- 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@gitlab.freedesktop.org:xorg/lib/libxcb-render-util.git +-- +2.39.0.windows.2 + diff --git a/xcb-util-renderutil.spec b/xcb-util-renderutil.spec index c071f63..5d01a31 100644 --- a/xcb-util-renderutil.spec +++ b/xcb-util-renderutil.spec @@ -1,6 +1,6 @@ Name: xcb-util-renderutil Version: 0.3.9 -Release: 13 +Release: 14 Summary: Render extension convenience functions License: MIT URL: http://xcb.freedesktop.org @@ -14,6 +14,8 @@ Utility libraries for XC Binding - Convenience functions for the Render extensio Summary: Development and header files for %{name} Requires: %{name} = %{version}-%{release} +Patch0001: backport-0001-Update-README-for-gitlab-migration.patch + %description devel Development and header files files for %{name}. @@ -48,5 +50,8 @@ make check %{_includedir}/xcb/*.h %changelog +* Fri Jan 6 2023 yangbo - 0.3.9-14 +- Update README for gitlab migration + * Wed Oct 23 2019 Lijin Yang - 0.3.9-13 - Package init From 86e492673c5baa3e7c7c6055065d0c782c2d2997 Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 16:19:23 +0800 Subject: [PATCH 2/4] Modify spec URL Signed-off-by: yangbo --- xcb-util-renderutil.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcb-util-renderutil.spec b/xcb-util-renderutil.spec index 5d01a31..812cb03 100644 --- a/xcb-util-renderutil.spec +++ b/xcb-util-renderutil.spec @@ -3,7 +3,7 @@ Version: 0.3.9 Release: 14 Summary: Render extension convenience functions License: MIT -URL: http://xcb.freedesktop.org +URL: https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 BuildRequires: gcc pkgconfig(xcb-util) >= 0.3.8 m4 @@ -51,7 +51,7 @@ make check %changelog * Fri Jan 6 2023 yangbo - 0.3.9-14 -- Update README for gitlab migration +- Modify spec URL * Wed Oct 23 2019 Lijin Yang - 0.3.9-13 - Package init From 22eb0e23a6cc5f6b904c09893735a3d9c823b085 Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 16:20:23 +0800 Subject: [PATCH 3/4] Modify spec URL Signed-off-by: yangbo --- ...1-Update-README-for-gitlab-migration.patch | 63 ------------------- 1 file changed, 63 deletions(-) delete mode 100644 backport-0001-Update-README-for-gitlab-migration.patch diff --git a/backport-0001-Update-README-for-gitlab-migration.patch b/backport-0001-Update-README-for-gitlab-migration.patch deleted file mode 100644 index e9caeea..0000000 --- a/backport-0001-Update-README-for-gitlab-migration.patch +++ /dev/null @@ -1,63 +0,0 @@ -From fe9e497559f8e5857d5e2db88c5ee4cb3946b846 Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Sun, 17 Feb 2019 11:36:19 -0800 -Subject: [PATCH 01/11] Update README for gitlab migration - -Signed-off-by: Alan Coopersmith ---- - Makefile.am | 2 +- - README => README.md | 14 +++++++------- - 2 files changed, 8 insertions(+), 8 deletions(-) - rename README => README.md (71%) - -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://gitlab.freedesktop.org/xorg/lib/libxcb-render-util/issues - - Discussion about XCB occurs on the XCB mailing list: - -- -- -+ 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 . - -- 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@gitlab.freedesktop.org:xorg/lib/libxcb-render-util.git --- -2.39.0.windows.2 - From ab97900aba7ac8de6f590f8a5a2904b5a1207204 Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 16:26:26 +0800 Subject: [PATCH 4/4] Modify spec URL Signed-off-by: yangbo --- xcb-util-renderutil.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/xcb-util-renderutil.spec b/xcb-util-renderutil.spec index 812cb03..bb407c9 100644 --- a/xcb-util-renderutil.spec +++ b/xcb-util-renderutil.spec @@ -14,8 +14,6 @@ Utility libraries for XC Binding - Convenience functions for the Render extensio Summary: Development and header files for %{name} Requires: %{name} = %{version}-%{release} -Patch0001: backport-0001-Update-README-for-gitlab-migration.patch - %description devel Development and header files files for %{name}.