- Update to version 1.1.6
* Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * Fix spelling/wording issues * gitlab CI: add a basic build test * XineramaQueryScreens: fix -Wsign-compare warning * Remove "register" type qualifier from variable declarations OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXinerama?expand=0&rev=15
This commit is contained in:
parent
b35bb5c29e
commit
94b7385323
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720
|
||||
size 287162
|
BIN
libXinerama-1.1.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXinerama-1.1.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 17:22:20 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.1.6
|
||||
* Update README for gitlab migration
|
||||
* Update configure.ac bug URL for gitlab migration
|
||||
* Fix spelling/wording issues
|
||||
* gitlab CI: add a basic build test
|
||||
* XineramaQueryScreens: fix -Wsign-compare warning
|
||||
* Remove "register" type qualifier from variable declarations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 10:21:02 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXinerama
|
||||
#
|
||||
# Copyright (c) 2018 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: libXinerama
|
||||
%define lname libXinerama1
|
||||
Version: 1.1.4
|
||||
Version: 1.1.5
|
||||
Release: 0
|
||||
Summary: Xinerama extension to the X11 Protocol
|
||||
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/libXinerama
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXinerama/
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user