public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/x11perf] rawhide: Update to 1.7.0
Date: Sat, 15 Aug 2026 01:16:48 GMT	[thread overview]
Message-ID: <178675660839.1.3071229630978019116.rpms-x11perf-5c4dbfbe97a9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/x11perf
            Branch : rawhide
            Commit : 5c4dbfbe97a93412cb3d6d7e0ddd53f4400bc5c0
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-08-14T22:02:35-03:00
            Stats  : +23/-27 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/x11perf/c/5c4dbfbe97a93412cb3d6d7e0ddd53f4400bc5c0?branch=rawhide

            Log:
            Update to 1.7.0

Resolves: rhbz#2212082

---
diff --git a/.gitignore b/.gitignore
index 125a921..38f8035 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /x11perf-*.tar.bz2
+/x11perf-*.tar.xz

diff --git a/sources b/sources
index 3323ff8..582dea5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (x11perf-1.6.1.tar.bz2) = b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b
+SHA512 (x11perf-1.7.0.tar.xz) = de8185bfbac15fb5eb15c18ba8450d8e383e1356675e0368c9a443d4c2d14245fab87ac0aa4ddcc5ebf731af0ad1173f53c6937104c1be824bfda5b58112fd5e

diff --git a/x11perf-1.6.0-x11perf-datadir-cleanups.patch b/x11perf-1.6.0-x11perf-datadir-cleanups.patch
deleted file mode 100644
index 9e4710b..0000000
--- a/x11perf-1.6.0-x11perf-datadir-cleanups.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur x11perf-1.6.0.old/configure.ac x11perf-1.6.0/configure.ac
---- x11perf-1.6.0.old/configure.ac	2015-04-30 15:03:46.668372759 +0200
-+++ x11perf-1.6.0/configure.ac	2015-04-30 15:03:56.617354502 +0200
-@@ -39,7 +39,7 @@
- XORG_DEFAULT_OPTIONS
-
- # Define the installation directory for the x11 performance compare scripts
--AC_SUBST([x11perfcompdir], [$libdir/X11/x11perfcomp])
-+AC_SUBST([x11perfcompdir], [$datadir/X11/x11perfcomp])
-
- # Checks for programs run by the scripts we install
- AC_PATH_PROG(MKTEMP, mktemp)

diff --git a/x11perf.spec b/x11perf.spec
index 7a93699..cf563a9 100644
--- a/x11perf.spec
+++ b/x11perf.spec
@@ -1,31 +1,35 @@
+%global forgeurl https://gitlab.freedesktop.org/xorg/app/x11perf
+Version:    1.7.0
+%global archiveext tar.xz
+%forgemeta
+
 Name:       x11perf
-Version:    1.6.1
 Release:    %autorelease
 Summary:    X11 server performance test program
 
 License:    SMLNJ AND HPND
-URL:        https://www.x.org
-Source0:    https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
-
-# We keep our scripts in $datadir, not $libdir, because ... history?
-Patch01:    x11perf-1.6.0-x11perf-datadir-cleanups.patch
-
-BuildRequires:  automake libtool
-BuildRequires:  gcc make
+URL:        %{forgeurl}
+Source0:    %{forgesource}
+
+BuildRequires:  automake
+BuildRequires:  gcc
+BuildRequires:  libtool
+BuildRequires:  make
+BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xrender)
+BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xft)
-BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xmuu)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-
-Obsoletes:  xorg-x11-apps < 7.7-31
+BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xrender)
 
 %description
 The x11perf program runs one or more performance tests and reports how fast
 an X server can execute the tests.
 
 %prep
-%autosetup
+%forgeautosetup
 
 %build
 autoreconf -v --install
@@ -35,6 +39,9 @@ autoreconf -v --install
 %install
 %make_install
 
+%check
+%make_build check
+
 %files
 %license COPYING
 %{_bindir}/x11perf

                 reply	other threads:[~2026-08-15  1:16 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=178675660839.1.3071229630978019116.rpms-x11perf-5c4dbfbe97a9@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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