- Update to version 1.3.3
* autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish * Update configure.ac bug URL for gitlab migration * Assert that values buffer has enough room for provided values * Fix typos in man pages * Use __builtin_popcountl if available to replace Ones() in XSecurity.c * Add description of libXext to README.md * XSecurityGenerateAuthorization: Allocate enough space in values buffer * Update README for gitlab migration OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXext?expand=0&rev=14
This commit is contained in:
parent
9b880388cd
commit
0c629a1d69
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35
|
|
||||||
size 389523
|
|
3
libXext-1.3.4.tar.bz2
Normal file
3
libXext-1.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b
|
||||||
|
size 389114
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 15:14:41 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.3.3
|
||||||
|
* autogen: add default patch prefix
|
||||||
|
* autogen.sh: use quoted string variables
|
||||||
|
* autogen.sh: use exec instead of waiting for configure to finish
|
||||||
|
* Update configure.ac bug URL for gitlab migration
|
||||||
|
* Assert that values buffer has enough room for provided values
|
||||||
|
* Fix typos in man pages
|
||||||
|
* Use __builtin_popcountl if available to replace Ones() in XSecurity.c
|
||||||
|
* Add description of libXext to README.md
|
||||||
|
* XSecurityGenerateAuthorization: Allocate enough space in values buffer
|
||||||
|
* Update README for gitlab migration
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 24 13:33:56 UTC 2014 - sndirsch@suse.com
|
Thu Jul 24 13:33:56 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXext
|
# spec file for package libXext
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXext
|
Name: libXext
|
||||||
%define lname libXext6
|
%define lname libXext6
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Common extensions to the X11 protocol
|
Summary: Common extensions to the X11 protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -50,8 +50,8 @@ The Xext library contains a handful of X11 extensions:
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Common extensions to the X11 protocol
|
Summary: Common extensions to the X11 protocol
|
||||||
Group: System/Libraries
|
|
||||||
# O/P added for 12.2
|
# O/P added for 12.2
|
||||||
|
Group: System/Libraries
|
||||||
Provides: xorg-x11-libXext = 7.6_%version-%release
|
Provides: xorg-x11-libXext = 7.6_%version-%release
|
||||||
Obsoletes: xorg-x11-libXext < 7.6_%version-%release
|
Obsoletes: xorg-x11-libXext < 7.6_%version-%release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user