public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/dnfdragora] f44: Update to the newest snapshot version
Date: Sun, 31 May 2026 20:46:24 GMT	[thread overview]
Message-ID: <178026038418.1.9618417090837073351.rpms-dnfdragora-cb4e97794fda@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/dnfdragora
Branch : f44
Commit : cb4e97794fdaa7582cef551d234e525857bb364c
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-04-24T15:02:54-04:00
Stats  : +15/-32 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/dnfdragora/c/cb4e97794fdaa7582cef551d234e525857bb364c?branch=f44

Log:
Update to the newest snapshot version

---
diff --git a/dnfdragora.spec b/dnfdragora.spec
index 7d109ac..051a79a 100644
--- a/dnfdragora.spec
+++ b/dnfdragora.spec
@@ -1,14 +1,14 @@
 # Force out of source build
 %undefine __cmake_in_source_build
 
-%global commit 2f707ee21aae9fa512a1fe261959fbaa17291d63
-%global commitdate 20250421
+%global commit bd6ca6f6dc60a0664314bbcfc86329008be457c3
+%global commitdate 20260419
 %global shortcommit %{sub %{commit} 1 7}
 
 Name:		dnfdragora
-Version:	2.99.0^git%{commitdate}.1.%{shortcommit}
-Release:	7%{?dist}
-Summary:	DNF package-manager based on libYui abstraction
+Version:	2.99.2^git%{commitdate}.1.%{shortcommit}
+Release:	1%{?dist}
+Summary:	DNF package-manager frontend from ManaTools
 
 License:	GPL-3.0-or-later
 URL:		https://github.com/manatools/%{name}
@@ -24,48 +24,32 @@ BuildRequires:	libappstream-glib
 BuildRequires:	pkgconfig
 BuildRequires:	python3-devel		>= 3.4.0
 BuildRequires:	python3-libdnf5		>= 5.2.7
-BuildRequires:	python3-manatools	>= 0.0.3
+BuildRequires:	python3-manatools	>= 0.99.0
 BuildRequires:	python3-PyYAML
 BuildRequires:	python3-setuptools
 BuildRequires:	python3-sphinx
-BuildRequires:	python3-yui
 BuildRequires:	python3-pyxdg
-BuildRequires:	python3-cairosvg
-BuildRequires:	python3-pillow
-BuildRequires:	python3-pystray		>= 0.16
 
 Requires:	dnf5daemon-server	>= 5.2.7
 Requires:	filesystem
 Requires:	comps-extras
 Requires:	hicolor-icon-theme
-Requires:	libyui-mga-ncurses
 Requires:	python3-libdnf5		>= 5.2.7
-Requires:	python3-manatools	>= 0.0.3
+Requires:	python3-manatools	>= 0.99.0
 Requires:	python3-PyYAML
-Requires:	python3-yui		>= 1.1.1-10
 
 Provides:	%{name}-gui		= %{version}-%{release}
-Recommends:	(libyui-mga-qt if qt5-qtbase-gui)
-Recommends:	(libyui-mga-gtk if gtk3)
 
 %description
 %{name} is a DNF frontend, based on rpmdragora from Mageia
 (originally rpmdrake) Perl code.
 
-%{name} is written in Python 3 and uses libYui, the widget
-abstraction library written by SUSE, so that it can be run
-using Qt 5, GTK+ 3, or ncurses interfaces.
-
-
 %package updater
 Summary:	Update notifier applet for %{name}
 
 Requires:	%{name}			== %{version}-%{release}
 Requires:	libnotify
-Requires:	python3-pyxdg
-Requires:	python3-cairosvg
-Requires:	python3-pillow
-Requires:	python3-pystray		>= 0.16
+Requires:	python3-pyside6
 
 Obsoletes:	%{name}-gui		< 1.0.1-7
 
@@ -73,10 +57,6 @@ Obsoletes:	%{name}-gui		< 1.0.1-7
 %{name} is a DNF frontend, based on rpmdragora from Mageia
 (originally rpmdrake) Perl code.
 
-%{name} is written in Python 3 and uses libYui, the widget
-abstraction library written by SUSE, so that it can be run
-using Qt 5, GTK+ 3, or ncurses interfaces.
-
 This package provides the update notifier applet for %{name}.
 
 
@@ -103,7 +83,7 @@ desktop-file-validate				\
 
 # Validate AppData-files.
 appstream-util validate-relax --nonet		\
-	%{buildroot}%{_datadir}/appdata/*.appdata.xml
+	%{buildroot}%{_datadir}/metainfo/*.metainfo.xml
 
 
 %files -f %{name}.lang
@@ -114,11 +94,11 @@ appstream-util validate-relax --nonet		\
 %exclude %{python3_sitelib}/%{name}/__pycache__/updater.cpython*.py?
 %license AUTHORS LICENSE
 %{_bindir}/%{name}
-%{_datadir}/appdata/*%{name}.appdata.xml
+%{_metainfodir}/*%{name}.metainfo.xml
 %{_datadir}/applications/*%{name}.desktop
 %{_datadir}/applications/*%{name}-localinstall.desktop
 %{_datadir}/%{name}
-%{_datadir}/icons/hicolor/*/apps/%{name}*
+%{_datadir}/icons/hicolor/*/apps/*%{name}.{svg,png}
 %{_mandir}/man5/%{name}*.5*
 %{_mandir}/man8/%{name}*.8*
 %dir %{python3_sitelib}/%{name}
@@ -134,6 +114,9 @@ appstream-util validate-relax --nonet		\
 
 
 %changelog
+* Fri Apr 24 2026 Neal Gompa <ngompa@fedoraproject.org> - 2.99.2^git20260419.1.bd6ca6f-1
+- Update to the newest snapshot version
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.0^git20250421.1.2f707ee-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index fcf3042..56d4935 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dnfdragora-2f707ee.tar.gz) = d92c80e019ed77f36de79e6144b9dba7512f7f79fff80612b96e39d8c229cd60b46b7c5c7eb9e3b24706cb59231b29105b2f9cdccc14bad9535058e42744f4d6
+SHA512 (dnfdragora-bd6ca6f.tar.gz) = 79da57caa7fc05fc0cfaee8d92ade5ba7e5e522abb6e66f803df7520edcad4c922343df7d79ae886dcdc092456dd38b0f63c05ef7a1db182aa2aa90a9debe251

                 reply	other threads:[~2026-05-31 20:46 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=178026038418.1.9618417090837073351.rpms-dnfdragora-cb4e97794fda@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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