Accepting request 1056337 from multimedia:apps
- Update to 1.12.1: * Debug options for specialized messages * Configure offset of lastPlayedPosition (aka Samsung bookmark) * Calling null IOHandler * Encoding of ticks ' as ' for Bose * ffmpeg and transcoding in docker container * Tests failing on openSuSE > 15.3 and others - Drop 2759.patch - Add 2759.patch: fix tests execution issues. - Remove disable-test.patch OBS-URL: https://build.opensuse.org/request/show/1056337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gerbera?expand=0&rev=10
This commit is contained in:
commit
a4cfb8e1de
@ -1,33 +0,0 @@
|
|||||||
--- gerbera-1.12.0/test/util/test_upnp_clients.cc.orig 2022-11-29 17:34:42.902179228 +0100
|
|
||||||
+++ gerbera-1.12.0/test/util/test_upnp_clients.cc 2022-11-29 17:34:48.322206084 +0100
|
|
||||||
@@ -163,16 +163,6 @@
|
|
||||||
EXPECT_EQ(pInfo->flags, 456);
|
|
||||||
}
|
|
||||||
|
|
||||||
-TEST_F(UpnpClientsTest, getHostName)
|
|
||||||
-{
|
|
||||||
- auto addr = std::make_shared<GrbNet>("192.168.99.100");
|
|
||||||
- auto hostname = addr->getHostName();
|
|
||||||
- EXPECT_EQ(hostname, "192.168.99.100");
|
|
||||||
- addr->setHostName("Wombat");
|
|
||||||
- hostname = addr->getHostName();
|
|
||||||
- EXPECT_EQ(hostname, "Wombat");
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
TEST_F(UpnpClientsTest, netmask4)
|
|
||||||
{
|
|
||||||
auto addr = GrbNet("192.168.2.100");
|
|
||||||
--- gerbera-1.12.0/test/core/test_searchhandler.cc.orig 2022-11-29 17:42:07.064382208 +0100
|
|
||||||
+++ gerbera-1.12.0/test/core/test_searchhandler.cc 2022-11-29 17:42:11.748405460 +0100
|
|
||||||
@@ -503,11 +503,3 @@
|
|
||||||
"_t_._id_ ASC, _t_._property_value_ ASC"));
|
|
||||||
}
|
|
||||||
|
|
||||||
-TEST_F(ParserTest, SortTrackNumber)
|
|
||||||
-{
|
|
||||||
- EXPECT_EQ(OTN, "unknown");
|
|
||||||
- EXPECT_EQ(otn, "upnp:originalTrackNumber");
|
|
||||||
- EXPECT_EQ(MetadataHandler::getMetaFieldName(M_TRACKNUMBER), "upnp:originalTrackNumber");
|
|
||||||
- EXPECT_TRUE(executeSortParserTest("+upnp:originalTrackNumber",
|
|
||||||
- "_t_._number1_ ASC, _t_._number2_ ASC"));
|
|
||||||
-}
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb04a4e4432b8ae149bdd5ea7f33f3af39cb226d3d52ec0aed3f8273023f1edd
|
|
||||||
size 4363130
|
|
3
gerbera-1.12.1.tar.gz
Normal file
3
gerbera-1.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2144a7c4a13e8b43aa0c911fbeae65f05e2c42254ddd03be5c41f5fcf103a93c
|
||||||
|
size 4368573
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 6 08:07:12 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 1.12.1:
|
||||||
|
* Debug options for specialized messages
|
||||||
|
* Configure offset of lastPlayedPosition (aka Samsung bookmark)
|
||||||
|
* Calling null IOHandler
|
||||||
|
* Encoding of ticks ' as ' for Bose
|
||||||
|
* ffmpeg and transcoding in docker container
|
||||||
|
* Tests failing on openSuSE > 15.3 and others
|
||||||
|
- Drop 2759.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 08:25:00 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Add 2759.patch: fix tests execution issues.
|
||||||
|
- Remove disable-test.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 29 14:19:26 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
Tue Nov 29 14:19:26 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gerbera
|
# spec file for package gerbera
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gerbera
|
Name: gerbera
|
||||||
Version: 1.12.0
|
Version: 1.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: UPnP Media Server
|
Summary: UPnP Media Server
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -27,8 +27,6 @@ Source0: https://github.com/gerbera/gerbera/archive/v%{version}.tar.gz#/%
|
|||||||
Source1: config.xml
|
Source1: config.xml
|
||||||
Source2: gerbera.sysusers.in
|
Source2: gerbera.sysusers.in
|
||||||
Patch0: harden_gerbera.service.patch
|
Patch0: harden_gerbera.service.patch
|
||||||
# PATCH-FIX-UPSTREAM https://github.com/gerbera/gerbera/issues/2755
|
|
||||||
Patch1: disable-test.patch
|
|
||||||
BuildRequires: ccache
|
BuildRequires: ccache
|
||||||
BuildRequires: cmake >= 3.13
|
BuildRequires: cmake >= 3.13
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user