Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package forgejo-longterm for 
openSUSE:Factory checked in at 2026-06-16 13:57:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/forgejo-longterm (Old)
 and      /work/SRC/openSUSE:Factory/.forgejo-longterm.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "forgejo-longterm"

Tue Jun 16 13:57:42 2026 rev:11 rq:1359668 version:15.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/forgejo-longterm/forgejo-longterm.changes        
2026-06-11 17:30:45.958897927 +0200
+++ 
/work/SRC/openSUSE:Factory/.forgejo-longterm.new.1981/forgejo-longterm.changes  
    2026-06-16 14:02:27.219760009 +0200
@@ -1,0 +2,13 @@
+Mon Jun 15 20:49:18 UTC 2026 - Richard Rahl <[email protected]>
+
+- Update to version 15.0.3:
+  + Changelog for versions:
+    - 15.0.3: 
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/15.0.3.md
+    - 15.0.2: 
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/15.0.2.md
+    - 15.0.1: 
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/15.0.1.md
+    - 15.0.0: 
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/15.0.0.md
+    - 14.0.0: 
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.0.md
+    - 13.0.0: 
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/13.0.0.md
+    - 12.0.0: 
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/12.0.0.md
+
+-------------------------------------------------------------------

Old:
----
  forgejo-src-11.0.15.tar.gz
  forgejo-src-11.0.15.tar.gz.asc

New:
----
  forgejo-src-15.0.3.tar.gz
  forgejo-src-15.0.3.tar.gz.asc

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

Other differences:
------------------
++++++ forgejo-longterm.spec ++++++
--- /var/tmp/diff_new_pack.HY4fXT/_old  2026-06-16 14:04:41.889370698 +0200
+++ /var/tmp/diff_new_pack.HY4fXT/_new  2026-06-16 14:04:41.889370698 +0200
@@ -25,7 +25,7 @@
 %bcond_without apparmor
 %endif
 Name:           forgejo-longterm
-Version:        11.0.15
+Version:        15.0.3
 Release:        0
 Summary:        Self-hostable forge
 License:        GPL-3.0-or-later

++++++ custom-app.ini.patch ++++++
--- /var/tmp/diff_new_pack.HY4fXT/_old  2026-06-16 14:04:41.973374193 +0200
+++ /var/tmp/diff_new_pack.HY4fXT/_new  2026-06-16 14:04:41.977374360 +0200
@@ -1,6 +1,5 @@
-diff -rub forgejo-src-10.0.0/custom/conf/app.example.ini 
forgejo-src-10.0.0-patched/custom/conf/app.example.ini
---- forgejo-src-10.0.0/custom/conf/app.example.ini     2025-01-16 
07:37:10.000000000 +0100
-+++ forgejo-src-10.0.0-patched/custom/conf/app.example.ini     2025-01-16 
14:05:03.035772154 +0100
+--- forgejo-src-15.0.1/custom/conf/app.example.ini     2026-04-29 
13:05:29.000000000 +0200
++++ forgejo-src-15.0.1-patched/custom/conf/app.example.ini     2026-05-02 
14:41:22.869317792 +0200
 @@ -51,7 +51,7 @@
  ;APP_DISPLAY_NAME_FORMAT = {APP_NAME}: {APP_SLOGAN}
  ;;
@@ -9,7 +8,7 @@
 +RUN_USER = ; forgejo
  ;;
  ;; Application run mode, affects performance and debugging: "dev" or "prod", 
default is "prod"
- ;; Mode "dev" makes Gitea easier to develop and debug, values other than 
"dev" are treated as "prod" which is for production use.
+ ;; Mode "dev" makes Forgejo easier to develop and debug, values other than 
"dev" are treated as "prod" which is for production use.
 @@ -284,15 +284,15 @@
  ;; $ openssl pkcs12 -in cert.pfx -out cert.pem -nokeys
  ;; $ openssl pkcs12 -in cert.pfx -out key.pem -nocerts -nodes
@@ -20,7 +19,7 @@
 +KEY_FILE = /etc/forgejo/https/key.pem
  ;;
  ;; Root directory containing templates and static files.
- ;; default is the path where Gitea is executed
+ ;; default is the path where Forgejo is executed
 -;STATIC_ROOT_PATH = ; Will default to the built-in value _`StaticRootPath`_
 +STATIC_ROOT_PATH = /usr/share/forgejo
  ;;
@@ -33,7 +32,7 @@
 @@ -303,7 +303,7 @@
  ;ENABLE_PPROF = false
  ;;
- ;; PPROF_DATA_PATH, use an absolute path when you start gitea as service
+ ;; PPROF_DATA_PATH, use an absolute path when you start Forgejo as service
 -;PPROF_DATA_PATH = data/tmp/pprof ; Path is relative to _`AppWorkPath`_
 +PPROF_DATA_PATH = /var/lib/forgejo/data/tmp/pprof
  ;;
@@ -47,8 +46,8 @@
 +;NAME = forgejo
  ;USER = root
  ;PASSWD = ;Use PASSWD = `your password` for quoting if you use special 
characters in the password.
- ;SSL_MODE = false ; either "false" (default), "true", or "skip-verify"
-@@ -382,7 +382,7 @@
+ ;; Alternative location to specify mysql password. You cannot specify both 
this and PASSWD, and must pick one
+@@ -384,7 +384,7 @@
  ;;
  ;DB_TYPE = postgres
  ;HOST = 127.0.0.1:5432 ; can use socket e.g. /var/run/postgresql/
@@ -56,8 +55,8 @@
 +;NAME = forgejo
  ;USER = root
  ;PASSWD =
- ;SCHEMA =
-@@ -573,14 +573,14 @@
+ ;; Alternative location to specify postgres password. You cannot specify both 
this and PASSWD, and must pick one
+@@ -577,14 +577,14 @@
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;; Root path for the log files - defaults to %(GITEA_WORK_DIR)/log
@@ -74,7 +73,7 @@
  ;;
  ;; Either "Trace", "Debug", "Info", "Warn", "Error" or "None", default is 
"Info"
  LEVEL = Info
-@@ -962,7 +962,7 @@
+@@ -959,7 +959,7 @@
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;; Root path for storing all repository data. By default, it is set to 
%(APP_DATA_PATH)s/gitea-repositories.
  ;; A relative path is interpreted as _`AppWorkPath`_/%(ROOT)s
@@ -83,16 +82,16 @@
  ;;
  ;; The script type this server supports. Usually this is `bash`, but some 
users report that only `sh` is available.
  ;SCRIPT_TYPE = bash
-@@ -1081,7 +1081,7 @@
+@@ -1085,7 +1085,7 @@
  ;ENABLED = true
  ;;
- ;; Path for uploads. Defaults to `data/tmp/uploads` (content gets deleted on 
gitea restart)
+ ;; Path for uploads. Defaults to `data/tmp/uploads` (content gets deleted on 
Forgejo restart)
 -;TEMP_PATH = data/tmp/uploads
 +TEMP_PATH = /var/lib/forgejo/data/tmp/uploads
  ;;
  ;; Comma-separated list of allowed file extensions (`.zip`), mime types 
(`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value 
or `*/*` allows all types.
  ;ALLOWED_TYPES =
-@@ -1460,7 +1460,7 @@
+@@ -1458,7 +1458,7 @@
  ;ISSUE_INDEXER_TYPE = bleve
  ;;
  ;; Issue indexer storage path, available when ISSUE_INDEXER_TYPE is bleve
@@ -101,7 +100,7 @@
  ;;
  ;; Issue indexer connection string, available when ISSUE_INDEXER_TYPE is 
elasticsearch (e.g. http://elastic:password@localhost:9200) or meilisearch 
(e.g. http://:apikey@localhost:7700)
  ;ISSUE_INDEXER_CONN_STR =
-@@ -1487,7 +1487,7 @@
+@@ -1485,7 +1485,7 @@
  ;REPO_INDEXER_TYPE = bleve
  ;;
  ;; Index file used for code search. available when `REPO_INDEXER_TYPE` is 
bleve
@@ -110,7 +109,7 @@
  ;;
  ;; Code indexer connection string, available when `REPO_INDEXER_TYPE` is 
elasticsearch. i.e. http://elastic:changeme@localhost:9200
  ;REPO_INDEXER_CONN_STR =
-@@ -1525,7 +1525,7 @@
+@@ -1523,7 +1523,7 @@
  ;TYPE = persistable-channel
  ;;
  ;; data-dir for storing persistable queues and level queues, individual 
queues will default to `queues/common` meaning the queue is shared.
@@ -119,7 +118,7 @@
  ;;
  ;; Default queue length before a channel queue will block
  ;LENGTH = 100000
-@@ -1872,7 +1872,7 @@
+@@ -1892,7 +1892,7 @@
  ;; file: session file path, e.g. `data/sessions`
  ;; redis: `redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` (or 
`redis+cluster://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` for a Redis 
cluster)
  ;; mysql: go-sql-driver/mysql dsn config string, e.g. 
`root:password@/session_table`
@@ -127,8 +126,8 @@
 +PROVIDER_CONFIG = /var/lib/forgejo/data/sessions
  ;;
  ;; Session cookie name
- ;COOKIE_NAME = i_like_gitea
-@@ -1959,7 +1959,7 @@
+ ;COOKIE_NAME = session
+@@ -1979,7 +1979,7 @@
  ;;
  ;; Path for attachments. Defaults to `attachments`. Only available when 
STORAGE_TYPE is `local`
  ;; Relative paths will be resolved to `${AppDataPath}/${attachment.PATH}`
@@ -137,7 +136,7 @@
  ;;
  ;; Minio endpoint to connect only available when STORAGE_TYPE is `minio`
  ;MINIO_ENDPOINT = localhost:9000
-@@ -1985,7 +1985,7 @@
+@@ -2005,7 +2005,7 @@
  ;MINIO_LOCATION = us-east-1
  ;;
  ;; Minio base path on the bucket only available when STORAGE_TYPE is `minio`
@@ -146,7 +145,7 @@
  ;;
  ;; Minio enabled ssl only available when STORAGE_TYPE is `minio`
  ;MINIO_USE_SSL = false
-@@ -2568,10 +2568,10 @@
+@@ -2598,10 +2598,10 @@
  ;;
  ;STORAGE_TYPE = local
  ;; override the minio base path if storage type is minio
@@ -159,7 +158,7 @@
  ;;
  ;; Maximum count of package versions a single owner can have (`-1` means no 
limits)
  ;LIMIT_TOTAL_OWNER_COUNT = -1
-@@ -2640,10 +2640,10 @@
+@@ -2670,10 +2670,10 @@
  ;STORAGE_TYPE = local
  ;;
  ;; Where your lfs files reside, default is data/lfs.
@@ -172,7 +171,7 @@
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-@@ -2663,10 +2663,10 @@
+@@ -2693,10 +2693,10 @@
  ;STORAGE_TYPE = local
  ;;
  ;; Where your lfs files reside, default is data/lfs.

++++++ forgejo-src-11.0.15.tar.gz -> forgejo-src-15.0.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/forgejo-longterm/forgejo-src-11.0.15.tar.gz 
/work/SRC/openSUSE:Factory/.forgejo-longterm.new.1981/forgejo-src-15.0.3.tar.gz 
differ: char 12, line 1


++++++ node_modules.obscpio ++++++
/work/SRC/openSUSE:Factory/forgejo-longterm/node_modules.obscpio 
/work/SRC/openSUSE:Factory/.forgejo-longterm.new.1981/node_modules.obscpio 
differ: char 4667, line 22

++++++ node_modules.spec.inc ++++++
++++ 2258 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/forgejo-longterm/node_modules.spec.inc
++++ and 
/work/SRC/openSUSE:Factory/.forgejo-longterm.new.1981/node_modules.spec.inc

++++++ package-lock.json ++++++
++++ 9716 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/forgejo-longterm/package-lock.json
++++ and /work/SRC/openSUSE:Factory/.forgejo-longterm.new.1981/package-lock.json

Reply via email to