Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package system-config-printer for
openSUSE:Factory checked in at 2024-11-30 13:27:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
and /work/SRC/openSUSE:Factory/.system-config-printer.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-config-printer"
Sat Nov 30 13:27:24 2024 rev:108 rq:1227288 version:1.5.18
Changes:
--------
---
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes
2024-08-07 06:09:29.880056769 +0200
+++
/work/SRC/openSUSE:Factory/.system-config-printer.new.28523/system-config-printer.changes
2024-11-30 13:27:38.473194056 +0100
@@ -1,0 +2,7 @@
+Fri Nov 29 07:32:22 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Add installation-root-dir-from-setup.patch
+ gh#OpenPrinting/system-config-printer#361 to fix cupshelpers
+ installation.
+
+-------------------------------------------------------------------
New:
----
installation-root-dir-from-setup.patch
BETA DEBUG BEGIN:
New:
- Add installation-root-dir-from-setup.patch
gh#OpenPrinting/system-config-printer#361 to fix cupshelpers
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-config-printer.spec ++++++
--- /var/tmp/diff_new_pack.alCgxX/_old 2024-11-30 13:27:40.145263700 +0100
+++ /var/tmp/diff_new_pack.alCgxX/_new 2024-11-30 13:27:40.157264201 +0100
@@ -32,6 +32,8 @@
Patch13: system-config-printer-icon-brp-friendly.patch
# PATCH-FIX-OPENSUSE system-config-printer-no-openprinting.patch bnc#733542
[email protected] -- Disable feature that downloads ppd from openprinting.org
Patch19: system-config-printer-no-openprinting.patch
+# PATCH-FIX-UPSTREAM installation-root-dir-from-setup.patch --
gh#OpenPrinting/system-config-printer#361
+Patch20: installation-root-dir-from-setup.patch
# PATCH-FEATURE-OPENSUSE system-config-printer-no-simple-gui.patch boo#1090189
[email protected] -- Remove unused _simple_gui class in openprinting.py.
Pulls in GTK
Patch100: system-config-printer-no-simple-gui.patch
# For directory ownership
++++++ installation-root-dir-from-setup.patch ++++++
>From 823a13f4be0e3fc025717088e02275839aa86a81 Mon Sep 17 00:00:00 2001
From: Rafael Fontenelle <[email protected]>
Date: Fri, 3 May 2024 18:44:44 -0300
Subject: [PATCH] Set installation root dir from setup.py
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: system-config-printer-1.5.18/Makefile.am
===================================================================
--- system-config-printer-1.5.18.orig/Makefile.am
+++ system-config-printer-1.5.18/Makefile.am
@@ -63,7 +63,7 @@ all-local: .stamp-distutils-in-builddir
# Use distutils to install the module.
install-exec-local: .stamp-distutils-in-builddir
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
# Uninstall the module, crossing our fingers that we know enough
# about how distutils works to do this. Unfortunately, distutils
Index: system-config-printer-1.5.18/Makefile.in
===================================================================
--- system-config-printer-1.5.18.orig/Makefile.in
+++ system-config-printer-1.5.18/Makefile.in
@@ -1955,7 +1955,7 @@ all-local: .stamp-distutils-in-builddir
# Use distutils to install the module.
install-exec-local: .stamp-distutils-in-builddir
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
# Uninstall the module, crossing our fingers that we know enough
# about how distutils works to do this. Unfortunately, distutils