2 Commits

Author SHA256 Message Date
f586a759ba Accepting request 1329311 from X11:XOrg
- Update to version 1.1.7
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * meson: Add option to build with meson
  * gitlab CI: drop the ci-fairy check-mr job
- switch to meson build

OBS-URL: https://build.opensuse.org/request/show/1329311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdamage?expand=0&rev=12
2026-01-28 14:07:29 +00:00
69e99fc448 - Update to version 1.1.7
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * meson: Add option to build with meson
  * gitlab CI: drop the ci-fairy check-mr job
- switch to meson build

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdamage?expand=0&rev=19
2026-01-26 13:19:52 +00:00
4 changed files with 18 additions and 9 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 26 13:17:00 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.7
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* meson: Add option to build with meson
* gitlab CI: drop the ci-fairy check-mr job
- switch to meson build
-------------------------------------------------------------------
Mon Dec 5 10:25:43 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libXdamage
#
# 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: libXdamage
%define lname libXdamage1
Version: 1.1.6
Version: 1.1.7
Release: 0
Summary: X Damage Extension library
License: MIT
@@ -31,6 +31,7 @@ Source: http://xorg.freedesktop.org/archive/individual/lib/%name-%versio
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(damageproto) >= 1.1
BuildRequires: pkgconfig(fixesproto)
@@ -67,12 +68,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
%post -n %lname -p /sbin/ldconfig