Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 81965f580a | |||
| 6a33c0921c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b
|
||||
size 257136
|
||||
3
libXpresent-1.0.2.tar.xz
Normal file
3
libXpresent-1.0.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e5b21b4812206a4b223013606ae31170502c1043038777a1ef8f70c09d37602
|
||||
size 265560
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 09:24:14 UTC 2025 - Flann van der Eik <fl4nn@opensuse.org>
|
||||
|
||||
- Update to version 1.0.2
|
||||
* configure: Use LT_INIT from libtool 2 instead of deprecated
|
||||
AC_PROG_LIBTOOL
|
||||
* XPresentWireToCookie: avoid writing to NULL pointer if
|
||||
malloc() fails
|
||||
* meson: Add option to build with meson
|
||||
* Improve man page formatting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 14:26:01 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXpresent
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -20,7 +20,7 @@
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
|
||||
Name: libXpresent
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: An X Window System client interface to the Present extension to the X protocol
|
||||
License: MIT
|
||||
@@ -34,9 +34,9 @@ BuildRequires: pkgconfig(xrandr)
|
||||
%if 0%{?suse_version} < 01550 && 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(presentproto)
|
||||
%endif
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
@@ -73,11 +73,11 @@ This package contains header files and documentation for the Xpresent library.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
%fdupes %{buildroot}%{_mandir}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user