diff --git a/.tito/packages/tito b/.tito/packages/tito index f3ea1483..345df058 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.23-1 ./ +0.6.24-1 ./ diff --git a/setup.py b/setup.py index 584ea85e..3e74125a 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="tito", - version='0.6.23', + version='0.6.24', description='A tool for managing rpm based git projects.', long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/tito/__init__.py b/src/tito/__init__.py index ebeae028..707f5b80 100644 --- a/src/tito/__init__.py +++ b/src/tito/__init__.py @@ -19,4 +19,4 @@ Infrastructure for building Spacewalk and Satellite packages from git tags. """ -__version__ = '0.6.23' +__version__ = '0.6.24' diff --git a/tito.spec b/tito.spec index 14287f6c..fc8f97ed 100644 --- a/tito.spec +++ b/tito.spec @@ -16,7 +16,7 @@ %endif Name: tito -Version: 0.6.23 +Version: 0.6.24 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -118,6 +118,11 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Sat Jul 08 2023 Jakub Kadlcik 0.6.24-1 +- Will now copy both source files and patch files declared in the spec +- Fix UpstreamBuilder deprecation warning (#461) (frostyx@email.cz) +- Fix the setup.py license according to tito.spec (#433) (frostyx@email.cz) + * Tue Jun 13 2023 Jakub Kadlcik 0.6.23-1 - Replace `submodule--helper list` with `git config --get-regexp` - do not overwrite packit.yaml and its variants (msuchy@redhat.com)