public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xvinfo] rawhide: update to 1.1.6, built with meson build system
Date: Thu, 23 Jul 2026 03:49:01 GMT [thread overview]
Message-ID: <178477854108.1.15698629250531945598.rpms-xvinfo-0567112d5eaa@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xvinfo
Branch : rawhide
Commit : 0567112d5eaa09edd88a28c6369cd4938110d67a
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-23T00:27:35-03:00
Stats : +20/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xvinfo/c/0567112d5eaa09edd88a28c6369cd4938110d67a?branch=rawhide
Log:
update to 1.1.6, built with meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index e284f76..2c48951 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
/xvinfo-*.tar.bz2
/xvinfo-1.1.5.tar.xz
/xvinfo-1.1.5.tar.xz.sig
+/xvinfo-1.1.6.tar.xz
+/xvinfo-1.1.6.tar.xz.sig
+/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
diff --git a/sources b/sources
index 4c78493..899bc22 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-SHA512 (xvinfo-1.1.5.tar.xz) = 18467161b248c68f6bde15e1c1b4b8cf812daf46777602558aee5fb7cb4d2649218de88fa93842fea4f316d954440f03a37d71fa4fda92eda3c7d80970e19cbb
-SHA512 (xvinfo-1.1.5.tar.xz.sig) = 48f1d16398dafd809320a4dabfb111f45abcab5762a18e9a1828e741f7f4e7b2db9436bc681cc1b683f3f2cc57699bc666dfdb24b58fb1adfc9e77ae60634a10
+SHA512 (xvinfo-1.1.6.tar.xz) = f57655e3c7cb72e9b7db6831255b4b1e1e3e1a6bc227eec3c3d2da81871708743a3582385ddaa63c39080440331a541c11564d76f6d5ec056c0b2a091f7f0084
+SHA512 (xvinfo-1.1.6.tar.xz.sig) = 175e29aa3927852084136454a25ac89ff307139faecbccc9da36a2faa402f9668bbc004c76f904112dcaf9823321ae0adc02731d5876804ea5cc4efecdaaa938
+SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0
diff --git a/xvinfo.spec b/xvinfo.spec
index cbf8981..09ca9d6 100644
--- a/xvinfo.spec
+++ b/xvinfo.spec
@@ -1,30 +1,35 @@
Summary: X video extension query utility
Name: xvinfo
-Version: 1.1.5
+Version: 1.1.6
Release: %autorelease
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz.sig
+Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
BuildRequires: gcc
-BuildRequires: make
-BuildRequires: gettext-devel
-BuildRequires: libtool
+BuildRequires: gpgverify
+BuildRequires: meson
BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xproto)
BuildRequires: pkgconfig(xv)
-Obsoletes: xorg-x11-utils < 7.5-39
%description
xvinfo displays information about the XVideo extension on an X server.
%prep
-%setup -q
+%gpgverify -k 2 -s 1 -d 0
+%autosetup
%build
-%configure
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
+
+%check
+%meson_test
%files
%doc README.md
reply other threads:[~2026-07-23 3:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178477854108.1.15698629250531945598.rpms-xvinfo-0567112d5eaa@fedoraproject.org \
--to=filiperosset@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox