Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gitea-tea for openSUSE:Factory 
checked in at 2026-07-15 22:20:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitea-tea (Old)
 and      /work/SRC/openSUSE:Factory/.gitea-tea.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitea-tea"

Wed Jul 15 22:20:26 2026 rev:22 rq:1366011 version:0.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gitea-tea/gitea-tea.changes      2026-05-31 
18:30:22.529238208 +0200
+++ /work/SRC/openSUSE:Factory/.gitea-tea.new.1991/gitea-tea.changes    
2026-07-15 22:20:30.057223699 +0200
@@ -1,0 +2,19 @@
+Wed Jul 15 16:56:42 UTC 2026 - Richard Rahl <[email protected]>
+
+- Update to version 0.14.2:
+  + fix(labels): add org label for ls and pr
+  + fix(oauth): pass resolved redirect_uri to token exchange
+  + feat(pulls): show PR URL in detail view
+  + feat(comments): add list/edit/delete subcommands to tea comment
+  + feat(pulls): add --draft to create and --draft/--ready to edit
+  + fix(pulls): restore standard fork-flow PR creation
+  + fix(comment): don't block on stdin when body is given positionally
+  + docs(login): make the git credential helper discoverable
+  + fix(print): distinguish draft PRs from conflicting PRs
+  + feat: add wiki CLI commands
+  + fix(context): improve local repo detection logic and test
+- Remove Use-git-command-instead-of-go-git-1005.patch, as Upstream
+  included it
+- Fix version which is shown with `tea --version`
+
+-------------------------------------------------------------------

Old:
----
  Use-git-command-instead-of-go-git-1005.patch
  gitea-tea-0.14.1.tar.gz

New:
----
  gitea-tea-0.14.2.tar.gz

----------(Old B)----------
  Old:  + fix(context): improve local repo detection logic and test
- Remove Use-git-command-instead-of-go-git-1005.patch, as Upstream
  included it
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gitea-tea.spec ++++++
--- /var/tmp/diff_new_pack.orwShJ/_old  2026-07-15 22:20:31.237263736 +0200
+++ /var/tmp/diff_new_pack.orwShJ/_new  2026-07-15 22:20:31.249264144 +0200
@@ -16,15 +16,16 @@
 #
 
 
+# run go list -f '{{.Version}}' -m gitea.dev/sdk inside the git repo
+%define         sdkversion 1.1.0
 Name:           gitea-tea
-Version:        0.14.1
+Version:        0.14.2
 Release:        0
 Summary:        A command line tool to interact with Gitea servers
 License:        MIT
 URL:            https://gitea.com/gitea/tea
 Source0:        %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-Patch1:         Use-git-command-instead-of-go-git-1005.patch
 # 16.0 fails with go.mod requires go >= 1.26.0 (running go 1.26rc3; 
GOTOOLCHAIN=local)
 BuildRequires:  go1.26 >= 1.26.0
 Conflicts:      tea
@@ -70,7 +71,7 @@
    -o tea \
    -mod=vendor \
    -buildmode=pie \
-   -ldflags "-X main.Version=%{version}"
+   -ldflags "-X gitea.dev/tea/modules/version.Version=%{version} -X 
gitea.dev/tea/modules/version.Tags=%{version} -X 
gitea.dev/tea/modules/version.SDK=%{sdkversion}"
 
 # building docs
 go run \
@@ -78,7 +79,7 @@
    -o docs/CLI.md \
    -mod=vendor \
    -buildmode=pie \
-   -ldflags "-X main.Version=%{version}"
+   -ldflags "-X gitea.dev/tea/modules/version.Version=%{version} -X 
gitea.dev/tea/modules/version.Tags=%{version} -X 
gitea.dev/tea/modules/version.SDK=%{sdkversion}"
 
 %install
 install -v -m 0755 -D -t %{buildroot}%{_bindir} tea

++++++ _service ++++++
--- /var/tmp/diff_new_pack.orwShJ/_old  2026-07-15 22:20:31.305266044 +0200
+++ /var/tmp/diff_new_pack.orwShJ/_new  2026-07-15 22:20:31.317266451 +0200
@@ -1,9 +1,9 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="utf-8" ?>
 <services>
   <service name="tar_scm" mode="manual">
     <param name="url">https://gitea.com/gitea/tea.git</param>
     <param name="scm">git</param>
-    <param name="revision">refs/tags/v0.14.1</param>
+    <param name="revision">refs/tags/v0.14.2</param>
     <param name="filename">gitea-tea</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v(.*)\+0</param>

++++++ gitea-tea-0.14.1.tar.gz -> gitea-tea-0.14.2.tar.gz ++++++
++++ 12460 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 42183 lines of diff (skipped)

Reply via email to