[vdr-markad/f37] Update to 3.3.1
by Martin Gansser
Summary of changes:
7c8caae... Update to 3.3.1 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 4 months
[vdr-markad/f38] Update to 3.3.1
by Martin Gansser
Summary of changes:
7c8caae... Update to 3.3.1 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 4 months
[vdr-markad] Update to 3.3.1
by Martin Gansser
commit 7c8caae8a41e61314f6ee8998fce7b41e2cc6b7a
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Jul 7 10:36:11 2023 +0200
Update to 3.3.1
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5121a26..b3336cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,3 +67,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.2.8.tar.gz
/vdr-markad-3.2.9.tar.gz
/vdr-markad-3.3.0.tar.gz
+/vdr-markad-3.3.1.tar.gz
diff --git a/sources b/sources
index 6cc7594..c66e2d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.3.0.tar.gz) = 1bcc5cdd2bbac1f3f4f00f978775b0b9ad26d09c81749267dd3f7c1111f1d303992f80479120c7df1ee3375ad5224d209b6b7bcf903325ef94cae1f5e2e8bdc4
+SHA512 (vdr-markad-3.3.1.tar.gz) = 74a7cd993a978f808395b335a99d930dc33ad9243034e53c7e8387c1db12fbd352e556b0c92aa2ab53f1de862cd0fde82fc0fbc146cc21bb41c52dbce677eae9
diff --git a/vdr-markad.spec b/vdr-markad.spec
index e55a9d2..9bc9546 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -5,7 +5,7 @@
%endif
Name: vdr-markad
-Version: 3.3.0
+Version: 3.3.1
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -71,6 +71,9 @@ fi
%doc html
%changelog
+* Fri Jul 07 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 3.3.1-1
+- Update to 3.3.1
+
* Fri Jun 23 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 3.3.0-1
- Update to 3.3.0
1 year, 4 months
[xpra-codecs-freeworld] fixed the build, sync with fedora
by Sérgio M. Basto
commit afb33f46dd16af87f62d977e0286fa3d0da8d7b0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jul 6 10:59:38 2023 +0100
fixed the build, sync with fedora
xpra-codecs-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 871a050..bac9ba6 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -64,7 +64,7 @@ BuildRequires: pandoc
# needs by setup.py to detect systemd `sd_listen_ENABLED = POSIX and pkg_config_ok("--exists", "libsystemd")`
BuildRequires: systemd-devel
%if 0%{?fedora}
-BuildRequires: pkgconfig(libprocps)
+BuildRequires: procps-ng-devel
%endif
BuildRequires: pkgconfig(libavif)
BuildRequires: pkgconfig(libqrencode)
1 year, 4 months
[nvidia-kmod] Fix rfbz#6719
by Leigh Scott
commit e1c244f1f3b42788da40d4176f3dc25d4e6e1732
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jul 5 12:07:28 2023 +0100
Fix rfbz#6719
nvidia-kmod.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 2df487e..1ee6bd8 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -24,7 +24,7 @@ Patch0: make_modeset_default.patch
ExclusiveArch: x86_64 aarch64
# get the needed BuildRequires (in parts depending on what we build for)
-%global AkmodsBuildRequires %{_bindir}/kmodtool, xorg-x11-drv-nvidia-kmodsrc >= %{epoch}:%{version}-1
+%global AkmodsBuildRequires %{_bindir}/kmodtool, xorg-x11-drv-nvidia-kmodsrc = %{epoch}:%{version}
BuildRequires: %{AkmodsBuildRequires}
%{!?kernels:BuildRequires: gcc, elfutils-libelf-devel, buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
1 year, 4 months