- Update to version 1.1.6

* Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * unifdef __UNIXOS2__
  * Remove SunOS 4 support (defined(sun) && (SVR4))
  * unifdef ISC
  * unifdef Lynx
  * unifdef DGUX

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXxf86dga?expand=0&rev=15
This commit is contained in:
Stefan Dirsch 2022-12-05 10:44:50 +00:00 committed by Git OBS Bridge
parent e4f89d32ed
commit 4a78e382b8
4 changed files with 20 additions and 8 deletions

View File

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

BIN
libXxf86dga-1.1.6.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Dec 5 10:39:23 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* unifdef __UNIXOS2__
* Remove SunOS 4 support (defined(sun) && (SVR4))
* unifdef ISC
* unifdef Lynx
* unifdef DGUX
-------------------------------------------------------------------
Fri Mar 22 11:25:37 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libXxf86dga
#
# Copyright (c) 2019 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: libXxf86dga
%define lname libXxf86dga1
Version: 1.1.5
Version: 1.1.6
Release: 0
Summary: XFree86-DGA extension client library
License: MIT
Group: Development/Libraries/C and C++
Url: http://xorg.freedesktop.org/
URL: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXxf86dga
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXxf86dga/
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