[audacity-freeworld] 3.2.2
by Leigh Scott
commit abf2949be520be869d6502373c8d44220f735653
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Dec 6 21:54:05 2022 +0000
3.2.2
.gitignore | 1 +
audacity-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e47d7e..f11b484 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/Audacity-3.1.3.tar.gz
/Audacity-3.2.0.tar.gz
/Audacity-3.2.1.tar.gz
+/Audacity-3.2.2.tar.gz
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index a52f65e..17cc081 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -5,11 +5,11 @@
%global __brp_check_rpaths %{nil}
Name: audacity-freeworld
-Version: 3.2.1
+Version: 3.2.2
Release: 1%{?dist}
Summary: Multitrack audio editor
License: GPLv2
-URL: http://audacity.sourceforge.net
+URL: https://audacity.sourceforge.net
%define realname audacity
Conflicts: %{realname}
@@ -163,6 +163,9 @@ rm -f %{buildroot}%{_prefix}/%{realname}
%license LICENSE.txt
%changelog
+* Tue Dec 06 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.2.2-1
+- 3.2.2
+
* Thu Oct 06 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.2.1-1
- 3.2.1
diff --git a/sources b/sources
index 0ce877d..bdeb05b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Audacity-3.2.1.tar.gz) = 8203d655461bda8c3b1a6773dbd260e7e6a50db858c26b328a8cc2caa4d557027622afd9d08124017d934f79a4f48c210584883a63f92fd4cc8eed5928537e18
+SHA512 (Audacity-3.2.2.tar.gz) = 629d502acc78b02d50a191045a8ececabf7096a77fe63f491291a36cca452c47dec74aef55d0f837345dab2e5f6296d40a2396dea5788a998d619820335abc73
2 years, 2 months
[vdr-markad] Update to 3.0.28
by Martin Gansser
commit 89fcd397b08a8efb2c7a0e9266d479450b56b52e
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Dec 5 16:36:02 2022 +0100
Update to 3.0.28
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2aa2960..3c1f575 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.0.25.tar.gz
/vdr-markad-3.0.26.tar.gz
/vdr-markad-3.0.27.tar.gz
+/vdr-markad-3.0.28.tar.gz
diff --git a/sources b/sources
index f40c4c4..052b30a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.0.27.tar.gz) = 1ed343efbc25a40bdab1b57483ee97ba017d36251ca21f9f60625c505ef5fa6b2deeee4eac73499ee7e9306177ca4889bd990af91374851ee7ba0c02ec336ae2
+SHA512 (vdr-markad-3.0.28.tar.gz) = 3712abfef23633f5af62b4a0f0247ddbc4f5107b4b938c3928c86d486d599db43cac8e7f81ac62ef1147b3e6892950f73665835bbcb12f5c46b801062c8b339e
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 729194b..79f923a 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -5,8 +5,8 @@
%endif
Name: vdr-markad
-Version: 3.0.27
-Release: 2%{?dist}
+Version: 3.0.28
+Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
URL: https://github.com/kfb77/vdr-plugin-markad
@@ -71,6 +71,9 @@ fi
%doc html
%changelog
+* Mon Dec 05 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.28-1
+- Update to 3.0.28
+
* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.27-2
- Rebuilt for new VDR API version
2 years, 2 months
[libheif] Add comment
by Nicolas Chauvet
commit b51e885f22d2d39da384b902aa7da3d4621f6e21
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Dec 5 10:26:15 2022 +0100
Add comment
libheif.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/libheif.spec b/libheif.spec
index 581a133..6dbe650 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -56,6 +56,8 @@ rm -rf third-party/
%cmake_install
find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
+# Can be dropped on upgrade to >1.14.0
+#https://github.com/strukturag/libheif/commit/1e4a3d101769570694846956843a49378899933f
%ifarch x86_64
sed -e '/private/s/SvtEnc/SvtAv1Enc/' -i %{buildroot}/usr/lib64/pkgconfig/libheif.pc
%endif
2 years, 2 months
[libheif/f37] (4 commits) ...Fix for SvtAv1Enc in devel - rfbz#6521
by Nicolas Chauvet
Summary of changes:
aff1049... Disable SvtAv1Enc for now (*)
5345640... Fix el9 case (*)
3d3ef24... Update to svt-av1 (*)
081203b... Fix for SvtAv1Enc in devel - rfbz#6521 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 2 months
[libheif] Fix for SvtAv1Enc in devel - rfbz#6521
by Nicolas Chauvet
commit 081203b8478e08e7eef3577b8aae9cafdd6cda6f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Dec 5 09:59:22 2022 +0100
Fix for SvtAv1Enc in devel - rfbz#6521
libheif.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/libheif.spec b/libheif.spec
index c440221..581a133 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -1,6 +1,6 @@
Name: libheif
Version: 1.14.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: HEIF file format decoder and encoder
License: LGPLv3+ and MIT
@@ -56,6 +56,9 @@ rm -rf third-party/
%cmake_install
find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
+%ifarch x86_64
+sed -e '/private/s/SvtEnc/SvtAv1Enc/' -i %{buildroot}/usr/lib64/pkgconfig/libheif.pc
+%endif
%ldconfig_scriptlets
@@ -82,6 +85,9 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%changelog
+* Mon Dec 05 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 1.14.0-3
+- Fix for SvtAv1Enc in devel - rfbz#6521
+
* Wed Nov 23 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 1.14.0-2
- Enable svt-av1 on el9
2 years, 2 months
[mythtv/el9] (3 commits) ...Update to latest fixes/32
by Andrew Bauer
Summary of changes:
6d8b39e... Update to 32.0.67.20221020gitba52c13223 from branch fixes/3 (*)
b278c05... Update fixes patch. (*)
d0d9477... Update to latest fixes/32 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 2 months