- 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcursorgen?expand=0&rev=10
This commit is contained in:
Stefan Dirsch 2022-12-04 21:35:23 +00:00 committed by Git OBS Bridge
parent be776c2a4a
commit e3f4da4db2
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d
size 128102

BIN
xcursorgen-1.0.8.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 4 21:33:20 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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)