mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
Automatic commit of package [tito] release [0.6.4-1].
This commit is contained in:
parent
d9175729fa
commit
cc8a2a4920
3 changed files with 12 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
0.6.3-1 ./
|
0.6.4-1 ./
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tito",
|
name="tito",
|
||||||
version='0.6.3',
|
version='0.6.4',
|
||||||
description='A tool for managing rpm based git projects.',
|
description='A tool for managing rpm based git projects.',
|
||||||
author='Devan Goodwin',
|
author='Devan Goodwin',
|
||||||
author_email='dgoodwin@rm-rf.ca',
|
author_email='dgoodwin@rm-rf.ca',
|
||||||
|
|
11
tito.spec
11
tito.spec
|
@ -17,7 +17,7 @@
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{pythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{pythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: tito
|
Name: tito
|
||||||
Version: 0.6.3
|
Version: 0.6.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
Summary: A tool for managing rpm based git projects
|
||||||
|
|
||||||
|
@ -126,6 +126,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 26 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.4-1
|
||||||
|
- Tagging with --use-version did not work with Mead projects.
|
||||||
|
(awood@redhat.com)
|
||||||
|
- Check if self.old_cwd is defined before calling it in GitAnnex
|
||||||
|
(ericdhelms@gmail.com)
|
||||||
|
- Ensure GitAnnexBuilder cleanup returns to proper directory
|
||||||
|
(ericdhelms@gmail.com)
|
||||||
|
- Return only .spec basename; Fix dgoodwin/tito#196 (frostyx@email.cz)
|
||||||
|
|
||||||
* Fri Jan 08 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.3-1
|
* Fri Jan 08 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.3-1
|
||||||
- Added ability to pass extra copr-cli build options to the copr releaser.
|
- Added ability to pass extra copr-cli build options to the copr releaser.
|
||||||
(twiest@redhat.com)
|
(twiest@redhat.com)
|
||||||
|
|
Loading…
Add table
Reference in a new issue