diff --git a/.tito/packages/tito b/.tito/packages/tito index adf3394b..72de928f 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.14-1 ./ +0.6.15-1 ./ diff --git a/setup.py b/setup.py index 3d00052f..f7c38ed0 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="tito", - version='0.6.14', + version='0.6.15', description='A tool for managing rpm based git projects.', author='rpm-software-management', url='https://github.com/rpm-software-management/tito', diff --git a/src/tito/__init__.py b/src/tito/__init__.py index 1e068529..1ca205df 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.14' +__version__ = '0.6.15' diff --git a/tito.spec b/tito.spec index 39f02846..2a729b4f 100644 --- a/tito.spec +++ b/tito.spec @@ -16,7 +16,7 @@ %{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tito -Version: 0.6.14 +Version: 0.6.15 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -118,6 +118,12 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Fri Jul 10 2020 Jakub Kadlcik 0.6.15-1 +- FedoraGitReleaser: upload extra sources to lookaside cache + (praiskup@redhat.com) +- When extra source file exist, then do not copy it + (jhnidek@redhat.com) + * Mon May 04 2020 Jakub Kadlcik 0.6.14-1 - Fix #367 - copy_extra_sources for alternative builders (frostyx@email.cz) - Fix #243 - Add a list of projects using tito (frostyx@email.cz)