diff --git a/python-setproctitle.changes b/python-setproctitle.changes index 54898a6..71df1f9 100644 --- a/python-setproctitle.changes +++ b/python-setproctitle.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 26 13:01:57 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.3.5 + * Fix bouncing Dock icon on macOS (issue #143). + * Fix building on C23 compilers (issue #145). +- Add fdupes to BuildRequires +- Run %fdupes in %install section + ------------------------------------------------------------------- Wed Nov 20 16:57:28 UTC 2024 - Dirk Müller diff --git a/python-setproctitle.spec b/python-setproctitle.spec index 39863de..dd2b722 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -1,7 +1,7 @@ # # spec file for package python-setproctitle # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-setproctitle -Version: 1.3.4 +Version: 1.3.5 Release: 0 Summary: Python module to allow customization of the process title License: BSD-3-Clause @@ -28,6 +28,7 @@ BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: procps BuildRequires: python-rpm-macros %python_subpackages @@ -47,6 +48,7 @@ export CFLAGS="%{optflags}" %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} %check # This is incompatible with qemu emulation diff --git a/setproctitle-1.3.4.tar.gz b/setproctitle-1.3.4.tar.gz deleted file mode 100644 index 9803947..0000000 --- a/setproctitle-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b40d32a3e1f04e94231ed6dfee0da9e43b4f9c6b5450d53e6dd7754c34e0c50 -size 26456 diff --git a/setproctitle-1.3.5.tar.gz b/setproctitle-1.3.5.tar.gz new file mode 100644 index 0000000..e16e224 --- /dev/null +++ b/setproctitle-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e +size 26737