diff --git a/.tito/packages/rpmconf b/.tito/packages/rpmconf index 43c1772..0c7fcf5 100644 --- a/.tito/packages/rpmconf +++ b/.tito/packages/rpmconf @@ -1 +1 @@ -1.1.9-1 ./ +1.1.10-1 ./ diff --git a/rpmconf.spec b/rpmconf.spec index e537b7f..143574a 100644 --- a/rpmconf.spec +++ b/rpmconf.spec @@ -6,7 +6,7 @@ Name: rpmconf Summary: Tool to handle rpmnew and rpmsave files License: GPL-3.0-only -Version: 1.1.9 +Version: 1.1.10 Release: 1%{?dist} URL: https://github.com/xsuchy/rpmconf # source is created by: @@ -122,6 +122,10 @@ pylint-3 rpmconf bin/rpmconf || : %dir %{_datadir}/rpmconf %changelog +* Fri Jul 07 2023 Miroslav Suchý 1.1.10-1 +- Use rpm.files instead of rpm.fi +- Add upper version bound for setInterruptSafety() + * Thu May 04 2023 Miroslav Suchý 1.1.9-1 - Add BuildRequire on setuptools to fix distutils error on Python 3.12 - when package config does not exists use /dev/null instead diff --git a/setup.py b/setup.py index e68e4a3..2a051f0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name = "rpmconf", packages = ["rpmconf"], - version = "1.1.9", + version = "1.1.10", description = "Handle rpmnew and rpmsave files", author = "Igor Gnatenko", author_email = "i.gnatenko.brain@gmail.com",