public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/stalonetray] rawhide: Update to v1.5.0
@ 2026-07-06 17:37 Artur Frenszek-Iwicki
  0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-07-06 17:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/stalonetray
Branch : rawhide
Commit : fa7b18afa09ff3031e31bb127dfffe61f3511166
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date   : 2026-07-03T19:24:05+02:00
Stats  : +23/-18 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/stalonetray/c/fa7b18afa09ff3031e31bb127dfffe61f3511166?branch=rawhide

Log:
Update to v1.5.0

---
diff --git a/.gitignore b/.gitignore
index f545f92..1d62aa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ stalonetray-0.8.0.tar.bz2
 /stalonetray-0.8.3.tar.bz2
 /stalonetray-0.8.5.tar.gz
 /stalonetray-0.9.0.tar.gz
+/stalonetray-1.5.0.tar.gz

diff --git a/sources b/sources
index d70c04d..5c44139 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (stalonetray-0.8.5.tar.gz) = 7fe1c2fcc5de06b89f4a5c182baeb0a98f0328ae6bf03a79e76c4af7ee4d86cd8f6967ec8b0123a831998cb075ef2b2f6bc6478bde0b73883fe37d2bd6a471d3
-SHA512 (stalonetray-0.9.0.tar.gz) = d88afe5655390fd13f045c542c578a0e02ea2111f6b523962ec334f00948c270e3a381e7f8b943a091c9862f9714e6a46063f30eb9eb943b13baa606a5d17066
+SHA512 (stalonetray-1.5.0.tar.gz) = 6781fbb36959609d444dbe890b7116afa4c77e7c60709ff9110f8a7c6352bc6021f82cbe9ce595e556846edbf99a7b5f9edfb2962480ed3feedb678afd67b5b5

diff --git a/stalonetray.spec b/stalonetray.spec
index 36a29f6..0f26ad6 100644
--- a/stalonetray.spec
+++ b/stalonetray.spec
@@ -1,6 +1,6 @@
 Name:           stalonetray
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        1.5.0
+Release:        1%{?dist}
 Summary:        A stand alone notification area
 
 # License is only mentioned in COPYING
@@ -9,12 +9,17 @@ License:        GPL-2.0-or-later
 URL:            https://d3adb5.github.io/%{name}
 Source0:        https://github.com/d3adb5/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 
-BuildRequires: make
+BuildRequires:  docbook-xsl
 BuildRequires:  gcc
-BuildRequires:  libX11-devel
+BuildRequires:  meson
+BuildRequires:  xsltproc
+
+BuildRequires:  pkgconfig(cmocka)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xpm)
+BuildRequires:  pkgconfig(xrandr)
 
-# Needed until upstream generates proper tarballs.
-BuildRequires: autoconf automake docbook-xsl xsltproc
 
 %description
 The stalonetray is a STAnd-aLONE system TRAY (notification area).
@@ -23,31 +28,31 @@ support is planned. Stalonetray runs under virtually any window manager.
 
 %prep
 %setup -q
+%meson
+
 
 %build
-# https://github.com/kolbusa/stalonetray/issues/35
-aclocal
-autoheader
-autoconf
-automake --add-missing
-%configure
-make %{?_smp_mflags}
+%meson_build
 
 
 %install
-make install DESTDIR=%{buildroot} INSTALL="install -p"
+%meson_install
 install -D -m644 stalonetrayrc.sample %{buildroot}%{_sysconfdir}/stalonetrayrc
 
 
 %files
-%doc AUTHORS BUGS COPYING NEWS README.md TODO
-%doc stalonetrayrc.sample stalonetray.html stalonetray.xml
+%doc AUTHORS README.md TODO
+%doc stalonetrayrc.sample
+%license LICENSE
 %{_sysconfdir}/stalonetrayrc
 %{_bindir}/stalonetray
 %{_mandir}/man1/stalonetray.*
 
 
 %changelog
+* Fri Jul 03 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.5.0-1
+- Update to v1.5.0
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-07-06 17:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 17:37 [rpms/stalonetray] rawhide: Update to v1.5.0 Artur Frenszek-Iwicki

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