From fd0d89c95173fe9451e55bcc8acf8e4d66a7bdf9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 05:09:48 +0000 Subject: [PATCH 1/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libmysofa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libmysofa.spec b/libmysofa.spec index a22429e..043de8a 100644 --- a/libmysofa.spec +++ b/libmysofa.spec @@ -11,7 +11,7 @@ Name: libmysofa Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C functions for reading HRTFs License: BSD @@ -99,6 +99,9 @@ make test || (cat Testing/Temporary/LastTest.log && exit 1) %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jun 29 2020 Nicolas Chauvet - 1.1-1 - Update to 1.1 From cd00693bd0cabdba226900592b841cd12f35dc72 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 04:02:50 +0000 Subject: [PATCH 2/5] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libmysofa.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libmysofa.spec b/libmysofa.spec index 043de8a..ae94840 100644 --- a/libmysofa.spec +++ b/libmysofa.spec @@ -11,7 +11,7 @@ Name: libmysofa Version: 1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C functions for reading HRTFs License: BSD @@ -99,6 +99,10 @@ make test || (cat Testing/Temporary/LastTest.log && exit 1) %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 1.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From eb2f8d512448e0344cf85d8eaa5896cee138a653 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 26 Aug 2020 13:17:38 +0200 Subject: [PATCH 3/5] Fix build --- libmysofa.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmysofa.spec b/libmysofa.spec index ae94840..c3429c7 100644 --- a/libmysofa.spec +++ b/libmysofa.spec @@ -1,3 +1,5 @@ +%global __cmake_in_source_build 1 + # Some tests are failing: # https://github.com/hoene/libmysofa/issues/129 %ifarch s390x From c80d946c04e3274711e27f8da108d4b0eb0d40f8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 02:18:12 +0000 Subject: [PATCH 4/5] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libmysofa.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libmysofa.spec b/libmysofa.spec index c3429c7..0caf6a1 100644 --- a/libmysofa.spec +++ b/libmysofa.spec @@ -27,6 +27,7 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: pkgconfig(cunit) BuildRequires: pkgconfig(zlib) +BuildRequires: make # for tests %{?!_without_tests:BuildRequires: nodejs} From 0bec85c4cc3cf781044748d27443c579aa870a54 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 17:34:41 +0000 Subject: [PATCH 5/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libmysofa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libmysofa.spec b/libmysofa.spec index 0caf6a1..4342650 100644 --- a/libmysofa.spec +++ b/libmysofa.spec @@ -13,7 +13,7 @@ Name: libmysofa Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C functions for reading HRTFs License: BSD @@ -102,6 +102,9 @@ make test || (cat Testing/Temporary/LastTest.log && exit 1) %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 1.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild