From 3dfc8f089ffe40bd3961dc563380848b20ea4e4f2bef5f399c7443dbd8c47f94 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 7 Dec 2021 12:59:04 +0000 Subject: [PATCH 1/2] - Update to version 1.7.3 * This release includes a number of bug fixes and adds support for the _EVDEVK keysyms added in xorgproto 2021.2. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=72 --- libX11-1.7.2.tar.bz2 | 3 --- libX11-1.7.3.tar.xz | 3 +++ libX11.changes | 7 +++++++ libX11.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 libX11-1.7.2.tar.bz2 create mode 100644 libX11-1.7.3.tar.xz diff --git a/libX11-1.7.2.tar.bz2 b/libX11-1.7.2.tar.bz2 deleted file mode 100644 index d5f89e8..0000000 --- a/libX11-1.7.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c3092ea6c -size 2392982 diff --git a/libX11-1.7.3.tar.xz b/libX11-1.7.3.tar.xz new file mode 100644 index 0000000..1c0744c --- /dev/null +++ b/libX11-1.7.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd1343db3a0e523f1bb97d5ba71453c79eee78a77e51ca9f8dfef7131c6f0fe +size 1861304 diff --git a/libX11.changes b/libX11.changes index 2cbab6f..cf02c27 100644 --- a/libX11.changes +++ b/libX11.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 7 12:56:08 UTC 2021 - Stefan Dirsch + +- Update to version 1.7.3 + * This release includes a number of bug fixes and adds support for + the _EVDEVK keysyms added in xorgproto 2021.2. + ------------------------------------------------------------------- Mon Nov 15 14:03:27 UTC 2021 - Stefan Dirsch diff --git a/libX11.spec b/libX11.spec index 56c7a6b..260a5f8 100644 --- a/libX11.spec +++ b/libX11.spec @@ -17,7 +17,7 @@ Name: libX11 -Version: 1.7.2 +Version: 1.7.3 Release: 0 Summary: Core X11 protocol client library License: MIT @@ -25,7 +25,7 @@ Group: Development/Libraries/C and C++ URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libX11 #Git-Web: http://cgit.freedesktop.org/xorg/lib/libX11/ -Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM p_khmer-compose.diff fdo#48595 bnc#143348 -- required compose entries for Khmer Patch0: p_khmer-compose.diff From fd793b65df8eef255bbfe061acc4df3269393300e8758bae01449d5604ebd300 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 10 Dec 2021 10:15:04 +0000 Subject: [PATCH 2/2] - Update to version 1.7.3.1 * This release of libX11 corrects a packaging problem in 1.7.3 which caused the m4 files needed for autoreconf to not be included in the tarballs. * As a bonus, this release also includes one tiny typo fix in the XIM specs. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=73 --- libX11-1.7.3.1.tar.xz | 3 +++ libX11-1.7.3.tar.xz | 3 --- libX11.changes | 10 ++++++++++ libX11.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 libX11-1.7.3.1.tar.xz delete mode 100644 libX11-1.7.3.tar.xz diff --git a/libX11-1.7.3.1.tar.xz b/libX11-1.7.3.1.tar.xz new file mode 100644 index 0000000..0253a02 --- /dev/null +++ b/libX11-1.7.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffd417266fb875028fdc0ef349694f63dbcd76d0b0cfacfb52e6151f4b60989 +size 1864224 diff --git a/libX11-1.7.3.tar.xz b/libX11-1.7.3.tar.xz deleted file mode 100644 index 1c0744c..0000000 --- a/libX11-1.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd1343db3a0e523f1bb97d5ba71453c79eee78a77e51ca9f8dfef7131c6f0fe -size 1861304 diff --git a/libX11.changes b/libX11.changes index cf02c27..ffdbe36 100644 --- a/libX11.changes +++ b/libX11.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 10 10:04:50 UTC 2021 - Stefan Dirsch + +- Update to version 1.7.3.1 + * This release of libX11 corrects a packaging problem in 1.7.3 + which caused the m4 files needed for autoreconf to not be + included in the tarballs. + * As a bonus, this release also includes one tiny typo fix in the + XIM specs. + ------------------------------------------------------------------- Tue Dec 7 12:56:08 UTC 2021 - Stefan Dirsch diff --git a/libX11.spec b/libX11.spec index 260a5f8..b31c586 100644 --- a/libX11.spec +++ b/libX11.spec @@ -17,7 +17,7 @@ Name: libX11 -Version: 1.7.3 +Version: 1.7.3.1 Release: 0 Summary: Core X11 protocol client library License: MIT