From fbef7d7f0287f0f02d0ac783c823c906a3f82b39 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Fri, 20 Dec 2019 17:19:06 +0100 Subject: [PATCH] Automatic commit of package [tito] release [0.6.12-1]. Created by command: /usr/bin/tito tag --- .tito/packages/tito | 2 +- setup.py | 2 +- tito.spec | 24 +++++++++++++++++++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.tito/packages/tito b/.tito/packages/tito index c5b75cc..4a59213 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.11-1 ./ +0.6.12-1 ./ diff --git a/setup.py b/setup.py index 49f2a07..b63cad4 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools import setup, find_packages setup( name="tito", - version='0.6.11', + version='0.6.12', description='A tool for managing rpm based git projects.', author='Devan Goodwin', author_email='dgoodwin@rm-rf.ca', diff --git a/tito.spec b/tito.spec index 625be75..e2a76ae 100644 --- a/tito.spec +++ b/tito.spec @@ -17,7 +17,7 @@ %{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tito -Version: 0.6.11 +Version: 0.6.12 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -119,6 +119,28 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Fri Dec 20 2019 Jakub Kadlcik 0.6.12-1 +- Remove obsolete Group tag (ignatenkobrain@fedoraproject.org) +- Update URL and Source locations (awilliam@redhat.com) +- Fix cheetah binary dependency (awilliam@redhat.com) +- Correct and make less confusing the conditional Python macros (awilliam@redhat.com) +- python-devel → python2-devel (ignatenkobrain@fedoraproject.org) +- %%{python_sitelib} → %%{python2_sitelib} (ignatenkobrain@fedoraproject.org) +- Remove %%clean section (ignatenkobrain@fedoraproject.org) +- Use python3 on EPEL8 (frostyx@email.cz) +- Do not require obsoleted fedora-cert (msuchy@redhat.com) +- Fix tito build --test --rpm -i Traceback on Fedora 31 (sisi.chlupova@gmail.com) +- Enable GnuPG signed tags (bcl@redhat.com) +- Fix #335 handle source tarballs with UTF8 characters in the name (awood@redhat.com) +- Remove deprecated BuildRoot macros from spec (awood@redhat.com) +- Releaser: Ensure rpmlintrc files are copied when releasing (ngompa13@gmail.com) +- Releaser: Ensure SUSE-style changes file is copied when releasing (ngompa13@gmail.com) +- Tagger: Add SUSETagger to support SUSE-style detached changelogs (ngompa13@gmail.com) +- Add support for building with Git LFS. (ntillman@barracuda.com) +- use built-in shutil.copy2 instead of cp command (mtinberg@wisc.edu) +- Avoid double builds with mock (tdockendorf@osc.edu) +- Fix rsync failures in dockerized tests, update for F27. (dgoodwin@redhat.com) + * Thu Dec 07 2017 Devan Goodwin 0.6.11-1 - Fixing remote_git_name (adammhaile@gmail.com) - Fix links in README.md file (mzalewsk@redhat.com)