public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Gansser <mgansser@netcom-mail.de>
To: git-commits@fedoraproject.org
Subject: [rpms/variety] rawhide: Rebuilt for Python 3.15
Date: Mon, 08 Jun 2026 06:49:03 GMT	[thread overview]
Message-ID: <178090134371.1.3005249064668136699.rpms-variety-7a9f7779b0fc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/variety
Branch : rawhide
Commit : 7a9f7779b0fcbb5b625438101ff51652d24c860e
Author : Martin Gansser <mgansser@netcom-mail.de>
Date   : 2026-06-08T08:48:54+02:00
Stats  : +1/-42 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/variety/c/7a9f7779b0fcbb5b625438101ff51652d24c860e?branch=rawhide

Log:
Rebuilt for Python 3.15

---
diff --git a/Add_Dark_Wallpaper_Support_for_Gnome42.patch b/Add_Dark_Wallpaper_Support_for_Gnome42.patch
deleted file mode 100644
index 696324c..0000000
--- a/Add_Dark_Wallpaper_Support_for_Gnome42.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- variety-0.8.5/data/scripts/set_wallpaper.orig	2022-03-26 16:35:24.387777235 +0100
-+++ variety-0.8.5/data/scripts/set_wallpaper	2022-03-26 16:36:32.911009155 +0100
-@@ -173,6 +173,7 @@
- 
- # GNOME Screensaver / Lock screen - thanks to George C. de Araujo for the patch
- gsettings set org.gnome.desktop.screensaver picture-uri "file://$WP" 2> /dev/null
-+gsettings set org.gnome.desktop.background picture-uri-dark "file://$WP" 2> /dev/null
- if [ "$(gsettings get org.gnome.desktop.screensaver picture-options)" == "'none'" ]; then
-     gsettings set org.gnome.desktop.screensaver picture-options 'zoom'
- fi

diff --git a/variety-GExiv2.patch b/variety-GExiv2.patch
deleted file mode 100644
index f73a76d..0000000
--- a/variety-GExiv2.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- variety-0.9.0-b1/variety/Util.py.orig	2026-04-29 08:57:48.491047539 +0000
-+++ variety-0.9.0-b1/variety/Util.py	2026-04-29 08:58:44.648538839 +0000
-@@ -42,7 +42,17 @@
- 
- # fmt: off
- import gi  # isort:skip
--gi.require_version("GExiv2", "0.10")
-+
-+# Try newer GExiv2 versions first, fall back to older ones
-+for _ver in ("0.16", "0.14", "0.12", "0.10"):
-+    try:
-+        gi.require_version("GExiv2", _ver)
-+        break
-+    except ValueError:
-+        continue
-+else:
-+    raise ImportError("No compatible GExiv2 version found")
-+
- gi.require_version("PangoCairo", "1.0")
- gi.require_version('Gdk', '3.0')
- from gi.repository import Gdk, GdkPixbuf, GExiv2, Gio, GLib, Pango  # isort:skip
---- variety-0.9.0-b1/variety/data/ui/AddWallhavenDialog.ui.orig	2026-04-29 09:47:29.483566226 +0000
-+++ variety-0.9.0-b1/variety/data/ui/AddWallhavenDialog.ui	2026-04-29 09:48:01.561838941 +0000
-@@ -9,7 +9,7 @@
-     <property name="border_width">5</property>
-     <property name="title">Variety - Add Wallhaven.cc source</property>
-     <property name="default_width">960</property>
--    <property name="icon">../media/variety.svg</property>
-+    <property name="icon">/usr/share/variety/media/variety.svg</property>
-     <property name="type_hint">normal</property>
-     <child>
-       <placeholder/>

diff --git a/variety.spec b/variety.spec
index 1b9e872..c610a30 100644
--- a/variety.spec
+++ b/variety.spec
@@ -134,6 +134,7 @@ if [ -f debian/%{name}.1 ]; then
 fi
 
 rm -rf %{buildroot}%{python3_sitelib}/tests
+rm -rf %{buildroot}%{python3_sitelib}/po
 
 %find_lang %{name}
 

             reply	other threads:[~2026-06-08  6:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-08  6:49 Martin Gansser [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-04 19:23 [rpms/variety] rawhide: Rebuilt for Python 3.15 Python Maint

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=178090134371.1.3005249064668136699.rpms-variety-7a9f7779b0fc@fedoraproject.org \
    --to=mgansser@netcom-mail.de \
    --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