- 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=23
This commit is contained in:
parent
5e15ab7093
commit
f4f0b0e51e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c
|
||||
size 297270
|
BIN
libXfixes-6.0.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXfixes-6.0.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 08:41:49 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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 <sndirsch@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user