public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xorg-x11-xbitmaps] rawhide: update to 1.1.4 + spec cleanup and modernization rhbz#2173021
@ 2026-07-02  3:22 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-02  3:22 UTC (permalink / raw)
  To: git-commits

            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
+

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02  3:22 [rpms/xorg-x11-xbitmaps] rawhide: update to 1.1.4 + spec cleanup and modernization rhbz#2173021 Filipe Rosset

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