public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ristretto] f43: Modernize BuildRequires and License sections
Date: Fri, 12 Jun 2026 23:24:19 GMT	[thread overview]
Message-ID: <178130665921.1.2554626335947893558.rpms-ristretto-09322255d786@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ristretto
            Branch : f43
            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=f43

            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

                 reply	other threads:[~2026-06-12 23:24 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=178130665921.1.2554626335947893558.rpms-ristretto-09322255d786@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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