public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ristretto] f44: Modernize BuildRequires and License sections
@ 2026-06-12 23:23 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-12 23:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ristretto
Branch : f44
Commit : 09322255d7862b08433d542068a8705162442517
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-03-14T13:30:58-03:00
Stats : +15/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ristretto/c/09322255d7862b08433d542068a8705162442517?branch=f44
Log:
Modernize BuildRequires and License sections
- Remove deprecated intltool and dbus-glib-devel
- Update GTK and other dependencies to modern versions
- Use SPDX license tag and HTTPS for URLs
- Add missing build dependencies
---
diff --git a/.gitignore b/.gitignore
index a801062..04d463e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ ristretto-0.0.91.tar.bz2
/ristretto-0.13.2.tar.bz2
/ristretto-0.13.3.tar.bz2
/ristretto-0.13.4.tar.xz
+/ristretto-0.14.0.tar.xz
diff --git a/ristretto.spec b/ristretto.spec
index d50d729..38de308 100644
--- a/ristretto.spec
+++ b/ristretto.spec
@@ -1,31 +1,33 @@
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=351531
-%global majorversion 0.13
+%global majorversion 0.14
%global xfceversion 4.18
Name: ristretto
-Version: 0.13.4
+Version: 0.14.0
Release: %autorelease
Summary: Image-viewer for the Xfce desktop environment
Summary(de): Bildbetrachter für die Xfce Desktop-Umgebung
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
-URL: http://goodies.xfce.org/projects/applications/ristretto/
-Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.xz
+URL: https://docs.xfce.org/apps/ristretto/start
+Source0: https://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.xz
#VCS: git:git://git.xfce.org/apps/ristretto
BuildRequires: meson
-BuildRequires: gcc-c++
-BuildRequires: dbus-glib-devel >= 0.34
-BuildRequires: gtk2-devel >= 2.20.0
-BuildRequires: exo-devel >= 0.12.0
+BuildRequires: gcc
+BuildRequires: gettext
+BuildRequires: glib2-devel >= 2.56.0
+BuildRequires: gtk3-devel >= 3.22.0
+BuildRequires: exo-devel >= 4.16.0
BuildRequires: libexif-devel >= 0.6.0
BuildRequires: libxfce4ui-devel >= %{xfceversion}
+BuildRequires: libxfce4util-devel >= %{xfceversion}
BuildRequires: xfconf-devel >= %{xfceversion}
-BuildRequires: desktop-file-utils, gettext, intltool
-BuildRequires: libappstream-glib
+BuildRequires: desktop-file-utils
+BuildRequires: appstream
+BuildRequires: libmagic-devel
Requires: tumbler
diff --git a/sources b/sources
index edf5b7e..8a1a0cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ristretto-0.13.4.tar.xz) = 07eede11a88b5565bf311fb1d0c5702ef8d655d4970558638cee6a9df27c426fb591d0a693d3e3a0954b40106636d2092e5febfd033201d41e579c8f4b785923
+SHA512 (ristretto-0.14.0.tar.xz) = 51c37eea1152e25f0dde475d3fbddb9e22452ce353c25517aafb07d24f7fdf612ff39ee41c03e4ae6bcc99509fa12fea94255d395841c55880128ccd77b3035b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 23:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 23:23 [rpms/ristretto] f44: Modernize BuildRequires and License sections Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox