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/xorg-x11-xbitmaps] rawhide: update to 1.1.4 + spec cleanup and modernization rhbz#2173021
Date: Thu, 02 Jul 2026 03:22:21 GMT	[thread overview]
Message-ID: <178296254148.1.18316158176968034743.rpms-xorg-x11-xbitmaps-a81a45b11532@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xorg-x11-xbitmaps
            Branch : rawhide
            Commit : a81a45b1153230453d76a1a0717a6eb1e7ebbe06
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-02T00:22:06-03:00
            Stats  : +15/-14 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/xorg-x11-xbitmaps/c/a81a45b1153230453d76a1a0717a6eb1e7ebbe06?branch=rawhide

            Log:
            update to 1.1.4 + spec cleanup and modernization rhbz#2173021

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/sources b/sources
index 0388e9d..ac9a2f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xbitmaps-1.1.3.tar.xz) = b9a7340385fcce2dcd0204f14a462685b14b72ff58f3ec53cd76695bef2b02af902bdac809622dcb27fd4075d5ba13587b5d059530aff502cd5288d161352814
+SHA512 (xbitmaps-1.1.4.tar.xz) = 7da5e506effdfcf7344fc8209f47c1ec4c2e9f639e677f8701c36e1e5728037357478af3dd030ca93f3e36a3e1eaad1bb97596aba85868f01b52b420b825a10f

diff --git a/xorg-x11-xbitmaps.spec b/xorg-x11-xbitmaps.spec
index ea58caa..74b1188 100644
--- a/xorg-x11-xbitmaps.spec
+++ b/xorg-x11-xbitmaps.spec
@@ -1,38 +1,39 @@
 %global pkgname xbitmaps
 
-%global debug_package %{nil}
-
 Summary: X.Org X11 application bitmaps
 Name: xorg-x11-%{pkgname}
-Version: 1.1.3
+Version: 1.1.4
 Release: %autorelease
 License: HPND AND ICU
-URL: http://www.x.org
+URL: https://www.x.org
 BuildArch: noarch
 
-Source0: https://www.x.org/pub/individual/data/xbitmaps-%{version}.tar.xz
+Source: https://www.x.org/pub/individual/data/xbitmaps-%{version}.tar.xz
 
-BuildRequires: make
-BuildRequires: automake gcc
-Requires: pkgconfig
+BuildRequires: meson
 
 %description
 X.Org X11 application bitmaps
 
 %prep
-%setup -q -n xbitmaps-%{version}
+%autosetup -n xbitmaps-%{version}
 
 %build
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+
+%check
+%meson_test
 
 %files
-%doc COPYING
+%license COPYING
+%doc README.md
 %{_includedir}/X11
 %{_datadir}/pkgconfig/xbitmaps.pc
 
 %changelog
 %autochangelog
+

                 reply	other threads:[~2026-07-02  3:22 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=178296254148.1.18316158176968034743.rpms-xorg-x11-xbitmaps-a81a45b11532@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