[libheif] Drop fedora case now that el9 has all of them
by Nicolas Chauvet
commit 55fc3f6f0b2c34aaf2b47c0f18781d5d0fabc547
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 16 13:20:53 2022 +0100
Drop fedora case now that el9 has all of them
libheif.spec | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/libheif.spec b/libheif.spec
index 4e81dc9..f8f6bcd 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -14,15 +14,11 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(aom)
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(libde265)
-%if 0%{?fedora}
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(rav1e)
%ifarch x86_64
BuildRequires: pkgconfig(SvtAv1Enc)
%endif
-%else
-BuildRequires: libjpeg-devel
-%endif
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(x265)
2 years, 1 month
[python-vlc] Update to 3.0.18121
by Leigh Scott
commit e2b7d468ab9111278e1469f92c79f1900f36ccdb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Nov 16 12:18:04 2022 +0000
Update to 3.0.18121
.gitignore | 1 +
python-vlc.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e86999f..cbbeab9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ python-vlc-1.1.0-20141115git.tar.bz2
/python-vlc-3.0.10114.tar.gz
/python-vlc-3.0.11115.tar.gz
/python-vlc-3.0.16120.tar.gz
+/python-vlc-3.0.18121.tar.gz
diff --git a/python-vlc.spec b/python-vlc.spec
index 0135b36..6b2e01c 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -4,8 +4,8 @@
%global desc This package provides a python interface to control VLC Media Player.
Name: python-%{srcname}
-Version: 3.0.16120
-Release: 3%{?dist}
+Version: 3.0.18121
+Release: 1%{?dist}
Summary: %{sum}
License: LGPLv2+
@@ -57,6 +57,9 @@ chmod +x %{buildroot}%{python3_sitelib}/vlc.py
%{python3_sitelib}/python_vlc-%{version}-py%{python3_version}.egg-info
%changelog
+* Wed Nov 16 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.18121-1
+- Update to 3.0.18121
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.0.16120-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 95085b1..e048ced 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-vlc-3.0.16120.tar.gz) = 8acf6e8bfe0bacc13b6c4c58fd2e5bc2f6040c47dcdce513aa6560eb09301c1a9a6c78125e491735b1898b11a6194465bf3076b653ddbf6caff9b49e7c15b975
+SHA512 (python-vlc-3.0.18121.tar.gz) = 3b5d44142c073dc5a98b6c62bbd4f675434aef9a5eb24f0c80ab19bc29a63877b6c4ab5cf56233c5f2fa0a5b40cc9c48583a8868fea5c351a8d751e32f51d807
2 years, 1 month
[ffmpeg/f37] Rebuilt
by Nicolas Chauvet
Summary of changes:
0ef1463... Rebuilt (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[ffmpeg/el9] Rebuilt
by Nicolas Chauvet
Summary of changes:
0ef1463... Rebuilt (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[ffmpeg] Rebuilt
by Nicolas Chauvet
commit 0ef14631c85574a1500aac5acf8ec9f3987aab3b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 16 12:56:27 2022 +0100
Rebuilt
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 14c192f..9319309 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -116,7 +116,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 5.1.2
-Release: 3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 4%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -521,6 +521,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Wed Nov 16 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 5.1.2-4
+- rebuilt
+
* Mon Oct 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.2-3
- Disable rtmp because of rfbz: 6441 & 2399
2 years, 1 month