Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-town for openSUSE:Factory checked in at 2026-05-12 19:27:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-town (Old) and /work/SRC/openSUSE:Factory/.git-town.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-town" Tue May 12 19:27:40 2026 rev:16 rq:1352590 version:23.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/git-town/git-town.changes 2026-05-07 15:46:57.784015551 +0200 +++ /work/SRC/openSUSE:Factory/.git-town.new.1966/git-town.changes 2026-05-12 19:29:21.413772844 +0200 @@ -1,0 +2,7 @@ +Tue May 12 04:55:31 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 23.0.1: + Re-releasing v23.0.0 that failed to propagate to all distribution + channels. + +------------------------------------------------------------------- Old: ---- git-town-23.0.0.obscpio New: ---- git-town-23.0.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-town.spec ++++++ --- /var/tmp/diff_new_pack.pa3goj/_old 2026-05-12 19:29:22.153803514 +0200 +++ /var/tmp/diff_new_pack.pa3goj/_new 2026-05-12 19:29:22.157803681 +0200 @@ -17,7 +17,7 @@ Name: git-town -Version: 23.0.0 +Version: 23.0.1 Release: 0 Summary: Git branches made easy License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.pa3goj/_old 2026-05-12 19:29:22.201805504 +0200 +++ /var/tmp/diff_new_pack.pa3goj/_new 2026-05-12 19:29:22.213806001 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/git-town/git-town.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">refs/tags/v23.0.0</param> + <param name="revision">refs/tags/v23.0.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.pa3goj/_old 2026-05-12 19:29:22.245807328 +0200 +++ /var/tmp/diff_new_pack.pa3goj/_new 2026-05-12 19:29:22.253807659 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/git-town/git-town.git</param> - <param name="changesrevision">8a93e34fce667260c4a344ade571b013cb8de06e</param></service></servicedata> + <param name="changesrevision">9c67d94e96ef584ba9cc450ecadd079879029916</param></service></servicedata> (No newline at EOF) ++++++ git-town-23.0.0.obscpio -> git-town-23.0.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/CHANGELOG.md new/git-town-23.0.1/CHANGELOG.md --- old/git-town-23.0.0/CHANGELOG.md 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/CHANGELOG.md 2026-05-12 02:29:37.000000000 +0200 @@ -1,5 +1,9 @@ # Git Town Changelog +## 23.0.1 (2026-05-11) + +Re-releasing v23.0.0 that partially failed to propagate to all distribution channels. + ## 23.0.0 (2026-05-06) #### BREAKING CHANGES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/Makefile new/git-town-23.0.1/Makefile --- old/git-town-23.0.0/Makefile 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/Makefile 2026-05-12 02:29:37.000000000 +0200 @@ -2,7 +2,7 @@ # internal data and state .DEFAULT_GOAL := help -RELEASE_VERSION := "23.0.0" +RELEASE_VERSION := "23.0.1" GO_TEST_ARGS = LANG=C GOGC=off RTA = tools/rta@$(RTA_VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/docs/RELEASE.md new/git-town-23.0.1/docs/RELEASE.md --- old/git-town-23.0.0/docs/RELEASE.md 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/docs/RELEASE.md 2026-05-12 02:29:37.000000000 +0200 @@ -12,7 +12,7 @@ the README file - verify that the website content reflects all the changes made - search-and-replace the old version with the new version - - triple-digits: `23.0.0` + - triple-digits: `23.0.1` - double-digits: `23.0` - its best to do this manually so that you don't change unrelated version numbers in CHANGELOG.md, lockfiles, and data files @@ -21,7 +21,7 @@ - update `github.com/git-town/git-town/v23` (without trailing slash) - update the changelog with links to the website - ship the branch -- `git sync --all && git checkout main && git tag v23.0.0 && git push --tags` +- `git sync --all && git checkout main && git tag v23.0.1 && git push --tags` - wait for CI to finish the release: <https://github.com/git-town/git-town/actions> - edit the new unpublished release: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/features/version/version.feature new/git-town-23.0.1/features/version/version.feature --- old/git-town-23.0.0/features/version/version.feature 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/features/version/version.feature 2026-05-12 02:29:37.000000000 +0200 @@ -6,5 +6,5 @@ When I run "git-town --version" Then Git Town prints: """ - Git Town 23.0.0 + Git Town 23.0.1 """ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/internal/config/version.go new/git-town-23.0.1/internal/config/version.go --- old/git-town-23.0.0/internal/config/version.go 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/internal/config/version.go 2026-05-12 02:29:37.000000000 +0200 @@ -1,4 +1,4 @@ package config // GitTownVersion provides the current Git Town version. -const GitTownVersion = "23.0.0" +const GitTownVersion = "23.0.1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/tools/generate_json_schema/go.mod new/git-town-23.0.1/tools/generate_json_schema/go.mod --- old/git-town-23.0.0/tools/generate_json_schema/go.mod 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/tools/generate_json_schema/go.mod 2026-05-12 02:29:37.000000000 +0200 @@ -3,7 +3,7 @@ go 1.26.1 require ( - github.com/git-town/git-town/v23 v23.0.0 + github.com/git-town/git-town/v23 v23.0.1 github.com/invopop/jsonschema v0.13.0 github.com/shoenig/test v1.12.2 ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/vendor/modules.txt new/git-town-23.0.1/vendor/modules.txt --- old/git-town-23.0.0/vendor/modules.txt 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/vendor/modules.txt 2026-05-12 02:29:37.000000000 +0200 @@ -97,7 +97,7 @@ # github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f ## explicit; go 1.16 github.com/erikgeiser/coninput -# github.com/git-town/git-town/v23 v23.0.0 => . +# github.com/git-town/git-town/v23 v23.0.1 => . ## explicit; go 1.26.1 # github.com/go-fed/httpsig v1.1.0 ## explicit; go 1.13 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-town-23.0.0/website/src/install.sh new/git-town-23.0.1/website/src/install.sh --- old/git-town-23.0.0/website/src/install.sh 2026-05-07 02:06:46.000000000 +0200 +++ new/git-town-23.0.1/website/src/install.sh 2026-05-12 02:29:37.000000000 +0200 @@ -3,7 +3,7 @@ # This script installs the Git Town executable in the user's HOME directory. -VERSION=23.0.0 # the version of Git Town to install +VERSION=23.0.1 # the version of Git Town to install DEST=$HOME/.local/bin # the folder into which to install the Git Town executable TMP_DIR=.git-town-download # temporary folder to use ++++++ git-town.obsinfo ++++++ --- /var/tmp/diff_new_pack.pa3goj/_old 2026-05-12 19:29:27.126009586 +0200 +++ /var/tmp/diff_new_pack.pa3goj/_new 2026-05-12 19:29:27.134009917 +0200 @@ -1,5 +1,5 @@ name: git-town -version: 23.0.0 -mtime: 1778112406 -commit: 8a93e34fce667260c4a344ade571b013cb8de06e +version: 23.0.1 +mtime: 1778545777 +commit: 9c67d94e96ef584ba9cc450ecadd079879029916
