public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xapps] rawhide: Update to 3.3.5-unstable
@ 2026-09-18 15:32 Leigh Scott
  0 siblings, 0 replies; only message in thread
From: Leigh Scott @ 2026-09-18 15:32 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xapps
Branch : rawhide
Commit : 6255f2ad5cb75718ffc05231b35de2f73d4b8698
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2026-09-18T16:31:23+01:00
Stats  : +9/-48 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/xapps/c/6255f2ad5cb75718ffc05231b35de2f73d4b8698?branch=rawhide

Log:
Update to 3.3.5-unstable

---
diff --git a/sources b/sources
index eabb1d5..94b2e9e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (xapps-3.3.4-unstable.tar.gz) = 8a69e549413902f75eb60c1089c86a2d3eb25f6ef016c605e8e8bf623531daf8d47b48720b189010e6dbd595d5250072c77e11c4ab79247dedcf0220e60ff466
+SHA512 (xapps-3.3.5-unstable.tar.gz) = 61399aaaee53c47c66f69a23ad9c3aebeb50e7f15a3f732c4425ac087c59635431632a5d6d1d02dafa9e842424b3976e68d0a96c4a2b6566f47cfac819caf0f1
 SHA512 (flags_1.0.4.tar.xz) = 303e7a77fb3819c602f59727ea9c9a56486435c5331e7721cac205c1e840d6a2f609f5fdb6b8fa401b1e8b6a32ee3915ef06255ad86d7c3de88842787010e56c

diff --git a/xapps.spec b/xapps.spec
index 9765423..54bb83f 100644
--- a/xapps.spec
+++ b/xapps.spec
@@ -1,8 +1,8 @@
-%global upstream_version 3.3.4-unstable
+%global upstream_version 3.3.5-unstable
 
 Name:           xapps
-Version:        3.3.4^unstable
-Release:        1%{?dist}
+Version:        3.3.5^unstable
+Release:        %autorelease
 Summary:        Common files for XApp desktop apps
 
 License:        LGPL-3.0-only
@@ -13,6 +13,9 @@ Patch0:         watcher_fix_libexec.patch
 
 ExcludeArch:    %{ix86}
 
+BuildSystem:   meson
+BuildOption(conf): --buildtype=debugoptimized
+BuildOption(conf): -D deprecated_warnings=false
 BuildRequires:  desktop-file-utils
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
@@ -21,7 +24,6 @@ BuildRequires:  gtk-layer-shell-devel
 BuildRequires:  libdbusmenu-gtk3-devel
 BuildRequires:  libX11-devel
 BuildRequires:  libgnomekbd-devel
-BuildRequires:  meson
 BuildRequires:  python3-gobject-devel
 BuildRequires:  python3-devel
 BuildRequires:  vala
@@ -69,14 +71,7 @@ Python%{python3_version} files for XApp apps.
 %prep
 %autosetup -p1 -n xapp-%{upstream_version}
 
-%build
-%meson \
- --buildtype=debugoptimized \
- -D deprecated_warnings=false
-%meson_build
-
-%install
-%meson_install
+%install -a
 tar -xf %{SOURCE1} -C %{buildroot}%{_datadir} --strip 3
 rm %{buildroot}%{_datadir}/format
 
@@ -122,38 +117,4 @@ rm %{buildroot}%{_datadir}/format
 %{python3_sitearch}/gi/overrides/__pycache__/XApp.cpython-%{python3_version_nodots}*.py*
 
 %changelog
-* Sat Aug 15 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.4^unstable-1
-- Update to 3.3.4-unstable
-
-* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 3.3.3^unstable-3
-- Rebuilt for Python 3.15.0b4 ABI change
-
-* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3^unstable-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Sat Jun 20 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.3^unstable-1
-- Update to 3.3.3-unstable
-
-* Tue Jun 16 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.2^unstable-1
-- Update to 3.3.2-unstable
-
-* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 3.3.1^unstable-2
-- Rebuilt for Python 3.15
-
-* Sat May 23 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.1^unstable-1
-- Update to 3.3.1-unstable
-
-* Sat Feb 28 2026 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-3
-- Update flags
-
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Jan 09 2026 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-1
-- Update to 3.2.2
-
-* Sat Dec 13 2025 Leigh Scott <leigh123linux@gmail.com> - 3.2.1-1
-- Update to 3.2.1
-
-* Wed Nov 12 2025 Leigh Scott <leigh123linux@gmail.com> - 3.2.0-1
-- Update to 3.2.0
+%autochangelog
\ No newline at end of file

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

only message in thread, other threads:[~2026-09-18 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 15:32 [rpms/xapps] rawhide: Update to 3.3.5-unstable Leigh Scott

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