Skip to content

Commit

Permalink
Automatic commit of package [tito] release [0.6.25-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=0.6.25
  • Loading branch information
FrostyX committed Jan 28, 2024
1 parent c578f53 commit 38a3d7d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/tito
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.24-1 ./
0.6.25-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="tito",
version='0.6.24',
version='0.6.25',
description='A tool for managing rpm based git projects.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/tito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
Infrastructure for building Spacewalk and Satellite packages from git tags.
"""

__version__ = '0.6.24'
__version__ = '0.6.25'
13 changes: 12 additions & 1 deletion tito.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%endif

Name: tito
Version: 0.6.24.post1
Version: 0.6.25
Release: 1%{?dist}
Summary: A tool for managing rpm based git projects

Expand Down Expand Up @@ -119,6 +119,17 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple


%changelog
* Sun Jan 28 2024 Jakub Kadlcik <[email protected]>
- Use rpm.ds instead of deprecated hdr.dsFromHeader ([email protected])
- Support branch aliases in releasers ([email protected])
- Document how to automate bodhi updates ([email protected])
- Use raw strings for regex patterns ([email protected])
- Allow tito build without .tito directory ([email protected])
- Unify README and index.md ([email protected])
- Fix PEP8 issues found by runtests.py ([email protected])
- Replace egrep with grep -E ([email protected])
- Don't use --cacheonly on DNF5 ([email protected])

* Sat Jul 08 2023 Jakub Kadlcik <[email protected]> 0.6.24-1
- Will now copy both source files and patch files declared in the spec
- Fix UpstreamBuilder deprecation warning (#461) ([email protected])
Expand Down

0 comments on commit 38a3d7d

Please sign in to comment.