Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gitea-tea for openSUSE:Leap:16.0 
checked in at 2025-06-23 23:22:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/gitea-tea (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.gitea-tea.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitea-tea"

Mon Jun 23 23:22:31 2025 rev:2 rq:1287416 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/gitea-tea/gitea-tea.changes    2025-03-19 
11:44:53.469118690 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.gitea-tea.new.7067/gitea-tea.changes  
2025-06-23 23:22:36.170057544 +0200
@@ -1,0 +2,56 @@
+Tue Jun 17 10:50:31 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- update to 0.10.1:
+  * 8212d5f Update release ci (#768)
+  * d536242 chore(deps): update crazy-max/ghaction-import-gpg action
+    to v6 (#736)
+  * ffff540 fix(deps): update module github.com/urfave/cli/v3 to
+    v3.3.8 (#766)
+
+-------------------------------------------------------------------
+Tue Jun 10 18:06:49 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- update to 0.10.0:
+  * fix: support SSH remotes with non-standard ports
+  * minor helper fixes
+  * Bump Table Dep
+  * Login via oauth2 flow
+  * Feat: interactive issue edit command
+  * Use flakes vs devbox
+  * Fix helper panic
+  * Add --note-file flag to read release notes from a file
+  * Fix/Login Edit Use Editor Env
+  * Gitea Actions support
+  * Expose --labels option
+  * Add git helper
+  * Support auto detecting branch for PRs
+  * context: move human readable note to stderr
+  * Add repos rm/delete command
+  * Release Asset Management
+  * tea branches list/protect/unprotect
+  * Add OTP and scopes to login
+  * Initial CLI docs
+  * Fix for go tools called from make
+  * fix interactive login add
+  * issues list can show filtered by owner/org instead of repo too
+  * fix: non-standard ssh port URL's repo can't be recognized
+  * updated dependencies
+- remove newer-dependencies.patch, as upstream updated them
+
+-------------------------------------------------------------------
+Thu Apr 24 16:47:19 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- update newer-dependencies.patch, fixing bsc#1241819
+
+-------------------------------------------------------------------
+Wed Mar 12 13:03:30 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- update newer-dependencies.patch, fixes bsc#1235367 bsc#1239493 bsc#1234598
+
+-------------------------------------------------------------------
+Tue Feb 25 13:51:13 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- adding newer-dependencies.patch, for updating dependencies,
+  fixing bsc#1234598
+
+-------------------------------------------------------------------

Old:
----
  gitea-tea-0.9.2.tar.gz

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

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

Other differences:
------------------
++++++ gitea-tea.spec ++++++
--- /var/tmp/diff_new_pack.Q5kTxB/_old  2025-06-23 23:22:36.790083350 +0200
+++ /var/tmp/diff_new_pack.Q5kTxB/_new  2025-06-23 23:22:36.790083350 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gitea-tea
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           gitea-tea
-Version:        0.9.2
+Version:        0.10.1
 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
-BuildRequires:  golang-packaging
+BuildRequires:  golang(API) >= 1.24
 Conflicts:      tea
 
 %description
@@ -66,15 +66,19 @@
 %autosetup -a1
 
 %build
-%ifnarch x86_64 aarch64
-CGO_ENABLED=1
-%endif
 go build \
    -o tea \
    -mod=vendor \
    -buildmode=pie \
    -ldflags "-X main.Version=%{version}"
 
+# building docs
+go build \
+   -o docs/CLI.md \
+   -mod=vendor \
+   -buildmode=pie \
+   -ldflags "-X main.Version=%{version}"
+
 %install
 install -v -m 0755 -D -t %{buildroot}%{_bindir} tea
 
@@ -86,7 +90,7 @@
 
 %files
 %license LICENSE
-%doc CHANGELOG.md CONTRIBUTING.md README.md
+%doc CHANGELOG.md docs/CLI.md CONTRIBUTING.md README.md
 %{_bindir}/tea
 
 %files bash-completion

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Q5kTxB/_old  2025-06-23 23:22:36.826084848 +0200
+++ /var/tmp/diff_new_pack.Q5kTxB/_new  2025-06-23 23:22:36.834085181 +0200
@@ -3,7 +3,7 @@
   <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.9.2</param>
+    <param name="revision">refs/tags/v0.10.1</param>
     <param name="filename">gitea-tea</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ gitea-tea-0.9.2.tar.gz -> gitea-tea-0.10.1.tar.gz ++++++
++++ 11520 lines of diff (skipped)

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

Reply via email to