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/xfce4-screensaver] rawhide: Updated to 4.20.2 + spec cleanup and modernization
Date: Sun, 09 Aug 2026 00:14:22 GMT	[thread overview]
Message-ID: <178623446253.1.10091387867981928183.rpms-xfce4-screensaver-d7f9ed16656f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xfce4-screensaver
            Branch : rawhide
            Commit : d7f9ed16656f941cda6988699cd1292ba63297c3
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-31T01:19:35-03:00
            Stats  : +15/-13 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/xfce4-screensaver/c/d7f9ed16656f941cda6988699cd1292ba63297c3?branch=rawhide

            Log:
            Updated to 4.20.2 + spec cleanup and modernization

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index 3b6af19..c2e756f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /xfce4-screensaver-4.18.3.tar.bz2
 /xfce4-screensaver-4.18.4.tar.bz2
 /xfce4-screensaver-4.20.0.tar.xz
+/xfce4-screensaver-4.20.2.tar.xz

diff --git a/sources b/sources
index 81b121b..ac6c94d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfce4-screensaver-4.20.0.tar.xz) = 06783408be0058376887ee9a72688727c181cb7fdcba1da28c8c34cd66e7de40e930f0efec44f98ecda7fe53e459679143e32234e0ac109ee84e1e3d5c3f773b
+SHA512 (xfce4-screensaver-4.20.2.tar.xz) = 45c62083aee4abfdbe67df12a5a60a6aaf8e40d7a572882a41991480d612ab1870dc66b640f57848bc641ef354403c33acb5de76a7fd7f57cf2ff49fc24cf673

diff --git a/xfce4-screensaver.spec b/xfce4-screensaver.spec
index 92d4bcb..1f82557 100644
--- a/xfce4-screensaver.spec
+++ b/xfce4-screensaver.spec
@@ -1,35 +1,36 @@
 %global majorver 4.20
 
 Name:           xfce4-screensaver
-Version:        4.20.0
+Version:        4.20.2
 Release:        %autorelease
 Summary:        Screensaver application for Xfce Desktop
 
 # Automatically converted from old format: GPLv2 and LGPLv2 - review is highly recommended.
-License:        GPL-2.0-only AND LicenseRef-Callaway-LGPLv2
+License:        GPL-2.0-or-later AND LGPL-2.0-or-later
 URL:            https://git.xfce.org/apps/xfce4-screensaver/
 Source0:        https://archive.xfce.org/src/apps/%{name}/%{majorver}/%{name}-%{version}.tar.xz
 
-BuildRequires:  meson
+BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  libwnck3-devel
+BuildRequires:  meson
+BuildRequires:  pam-devel
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(garcon-gtk3-1)
 BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libxfce4ui-2)
 BuildRequires:  pkgconfig(libxklavier)
 BuildRequires:  pkgconfig(xscrnsaver)
 BuildRequires:  pkgconfig(libxfce4ui-2)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(garcon-gtk3-1)
-BuildRequires:  libwnck3-devel
 BuildRequires:  systemd-devel
-BuildRequires:  pam-devel
-BuildRequires:  desktop-file-utils
 BuildRequires:  xmlto
 
-Requires:       xfdesktop
-Requires:       xfconf
 Requires:       xfce4-session
+Requires:       xfconf
+Requires:       xfdesktop
 
 %description
 Xfce Screensaver is a port of MATE Screensaver, itself a port of GNOME 
@@ -74,14 +75,14 @@ desktop-file-install \
 %find_lang %{name}
 
 %files -f %{name}.lang
-%license COPYING COPYING.LGPL
+%license COPYING COPYING.LGPL COPYING.LIB
 %{_sysconfdir}/pam.d/xfce4-screensaver
 %{_sysconfdir}/xdg/autostart/xfce4-screensaver.desktop
 %{_sysconfdir}/xdg/menus/xfce4-screensavers.menu
 %{_bindir}/%{name}
 %{_bindir}/xfce4-screensaver-command
-%{_bindir}/xfce4-screensaver-configure.py
 %{_bindir}/xfce4-screensaver-preferences
+%{_libexecdir}/xfce4-screensaver-configure.py
 %{_libexecdir}/xfce4-screensaver-dialog
 %{_datadir}/icons/hicolor/*/apps/org.xfce.ScreenSaver.*
 %{_datadir}/applications/screensavers/xfce-personal-slideshow.desktop

                 reply	other threads:[~2026-08-09  0:14 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=178623446253.1.10091387867981928183.rpms-xfce4-screensaver-d7f9ed16656f@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