[vdr-skindesigner] Update to 1.2.8.2
by Martin Gansser
commit 0ec572c3e8cbc5e2d19aa61fd1b0d7ea475f1ef8
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Feb 10 16:04:30 2020 +0100
Update to 1.2.8.2
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8df0e97..e637755 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ vdr-plugin-skindesigner-0.9.5.tar.bz2
/skindesigner.diff.gz
/vdr-plugin-skindesigner-1.2.8.tar.bz2
/vdr-plugin-skindesigner-1.2.8.1.tar.bz2
+/vdr-plugin-skindesigner-1.2.8.2.tar.bz2
diff --git a/sources b/sources
index 0bf9182..df3b73a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-plugin-skindesigner-1.2.8.1.tar.bz2) = 69482a8875df8c665559d09ba01aee898de650c176dd5af2495e1a05fa4fcaa25fc87df270191feb003f4cd1c41a45e68c74ccb909eb203e919e814d24e89f27
+SHA512 (vdr-plugin-skindesigner-1.2.8.2.tar.bz2) = 4c4c55755a416da287236637c6c5d826481251f9bc53d81864a9f490ce51c9540d97024ae909936d68409a62ada7778bc2953449264b3bb1da3b89ea04e02936
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 8e88ca8..2457d90 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,8 +1,8 @@
%global sname skindesigner
Name: vdr-skindesigner
-Version: 1.2.8.1
-Release: 2%{?dist}
+Version: 1.2.8.2
+Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-skindesigner
@@ -122,6 +122,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Mon Feb 10 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.8.2-1
+- Update to 1.2.8.2
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 9 months
[steam] Fix environment
by Simone Caronni
Summary of changes:
eb6d984... Fix environment (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[steam/f31] Fix environment
by Simone Caronni
Summary of changes:
eb6d984... Fix environment (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[steam/f30] Fix environment
by Simone Caronni
Summary of changes:
eb6d984... Fix environment (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[steam/el8] Fix environment
by Simone Caronni
commit eb6d9843fe266c63ad6fb17c692f3cd19bd8bd08
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Feb 9 21:19:39 2020 +0100
Fix environment
steam.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/steam.sh b/steam.sh
index 8d8ac90..0fcb37a 100644
--- a/steam.sh
+++ b/steam.sh
@@ -2,13 +2,13 @@
# libraries, which should let Steam work out of the box with open-source
# graphics drivers on modern distributions. If using an older distribution or
# running into problems, set variable at 0 to revert to the previous behavior.
-# STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
+# export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
# Unify close-to-tray behavior with other platforms. If using a distribution
# that doesn't have proper compatible tray support set variable at 0.
-STEAM_FRAME_FORCE_CLOSE=1
+export STEAM_FRAME_FORCE_CLOSE=1
# Do not minimize main Steam window after losing focus (i.e. exiting a game in
# Steam Remote Play.
# https://github.com/ValveSoftware/steam-for-linux/issues/4611
-SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
+export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
4 years, 9 months
[steam/el7] Fix environment
by Simone Caronni
commit 672c606997712a00708ea0330a1660767407f2c8
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Feb 9 21:19:39 2020 +0100
Fix environment
steam.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/steam.sh b/steam.sh
index 8d8ac90..0fcb37a 100644
--- a/steam.sh
+++ b/steam.sh
@@ -2,13 +2,13 @@
# libraries, which should let Steam work out of the box with open-source
# graphics drivers on modern distributions. If using an older distribution or
# running into problems, set variable at 0 to revert to the previous behavior.
-# STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
+# export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
# Unify close-to-tray behavior with other platforms. If using a distribution
# that doesn't have proper compatible tray support set variable at 0.
-STEAM_FRAME_FORCE_CLOSE=1
+export STEAM_FRAME_FORCE_CLOSE=1
# Do not minimize main Steam window after losing focus (i.e. exiting a game in
# Steam Remote Play.
# https://github.com/ValveSoftware/steam-for-linux/issues/4611
-SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
+export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
4 years, 9 months
[steam] Update udev patch
by Simone Caronni
Summary of changes:
a2e33ff... Update udev patch (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[steam/f31] Update udev patch
by Simone Caronni
Summary of changes:
a2e33ff... Update udev patch (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[steam/f30] Update udev patch
by Simone Caronni
Summary of changes:
a2e33ff... Update udev patch (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months