[vlc] Update to 3.0.16
by Leigh Scott
commit 639363a72075464a81658f2b482874b7627da111
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jun 19 17:25:53 2021 +0100
Update to 3.0.16
sources | 2 +-
vlc.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index a6a356b..ed2ba8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vlc-3.0.15.tar.xz) = 4645d7e9cc894ddf4c1776fe15124b1c123c3860f6dceec7bc0087a37a6e98f62e35856cdb59f8759b8f4aeea766b25c9a7767b65f1be8bb9ee23c71376cd914
+SHA512 (vlc-3.0.16.tar.xz) = 35cdf191071224d0cf1b5a83c00773ff87b9e5bfcf0f5523f7edd53f75b23eda6b27bb49ffa97d69a1d176b8fe4786d959aeeb00d4380beab71c9f7e6b7c7298
diff --git a/vlc.spec b/vlc.spec
index 9577c86..a6033cb 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -50,8 +50,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
-Version: 3.0.15
-Release: 3%{?dist}
+Version: 3.0.16
+Release: 1%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -622,6 +622,9 @@ fi || :
%changelog
+* Sat Jun 19 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.16-1
+- Update to 3.0.16
+
* Wed Jun 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.15-3
- Bump
3 years, 5 months
[vdr-softhddevice] Update to 1.2.0
by Martin Gansser
commit 673da6fd306b26a7b69de2a393e9ebc6f80df332
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Jun 19 16:48:17 2021 +0200
Update to 1.2.0
.gitignore | 1 +
sources | 2 +-
vdr-softhddevice.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8895bf9..f85e498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/vdr-softhddevice-1.0.15.tar.gz
/vdr-softhddevice-1.1.0.tar.gz
/vdr-softhddevice-1.1.1.tar.gz
+/vdr-softhddevice-1.2.0.tar.gz
diff --git a/sources b/sources
index 4409398..804bd32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-1.1.1.tar.gz) = a62c9f720c2783f74cc2172f857ed47017fae6d32fb067ae1483653c4f4b139ebc037aad5dd73cf28c61d1ad37c5640dc5118b58d0d6c5ba32e8ae6cd1f3f5c3
+SHA512 (vdr-softhddevice-1.2.0.tar.gz) = 557620e724b436be4371d6095f67c97274d5228b12cabe1c0ec0026bef5b6e03a679683ed05188457829a1f974898ac51c0b63011e337c0924d6c118bf5559e5
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index 6685810..652c038 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -1,5 +1,5 @@
Name: vdr-softhddevice
-Version: 1.1.1
+Version: 1.2.0
Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
@@ -79,6 +79,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Sat Jun 19 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0
+
* Mon May 31 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.1-1
- Update to 1.1.1
3 years, 5 months
[zoneminder] Fix el8 cmake name issue
by Leigh Scott
commit 59e0867e114195e307a28d66f39721edc5b6e9fa
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jun 18 09:31:14 2021 +0100
Fix el8 cmake name issue
zoneminder.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index f0bb558..b58cb07 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -56,7 +56,11 @@ BuildRequires: systemd-devel
BuildRequires: mariadb-devel
BuildRequires: perl-podlators
BuildRequires: polkit-devel
+%if 0%{?fedora} || 0%{?rhel} >= 8
+BuildRequires: cmake
+%else
BuildRequires: cmake3
+%endif
BuildRequires: gnutls-devel
BuildRequires: bzip2-devel
BuildRequires: pcre-devel
3 years, 5 months
[mixxx/f33] Re-enable RubberbandReverseTest
by Uwe Klotz
commit 5a47634a53c758a4164574b65ed973ed2d68f62d
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri Jun 18 00:41:15 2021 +0200
Re-enable RubberbandReverseTest
mixxx.spec | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index f6b3fe0..d2810a7 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -170,12 +170,6 @@ rm -rf \
%check
-# TODO: Enable EngineBufferE2ETest.RubberbandReverseTest for
-# all architectures after issues have been resolved.
-# https://bugs.launchpad.net/mixxx/+bug/1921955
-# https://github.com/breakfastquay/rubberband/issues/37
-# PR: https://src.fedoraproject.org/rpms/rubberband/pull-request/1
-
# TODO: Enable EngineBufferE2ETest after spurious failures for
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
@@ -188,12 +182,11 @@ rm -rf \
# the failing tests has been found and fixed.
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN
%endif
%ifarch %{power64}
%global ctest_timeout_secs 240
- %global ctest_exclude_regex RubberbandReverseTest
%endif
# Run tests
3 years, 5 months
[mixxx/f34] Re-enable RubberbandReverseTest
by Uwe Klotz
commit 7b72e156510bca0d6ae43eb1fc4ecd8ac378cc1e
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri Jun 18 00:41:15 2021 +0200
Re-enable RubberbandReverseTest
mixxx.spec | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 8708c8c..b66c538 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -170,12 +170,6 @@ rm -rf \
%check
-# TODO: Enable EngineBufferE2ETest.RubberbandReverseTest for
-# all architectures after issues have been resolved.
-# https://bugs.launchpad.net/mixxx/+bug/1921955
-# https://github.com/breakfastquay/rubberband/issues/37
-# PR: https://src.fedoraproject.org/rpms/rubberband/pull-request/1
-
# TODO: Enable EngineBufferE2ETest after spurious failures for
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
@@ -188,12 +182,11 @@ rm -rf \
# the failing tests has been found and fixed.
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN
%endif
%ifarch %{power64}
%global ctest_timeout_secs 240
- %global ctest_exclude_regex RubberbandReverseTest
%endif
# Run tests
3 years, 5 months
[mixxx] Re-enable RubberbandReverseTest
by Uwe Klotz
commit e68da71be7751199430b8cbf19cd5cf5ea9b17dd
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri Jun 18 00:41:15 2021 +0200
Re-enable RubberbandReverseTest
mixxx.spec | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 8708c8c..b66c538 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -170,12 +170,6 @@ rm -rf \
%check
-# TODO: Enable EngineBufferE2ETest.RubberbandReverseTest for
-# all architectures after issues have been resolved.
-# https://bugs.launchpad.net/mixxx/+bug/1921955
-# https://github.com/breakfastquay/rubberband/issues/37
-# PR: https://src.fedoraproject.org/rpms/rubberband/pull-request/1
-
# TODO: Enable EngineBufferE2ETest after spurious failures for
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
@@ -188,12 +182,11 @@ rm -rf \
# the failing tests has been found and fixed.
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN
%endif
%ifarch %{power64}
%global ctest_timeout_secs 240
- %global ctest_exclude_regex RubberbandReverseTest
%endif
# Run tests
3 years, 5 months
[perl-PGPLOT] Rebuild for new perl version
by Leigh Scott
commit c651478008b6914ea18e0ad1cdcedaa2f2e29e02
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jun 17 10:05:01 2021 +0100
Rebuild for new perl version
perl-PGPLOT.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/perl-PGPLOT.spec b/perl-PGPLOT.spec
index be565b3..516c1a7 100644
--- a/perl-PGPLOT.spec
+++ b/perl-PGPLOT.spec
@@ -1,6 +1,6 @@
Name: perl-PGPLOT
Version: 2.24
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Perl extension for using the pgplot library
License: GPL+ or Artistic
URL: https://metacpan.org/release/PGPLOT
@@ -59,6 +59,9 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_mandir}/man3/PGPLOT.3*
%changelog
+* Thu Jun 17 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.24-4
+- Rebuild for new perl version
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.24-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 5 months