[vdr-markad/f39] Update to 3.4.9
by Martin Gansser
Summary of changes:
6ea127f... Update to 3.4.9 (*)
(*) This commit already existed in another branch; no separate mail sent
9 months, 2 weeks
[vdr-markad] Update to 3.4.9
by Martin Gansser
commit 6ea127fe95a4f324e6a02308b3d199391d47c643
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Feb 11 18:29:30 2024 +0100
Update to 3.4.9
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f45a436..30169cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,3 +80,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.4.6.tar.gz
/vdr-markad-3.4.7.tar.gz
/vdr-markad-3.4.8.tar.gz
+/vdr-markad-3.4.9.tar.gz
diff --git a/sources b/sources
index 4495a0f..0c0832d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.4.8.tar.gz) = 84ee6e8efc00814cb00d8e8cb314e55ce676114dd73731735f96349993bd71f5cfd4e38dbc66a16fa76bc261c90272a3de793f773474d3fad7dedf92b80e8a6c
+SHA512 (vdr-markad-3.4.9.tar.gz) = 0ca92fe1aa302e8e0220057eb3806977a8129ea6b5544214e28175411fad65adba97215c84fdba8f1d975e7b8fd891adc8482e0669c9b8fe3a07412c6f6b7d04
diff --git a/vdr-markad.spec b/vdr-markad.spec
index c9c5985..39a47b7 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -5,7 +5,7 @@
%endif
Name: vdr-markad
-Version: 3.4.8
+Version: 3.4.9
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -72,6 +72,9 @@ fi
%doc html
%changelog
+* Sun Feb 11 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.9-1
+- Update to 3.4.9
+
* Sat Feb 10 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.8-1
- Update to 3.4.8
9 months, 2 weeks
[etlegacy] fix
by Leigh Scott
commit 12f19380f5dc0528885e58d79a59b73d66ba5e2e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 10 19:39:38 2024 +0000
fix
etlegacy.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/etlegacy.spec b/etlegacy.spec
index d87fdb0..332f1f8 100644
--- a/etlegacy.spec
+++ b/etlegacy.spec
@@ -42,10 +42,10 @@ BuildRequires: libappstream-glib
BuildRequires: systemd-rpm-macros
BuildRequires: sed
BuildRequires: cjson-devel
-%if 0%{fedora} > 37
-BuildRequires: minizip-ng-devel
+%if 0%{fedora} > 39
+BuildRequires: minizip-ng-compat-devel
%else
-BuildRequires: minizip-devel
+BuildRequires: minizip-ng-devel
%endif
Requires: shared-mime-info
9 months, 2 weeks
[vdr-markad] Update to 3.4.8
by Martin Gansser
commit 742bbe9d723cb06539395816ce56c98f7e40e566
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Feb 10 18:10:32 2024 +0100
Update to 3.4.8
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c661c93..f45a436 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.4.5.tar.gz
/vdr-markad-3.4.6.tar.gz
/vdr-markad-3.4.7.tar.gz
+/vdr-markad-3.4.8.tar.gz
diff --git a/sources b/sources
index 79c0272..4495a0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.4.7.tar.gz) = d9a9544bb7fdd41f90cb87164585125eba17916e8846c7e61e33a0ea161cc37173b96a557d7ed8d6dbf511fdd02f0b437d90c66f83fdf8f128d8578cd40e7922
+SHA512 (vdr-markad-3.4.8.tar.gz) = 84ee6e8efc00814cb00d8e8cb314e55ce676114dd73731735f96349993bd71f5cfd4e38dbc66a16fa76bc261c90272a3de793f773474d3fad7dedf92b80e8a6c
diff --git a/vdr-markad.spec b/vdr-markad.spec
index f11cc5e..c9c5985 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -5,8 +5,8 @@
%endif
Name: vdr-markad
-Version: 3.4.7
-Release: 2%{?dist}
+Version: 3.4.8
+Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
URL: https://github.com/kfb77/vdr-plugin-markad
@@ -72,6 +72,9 @@ fi
%doc html
%changelog
+* Sat Feb 10 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 3.4.8-1
+- Update to 3.4.8
+
* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.4.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
9 months, 2 weeks
[telegram-desktop] Update to 4.14.15.
by Vasiliy Glazov
commit fce85c8aa580f7c313c3c0b0794a1c3b92d95e03
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Sat Feb 10 08:22:24 2024 +0300
Update to 4.14.15.
sources | 2 +-
telegram-desktop.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index ff84d77..2f750e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-4.14.13-full.tar.gz) = d44de3dba35bed53d6850ee17eac15ab08b190b5f8341b02a5ea6a3559e36f2527b32c419506456331a9c99b5bf13e1468177856dfd4f03bd12724d8f2e99ea1
+SHA512 (tdesktop-4.14.15-full.tar.gz) = 12812fa1fd067fca03b2e5cb04502ef05e98368b91a4ed5458a61a0bea8b3d6daf6c32b7632c170fe0904acb63eb422f6fa6364e4af18f73e49659e2d50f531b
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 1e3b1ad..753744c 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,7 +5,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 4.14.13
+Version: 4.14.15
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -169,6 +169,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Sat Feb 10 2024 Vasiliy Glazov <vascom2(a)gmail.com> - 4.14.15-1
+- Update to 4.14.15
+
* Tue Feb 06 2024 Vasiliy Glazov <vascom2(a)gmail.com> - 4.14.13-1
- Update to 4.14.13
9 months, 2 weeks
[mixxx/f39: 4/4] Merge branch 'master' into f39
by Luís Correia
commit ae1ac187250fd8f23f449589088f0a8a6407a4de
Merge: 02284f3 ab2824f
Author: Luis Correia <buga(a)loide.net>
Date: Fri Feb 9 20:08:55 2024 +0000
Merge branch 'master' into f39
mixxx.spec | 14 ++++++++++----
sources | 2 +-
2 files changed, 11 insertions(+), 5 deletions(-)
---
9 months, 2 weeks
[mixxx/f39] (4 commits) ...Merge branch 'master' into f39
by Luís Correia
Summary of changes:
a9184e9... Disable a test for aarch64 (*)
a025510... New upstream snapshot 2.4.0-0.16.beta.20240209gitd112e4c (f (*)
ab2824f... New upstream snapshot 2.4.0-0.16.beta.20240209gitd112e4c (f (*)
ae1ac18... Merge branch 'master' into f39
(*) This commit already existed in another branch; no separate mail sent
9 months, 2 weeks
[mixxx] Disable a test for aarch64
by Luís Correia
commit a9184e97de921c782bd1edd7a8e0d7d7a897ff0e
Author: Luis Correia <buga(a)loide.net>
Date: Fri Feb 9 17:13:58 2024 +0000
Disable a test for aarch64
mixxx.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 531972e..09e60fb 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.4.0
-Release: 0.14%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.15%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -185,7 +185,7 @@ rm -rf \
# the failing tests has been found and fixed.
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex %{?ctest_exclude_regex:%{ctest_exclude_regex}|}setValue_IgnoresNaN|setParameter_NaN
+ %global ctest_exclude_regex %{?ctest_exclude_regex:%{ctest_exclude_regex}|}setValue_IgnoresNaN|setParameter_NaN|MovingInterquartileMeanTest
%endif
%ifarch %{power64}
@@ -222,6 +222,9 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Fri Feb 09 2024 Luis Correia <buga(a)loide.net> - 2.4.0-0.15.beta.20240208git40be3fe
+- Disable a test for aarch64
+
* Thu Feb 08 2024 Luis Correia <buga(a)loide.net> - 2.4.0-0.14.beta.20240208git40be3fe
- New upstream snapshot 2.4.0-0.14.beta.20240208git40be3fe
9 months, 2 weeks