[steam/el8] Update changelog
by Simone Caronni
commit 6a7654e93265d6541c81c92599278415bcddf37e
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Fri Dec 18 10:07:21 2020 +0100
Update changelog
steam.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index a9f4926..b584cdd 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.68
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
License: Steam License Agreement and MIT
@@ -208,6 +208,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Wed Dec 16 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0.68-3
+- Switch to boolean deps for pipewire/pa alsa support
+
* Fri Dec 04 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.68-2
- Require xdg-desktop-portal for Proton.
3 years, 11 months
[steam/el8] Switch to boolean deps for pipewire/pa alsa support
by Simone Caronni
commit 8858cdaa80cee67bd8717448d6ba4acd3320204e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Dec 16 10:22:26 2020 +0100
Switch to boolean deps for pipewire/pa alsa support
steam.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/steam.spec b/steam.spec
index 80634fe..a9f4926 100644
--- a/steam.spec
+++ b/steam.spec
@@ -107,7 +107,11 @@ Requires: libdbusmenu-gtk3%{?_isa} >= 16.04.0
Requires: libatomic%{?_isa}
# Required by Shank
+%if 0%{?fedora} || 0%{?rhel} >= 8
+Requires: (alsa-plugins-pulseaudio%{?_isa} or pipewire-alsa%{?_isa})
+%else
Requires: alsa-plugins-pulseaudio%{?_isa}
+%endif
# Game performance is increased with gamemode (for games that support it)
%if 0%{?fedora} || 0%{?rhel} >= 8
3 years, 11 months
[steam/el7] Update changelog
by Simone Caronni
commit 25758361aba502b38fda4352a55255f55d644747
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Fri Dec 18 10:07:21 2020 +0100
Update changelog
steam.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index a0e6e6e..ae38d5e 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.68
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
License: Steam License Agreement and MIT
@@ -208,6 +208,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Wed Dec 16 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0.68-3
+- Switch to boolean deps for pipewire/pa alsa support
+
* Fri Dec 04 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.68-2
- Require xdg-desktop-portal for Proton.
3 years, 11 months
[steam/el7] Switch to boolean deps for pipewire/pa alsa support
by Simone Caronni
commit 6cd0f7e30133f5fac18913ca2a488dd10cc8a4c2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Dec 16 10:22:26 2020 +0100
Switch to boolean deps for pipewire/pa alsa support
steam.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/steam.spec b/steam.spec
index ca6cd01..a0e6e6e 100644
--- a/steam.spec
+++ b/steam.spec
@@ -107,7 +107,11 @@ Requires: libdbusmenu-gtk3%{?_isa} >= 16.04.0
Requires: libatomic%{?_isa}
# Required by Shank
+%if 0%{?fedora} || 0%{?rhel} >= 8
+Requires: (alsa-plugins-pulseaudio%{?_isa} or pipewire-alsa%{?_isa})
+%else
Requires: alsa-plugins-pulseaudio%{?_isa}
+%endif
# Game performance is increased with gamemode (for games that support it)
%if 0%{?fedora} || 0%{?rhel} >= 8
3 years, 11 months
[clipgrab/f32] Update to 3.9.6
by Martin Gansser
Summary of changes:
7e043b8... Update to 3.9.6 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 11 months
[clipgrab/f33] Update to 3.9.6
by Martin Gansser
Summary of changes:
7e043b8... Update to 3.9.6 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 11 months
[clipgrab] Update to 3.9.6
by Martin Gansser
commit 7e043b8335545fdb87fd10e85f31208777285016
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Dec 17 17:31:17 2020 +0100
Update to 3.9.6
.gitignore | 1 +
clipgrab.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4db3f0..a391a2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ clipgrab-3.5.5.tar.gz
/clipgrab-3.9.2.tar.gz
/clipgrab-3.9.4.tar.gz
/clipgrab-3.9.5.tar.gz
+/clipgrab-3.9.6.tar.gz
diff --git a/clipgrab.spec b/clipgrab.spec
index 6f2ba51..f0a2970 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,5 +1,5 @@
Name: clipgrab
-Version: 3.9.5
+Version: 3.9.6
Release: 1%{?dist}
License: GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
@@ -48,6 +48,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%{_datadir}/applications/clipgrab.desktop
%changelog
+* Thu Dec 17 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.9.6-1
+- Update to 3.9.6
+
* Sat Nov 28 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.9.5-1
- Update to 3.9.5
diff --git a/sources b/sources
index 174bb86..1fdd8ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clipgrab-3.9.5.tar.gz) = 31d68714cf57b43d19f3788a10e371489f5f3e1b15f966410f63b8e4f4633fa04a0dacd484c584929486fe0cb98955f762fc094f01f3f2d3ffd5ba87e5855d24
+SHA512 (clipgrab-3.9.6.tar.gz) = a55ecbf3573fcf6859a52546d2bdb33d1d2e298e84a94aa6edf0b6a42a4295a56f65ef98e0f889cfed5b0bcd55975680084358c69afcee9394c6c1613952c747
3 years, 11 months
[vdr-skindesigner] Update to 1.2.8.6
by Martin Gansser
commit e282fb6514bbe8b7e9e8ae5f0cb0f5e7a688cb4c
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Dec 17 14:11:34 2020 +0100
Update to 1.2.8.6
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f99d5b..4a90456 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ vdr-plugin-skindesigner-0.9.5.tar.bz2
/vdr-plugin-skindesigner-1.2.8.2.tar.bz2
/vdr-plugin-skindesigner-1.2.8.4.tar.bz2
/vdr-plugin-skindesigner-1.2.8.5.tar.bz2
+/vdr-plugin-skindesigner-1.2.8.6.tar.bz2
diff --git a/sources b/sources
index 9772b25..a1317d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-plugin-skindesigner-1.2.8.5.tar.bz2) = 8a077873218947aeb5aa6e41d9f77679524bac6b6ac6985dbe922343d64807df455be9a283c5f996878dedb4bf9285fc767254023443089563e8de55152a6c8e
+SHA512 (vdr-plugin-skindesigner-1.2.8.6.tar.bz2) = 43420a785b4c3f91b7e16114dbb1ea355d1f148814908d9894a1619a9e3872ee27be8bb9d6786b6ef80c000745d447948e5c291a5c6169e903583f234234ea36
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 17dfbf6..30b0774 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,8 +1,8 @@
%global sname skindesigner
Name: vdr-skindesigner
-Version: 1.2.8.5
-Release: 2%{?dist}
+Version: 1.2.8.6
+Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-skindesigner
@@ -123,6 +123,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Thu Dec 17 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.8.6-1
+- Update to 1.2.8.6
+
* Wed Oct 21 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.8.5-2
- Rebuilt for new VDR API version
3 years, 11 months