From a7e56298155ccacdf91404167cc47dc23f0786c16e3c8e13ceb62002a5d63e77 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 18 Sep 2021 09:16:13 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=14 --- python-PyInstaller.changes | 3 ++- python-PyInstaller.spec | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-PyInstaller.changes b/python-PyInstaller.changes index b629293..f0afbc4 100644 --- a/python-PyInstaller.changes +++ b/python-PyInstaller.changes @@ -3,12 +3,13 @@ Thu Sep 16 11:25:16 UTC 2021 - Matej Cepl - Update to 4.5.1: large number of changes, see packaged CHANGES.rst for the complete list. +- Update glibc233.patch ------------------------------------------------------------------- Thu Apr 1 13:27:23 UTC 2021 - Markéta Machová - Automagically skip matplotlib tests because matplotlib dropped python36 -- Add glibc233.patch to fix recent test failure +- Add glibc233.patch to fix recent test failure (gh#pyinstaller/pyinstaller#5540) ------------------------------------------------------------------- Wed Mar 18 07:22:03 UTC 2020 - Tomáš Chvátal diff --git a/python-PyInstaller.spec b/python-PyInstaller.spec index a1d99e6..fb1c307 100644 --- a/python-PyInstaller.spec +++ b/python-PyInstaller.spec @@ -27,6 +27,9 @@ Summary: Bundle a Python application and all its dependencies into a sing License: GPL-2.0-only URL: https://www.pyinstaller.org Source: https://github.com/pyinstaller/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM glibc233.patch gh#pyinstaller/pyinstaller#5540 mcepl@suse.com +# Skip/warn unrecognised output from ldconfig +Patch0: glibc233.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes