2 Commits

Author SHA256 Message Date
338ba2e3e2 Accepting request 1303208 from X11:XOrg
- Update to version 1.2.3
  * Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated
    AC_PROG_LIBTOOL
  * configure: add xproto to pkg-config dependencies list
  * xres.pc: list minimum version of 1.6 for libX11 dependency
  * meson: Add option to build with meson
  * Improve man page formatting
- switch to meson

OBS-URL: https://build.opensuse.org/request/show/1303208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXres?expand=0&rev=12
2025-09-10 15:29:37 +00:00
607d5372d9 - Update to version 1.2.3
* Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated
    AC_PROG_LIBTOOL
  * configure: add xproto to pkg-config dependencies list
  * xres.pc: list minimum version of 1.6 for libX11 dependency
  * meson: Add option to build with meson
  * Improve man page formatting
- switch to meson

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXres?expand=0&rev=21
2025-09-08 13:19:53 +00:00
4 changed files with 22 additions and 9 deletions

Binary file not shown.

3
libXres-1.2.3.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Sep 8 13:08:21 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.2.3
* Remove "All rights reserved" from Oracle copyright notices
* configure: Use LT_INIT from libtool 2 instead of deprecated
AC_PROG_LIBTOOL
* configure: add xproto to pkg-config dependencies list
* xres.pc: list minimum version of 1.6 for libX11 dependency
* meson: Add option to build with meson
* Improve man page formatting
- switch to meson
-------------------------------------------------------------------
Mon Dec 5 10:28:25 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libXres
#
# Copyright (c) 2022 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
@@ -18,7 +18,7 @@
%define lname libXRes1
Name: libXres
Version: 1.2.2
Version: 1.2.3
Release: 0
Summary: X Resource extension client library
License: MIT
@@ -28,6 +28,7 @@ URL: https://xorg.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
Source: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(resourceproto) >= 1.0
BuildRequires: pkgconfig(x11)
@@ -69,12 +70,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
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig