[xorg-x11-drv-nvidia-470xx/f36: 2/2] Performed minor formatting.
by Vitaly Zaitsev
commit a641ee97bfc2171768573b2661bc0dbc7ad8cb29
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu May 19 16:17:21 2022 +0200
Performed minor formatting.
xorg-x11-drv-nvidia-470xx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia-470xx.spec b/xorg-x11-drv-nvidia-470xx.spec
index 5e27537..d448a02 100644
--- a/xorg-x11-drv-nvidia-470xx.spec
+++ b/xorg-x11-drv-nvidia-470xx.spec
@@ -401,7 +401,7 @@ fi
if [ "$1" -eq "1" ]; then
%{_grubby} --remove-args='nomodeset' --args='%{_dracutopts}' &>/dev/null
sed -i -e 's/GRUB_CMDLINE_LINUX="/GRUB_CMDLINE_LINUX="%{_dracutopts} /g' %{_sysconfdir}/default/grub
- if [ -f %{_sysconfdir}/gdm/custom.conf ] ; then
+ if [ -f %{_sysconfdir}/gdm/custom.conf ]; then
sed -i -e 's/#WaylandEnable=.*/WaylandEnable=false/' %{_sysconfdir}/gdm/custom.conf
fi
fi || :
@@ -410,7 +410,7 @@ fi || :
if [ "$1" -eq "0" ]; then
%{_grubby} --remove-args='%{_dracutopts}' &>/dev/null
sed -i -e 's/%{_dracutopts} //g' %{_sysconfdir}/default/grub
- if [ -f %{_sysconfdir}/gdm/custom.conf ] ; then
+ if [ -f %{_sysconfdir}/gdm/custom.conf ]; then
sed -i -e 's/WaylandEnable=.*/#WaylandEnable=false/' %{_sysconfdir}/gdm/custom.conf
fi
# Backup and disable previously used xorg.conf
2 years, 6 months
[xorg-x11-drv-nvidia-470xx] Explicitly disabled Wayland support in GDM.
by Vitaly Zaitsev
commit 432c94195143aadf7ba41cff0920214eedba3c3d
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu May 19 16:14:06 2022 +0200
Explicitly disabled Wayland support in GDM.
xorg-x11-drv-nvidia-470xx.spec | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia-470xx.spec b/xorg-x11-drv-nvidia-470xx.spec
index 45e5c18..5e27537 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.129.06
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 470xx series proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -400,13 +400,19 @@ fi
%post
if [ "$1" -eq "1" ]; then
%{_grubby} --remove-args='nomodeset' --args='%{_dracutopts}' &>/dev/null
- sed -i -e 's/GRUB_CMDLINE_LINUX="/GRUB_CMDLINE_LINUX="%{_dracutopts} /g' /etc/default/grub
+ sed -i -e 's/GRUB_CMDLINE_LINUX="/GRUB_CMDLINE_LINUX="%{_dracutopts} /g' %{_sysconfdir}/default/grub
+ if [ -f %{_sysconfdir}/gdm/custom.conf ] ; then
+ sed -i -e 's/#WaylandEnable=.*/WaylandEnable=false/' %{_sysconfdir}/gdm/custom.conf
+ fi
fi || :
%preun
if [ "$1" -eq "0" ]; then
%{_grubby} --remove-args='%{_dracutopts}' &>/dev/null
- sed -i -e 's/%{_dracutopts} //g' /etc/default/grub
+ sed -i -e 's/%{_dracutopts} //g' %{_sysconfdir}/default/grub
+ if [ -f %{_sysconfdir}/gdm/custom.conf ] ; then
+ sed -i -e 's/WaylandEnable=.*/#WaylandEnable=false/' %{_sysconfdir}/gdm/custom.conf
+ fi
# Backup and disable previously used xorg.conf
[ -f %{_sysconfdir}/X11/xorg.conf ] && mv %{_sysconfdir}/X11/xorg.conf %{_sysconfdir}/X11/xorg.conf.nvidia_uninstalled &>/dev/null
fi ||:
@@ -555,6 +561,9 @@ fi ||:
%endif
%changelog
+* Thu May 19 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.129.06-2
+- Explicitly disabled Wayland support in GDM.
+
* Mon May 16 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.129.06-1
- Updated to version 470.129.06.
2 years, 6 months
[qmmp-plugins-freeworld] version bump to 2.1.0
by Karel Volný
commit 47bdae6ad6f8f56c2116fab3dd57b5a22b9e1f01
Author: Karel Volný <kvolny(a)redhat.com>
Date: Thu May 19 13:24:55 2022 +0200
version bump to 2.1.0
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ed4cad..bcae221 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ qmmp-0.9.6.tar.bz2
/qmmp-1.5.0.tar.bz2
/qmmp-1.5.1.tar.bz2
/qmmp-2.0.4.tar.bz2
+/qmmp-2.1.0.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 5663364..5dddc20 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugins-freeworld
-Version: 2.0.4
+Version: 2.1.0
Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
@@ -53,7 +53,7 @@ sed -i \
-D USE_VORBIS:BOOL=FALSE \
-D USE_MAD:BOOL=FALSE \
-D USE_MPC:BOOL=FALSE \
- -D USE_MODPLUG:BOOL=FALSE \
+ -D USE_XMP:BOOL=FALSE \
-D USE_SNDFILE:BOOL=FALSE \
-D USE_WAVPACK:BOOL=FALSE \
-D USE_CUE:BOOL=FALSE \
@@ -168,6 +168,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-ffmpeg-enque
%changelog
+* Thu May 19 2022 Karel Volný <kvolny(a)redhat.com> 2.1.0-1
+- version bump to 2.1.0
+
* Fri Apr 08 2022 Karel Volný <kvolny(a)redhat.com> 2.0.4-1
- version bump to 2.0.4
- uses Qt6
diff --git a/sources b/sources
index 64a4599..cfead64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmmp-2.0.4.tar.bz2) = 0727e96fad66de3be5b4879e07a79d52299a248a51869ed2adb992cffacf9c38e1c11786c9ce2019870b40ff16225922644f5003f18bef7f5e95b0f30e5b5be5
+SHA512 (qmmp-2.1.0.tar.bz2) = b884da143d37a9008c013f5143122f876aff6b4cc291da523b0a861d9bc6c3347d55b72eec2fa6e7e16d5ed094f076658cdef26007587e404175da62ee3a043b
2 years, 6 months
[qtox/f36] Fix crash (rfbz#6301)
by Leigh Scott
Summary of changes:
9646dc5... Fix crash (rfbz#6301) (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[qtox] Fix crash (rfbz#6301)
by Leigh Scott
commit 9646dc5e7fd6607d7bb2c0efbcb779b7ee04c8cc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 17 17:13:13 2022 +0100
Fix crash (rfbz#6301)
qtox.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/qtox.spec b/qtox.spec
index 5079d4d..91f03fb 100644
--- a/qtox.spec
+++ b/qtox.spec
@@ -1,6 +1,6 @@
Name: qtox
Version: 1.17.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Feature-rich Tox client
# Main program: GPLv3+
@@ -49,7 +49,10 @@ guidelines while running on all major platforms.
%autosetup -p1 -n qTox-%{version}
%build
-%cmake -DSVGZ_ICON=OFF \
+%cmake \
+ -DSVGZ_ICON=OFF \
+ -DUPDATE_CHECK=OFF \
+ -DGIT_DESCRIBE=%{version}
%cmake_build
%install
@@ -70,6 +73,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/io.github
%{_datadir}/icons/hicolor/*/apps/qtox.*
%changelog
+* Tue May 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.17.6-2
+- Fix crash (rfbz#6301)
+
* Thu Apr 07 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.17.6-1
- Update to 1.17.6
2 years, 6 months
[vdr-markad/f35] Add html docs
by Martin Gansser
Summary of changes:
c225408... Add html docs (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[vdr-markad/f36] Add html docs
by Martin Gansser
Summary of changes:
c225408... Add html docs (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[vdr-markad] Add html docs
by Martin Gansser
commit c225408d02cfb04682a5e4bee4d64f862140c166
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue May 17 11:10:40 2022 +0200
Add html docs
vdr-markad.spec | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/vdr-markad.spec b/vdr-markad.spec
index f4d803e..6e0ebe8 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -9,7 +9,7 @@
Name: vdr-markad
Version: 3.0.22
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
URL: https://github.com/kfb77/vdr-plugin-markad
@@ -19,11 +19,20 @@ BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: vdr-devel >= %{vdr_version}
BuildRequires: ffmpeg-devel >= 4.1
+BuildRequires: doxygen
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
%description
VDR-Plugin: markad - %{summary}
+%package docs
+Summary: Documentation files for %{name}
+BuildArch: noarch
+
+%description docs
+The %{name}-doc package contains html documentation
+that use %{name}.
+
%prep
%autosetup -p 1 -n vdr-plugin-markad-%{version}
@@ -33,6 +42,11 @@ sed -i -e 's|/LC_MESSAGES/markad.mo|/LC_MESSAGES/vdr-markad.mo|' command/Makefil
%build
%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" all
+# update docs
+doxygen -u command/doxygen.conf
+# build docs
+doxygen command/doxygen.conf
+
%install
%make_install
@@ -56,7 +70,13 @@ fi
%{_libdir}/vdr/libvdr-markad.so.%{vdr_apiversion}
%{vdr_vardir}/markad/
+%files docs
+%doc html
+
%changelog
+* Tue May 17 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.22-2
+- Add html docs
+
* Fri May 06 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.22-1
- Update to 3.0.22
2 years, 6 months