2 Commits

Author SHA256 Message Date
e73f1349da Accepting request 1329315 from X11:XOrg
- Update to version 1.1.6
  * Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * meson: Add option to build with meson
  * Improve man page formatting
  * gitlab CI: drop the ci-fairy check-mr job
- switch to meson build

OBS-URL: https://build.opensuse.org/request/show/1329315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXinerama?expand=0&rev=11
2026-01-28 14:07:35 +00:00
8ba4e9545d - Update to version 1.1.6
* Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * meson: Add option to build with meson
  * Improve man page formatting
  * gitlab CI: drop the ci-fairy check-mr job
- switch to meson build
- Update to version 1.1.5

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXinerama?expand=0&rev=17
2026-01-26 13:28:27 +00:00
4 changed files with 21 additions and 10 deletions

Binary file not shown.

3
libXinerama-1.1.6.tar.xz Normal file
View File

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

View File

@@ -1,7 +1,18 @@
-------------------------------------------------------------------
Mon Jan 26 13:25:28 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.6
* Remove "All rights reserved" from Oracle copyright notices
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* meson: Add option to build with meson
* Improve man page formatting
* gitlab CI: drop the ci-fairy check-mr job
- switch to meson build
-------------------------------------------------------------------
Sat Oct 29 17:22:20 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.6
- Update to version 1.1.5
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues

View File

@@ -1,7 +1,7 @@
#
# spec file for package libXinerama
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libXinerama
%define lname libXinerama1
Version: 1.1.5
Version: 1.1.6
Release: 0
Summary: Xinerama extension to the X11 Protocol
License: MIT
@@ -31,6 +31,7 @@ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{ve
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: meson
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11)
@@ -70,12 +71,11 @@ in %lname.
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%meson
%meson_build
%install
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
%meson_install
%fdupes %buildroot/%_prefix
%post -n %lname -p /sbin/ldconfig