From 7498e49920d88bf674a83dce6dd689010b8cdf93 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 6 Jan 2025 10:02:40 +0100 Subject: [PATCH] update to 0.34.2 [release 0.34.2-1mamba;Sat Jan 04 2025] --- python-dbusmock.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/python-dbusmock.spec b/python-dbusmock.spec index 2766ced..b07edd0 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -1,5 +1,5 @@ Name: python-dbusmock -Version: 0.33.0 +Version: 0.34.2 Release: 1mamba Summary: Create mock objects on D-Bus Group: System/Libraries @@ -7,13 +7,12 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.org/project/python-dbusmock/ -Source: https://pypi.debian.net/python-dbusmock/python-dbusmock-%{version}.tar.gz +Source: https://pypi.debian.net/python-dbusmock/python_dbusmock-%{version}.tar.gz License: LGPL +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END -BuildRequires: python3-devel >= 3.11.5-3mamba -Requires: python >= %python_version %description %{summary}. @@ -23,7 +22,7 @@ Requires: python >= %python_version %endif %prep -%setup -q +%setup -q -n python_dbusmock-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -41,14 +40,12 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so %doc COPYING -## note: add extra documentation (if any) -# %doc NEWS README.rst %changelog +* Sat Jan 04 2025 Silvan Calarco 0.34.2-1mamba +- update to 0.34.2 + * Sat Dec 14 2024 Automatic Build System 0.33.0-1mamba - automatic version update by autodist