Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e73f1349da | |||
| 8ba4e9545d |
BIN
libXinerama-1.1.5.tar.xz
LFS
BIN
libXinerama-1.1.5.tar.xz
LFS
Binary file not shown.
3
libXinerama-1.1.6.tar.xz
Normal file
3
libXinerama-1.1.6.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7
|
||||
size 268440
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user