Changelog for
stgit-0.23-bp154.1.1.noarch.rpm :
* Tue Nov 10 2020 Dario Faggioli
- Move to latest version, 0.23
* `stg mail` was not working in v. 0.21, due to TLS issue. It does in 0.23
* while there, update the URL- Add patch stgbashprompt-noexec.patch
* so rpmlint won\'t complain about executable without \'#!\'
* Fri Jan 17 2020 Bernhard Wiedemann - Create .pyc files reproducibly (boo#1049186)
* Mon Jan 13 2020 tiwaiAATTsuse.de- Revive asciidoc; will be replaced or dropped later, depending on the general solution of asciidoc support on TW
* Mon Jan 13 2020 Tomáš Chvátal - Update to 0.21:
* Build reproducibility repairs (Thanks reproducible-builds.org team!)
* Faster handling of large patches (#44)
* Python can now be run with optimizations (python -O)
* stg log now prints trailing newline
* Improved command line option parsing for stg log
* Mon Jan 13 2020 Tomáš Chvátal - Switch to python3 to build- Disable documentation generating using asciidoc as that requires python2
* Thu Aug 08 2019 Mikhail Terekhov - updated to version 0.19 - - Python 3 support. StGit supports Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7. PyPy interpreters are also supported. - - Submodules are now ignored when checking if working tree is clean. Submodules are also not included by default when refreshing a patch. - - Config booleans are now parsed similarly to git-config. - - contrib/stgit.el is now licenced with GPLv2. - - Repair handling of emails with utf-8 bodies containing latin-1 characters. Also correctly decode email headers containing quoted encoded words. - - StGit\'s version is now correct/available the release archive. - - Add continuous integration (travis-ci) and code coverage (coveralls) support. - - Many new test cases were added.- updated to version 0.18 - - commit-msg hook support for easier integration with Gerrit, allowing a Change-Id line to be inserted in the commit message. - - stg mail improvements for Suggested-by: tag and auto generation of Cc for the cover letter based on all tags in the series. - - stg mail bash completion for the -to, -cc and -bcc options based on the content of the [mail \"alias\"] section of GIT configuration. - - stg edit -review option to add a Reviewed-by: tag. - - stg pop -spill functionality to allow popping a patch from the stack while keeping its modification in the tree. - - Various fixes and test coverage improvements. - - Project page details updated (gna.org has been shut down).
* Wed Mar 30 2016 mpluskalAATTsuse.com- Use url for source- Add gpg signature- Cleanup spec file with spec-cleaner
* Wed Oct 02 2013 david.bahiAATTemc.com- updated to version 0.17.1 - - Fix dirty index errors when resolving conflicts. - - Test suite improvements. - - Print tracebacks to stderr. - - Run test suite in parallel. - - Fix --authdate date parsing.- changes from version 0.16 to 0.17 - - Make refresh warn when the index is dirty - - Template updates to not hardcode whitespace - - Properly generate mbox formats when attaching patches - - Added new option to attach and inline patches when sending mail - - Various bugfixes and tiny improvements
* Tue Feb 28 2012 tiwaiAATTsuse.de- updated to version 0.16:
* Several improvements to the Emacs mode (stgit.el).
* UI adjustments to better match the Git commands.
* \"stg status\" is an alias for \"git status\".
* \"stg reset --hard\" behaves similarly to the corresponding git command and option.
* \"stg branch --cleanup\" option to remove the StGit metadata for a given branch.
* \"stg mail\" can use \"git send-email\" directly.
* Vim syntax highlighting for StGit commit messages.
* Many bug-fixes.
* Mon Aug 10 2009 tiwaiAATTsuse.de- fix build with older distros- build as noarch for Factory