[gnome-mpv/f33] (2 commits) ...fix
by Leigh Scott
Summary of changes:
1812dd3... Rebuild for new mpv (*)
5a7b16c... fix (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 12 months
[celluloid/f33] (2 commits) ...fix
by Leigh Scott
Summary of changes:
1ab28b8... Rebuild for new mpv (*)
bcf8057... fix (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 12 months
[mpv/f33] (3 commits) ...Enable legacy X11 vdpau
by Leigh Scott
Summary of changes:
efcb2fb... Rebuild for new libdvdread (*)
25bdd1c... Update to 0.33.0 (*)
3f010b8... Enable legacy X11 vdpau (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 12 months
[rpmfusion-packager] Using https for koji cli configuration
by Sérgio M. Basto
commit 06757a79b3981175657594c1f26a57bee7ee3457
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 24 16:25:13 2020 +0000
Using https for koji cli configuration
.gitignore | 1 +
rpmfusion-packager.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 907c708..ed68259 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ rpmfusion-packager-0.4.tar.bz2
/rpmfusion-packager-0.6.8.tar.gz
/rpmfusion-packager-0.7.0.tar.gz
/rpmfusion-packager-0.7.1.tar.gz
+/rpmfusion-packager-0.7.2.tar.gz
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index 950d598..f547065 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -11,7 +11,7 @@
%endif
Name: rpmfusion-packager
-Version: 0.7.1
+Version: 0.7.2
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
@@ -125,6 +125,9 @@ pathfix.py -pni %{python3} src/*.py
%endif
%changelog
+* Tue Nov 24 2020 Sérgio Basto <sergio(a)serjux.com> 0.7.2-1
+- Using https for koji cli configuration
+
* Sun Nov 22 2020 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
- Drop serverca parameters, it means the koji client will use the system
certificates, not a given hardcoded one
diff --git a/sources b/sources
index 736d620..2abf8ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rpmfusion-packager-0.7.1.tar.gz) = 33889b9492953462a885aab9533d7998201be7344e8ffeeb75fb5b0a66e9c8eed7ad195d955e812fee0fde0213028db16f5a946dffeea14ac21c1f63d9572514
+SHA512 (rpmfusion-packager-0.7.2.tar.gz) = 3e78466d888b5af9736d8f0acfa61370e9ee728ff391a917dc2da4e71292736ca02865a0022c7eee9a4894cfc0483674560f716a06e6ebf52391c134852f5064
3 years, 12 months
[ffmpeg] Update cuda to 11.1
by Nicolas Chauvet
commit 5ac0eb4da2740c279df5804aa11458d5cf75d463
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Nov 24 17:07:11 2020 +0100
Update cuda to 11.1
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 0751495..0dfa3ee 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -68,7 +68,7 @@
# extras flags
%if 0%{!?_cuda_version:1}
-%global _cuda_version 10.2
+%global _cuda_version 11.1
%endif
%global _cuda_version_rpm %(echo %{_cuda_version} | sed -e 's/\\./-/')
%global _cuda_bindir %{_cuda_prefix}/bin
3 years, 12 months