Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 690b8b66e5 | |||
| 50369de7a9 |
BIN
libXxf86vm-1.1.6.tar.xz
LFS
BIN
libXxf86vm-1.1.6.tar.xz
LFS
Binary file not shown.
3
libXxf86vm-1.1.7.tar.xz
Normal file
3
libXxf86vm-1.1.7.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae50c0f669e0af5a67cc4cd0f54f21d64a64d2660af883e80e95d3fe51b945d8
|
||||
size 272632
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:03:28 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.1.7
|
||||
* meson: Add option to build with meson
|
||||
* Improve man page formatting
|
||||
* XF86VM.3: fix warnings raised by `mandoc -T lint` and `groff -rCHECKSTYLE=10`
|
||||
* gitlab CI: drop the ci-fairy check-mr job
|
||||
* XF86VM.3: Some editorial changes for this man page [Debian bug #1102885]
|
||||
- switch to meson
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 04:15:27 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXxf86vm
|
||||
#
|
||||
# Copyright (c) 2024 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 @@
|
||||
|
||||
%define lname libXxf86vm1
|
||||
Name: libXxf86vm
|
||||
Version: 1.1.6
|
||||
Version: 1.1.7
|
||||
Release: 0
|
||||
Summary: XFree86-VidMode X extension library
|
||||
License: MIT
|
||||
@@ -31,6 +31,7 @@ Source1: baselibs.conf
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: grep
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11) >= 1.6
|
||||
BuildRequires: pkgconfig(xext)
|
||||
@@ -70,12 +71,11 @@ in %{lname}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%meson_install
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
Reference in New Issue
Block a user