2 Commits

Author SHA256 Message Date
690b8b66e5 Accepting request 1329324 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/1329324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXxf86vm?expand=0&rev=12
2026-01-28 14:07:47 +00:00
50369de7a9 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXxf86vm?expand=0&rev=20
2026-01-26 14:06:46 +00:00
4 changed files with 20 additions and 9 deletions

Binary file not shown.

3
libXxf86vm-1.1.7.tar.xz Normal file
View File

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

View File

@@ -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>

View File

@@ -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