Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gerbera for openSUSE:Factory checked in at 2026-03-23 17:14:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gerbera (Old) and /work/SRC/openSUSE:Factory/.gerbera.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gerbera" Mon Mar 23 17:14:43 2026 rev:29 rq:1341972 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gerbera/gerbera.changes 2026-03-18 16:51:44.876148989 +0100 +++ /work/SRC/openSUSE:Factory/.gerbera.new.8177/gerbera.changes 2026-03-23 17:16:48.794271155 +0100 @@ -1,0 +2,20 @@ +Sun Mar 22 06:06:35 UTC 2026 - ecsos <[email protected]> 3.2.1 + +- Update to 3.2.1 + * Features + - Run cmake-format (#3829) + - Add autolabeler (#3824) + * Bug Fixes + - Fix init with disabled ffmpegthumbnailer (#3834) + - Fix SQL Migration Statement (#3823) + * Dependencies + - Update to jsoncpp 1.9.7 (#3830) + - Bump flatted from 3.4.1 to 3.4.2 in /gerbera-web (#3831) + - Run cmake-format (#3829) + - Update/autolabeler (#3828) + - Update to pupnp 1.18.3 (#3826) + - Add Autolabeler (#3827) + - Add Autolabeler (#3825) + - Bump ReleaseDrafter from 6 to 7 (#3821) + +------------------------------------------------------------------- Old: ---- gerbera-3.2.0.tar.gz New: ---- gerbera-3.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gerbera.spec ++++++ --- /var/tmp/diff_new_pack.t6f7Pc/_old 2026-03-23 17:16:49.594304428 +0100 +++ /var/tmp/diff_new_pack.t6f7Pc/_new 2026-03-23 17:16:49.598304595 +0100 @@ -20,7 +20,7 @@ %global force_gcc_version 12 %endif Name: gerbera -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: UPnP Media Server License: GPL-2.0-only ++++++ gerbera-3.2.0.tar.gz -> gerbera-3.2.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/gerbera/gerbera-3.2.0.tar.gz /work/SRC/openSUSE:Factory/.gerbera.new.8177/gerbera-3.2.1.tar.gz differ: char 12, line 1 ++++++ gerbera-cmake-pie.patch ++++++ --- /var/tmp/diff_new_pack.t6f7Pc/_old 2026-03-23 17:16:49.726309918 +0100 +++ /var/tmp/diff_new_pack.t6f7Pc/_new 2026-03-23 17:16:49.730310085 +0100 @@ -1,7 +1,8 @@ -diff -purN gerbera-2.6.1.orig/CMakeLists.txt gerbera-2.6.1/CMakeLists.txt ---- gerbera-2.6.1.orig/CMakeLists.txt 2025-08-15 15:41:10.000000000 +0200 -+++ gerbera-2.6.1/CMakeLists.txt 2025-11-02 17:45:39.166202203 +0100 -@@ -47,6 +47,10 @@ set(CMAKE_INSTALL_BINDIR bin) +Index: gerbera-3.2.1/CMakeLists.txt +=================================================================== +--- gerbera-3.2.1.orig/CMakeLists.txt ++++ gerbera-3.2.1/CMakeLists.txt +@@ -50,6 +50,10 @@ set(CMAKE_INSTALL_BINDIR bin) set(CMAKE_INSTALL_DATADIR share/gerbera) set(CMAKE_INSTALL_MANDIR share/man/man1) @@ -9,7 +10,7 @@ +set(CMAKE_POSITION_INDEPENDENT_CODE ON) +set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pie") + + # cmake-format: off option(WITH_NPUPNP "Use npupnp instead of libupnp" OFF) option(WITH_MAGIC "Use libmagic to identify file mime types" ON) - option(WITH_MYSQL "Store media information in MySQL DB" OFF)
