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.5.5-1].
This commit is contained in:
parent
8be80a288e
commit
71c857add4
3 changed files with 9 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
0.5.4-1 ./
|
0.5.5-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.5.4',
|
version='0.5.5',
|
||||||
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',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: tito
|
Name: tito
|
||||||
Version: 0.5.4
|
Version: 0.5.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
Summary: A tool for managing rpm based git projects
|
||||||
|
|
||||||
|
@ -77,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 16 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 0.5.5-1
|
||||||
|
- Merge pull request #130 from domcleal/git-annex-cleanup (dgoodwin@rm-rf.ca)
|
||||||
|
- Fix a test issue. (dgoodwin@redhat.com)
|
||||||
|
- Fix bugs in git-annex cleanup method (dcleal@redhat.com)
|
||||||
|
- Remove excess whitespace on EL6 and duplicate SRPM output (dcleal@redhat.com)
|
||||||
|
|
||||||
* Mon May 12 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 0.5.4-1
|
* Mon May 12 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 0.5.4-1
|
||||||
- make version comparison compat with python2 and python3
|
- make version comparison compat with python2 and python3
|
||||||
(jumanjiman@gmail.com)
|
(jumanjiman@gmail.com)
|
||||||
|
|
Loading…
Add table
Reference in a new issue