[python-ffmpeg-progress-yield] Initial package.
by Sérgio M. Basto
commit 70a1a02a248ba58bca5e16c4c02a9d219072922d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 10 16:30:24 2022 +0000
Initial package.
.gitignore | 1 +
python-ffmpeg-progress-yield.spec | 50 +++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 52 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9023def 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ffmpeg-progress-yield-0.2.0.tar.gz
diff --git a/python-ffmpeg-progress-yield.spec b/python-ffmpeg-progress-yield.spec
new file mode 100644
index 0000000..37e41da
--- /dev/null
+++ b/python-ffmpeg-progress-yield.spec
@@ -0,0 +1,50 @@
+# Created by pyp2rpm-3.3.7
+%global pypi_name ffmpeg-progress-yield
+%global pypi_version 0.2.0
+
+Name: python-%{pypi_name}
+Version: %{pypi_version}
+Release: 1%{?dist}
+Summary: Run an ffmpeg command with progress
+
+License: MIT
+URL: https://github.com/slhck/ffmpeg-progress-yield
+Source0: %{pypi_source}
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3dist(setuptools)
+
+%description
+Run an ffmpeg command with its progress yielded.
+
+%package -n python3-%{pypi_name}
+Summary: %{summary}
+%{?python_provide:%python_provide python3-%{pypi_name}}
+
+Requires: python3dist(setuptools)
+%description -n python3-%{pypi_name}
+Run an ffmpeg command with its progress yielded.
+
+
+%prep
+%autosetup -n %{pypi_name}-%{pypi_version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%files -n python3-%{pypi_name}
+%license LICENSE
+%doc README.md
+%{_bindir}/ffmpeg-progress-yield
+%{python3_sitelib}/ffmpeg_progress_yield
+%{python3_sitelib}/ffmpeg_progress_yield-%{pypi_version}-py%{python3_version}.egg-info
+
+%changelog
+* Tue Jan 04 2022 Sérgio Basto <sergio(a)serjux.com> - 0.2.0-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..b997735 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ffmpeg-progress-yield-0.2.0.tar.gz) = 352fa76cd85b9c7c98571315f89f80e9f86f46a35b3d44f1d2013dd637fa32a01dbebfa23a4b09b5f441e40906ef5ab46e4c6dc28c00d63f136a1ff445ac61c6
2 years, 11 months
[compat-ffmpeg4] Initial build
by Leigh Scott
commit 88a45388d5e657675b5cb8581c349105b5aa3c4b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 10 13:23:09 2022 +0000
Initial build
.gitignore | 1 +
compat-ffmpeg4.spec | 334 ++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 336 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..20c477f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ffmpeg-4.3.3.tar.xz
diff --git a/compat-ffmpeg4.spec b/compat-ffmpeg4.spec
new file mode 100644
index 0000000..aa53f9e
--- /dev/null
+++ b/compat-ffmpeg4.spec
@@ -0,0 +1,334 @@
+%undefine _package_note_file
+
+# Cuda and others are only available on some arches
+%if 0%{?el7}
+%global _without_aom 1
+%global _without_dav1d 1
+%global _without_frei0r 1
+%global _without_opus 1
+%global _without_vpx 1
+%endif
+
+%if 0%{?fedora} || 0%{?rhel} > 7
+%ifarch x86_64
+%global _with_mfx 1
+%endif
+%endif
+
+# Disable nvenc when not relevant
+%ifnarch x86_64 aarch64
+%global _without_nvenc 1
+%endif
+
+%if 0%{?_without_gpl}
+%global lesser L
+%endif
+
+%if 0%{!?_without_amr} || 0%{?_with_gmp}
+%global ffmpeg_license %{?lesser}GPLv3+
+%else
+%global ffmpeg_license %{?lesser}GPLv2+
+%endif
+
+Summary: Digital VCR and streaming server
+Name: compat-ffmpeg4
+Version: 4.3.3
+Release: 1%{?dist}
+License: %{ffmpeg_license}
+URL: http://ffmpeg.org/
+Source0: %{url}/releases/ffmpeg-%{version}.tar.xz
+
+BuildRequires: gcc
+BuildRequires: alsa-lib-devel
+BuildRequires: bzip2-devel
+%{?_with_faac:BuildRequires: faac-devel}
+%{?_with_fdk_aac:BuildRequires: fdk-aac-devel}
+%{?_with_flite:BuildRequires: flite-devel}
+BuildRequires: fontconfig-devel
+BuildRequires: freetype-devel
+BuildRequires: fribidi-devel
+%{!?_without_frei0r:BuildRequires: frei0r-devel}
+%{?_with_gme:BuildRequires: game-music-emu-devel}
+BuildRequires: gnutls-devel
+BuildRequires: gsm-devel
+%{?_with_ilbc:BuildRequires: ilbc-devel}
+BuildRequires: lame-devel >= 3.98.3
+%{!?_without_jack:BuildRequires: jack-audio-connection-kit-devel}
+%{!?_without_ladspa:BuildRequires: ladspa-devel}
+%{!?_without_aom:BuildRequires: libaom-devel}
+%{!?_without_dav1d:BuildRequires: libdav1d-devel >= 0.2.1}
+%{!?_without_ass:BuildRequires: libass-devel}
+%{!?_without_bluray:BuildRequires: libbluray-devel}
+%{?_with_bs2b:BuildRequires: libbs2b-devel}
+%{?_with_caca:BuildRequires: libcaca-devel}
+%{!?_without_cdio:BuildRequires: libcdio-paranoia-devel}
+%{?_with_chromaprint:BuildRequires: libchromaprint-devel}
+%{?_with_crystalhd:BuildRequires: libcrystalhd-devel}
+%if 0%{?_with_ieee1394}
+BuildRequires: libavc1394-devel
+BuildRequires: libdc1394-devel
+BuildRequires: libiec61883-devel
+%endif
+BuildRequires: libdrm-devel
+BuildRequires: libgcrypt-devel
+BuildRequires: libGL-devel
+BuildRequires: libmodplug-devel
+BuildRequires: libmysofa-devel
+BuildRequires: libopenmpt-devel
+BuildRequires: librsvg2-devel
+%{?_with_rtmp:BuildRequires: librtmp-devel}
+BuildRequires: libssh-devel
+BuildRequires: libtheora-devel
+BuildRequires: libv4l-devel
+%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
+BuildRequires: libvdpau-devel
+BuildRequires: libvorbis-devel
+%{?!_without_vpx:BuildRequires: libvpx-devel >= 1.4.0}
+%{?_with_mfx:BuildRequires: pkgconfig(libmfx) >= 1.23-1}
+%ifarch %{ix86} x86_64
+BuildRequires: nasm
+%endif
+%{?_with_webp:BuildRequires: libwebp-devel}
+%{?_with_netcdf:BuildRequires: netcdf-devel}
+%{?_with_rpi:BuildRequires: raspberrypi-vc-devel}
+%{!?_without_nvenc:BuildRequires: nv-codec-headers}
+%{!?_without_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
+%{?_with_omx:BuildRequires: libomxil-bellagio-devel}
+BuildRequires: libxcb-devel
+BuildRequires: libxml2-devel
+%{!?_without_openal:BuildRequires: openal-soft-devel}
+%if 0%{!?_without_opencl:1}
+BuildRequires: opencl-headers ocl-icd-devel
+%{?fedora:Recommends: opencl-icd}
+%endif
+%{?_with_opencv:BuildRequires: opencv-devel}
+BuildRequires: openjpeg2-devel
+%{!?_without_opus:BuildRequires: opus-devel >= 1.1.3}
+%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
+BuildRequires: perl(Pod::Man)
+%{?_with_rubberband:BuildRequires: rubberband-devel}
+%{?_with_snappy:BuildRequires: snappy-devel}
+BuildRequires: soxr-devel
+BuildRequires: speex-devel
+BuildRequires: pkgconfig(srt)
+%{?_with_tesseract:BuildRequires: tesseract-devel}
+#BuildRequires: texi2html
+BuildRequires: texinfo
+%{?_with_twolame:BuildRequires: twolame-devel}
+%{?_with_wavpack:BuildRequires: wavpack-devel}
+%{!?_without_vidstab:BuildRequires: vid.stab-devel}
+%{!?_without_x264:BuildRequires: x264-devel >= 0.0.0-0.31}
+%{!?_without_x265:BuildRequires: x265-devel}
+%{!?_without_xvid:BuildRequires: xvidcore-devel}
+BuildRequires: zimg-devel >= 2.7.0
+BuildRequires: zlib-devel
+%{?_with_zmq:BuildRequires: zeromq-devel}
+%{!?_without_zvbi:BuildRequires: zvbi-devel}
+
+%description
+FFmpeg is a complete and free Internet live audio and video
+broadcasting solution for Linux/Unix. It also includes a digital
+VCR. It can encode in real time in many formats including MPEG1 audio
+and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
+
+!!! BIG FAT WARNING!!!
+This package is made for compatibility with older components
+It is not intended to be used in insecure environment.
+
+%package devel
+Summary: Development package for %{name}
+Requires: %{name}%{_isa} = %{version}-%{release}
+Requires: pkgconfig
+
+%description devel
+FFmpeg is a complete and free Internet live audio and video
+broadcasting solution for Linux/Unix. It also includes a digital
+VCR. It can encode in real time in many formats including MPEG1 audio
+and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
+This package contains development files for %{name}
+
+# Don't use the %%configure macro as this is not an autotool script
+%global ff_configure \
+./configure \\\
+ --prefix=%{_prefix} \\\
+ --bindir=%{_bindir} \\\
+ --datadir=%{_datadir}/%{name} \\\
+ --docdir=%{_docdir}/%{name} \\\
+ --incdir=%{_includedir}/%{name} \\\
+ --libdir=%{_libdir}/%{name} \\\
+ --mandir=%{_mandir} \\\
+ --arch=%{_target_cpu} \\\
+ --optflags="%{optflags}" \\\
+ --extra-ldflags="%{?__global_ldflags}" \\\
+ --disable-manpages \\\
+ %{!?_without_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\
+ --enable-bzlib \\\
+ %{?_with_chromaprint:--enable-chromaprint} \\\
+ %{!?_with_crystalhd:--disable-crystalhd} \\\
+ --enable-fontconfig \\\
+ %{!?_without_frei0r:--enable-frei0r} \\\
+ --enable-gcrypt \\\
+ %{?_with_gmp:--enable-gmp --enable-version3} \\\
+ --enable-gnutls \\\
+ %{!?_without_ladspa:--enable-ladspa} \\\
+ %{!?_without_aom:--enable-libaom} \\\
+ %{!?_without_dav1d:--enable-libdav1d} \\\
+ %{!?_without_ass:--enable-libass} \\\
+ %{!?_without_bluray:--enable-libbluray} \\\
+ %{?_with_bs2b:--enable-libbs2b} \\\
+ %{?_with_caca:--enable-libcaca} \\\
+ %{?_with_cuvid:--enable-cuvid --enable-nonfree} \\\
+ %{!?_without_cdio:--enable-libcdio} \\\
+ %{?_with_ieee1394:--enable-libdc1394 --enable-libiec61883} \\\
+ --enable-libdrm \\\
+ %{?_with_faac:--enable-libfaac --enable-nonfree} \\\
+ %{?_with_fdk_aac:--enable-libfdk-aac --enable-nonfree} \\\
+ %{?_with_flite:--enable-libflite} \\\
+ %{!?_without_jack:--enable-libjack} \\\
+ --enable-libfreetype \\\
+ %{!?_without_fribidi:--enable-libfribidi} \\\
+ %{?_with_gme:--enable-libgme} \\\
+ --enable-libgsm \\\
+ %{?_with_ilbc:--enable-libilbc} \\\
+ %{?_with_libnpp:--enable-libnpp --enable-nonfree} \\\
+ --enable-libmp3lame \\\
+ --enable-libmysofa \\\
+ %{?_with_netcdf:--enable-netcdf} \\\
+ %{?_with_mmal:--enable-mmal} \\\
+ %{!?_without_nvenc:--enable-nvenc} \\\
+ %{?_with_omx:--enable-omx} \\\
+ %{?_with_omx_rpi:--enable-omx-rpi} \\\
+ %{!?_without_openal:--enable-openal} \\\
+ %{!?_without_opencl:--enable-opencl} \\\
+ %{?_with_opencv:--enable-libopencv} \\\
+ %{!?_without_opengl:--enable-opengl} \\\
+ --enable-libopenjpeg \\\
+ --enable-libopenmpt \\\
+ %{!?_without_opus:--enable-libopus} \\\
+ %{!?_without_pulse:--enable-libpulse} \\\
+ --enable-librsvg \\\
+ %{?_with_rtmp:--enable-librtmp} \\\
+ %{?_with_rubberband:--enable-librubberband} \\\
+ %{?_with_snappy:--enable-libsnappy} \\\
+ --enable-libsoxr \\\
+ --enable-libspeex \\\
+ --enable-libssh \\\
+ %{?_with_tesseract:--enable-libtesseract} \\\
+ --enable-libtheora \\\
+ %{?_with_twolame:--enable-libtwolame} \\\
+ --enable-libvorbis \\\
+ --enable-libv4l2 \\\
+ %{!?_without_vidstab:--enable-libvidstab} \\\
+ %{!?_without_vpx:--enable-libvpx} \\\
+ %{?_with_webp:--enable-libwebp} \\\
+ %{!?_without_x264:--enable-libx264} \\\
+ %{!?_without_x265:--enable-libx265} \\\
+ %{!?_without_xvid:--enable-libxvid} \\\
+ --enable-libxml2 \\\
+ --enable-libzimg \\\
+ %{?_with_zmq:--enable-libzmq} \\\
+ %{!?_without_zvbi:--enable-libzvbi} \\\
+ --enable-avfilter \\\
+ --enable-libmodplug \\\
+ --enable-postproc \\\
+ --enable-pthreads \\\
+ --disable-static \\\
+ --enable-shared \\\
+ %{!?_without_gpl:--enable-gpl} \\\
+ --disable-debug \\\
+ --disable-stripping
+
+
+%prep
+%autosetup -p1 -n ffmpeg-%{version}
+
+# fix -O3 -g in host_cflags
+sed -i "s|check_host_cflags -O3|check_host_cflags %{optflags}|" configure
+
+%build
+%{ff_configure}\
+ --shlibdir=%{_libdir} \
+ --disable-doc \
+ --disable-ffmpeg --disable-ffplay --disable-ffprobe \
+%ifnarch %{ix86}
+ --enable-lto \
+%endif
+%ifarch %{ix86}
+ --cpu=%{_target_cpu} \
+%endif
+ %{?_with_mfx:--enable-libmfx} \
+%ifarch %{ix86} x86_64 %{power64}
+ --enable-runtime-cpudetect \
+%endif
+%ifarch %{power64}
+%ifarch ppc64
+ --cpu=g5 \
+%endif
+%ifarch ppc64p7
+ --cpu=power7 \
+%endif
+%ifarch ppc64le
+ --cpu=power8 \
+%endif
+ --enable-pic \
+%endif
+%ifarch %{arm}
+ --disable-runtime-cpudetect --arch=arm \
+%ifarch armv6hl
+ --cpu=armv6 \
+%endif
+%ifarch armv7hl armv7hnl
+ --cpu=armv7-a \
+ --enable-vfpv3 \
+ --enable-thumb \
+%endif
+%ifarch armv7hl
+ --disable-neon \
+%endif
+%ifarch armv7hnl
+ --enable-neon \
+%endif
+%endif
+ || cat ffbuild/config.log
+
+%make_build V=1
+
+%install
+%make_install V=1
+#Alternative ffmpeg package move headers into a special directory
+if ! [ %{name} == ffmpeg ] ; then
+mkdir -p %{buildroot}%{_libdir}/%{name}/pkgconfig
+for s in %{buildroot}/%{_libdir}/*.so ; do
+ ffmpegsym=`basename ${s}`
+ ffmpeglib=`readlink ${s}`
+ echo "Symlink $ffmpeglib"
+ ln -fs ../${ffmpeglib} \
+ %{buildroot}%{_libdir}/%{name}/${ffmpegsym}
+done
+rm -rf %{buildroot}/%{_libdir}/*.so
+fi
+rm -rf %{buildroot}/%{_datadir}/compat-ffmpeg4/
+
+%ldconfig_scriptlets
+
+
+%files
+%doc CREDITS README.md
+%license COPYING.*
+%{_libdir}/lib*.so.*
+
+
+%files devel
+%doc MAINTAINERS doc/APIchanges doc/*.txt
+%{_includedir}/%{name}
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/pkgconfig
+%{_libdir}/%{name}/pkgconfig/lib*.pc
+%{_libdir}/%{name}/lib*.so
+
+
+%changelog
+* Wed Feb 09 2022 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.3-1
+- Initial build
+
+
diff --git a/sources b/sources
index e69de29..f0aa9bf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ffmpeg-4.3.3.tar.xz) = 5324ee6711006372a7b6ac2d853df2ad5d78411531e79b72dcdb57709ea66b516bc0e6b0d1321c110d3a0acbac716b2b47e90dc673d5807b23d15699f83951e3
2 years, 11 months
[zerotier-one] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
by Sérgio M. Basto
commit c5e7bf84a76b4258253197df0ea960fbcc9559c7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 10 08:32:09 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
zerotier-one.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zerotier-one.spec b/zerotier-one.spec
index e584292..ffab7e9 100644
--- a/zerotier-one.spec
+++ b/zerotier-one.spec
@@ -1,6 +1,6 @@
Name: zerotier-one
Version: 1.8.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Smart Ethernet Switch for Earth
# Boost: README.md
@@ -110,6 +110,9 @@ install -Dpm0644 debian/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
%changelog
+* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.8.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Fri Dec 03 2021 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.8.4-1
- chore(update): 1.8.4
2 years, 11 months
[xv] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
by Sérgio M. Basto
commit 6e1be81c24cd1f5987a2b69da295f4e2710d755c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 10 08:30:50 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
xv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xv.spec b/xv.spec
index a1010b2..fcf741b 100644
--- a/xv.spec
+++ b/xv.spec
@@ -3,7 +3,7 @@
Name: xv
Version: %{vprog}.jumbopatch.%{vjumbo}
-Release: 37%{?dist}
+Release: 38%{?dist}
Summary: Interactive image display program for X
Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
Summary(es.UTF-8): Visualizador de imágenes para X para cuasi todos los formatos de imágenes
@@ -282,6 +282,9 @@ done
%doc %{_docdir}/%{name}-%{vprog}/manuals/
%changelog
+* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.10a.jumbopatch.20070520-38
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.10a.jumbopatch.20070520-37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2 years, 11 months
[xorg-x11-drv-nvidia-470xx] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
by Sérgio M. Basto
commit dc914f3244f84a714e1c1ceae04e1e8ca54ab98c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 10 08:29:20 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
xorg-x11-drv-nvidia-470xx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia-470xx.spec b/xorg-x11-drv-nvidia-470xx.spec
index 11da850..371ad59 100644
--- a/xorg-x11-drv-nvidia-470xx.spec
+++ b/xorg-x11-drv-nvidia-470xx.spec
@@ -25,7 +25,7 @@
Name: xorg-x11-drv-%{_nvidia_serie}
Epoch: 3
Version: 470.103.01
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 470xx series proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -555,6 +555,9 @@ fi ||:
%endif
%changelog
+* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3:470.103.01-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Tue Feb 01 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.103.01-1
- Updated to version 470.103.01.
2 years, 11 months
[xorg-x11-drv-nvidia-390xx] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
by Sérgio M. Basto
commit 5940d4efeecb946566ee7d2913e1c0b602ef7a4c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 10 08:28:48 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
xorg-x11-drv-nvidia-390xx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia-390xx.spec b/xorg-x11-drv-nvidia-390xx.spec
index 9315b7f..1ccca2c 100644
--- a/xorg-x11-drv-nvidia-390xx.spec
+++ b/xorg-x11-drv-nvidia-390xx.spec
@@ -37,7 +37,7 @@
Name: xorg-x11-drv-nvidia-390xx
Epoch: 3
Version: 390.147
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 390xx series proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -584,6 +584,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3:390.147-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Sat Jan 29 2022 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 3:390.147-1
- Update to 390.147 release
2 years, 11 months
[xorg-x11-drv-nvidia-340xx] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
by Sérgio M. Basto
commit 2c9cf7f4e610569099b43bcbbe07ed3dc9695a33
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 10 08:28:33 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
xorg-x11-drv-nvidia-340xx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia-340xx.spec b/xorg-x11-drv-nvidia-340xx.spec
index 7e4b220..9e1cebc 100644
--- a/xorg-x11-drv-nvidia-340xx.spec
+++ b/xorg-x11-drv-nvidia-340xx.spec
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-340xx
Epoch: 1
Version: 340.108
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: NVIDIA's 340xx series proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -519,6 +519,9 @@ fi ||:
%changelog
+* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1:340.108-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Wed Sep 22 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1:340.108-8
- Update arched requires on el8+
- Add Conflicts for newer Xorg releases
2 years, 11 months