diff --git a/libXfixes-6.0.0.tar.bz2 b/libXfixes-6.0.0.tar.bz2 deleted file mode 100644 index 2a394ea..0000000 --- a/libXfixes-6.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c -size 297270 diff --git a/libXfixes-6.0.1.tar.xz b/libXfixes-6.0.1.tar.xz new file mode 100644 index 0000000..8c5d243 --- /dev/null +++ b/libXfixes-6.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58 +size 265636 diff --git a/libXfixes.changes b/libXfixes.changes index e339f33..0364936 100644 --- a/libXfixes.changes +++ b/libXfixes.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Apr 10 08:41:49 UTC 2023 - Stefan Dirsch + +- Update to version 6.0.1 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Remove unnecessary casts from malloc & free calls + * Variable scope reduction as recommended by cppcheck + * Mark two dpy parameters const as suggested by cppcheck + * Quiet -Wconditional-uninitialized warnings from clang + * Resolve 36 of 40 -Wextra-semi-stmt warnings from clang + * Handle 63 of 63 -Wshorten-64-to-32 warnings from clang + * Handle 60 of 60 -Wimplicit-int-conversion warnings from clang + * Handle 6 of 9 -Wsign-conversion warnings from clang + * XFixesCloseDisplay: Mark codes as unused + * Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL + * Remove "All rights reserved" from Oracle copyright notices + ------------------------------------------------------------------- Wed Dec 1 12:51:06 UTC 2021 - Stefan Dirsch diff --git a/libXfixes.spec b/libXfixes.spec index 14fd39b..464fa48 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ # # spec file for package libXfixes # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 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 @@ Name: libXfixes %define lname libXfixes3 -Version: 6.0.0 +Version: 6.0.1 Release: 0 Summary: X11 miscellaneous "fixes" extension library License: MIT @@ -27,7 +27,7 @@ URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXfixes #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXfixes/ -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, automake, libtool