diff --git a/001-fix-test-build.patch b/001-fix-test-build.patch deleted file mode 100644 index 626cff7..0000000 --- a/001-fix-test-build.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 194e81205b8ab215d9c227b8f71ab531a1a8448c Mon Sep 17 00:00:00 2001 -From: knuxify -Date: Tue, 10 Jan 2023 06:54:05 +0100 -Subject: [PATCH] CollectionBackendTest: Fix compile - ---- - tests/src/collectionbackend_test.cpp | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/tests/src/collectionbackend_test.cpp b/tests/src/collectionbackend_test.cpp -index 36bcbad81..ef1cba673 100644 ---- a/tests/src/collectionbackend_test.cpp -+++ b/tests/src/collectionbackend_test.cpp -@@ -83,10 +83,10 @@ TEST_F(CollectionBackendTest, AddDirectory) { - - // Check the signal was emitted correctly - ASSERT_EQ(1, spy.count()); -- CollectionDirectory dir = spy[0][0].value(); -+ CollectionDirectory dir = spy[0][0].value(); - EXPECT_EQ(QFileInfo("/tmp").canonicalFilePath(), dir.path); - EXPECT_EQ(1, dir.id); -- EXPECT_EQ(0, spy[0][1].value().size()); -+ EXPECT_EQ(0, spy[0][1].value().size()); - - } - -@@ -105,7 +105,7 @@ TEST_F(CollectionBackendTest, RemoveDirectory) { - - // Check the signal was emitted correctly - ASSERT_EQ(1, spy.count()); -- dir = spy[0][0].value(); -+ dir = spy[0][0].value(); - EXPECT_EQ("/tmp", dir.path); - EXPECT_EQ(1, dir.id); - diff --git a/sources b/sources index 673a294..17e1add 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strawberry-1.0.13.tar.gz) = c4b4f1b13dfe29a933e24d0e41c105994f508a597ff203d7ef9b0b0fcd3dc0dec5e7aa66967622a87b429bc919722b029330720f65d2b2a7b2ec24163f84e4c2 +SHA512 (strawberry-1.0.14.tar.gz) = 281b20beb491462286e168a89dddfd1aac0725654f912bb7e0bdeb73c7f09a30668f0f9caa9cafd67087cabdfefff036fc76df026b4b8c3553787d9dbd2b01c0 diff --git a/strawberry.spec b/strawberry.spec index 584486b..e92759a 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -3,7 +3,7 @@ %global giturl https://github.com/strawberrymusicplayer/strawberry Name: strawberry -Version: 1.0.13 +Version: 1.0.14 Release: %autorelease Summary: Audio player and music collection organizer @@ -16,8 +16,6 @@ License: GPLv2 and GPLv3+ and LGPLv2 and ASL 2.0 and MIT and Boost URL: https://www.strawberrymusicplayer.org/ Source0: %{giturl}/archive/%{version}/%{name}-%{version}.tar.gz -Patch1: %{giturl}/commit/194e81205b8a.patch#/001-fix-test-build.patch - BuildRequires: boost-devel BuildRequires: cmake BuildRequires: desktop-file-utils