[smplayer] Update smplayer to 19.5.0
by Sérgio M. Basto
commit cfc11520f8ffe33fcf26795b6d024d58459d0708
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 15 01:34:21 2019 +0100
Update smplayer to 19.5.0
.gitignore | 1 +
smplayer.spec | 7 +++++--
sources | 2 +-
update_smplayer.sh | 24 +++++++++++++++++++-----
4 files changed, 26 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4c33c2..760fd37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@ smtube-16.3.0.tar.bz2
/smplayer-18.10.0.tar.bz2
/smtube-18.11.0.tar.bz2
/smplayer-19.1.0.tar.bz2
+/smplayer-19.5.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 1587283..122841f 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,9 +1,9 @@
Name: smplayer
-Version: 19.1.0
+Version: 19.5.0
%global smtube_ver 18.11.0
%global smplayer_themes_ver 18.6.0
%global smplayer_skins_ver 15.2.0
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer and mpv
License: GPLv2+
@@ -210,6 +210,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 19.5.0-1
+- Update smplayer to 19.5.0
+
* Sun Apr 21 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 19.1.0-3
- Remove Group tag
- Remove obsolete scriptlets for Fedora
diff --git a/sources b/sources
index 8151426..6f36f25 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-225d728d9756d58d9098aa60ef92bf25 smplayer-19.1.0.tar.bz2
+d948ade6a19dffcb56a0de445df0ddb6 smplayer-19.5.0.tar.bz2
ffedec06fc5895e42d0afb284d760e6c smtube-18.11.0.tar.bz2
8fe83cd59189291ca0d3beea1991e50b smplayer-themes-18.6.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 0b96ce8..276a8c3 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,31 +1,45 @@
-version=19.1.0
+version=19.5.0
stube_ver=18.11.0
themes_ver=18.6.0
skins_ver=15.2.0
+if [ -z "$1" ]
+then
+ stage=0
+else
+ stage=$1
+fi
+
+if test $stage -le 0
+then
+echo STAGE 0
git pull
sed -i "s|^%global smtube_ver .*|%global smtube_ver $stube_ver|" smplayer.spec
sed -i "s|^%global smplayer_themes_ver .*|%global smplayer_themes_ver $themes_ver|" smplayer.spec
sed -i "s|^%global smplayer_skins_ver .*|%global smplayer_skins_ver $skins_ver|" smplayer.spec
-if [[ -z $1 ]]; then
+if [[ -z $2 ]]; then
MSG="Update smplayer to $version"
else
MSG=$1
fi
-
rpmdev-bumpspec -n $version -c "$MSG" smplayer.spec
spectool -g smplayer.spec
rfpkg new-sources ./smplayer-$version.tar.bz2 ./smtube-$stube_ver.tar.bz2 ./smplayer-themes-$themes_ver.tar.bz2 ./smplayer-skins-$skins_ver.tar.bz2
rfpkg ci -c && git show
+fi
+if test $stage -le 1
+then
+echo STAGE 1
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;
+git checkout f30 && git merge master && git push && rfpkg build --nowait; git checkout master
+echo Press enter to continue; read dummy;
git checkout f29 && git merge master && git push && rfpkg build --nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master
echo Press enter to continue; read dummy;
-git checkout f27 && git merge master && git push && rfpkg build --nowait; git checkout master
-echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build --nowait; git checkout master
+fi
5 years, 6 months
[nvidia-xconfig] Update to 430.14 release
by Leigh Scott
commit 7635c19de539a5ca2172b4e82f13a4e0034fb8ef
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 14 20:03:49 2019 +0100
Update to 430.14 release
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index ae045aa..c6418e6 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 430.09
+Version: 430.14
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -49,6 +49,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Tue May 14 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3:430.14-1
+- Update to 430.14 release
+
* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.09-1
- Update to 430.09 beta
diff --git a/sources b/sources
index 84cdec8..7bff16b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0aff2ad4879c0da681661a83c490250e nvidia-xconfig-430.09.tar.bz2
+fb26f51140fbc6adb06a85cdbfe2397c nvidia-xconfig-430.14.tar.bz2
5 years, 6 months
[nvidia-settings] Update to 430.14 release
by Leigh Scott
commit 1cba6ff860bb16c28d41078a3e17824930c7eaa4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 14 20:01:57 2019 +0100
Update to 430.14 release
nvidia-settings.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index a9de09e..6666058 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,6 +1,6 @@
Name: nvidia-settings
Epoch: 3
-Version: 430.09
+Version: 430.14
Release: 1%{?dist}
Summary: Configure the NVIDIA graphics driver
@@ -122,6 +122,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.ap
%changelog
+* Tue May 14 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3:430.14-1
+- Update to 430.14 release
+
* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.09-1
- Update to 430.09 beta
diff --git a/sources b/sources
index b89024c..312f75f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d0025391fedc41b02bafe468fcda608 nvidia-settings-430.09.tar.bz2
+e283991662b5ca9e4b76b976552d62cc nvidia-settings-430.14.tar.bz2
5 years, 6 months
[nvidia-modprobe] Update to 430.14 release
by Leigh Scott
commit 7f28a6e5695464926224b5667380f3ef5493a91d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 14 19:59:53 2019 +0100
Update to 430.14 release
.gitignore | 1 +
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 544649e..8541eb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ nvidia-modprobe-*.tar.gz
/nvidia-modprobe-418.43.tar.bz2
/nvidia-modprobe-418.56.tar.bz2
/nvidia-modprobe-430.09.tar.bz2
+/nvidia-modprobe-430.14.tar.bz2
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index db78e45..d11d24c 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,6 +1,6 @@
Name: nvidia-modprobe
Epoch: 3
-Version: 430.09
+Version: 430.14
Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
@@ -42,6 +42,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Tue May 14 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3:430.14-1
+- Update to 430.14 release
+
* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.09-1
- Update to 430.09 beta
diff --git a/sources b/sources
index 8fc5abc..0ff344d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0dc24bad74c7b417f66ef55b6fbb492 nvidia-modprobe-430.09.tar.bz2
+153de667b62f463f8793c76c2b57f649 nvidia-modprobe-430.14.tar.bz2
5 years, 6 months
[nvidia-persistenced] Update to 430.14 release
by Leigh Scott
commit bb97b15c4ad71ca0e7ee959ea155f966334ad1f2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 14 19:57:21 2019 +0100
Update to 430.14 release
.gitignore | 1 +
nvidia-persistenced.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd2f782..48148ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ nvidia-persistenced-*.tar.gz
/nvidia-persistenced-418.43.tar.bz2
/nvidia-persistenced-418.56.tar.bz2
/nvidia-persistenced-430.09.tar.bz2
+/nvidia-persistenced-430.14.tar.bz2
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index 2f18fc3..46d4fc5 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -2,7 +2,7 @@
Name: nvidia-persistenced
Epoch: 3
-Version: 430.09
+Version: 430.14
Release: 1%{?dist}
Summary: Daemon for maintaining persistent driver state
@@ -74,6 +74,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Tue May 14 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3:430.14-1
+- Update to 430.14 release
+
* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.09-1
- Update to 430.09 beta
diff --git a/sources b/sources
index 8f9b275..545b854 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ae2a8614d889d3e1dcbc5960eef3634 nvidia-persistenced-430.09.tar.bz2
+c0feab5f14ff368255d37ed9656800a3 nvidia-persistenced-430.14.tar.bz2
5 years, 6 months
[nvidia-kmod] Update to 430.14 release
by Leigh Scott
commit 66f6e3e94e7536631d8cc4f91715df7186d31de2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 14 19:54:09 2019 +0100
Update to 430.14 release
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 5306426..eebeaf4 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -8,7 +8,7 @@
Name: nvidia-kmod
Epoch: 3
-Version: 430.09
+Version: 430.14
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -66,6 +66,9 @@ done
%changelog
+* Tue May 14 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3:430.14-1
+- Update to 430.14 release
+
* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.09-1
- Update to 430.09 beta
5 years, 6 months
[xorg-x11-drv-nvidia] Update to 430.14 release
by Leigh Scott
commit 960415e54575dca8bb4fa42ec959f203f759ab44
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 14 19:26:12 2019 +0100
Update to 430.14 release
sources | 2 +-
xorg-x11-drv-nvidia.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 8088a2d..687ad9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db4dc51501e22ef7aac60ccbe5814226 NVIDIA-Linux-x86_64-430.09.run
+7c0ac1a2e608d4fb79d2f29f1073897f NVIDIA-Linux-x86_64-430.14.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 369a19c..27652bf 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -19,7 +19,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 430.09
+Version: 430.14
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -496,6 +496,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Tue May 14 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3:430.14-1
+- Update to 430.14 release
+
* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:430.09-1
- Update to 430.09 beta
5 years, 6 months