mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Automatic commit of package [tito] release [0.4.14-1].
This commit is contained in:
parent
81974cf5e9
commit
408b5cf051
3 changed files with 7 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
0.4.13-1 ./
|
0.4.14-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.4.13',
|
version='0.4.14',
|
||||||
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.4.13
|
Version: 0.4.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
Summary: A tool for managing rpm based git projects
|
||||||
|
|
||||||
|
@ -79,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 08 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.14-1
|
||||||
|
- resolve tito build failure on git 1.7.3.5 or older (jumanjiman@gmail.com)
|
||||||
|
- Add more debugging facilities (jumanjiman@gmail.com)
|
||||||
|
|
||||||
* Thu Jun 13 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.13-1
|
* Thu Jun 13 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.13-1
|
||||||
- allow multiline blacklist/whitelist (lzap+git@redhat.com)
|
- allow multiline blacklist/whitelist (lzap+git@redhat.com)
|
||||||
- warn when no %%changelog section is present (msuchy@redhat.com)
|
- warn when no %%changelog section is present (msuchy@redhat.com)
|
||||||
|
|
Loading…
Add table
Reference in a new issue