[chromaprint-tools] Update chromaprint-tools to 1.5.1
by Sérgio M. Basto
commit a42c9e78d927876e42f57043157bdc9eae7a3b4b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 3 20:30:32 2022 +0000
Update chromaprint-tools to 1.5.1
.gitignore | 1 +
chromaprint-tools.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab66dd8..75aaa72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ chromaprint-1.2.tar.gz
/chromaprint-1.4.2.tar.gz
/chromaprint-1.4.3.tar.gz
/chromaprint-1.5.0.tar.gz
+/chromaprint-1.5.1.tar.gz
diff --git a/chromaprint-tools.spec b/chromaprint-tools.spec
index 5223137..4e5363a 100644
--- a/chromaprint-tools.spec
+++ b/chromaprint-tools.spec
@@ -1,8 +1,8 @@
%undefine __cmake_in_source_build
Name: chromaprint-tools
-Version: 1.5.0
-Release: 6%{?dist}
+Version: 1.5.1
+Release: 1%{?dist}
Summary: Chromaprint audio fingerprinting tools
License: GPLv2+
URL: http://www.acoustid.org/chromaprint
@@ -30,7 +30,7 @@ featuring fpcalc an standalone AcoustID tool used by Picard.
License for binaries is GPLv2+ but source code is MIT + LGPLv2+
%prep
-%autosetup -n chromaprint-v%{version}
+%autosetup -n chromaprint-%{version}
%build
@@ -55,6 +55,9 @@ rm -f %{buildroot}%{_libdir}/lib*.so*
%{_bindir}/fpcalc
%changelog
+* Mon Jan 03 2022 Sérgio Basto <sergio(a)serjux.com> - 1.5.1-1
+- Update chromaprint-tools to 1.5.1
+
* Thu Nov 11 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.0-6
- Rebuilt for new ffmpeg snapshot
diff --git a/sources b/sources
index 8d7143e..dc8a92b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (chromaprint-1.5.0.tar.gz) = 25ab3f7834581a8204ac09614fef6036c801f5f8b7b72a864701ca0de8082b2458a2bd7c075d53451581d770898576411cdcfb23ce609bc82f9d9b395cc1a129
+SHA512 (chromaprint-1.5.1.tar.gz) = ea16e4d2b879c15b1d9b9ec93878da8b893f1834c70942663e1d2d106c2e0a661094fe2dd3bae7a6c2a1f9d5d8fab5e0b0ba493561090cf57b2228606fad1e66
2 years, 10 months
[mpv] Updated to version 0.34.1.
by Vitaly Zaitsev
Summary of changes:
b989e1b... Updated to version 0.34.1. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[mpv/f35] (5 commits) ...Updated to version 0.34.1.
by Vitaly Zaitsev
Summary of changes:
3ef2b49... Rebuilt for new ffmpeg snapshot (*)
6c0e16a... Added a weak rich dependency on yt-dlp or youtube-dl. (*)
99338f3... Boolean dependencies are only fedora (*)
db84979... Update changelog (*)
b989e1b... Updated to version 0.34.1. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[mpv/f34] (7 commits) ...Updated to version 0.34.1.
by Vitaly Zaitsev
Summary of changes:
862b577... Fixed build on F35+. (*)
f0171c2... Enabled dvbin on all Fedora releases. (*)
3ef2b49... Rebuilt for new ffmpeg snapshot (*)
6c0e16a... Added a weak rich dependency on yt-dlp or youtube-dl. (*)
99338f3... Boolean dependencies are only fedora (*)
db84979... Update changelog (*)
b989e1b... Updated to version 0.34.1. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[mpv/el8: 2/2] Merge branch 'master' into el8
by Vitaly Zaitsev
commit 99e160645052a5e922950b1b893b77cffcb2e16e
Merge: 15fbf64 b989e1b
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jan 3 21:02:09 2022 +0100
Merge branch 'master' into el8
mpv.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
2 years, 10 months
[mpv/el8: 1/2] Updated to version 0.34.1.
by Vitaly Zaitsev
commit b989e1baf4bc81a6fa465504ee273758f7be21f9
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jan 3 21:01:45 2022 +0100
Updated to version 0.34.1.
mpv.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 1d3e385..33b1039 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.34.0
-Release: 3%{?dist}
+Version: 0.34.1
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Summary: Movie player playing most video formats and DVDs
@@ -180,6 +180,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Mon Jan 03 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0.34.1-1
+- Updated to version 0.34.1.
+
* Fri Dec 24 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.34.0-3
- Boolean dependencies are only fedora
diff --git a/sources b/sources
index 6eb4f41..bf76391 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mpv-0.34.0.tar.gz) = 9935a20730dbb8fbf4cd11fe2fc38b1981882fc85c93046837a9b99cae089b3f710e6af7d7ea977c177de5479aa24e413f76cab9b995e8b7e66d6b77c524fdf0
+SHA512 (mpv-0.34.1.tar.gz) = 77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e
2 years, 10 months
[OpenEXR_Viewers-nonfree/f35] (3 commits) ...Sync fedora spec
by Nicolas Chauvet
Summary of changes:
721b63b... Add openexr_viewers-imfheader.patch (*)
c9ef5b5... openexr_viewers-gcc-11-fixes.patch (*)
20729f9... Sync fedora spec (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[OpenEXR_Viewers-nonfree] Sync fedora spec
by Nicolas Chauvet
commit 20729f99330788ac244bdf858bf7295e62650284
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jan 3 17:00:35 2022 +0100
Sync fedora spec
OpenEXR_Viewers-nonfree.spec | 63 ++++++++++++++++++++++++++++++++------------
1 file changed, 46 insertions(+), 17 deletions(-)
---
diff --git a/OpenEXR_Viewers-nonfree.spec b/OpenEXR_Viewers-nonfree.spec
index 36c6092..1772a95 100644
--- a/OpenEXR_Viewers-nonfree.spec
+++ b/OpenEXR_Viewers-nonfree.spec
@@ -14,7 +14,7 @@
Name: %{real_name}
Version: 2.3.0
-Release: 1%{?dist}
+Release: 8%{?dist}
Summary: Viewers programs for OpenEXR
License: AMPAS BSD
@@ -24,6 +24,8 @@ Source0: https://github.com/%{project}/%{project}/releases/download/v%{version}/
ExclusiveArch: i686 x86_64
Patch1: openexr_viewers-2.0.1-dso.patch
+Patch2: openexr_viewers-gcc-11-fixes.patch
+Patch3: openexr_viewers-imfheader.patch
BuildRequires: make
BuildRequires: libtool
@@ -74,6 +76,8 @@ This package contains documentation files for %{name}.
%setup -q -n openexr_viewers-%{version}
%patch1 -p1 -b .dso
+%patch2 -p1 -b .gcc11
+%patch3 -p1 -b .imfh
%if "%{_lib}" == "lib64"
sed -i -e 's|ACTUAL_PREFIX/lib/CTL|ACTUAL_PREFIX/lib64/CTL|' configure.ac
@@ -137,43 +141,68 @@ fi
%endif
%changelog
-* Sun Aug 08 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0-1
-- Update to 2.3.0
+* Mon Jan 03 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0-8
+- Fix FTBFS
-* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.1-2
+* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-* Thu Feb 04 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.2.1-1
-- 2.2.1
+* Mon Jan 25 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.0-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.0-10
+* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.0-9
+* Thu Apr 02 2020 Björn Esser <besser82(a)fedoraproject.org> - 2.3.0-4
+- Fix string quoting for rpm >= 4.16
+
+* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.0-8
+* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.0-7
+* Tue Apr 02 2019 Richard Shaw <hobbes1069(a)gmail.com> - 2.3.0-1
+- Update to 2.3.0.
+
+* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2.0-6
-- Rebuilt for Fedora 29 Mass Rebuild binutils issue
+* Mon Oct 01 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.1-1
+- Update to 2.2.1
-* Fri Jul 27 2018 RPM Fusion Release Engineering <sergio(a)serjux.com> - 2.2.0-5
+* Thu Jul 19 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.0-11
+- Spec clean-up
+- Enable CTL with 1.5.2 update
+
+* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2.2.0-4
+* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.2.0-3
+* Wed Aug 02 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
+
+* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-* Sat Mar 25 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.2.0-2
+* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-* Wed Jul 20 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.2.0-1
+* Wed Feb 03 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Tue Jun 16 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.2.0-3
+- Rebuilt for GCC 5 C++11 ABI change
+
+* Thu Feb 19 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2.2.0-2
+- rebuild (fltk)
+
+* Tue Nov 25 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.2.0-1
- 2.2.0
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.0-3
2 years, 10 months