diff --git a/xcursorgen-1.0.7.tar.bz2 b/xcursorgen-1.0.7.tar.bz2 deleted file mode 100644 index f0890ce..0000000 --- a/xcursorgen-1.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d -size 128102 diff --git a/xcursorgen-1.0.8.tar.xz b/xcursorgen-1.0.8.tar.xz new file mode 100644 index 0000000..0dac272 --- /dev/null +++ b/xcursorgen-1.0.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b +size 123208 diff --git a/xcursorgen.changes b/xcursorgen.changes index 15ea831..1a1959a 100644 --- a/xcursorgen.changes +++ b/xcursorgen.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Dec 4 21:33:20 UTC 2022 - Stefan Dirsch + +- Update to version 1.0.8 + * gitlab CI: add a basic build test + * gitlab CI: stop requiring Signed-off-by in commits + * premultiply_data(): Mark png argument unused + * Handle -Wimplicit-int-conversion warnings from clang + * Resolve -Wsign-conversion warnings from clang + ------------------------------------------------------------------- Fri Dec 3 14:00:42 UTC 2021 - Dirk Müller diff --git a/xcursorgen.spec b/xcursorgen.spec index 670d1b3..2955677 100644 --- a/xcursorgen.spec +++ b/xcursorgen.spec @@ -1,7 +1,7 @@ # # spec file for package xcursorgen # -# 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 @@ -17,13 +17,13 @@ Name: xcursorgen -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Utility to create an X cursor file from a collection of PNG images License: MIT Group: System/X11/Utilities URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz BuildRequires: pkgconfig BuildRequires: pkgconfig(libpng) >= 1.2.0 BuildRequires: pkgconfig(x11)