-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [tito] release [0.6.14-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.13-1 ./ | ||
0.6.14-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.13 | ||
Version: 0.6.14 | ||
Release: 1%{?dist} | ||
Summary: A tool for managing rpm based git projects | ||
|
||
|
@@ -118,6 +118,20 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple | |
|
||
|
||
%changelog | ||
* Mon May 04 2020 Jakub Kadlcik <[email protected]> 0.6.14-1 | ||
- Fix #367 - copy_extra_sources for alternative builders ([email protected]) | ||
- Fix #243 - Add a list of projects using tito ([email protected]) | ||
- Fix #364 - Make yes or no input less aggressive ([email protected]) | ||
- Fix #358 - Move bugzilla code to a separate file ([email protected]) | ||
- Fix #158 - Separate .tito directory creation from tito.props file creation ([email protected]) | ||
- Fix #338 - Use os.makedirs instead of running mkdir -p command ([email protected]) | ||
- Fix #331 - Do not specify file digest algorithms ([email protected]) | ||
- #305 - Add a possibility to have full datetime entries in changelog ([email protected]) | ||
- #252 - Use template to generate file with __version__ ([email protected]) | ||
- #187 - Implement --version parameter ([email protected]) | ||
- mention the #tito irc channel in the readme ([email protected]) | ||
- Describe how to release tito ([email protected]) | ||
- Move tito under rpm-software-management namespace ([email protected]) | ||
* Sun Mar 29 2020 Jakub Kadlcik <[email protected]> 0.6.13-1 | ||
- Add _copy_extra_sources() method to BuilderBase class. | ||
([email protected]) | ||
|