[mixxx] Increase ctest timeout for database schema migration tests
by Uwe Klotz
commit 6cafb9f739ccece8795685baa1aa35692c9b3382
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 14:00:23 2021 +0200
Increase ctest timeout for database schema migration tests
mixxx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index e81108a..287fe6d 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -180,7 +180,7 @@ rm -rf \
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
%ifarch x86_64
- %global ctest_timeout_secs 60
+ %global ctest_timeout_secs 180
%global ctest_exclude_regex EngineBufferE2ETest
%endif
3 years, 5 months
[mixxx] Fix and update packaged files
by Uwe Klotz
commit b83d514edc7d11097d81678e66198a1d911d8946
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 10:40:21 2021 +0200
Fix and update packaged files
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 73142bf..e81108a 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -212,15 +212,15 @@ appstream-util \
%files
%license COPYING LICENSE
-%doc README
+%doc README.md
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{name}.metainfo.xml
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
-
%changelog
* Sun Jun 13 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210613git1e211c5
- New upstream snapshot 2.3.0-beta
3 years, 5 months
[libheif/f34] Update to 1.12.0
by Leigh Scott
Summary of changes:
7aa6aa2... Update to 1.12.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 5 months
[libheif] Update to 1.12.0
by Leigh Scott
commit 7aa6aa2e6de7f867249dd28ab81e58716c5d2bda
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jun 14 14:14:24 2021 +0100
Update to 1.12.0
libheif.spec | 13 +++++++------
sources | 2 +-
2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/libheif.spec b/libheif.spec
index 9736767..dca9c4a 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -1,6 +1,6 @@
Name: libheif
-Version: 1.11.0
-Release: 3%{?dist}
+Version: 1.12.0
+Release: 1%{?dist}
Summary: HEIF file format decoder and encoder
License: LGPLv3+ and MIT
@@ -16,13 +16,11 @@ BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(libde265)
%if 0%{?fedora}
BuildRequires: pkgconfig(libjpeg)
+BuildRequires: pkgconfig(rav1e)
%else
BuildRequires: libjpeg-devel
%endif
BuildRequires: pkgconfig(libpng)
-%if 0%{?fedora} > 32
-BuildRequires: pkgconfig(rav1e)
-%endif
BuildRequires: pkgconfig(x265)
Requires: shared-mime-info
@@ -50,7 +48,7 @@ rm -rf third-party/
%build
%configure --disable-static \
--enable-local-dav1d \
-%if 0%{?fedora} > 32
+%if 0%{?fedora}
--enable-local-rav1e
%endif
@@ -85,6 +83,9 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%changelog
+* Mon Jun 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.12.0-1
+- Update to 1.12.0
+
* Sun Jun 13 2021 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.11.0-3
- Rebuild for new aom
diff --git a/sources b/sources
index 9521742..ba7e3a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libheif-1.11.0.tar.gz) = 9781ef99ca57460c969eacda86cebb54db44860b230da2b92202453e9eb71ec66d5d6fef9fcfc3c1e9ad3909d731052e12a1bc199100fa53d526a13aeff51da2
+SHA512 (libheif-1.12.0.tar.gz) = 1cc7aba9590cedb7484938aae5bc0e18a02c03e7ac61ecfb9a9230a6a32f8e72d4ca35a86ee612258a6867126457a3b2ab2af0d815021849779194cfee85ecca
3 years, 5 months
[qmmp-plugin-pack-freeworld] new version 1.5.0
by Karel Volný
commit e65a774e3704d4e9d3a80ce6d979e42b5e2c0be6
Author: Karel Volný <kvolny(a)redhat.com>
Date: Mon Jun 14 14:39:44 2021 +0200
new version 1.5.0
.gitignore | 1 +
qmmp-plugin-pack-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abc4e91..c59dd11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ qmmp-plugin-pack-0.9.3.tar.bz2
/qmmp-plugin-pack-1.3.2.tar.bz2
/qmmp-plugin-pack-1.4.0.tar.bz2
/qmmp-plugin-pack-1.4.1.tar.bz2
+/qmmp-plugin-pack-1.5.0.tar.bz2
diff --git a/qmmp-plugin-pack-freeworld.spec b/qmmp-plugin-pack-freeworld.spec
index 57113b5..a9f98ea 100644
--- a/qmmp-plugin-pack-freeworld.spec
+++ b/qmmp-plugin-pack-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugin-pack-freeworld
-Version: 1.4.1
+Version: 1.5.0
Release: 1%{?dist}
Summary: A set of extra plugins for Qmmp
@@ -11,7 +11,7 @@ Source1: qmmp-plugin-pack-filter-provides.sh
%define _use_internal_dependency_generator 0
%define __find_provides %{_builddir}/%{buildsubdir}/qmmp-plugin-pack-filter-provides.sh
-BuildRequires: qmmp-devel >= 1.1.0
+BuildRequires: qmmp-devel >= 1.5.0
BuildRequires: cmake
BuildRequires: ffmpeg-devel
BuildRequires: qt5-linguist
@@ -49,6 +49,9 @@ make DESTDIR=%{buildroot} install -C %{_vpath_builddir}/src/Engines/ffvideo
%changelog
+* Wed Jun 09 2021 Karel Volný <kvolny(a)redhat.com> 1.5.0-1
+- new version 1.5.0
+
* Wed May 12 2021 Karel Volný <kvolny(a)redhat.com> 1.4.1-1
- new version 1.4.1
diff --git a/sources b/sources
index c73fa0d..57e1f8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmmp-plugin-pack-1.4.1.tar.bz2) = e050bafb949209c75d1f9406bc2bff4e4372ff709cb9f5564a226784d160fe3732ce5fb058c4d11c92653e7097e121fc2e46fc693c60168e346cc5f645c5bacc
+SHA512 (qmmp-plugin-pack-1.5.0.tar.bz2) = ccc62290f5ce45e6f6743c495800641865f07b0abbc40f8eb2e50319407c85f088c93f952905356b695b57e3b7341096faeaa3153e0635722d62c32bbd3bf7b3
3 years, 5 months
[vlc/el8: 2/2] Merge branch 'master' into el8
by Leigh Scott
commit f1b47d7760548f4ddc6dadba3d5feb1362902f9c
Merge: 1712ae0 649c6db
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jun 14 12:53:39 2021 +0100
Merge branch 'master' into el8
vlc.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
3 years, 5 months
[vlc/el7: 2/2] Merge branch 'master' into el7
by Leigh Scott
commit cf0ac61d111d9123aba33874fc6241c2abe502e1
Merge: e57abdc 649c6db
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jun 14 12:53:26 2021 +0100
Merge branch 'master' into el7
vlc.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
3 years, 5 months
[vlc/f33: 2/2] Merge branch 'master' into f33
by Leigh Scott
commit 02bc8d42de18961762863584f8bfa702c5fdaf35
Merge: dee0efe 649c6db
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jun 14 12:53:09 2021 +0100
Merge branch 'master' into f33
vlc.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
3 years, 5 months