public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xstdcmap] rawhide: update to 1.0.6, build with meson
@ 2026-07-23  3:57 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-23  3:57 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xstdcmap
            Branch : rawhide
            Commit : ae21a4ce923449801207ea0b7a83ffe6ad46bfc7
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-07-23T00:52:06-03:00
            Stats  : +18/-12 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/xstdcmap/c/ae21a4ce923449801207ea0b7a83ffe6ad46bfc7?branch=rawhide

            Log:
            update to 1.0.6, build with meson

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 6403e3e..85db34f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /xstdcmap.gpg
 /xstdcmap-1.0.5.tar.xz
 /xstdcmap-1.0.5.tar.xz.sig
+/xstdcmap-1.0.6.tar.xz
+/xstdcmap-1.0.6.tar.xz.sig

diff --git a/sources b/sources
index 2db24f1..74c5b0a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (xstdcmap-1.0.5.tar.xz) = 3f2047af1d328a34d38ededc13de00298db3300eab1d1dbdff7d2aa4a3cd543a79305bfbd2e6424c5e023cf866a4f7a70aa9a3014444d543268d2f812a322a49
-SHA512 (xstdcmap-1.0.5.tar.xz.sig) = bf07850e9a8d69d48eceb2bff41f47f29ee78d3f46024c05feed288b5a8b1dd11f07215a3ade798bae0cb07747a8039c26a87daeb29cb7e7ceaa32437685d562
+SHA512 (xstdcmap-1.0.6.tar.xz) = 912247ede6531c06f57544e83540c5a7b0f0c1faefc7adc86517499acfee65ac41569b6cdb34ffcafe958b7ed8349ad5ff06e2f398ab64432910e5d319e63d87
+SHA512 (xstdcmap-1.0.6.tar.xz.sig) = 9fb8253384be88a618906c7c396814a3513c4ff5d018716017059ca524c31494ed3303c6c878f3073e4146b1a0702521a02f4a726e1e77c9c3ae4e5c93b65ed3

diff --git a/update-keyring.sh b/update-keyring.sh
index 3614af9..d24971f 100755
--- a/update-keyring.sh
+++ b/update-keyring.sh
@@ -6,10 +6,10 @@ version=$(rpm -q --qf '%{VERSION}\n' --specfile "${name}.spec" | head -1)
 workdir="$(mktemp -d)"
 trap 'rm -rf "$workdir"' EXIT
 
-gpg2 --with-fingerprint "${name}-${version}.tar.bz2.sig" 2>&1 |
+gpg2 --with-fingerprint "${name}-${version}.tar.xz.sig" 2>&1 |
   awk '$2 == "using" { print "0x" $NF }' |
   xargs gpg2 --homedir="${workdir}" \
-             --keyserver='hkps://pgp.mit.edu' \
+             --keyserver='hkps://keys.openpgp.org' \
 	     --recv-keys
 
 gpg2 --homedir="${workdir}" --export --export-options export-minimal > "${name}.gpg"

diff --git a/xstdcmap.spec b/xstdcmap.spec
index a7b4b02..3fd8cc8 100644
--- a/xstdcmap.spec
+++ b/xstdcmap.spec
@@ -1,5 +1,5 @@
 Name:           xstdcmap
-Version:        1.0.5
+Version:        1.0.6
 Release:        %autorelease
 Summary:        Utility to define standard colormap properties
 
@@ -7,14 +7,14 @@ License:        MIT
 URL:            https://www.x.org
 Source0:        %{url}/pub/individual/app/%{name}-%{version}.tar.xz
 Source1:        %{url}/pub/individual/app/%{name}-%{version}.tar.xz.sig
+Source2:        %{name}.gpg
 BuildRequires:  gcc
 BuildRequires:  gnupg2
-BuildRequires:  make
+BuildRequires:  gpgverify
+BuildRequires:  meson
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xmu)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-
-Obsoletes:      xorg-x11-server-utils < 7.7-40
+BuildRequires:  pkgconfig(xproto) >= 7.0.17
 
 %description
 The xstdcmap utility can be used to selectively define standard colormap
@@ -23,14 +23,18 @@ create standard colormap definitions in order to facilitate sharing of
 scarce colormap resources among clients using PseudoColor visuals.
 
 %prep
+%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
 %autosetup
 
 %build
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+
+%check
+%meson_test
 
 %files
 %license COPYING

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-23  3:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23  3:57 [rpms/xstdcmap] rawhide: update to 1.0.6, build with meson Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox