diff --git a/libXinerama-1.1.4.tar.bz2 b/libXinerama-1.1.4.tar.bz2 deleted file mode 100644 index 0b1e5ca..0000000 --- a/libXinerama-1.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720 -size 287162 diff --git a/libXinerama-1.1.5.tar.xz b/libXinerama-1.1.5.tar.xz new file mode 100644 index 0000000..b04cede --- /dev/null +++ b/libXinerama-1.1.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5094d1f0fcc1828cb1696d0d39d9e866ae32520c54d01f618f1a3c1e30c2085c +size 260272 diff --git a/libXinerama.changes b/libXinerama.changes index bb680e8..77b5f7b 100644 --- a/libXinerama.changes +++ b/libXinerama.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 29 17:22:20 UTC 2022 - Stefan Dirsch + +- 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 diff --git a/libXinerama.spec b/libXinerama.spec index f322a8d..f311f93 100644 --- a/libXinerama.spec +++ b/libXinerama.spec @@ -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