Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gerbera for openSUSE:Factory checked in at 2021-08-05 20:48:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gerbera (Old) and /work/SRC/openSUSE:Factory/.gerbera.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gerbera" Thu Aug 5 20:48:03 2021 rev:2 rq:910244 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gerbera/gerbera.changes 2021-07-07 18:31:31.766496688 +0200 +++ /work/SRC/openSUSE:Factory/.gerbera.new.1899/gerbera.changes 2021-08-05 20:48:33.111901818 +0200 @@ -1,0 +2,23 @@ +Thu Aug 5 05:35:30 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 1.9.0: + * New or Improved features: + + Many more things have been added to configuration (order of + resources for album art, DLNA profiles, upnp properties). + Please consult https://docs.gerbera.io/en/stable/config-overview.html + for the exact usage + + Gerbera now can display dynamic containers, i.e. its contents + are calculated as you click. This may show you recently add + or changed media + + Gerbera now supports client specific transcoding, i.e. video + is only transcode for your older devices, newer can stream it + as it is + + The compatibility with Samsung TV sets was increase again + + Minor media and upnp additions in search allow you to make + the most out of your files + * Refactoring of Code in Database Layer: this means that after + the upgrade to 1.9.0 it's not possible to downgrade + * Lots of small bug fixed + (https://github.com/gerbera/gerbera/releases/tag/v1.9.0) + +------------------------------------------------------------------- Old: ---- gerbera-1.8.2.tar.gz New: ---- gerbera-1.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gerbera.spec ++++++ --- /var/tmp/diff_new_pack.3ONjfH/_old 2021-08-05 20:48:33.755901095 +0200 +++ /var/tmp/diff_new_pack.3ONjfH/_new 2021-08-05 20:48:33.759901090 +0200 @@ -17,7 +17,7 @@ Name: gerbera -Version: 1.8.2 +Version: 1.9.0 Release: 0 Summary: UPnP Media Server License: GPL-2.0-only @@ -26,7 +26,7 @@ Source0: https://github.com/gerbera/gerbera/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source3: gerbera.tmpfile.in Source4: gerbera.sysusers.in -BuildRequires: cmake +BuildRequires: cmake >= 3.13 BuildRequires: fdupes BuildRequires: file-devel %if 0%{?suse_version} <= 1550 @@ -79,6 +79,9 @@ done %build +export CFLAGS="${CFLAGS} -fPIE" +export CXXFLAGS="${CXXFLAGS} -fPIE" +export LDFLAGS="${LDFLAGS} -pie" %cmake \ -DWITH_AVCODEC=1 \ -DWITH_EXIF=0 \ @@ -88,6 +91,7 @@ -DCMAKE_C_COMPILER=gcc-10 \ %endif -DWITH_FFMPEGTHUMBNAILER=1 \ + -DWITH_TESTS=1 \ -Wno-dev %cmake_build ++++++ gerbera-1.8.2.tar.gz -> gerbera-1.9.0.tar.gz ++++++ ++++ 22222 lines of diff (skipped)