From 4cbef93502ff5a98640176842a8d5af2c21ffc30287dc0dc9841c610f43a9885 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 5 Dec 2022 10:27:27 +0000 Subject: [PATCH] - Update to version 1.1.6 * Update configure.ac bug URL for gitlab migration * Fix spelling/wording issues * gitlab CI: add a basic build test * Variable scope reduction as recommended by cppcheck * Mark two dpy parameters const as suggested by cppcheck * XDamageCloseDisplay: Mark codes as unused * Remove unnecessary casts from malloc() and free() calls * Handle -Wconversion warnings from clang * Handle -Wshorten-64-to-32 warnings from clang OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdamage?expand=0&rev=17 --- libXdamage-1.1.5.tar.bz2 | 3 --- libXdamage-1.1.6.tar.xz | 3 +++ libXdamage.changes | 14 ++++++++++++++ libXdamage.spec | 10 +++++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 libXdamage-1.1.5.tar.bz2 create mode 100644 libXdamage-1.1.6.tar.xz diff --git a/libXdamage-1.1.5.tar.bz2 b/libXdamage-1.1.5.tar.bz2 deleted file mode 100644 index 480fc47..0000000 --- a/libXdamage-1.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45 -size 303750 diff --git a/libXdamage-1.1.6.tar.xz b/libXdamage-1.1.6.tar.xz new file mode 100644 index 0000000..662c149 --- /dev/null +++ b/libXdamage-1.1.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52733c1f5262fca35f64e7d5060c6fcd81a880ba8e1e65c9621cf0727afb5d11 +size 257532 diff --git a/libXdamage.changes b/libXdamage.changes index 0d78e72..6dca84f 100644 --- a/libXdamage.changes +++ b/libXdamage.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Dec 5 10:25:43 UTC 2022 - Stefan Dirsch + +- Update to version 1.1.6 + * Update configure.ac bug URL for gitlab migration + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Variable scope reduction as recommended by cppcheck + * Mark two dpy parameters const as suggested by cppcheck + * XDamageCloseDisplay: Mark codes as unused + * Remove unnecessary casts from malloc() and free() calls + * Handle -Wconversion warnings from clang + * Handle -Wshorten-64-to-32 warnings from clang + ------------------------------------------------------------------- Mon Mar 11 14:01:03 UTC 2019 - Stefan Dirsch diff --git a/libXdamage.spec b/libXdamage.spec index 3af8667..fadd230 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -1,7 +1,7 @@ # # spec file for package libXdamage # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,22 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libXdamage %define lname libXdamage1 -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: X Damage Extension library License: MIT Group: Development/Libraries/C and C++ -Url: http://wiki.freedesktop.org/wiki/Software/XDamage +URL: http://wiki.freedesktop.org/wiki/Software/XDamage #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXdamage #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdamage/ -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60