From ab0aa45d1b377992a051b67625d1510580c62ab3c364a9f42a054503660bf9d2 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 5 Dec 2022 10:31:29 +0000 Subject: [PATCH] - Update to version 1.2.2 * Fix spelling/wording issues * gitlab CI: add a basic build test * Reformat code to X.Org standard style * Add .git-blame-ignore-revs to hide whitespace commits from git blame * Variable scope reductions * Resolve -Wsign-compare warnings from gcc * Handle implicit conversion warnings from clang * Use calloc instead of malloc to allocate arrays OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXres?expand=0&rev=19 --- libXres-1.2.1.tar.bz2 | 3 --- libXres-1.2.2.tar.xz | 3 +++ libXres.changes | 13 +++++++++++++ libXres.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 libXres-1.2.1.tar.bz2 create mode 100644 libXres-1.2.2.tar.xz diff --git a/libXres-1.2.1.tar.bz2 b/libXres-1.2.1.tar.bz2 deleted file mode 100644 index 2f108de..0000000 --- a/libXres-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11 -size 311025 diff --git a/libXres-1.2.2.tar.xz b/libXres-1.2.2.tar.xz new file mode 100644 index 0000000..d1e6a96 --- /dev/null +++ b/libXres-1.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7446f3484b9b7538ac5ee30d2c1ce9e5b7fbbaf1440e02f6cca186a1fa745f +size 261400 diff --git a/libXres.changes b/libXres.changes index 4db9183..e79389a 100644 --- a/libXres.changes +++ b/libXres.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 5 10:28:25 UTC 2022 - Stefan Dirsch + +- Update to version 1.2.2 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Reformat code to X.Org standard style + * Add .git-blame-ignore-revs to hide whitespace commits from git blame + * Variable scope reductions + * Resolve -Wsign-compare warnings from gcc + * Handle implicit conversion warnings from clang + * Use calloc instead of malloc to allocate arrays + ------------------------------------------------------------------- Tue Apr 6 02:03:23 UTC 2021 - Dirk Müller diff --git a/libXres.spec b/libXres.spec index f48cab3..f3e4093 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,7 +1,7 @@ # # spec file for package libXres # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libXRes1 Name: libXres -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: X Resource extension client library License: MIT @@ -26,7 +26,7 @@ Group: Development/Libraries/C and C++ URL: https://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/ -Source: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: pkgconfig BuildRequires: pkgconfig(resourceproto) >= 1.0