Accepting request 1030487 from X11:XOrg

- Update to version 0.9.11
  * Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Remove unnecessary casts from malloc & free calls
  * Reduce variable scopes as recommended by cppcheck
  * Resolve -Wsign-compare warnings
  * Rename xDepth to xPDepth to quiet -Wshadow warnings
  * fix coredumps in XRenderComputeTrapezoids (issue #1)
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * WIP: Documentation
  * autogen.sh: use exec instead of waiting for configure to finish
  * Add missing HAVE_CONFIG_H guard to Xrenderint.h
  * amend cppcheck-scope change, fixing c89 build
  * additional cppcheck-scope warning
  * cppcheck (removing unused assignment lets variable scope reduction)
  * use casts to reduce compiler warnings (no object change)
  * use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
  * use _X_UNUSED for compiler-warnings
  * whitespace fix
  * fix regression
  * fix coredumps in XRenderComputeTrapezoids (issue #1)
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * WIP: Documentation
  * autogen.sh: use exec instead of waiting for configure to finish
  * Add missing HAVE_CONFIG_H guard to Xrenderint.h
  * amend cppcheck-scope change, fixing c89 build
  * additional cppcheck-scope warning
  * cppcheck (removing unused assignment lets variable scope reduction)
  * use casts to reduce compiler warnings (no object change)
  * use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
  * use _X_UNUSED for compiler-warnings
  * whitespace fix
  * fix regression

OBS-URL: https://build.opensuse.org/request/show/1030487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXrender?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-10-23 14:33:02 +00:00 committed by Git OBS Bridge
commit 8a4211e03f
4 changed files with 49 additions and 8 deletions

View File

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

BIN
libXrender-0.9.11.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Sat Oct 22 08:17:20 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 0.9.11
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Remove unnecessary casts from malloc & free calls
* Reduce variable scopes as recommended by cppcheck
* Resolve -Wsign-compare warnings
* Rename xDepth to xPDepth to quiet -Wshadow warnings
* fix coredumps in XRenderComputeTrapezoids (issue #1)
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* WIP: Documentation
* autogen.sh: use exec instead of waiting for configure to finish
* Add missing HAVE_CONFIG_H guard to Xrenderint.h
* amend cppcheck-scope change, fixing c89 build
* additional cppcheck-scope warning
* cppcheck (removing unused assignment lets variable scope reduction)
* use casts to reduce compiler warnings (no object change)
* use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
* use _X_UNUSED for compiler-warnings
* whitespace fix
* fix regression
* fix coredumps in XRenderComputeTrapezoids (issue #1)
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* WIP: Documentation
* autogen.sh: use exec instead of waiting for configure to finish
* Add missing HAVE_CONFIG_H guard to Xrenderint.h
* amend cppcheck-scope change, fixing c89 build
* additional cppcheck-scope warning
* cppcheck (removing unused assignment lets variable scope reduction)
* use casts to reduce compiler warnings (no object change)
* use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
* use _X_UNUSED for compiler-warnings
* whitespace fix
* fix regression
-------------------------------------------------------------------
Sat Oct 29 00:03:45 UTC 2016 - tobias.johannes.klausmann@mni.thm.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libXrender
#
# Copyright (c) 2016 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: libXrender
%define lname libXrender1
Version: 0.9.10
Version: 0.9.11
Release: 0
Summary: X Rendering Extension library
License: MIT
Group: Development/Libraries/C and C++
Url: http://cgit.freedesktop.org/xorg/lib/libXrender/
URL: http://cgit.freedesktop.org/xorg/lib/libXrender/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrender
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrender/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool