[vdr-skindesigner] Update to 1.2.8.4
by Martin Gansser
commit beba729708fc6505e01d8bcac34ccf8f9ef4b51f
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jul 28 09:49:35 2020 +0200
Update to 1.2.8.4
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e637755..cd7ad5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ vdr-plugin-skindesigner-0.9.5.tar.bz2
/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
+/vdr-plugin-skindesigner-1.2.8.4.tar.bz2
diff --git a/sources b/sources
index df3b73a..9629674 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-plugin-skindesigner-1.2.8.2.tar.bz2) = 4c4c55755a416da287236637c6c5d826481251f9bc53d81864a9f490ce51c9540d97024ae909936d68409a62ada7778bc2953449264b3bb1da3b89ea04e02936
+SHA512 (vdr-plugin-skindesigner-1.2.8.4.tar.bz2) = f3a204da98f0d997d6a0dc8237788f2a0c583d387516822b479397a1f856c59ed92f843b729d14b8f855fc9af87ac23d126e2c65bae77611366e9fb512446a55
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 2457d90..e40c4b6 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,7 +1,7 @@
%global sname skindesigner
Name: vdr-skindesigner
-Version: 1.2.8.2
+Version: 1.2.8.4
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
@@ -122,6 +122,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Tue Jul 28 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.8.4-1
+- Update to 1.2.8.4
+
* Mon Feb 10 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.8.2-1
- Update to 1.2.8.2
4 years, 3 months
[VirtualBox-kmod] Fix helper script
by Sérgio M. Basto
commit 5790711ffa95841ec5d1daadf712c2388aa4955c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jul 26 16:45:05 2020 +0100
Fix helper script
update_vbox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index dd96c70..1504442 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -41,8 +41,8 @@ echo STAGE 2
for repo in $REPOS ; do
BRANCH1=$repo
BRANCH2=$repo
-if [[ $i == f* ]]; then
- BRANCH2=fc${i:1}
+if [[ $repo == f* ]]; then
+ BRANCH2=fc${repo:1}
fi
echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
4 years, 4 months
[VirtualBox-kmod/f32] (3 commits) ...Update to 6.1.12
by Sérgio M. Basto
Summary of changes:
440cf00... elfutils-libelf-devel is needed in el8 to build kmods (*)
311cf5e... koji does not add gcc as mock or corp build (*)
5316b42... Update to 6.1.12 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[VirtualBox-kmod] Update to 6.1.12
by Sérgio M. Basto
commit 5316b42e13e25e3264f92d90cbead1f4938a48e7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jul 26 03:50:13 2020 +0100
Update to 6.1.12
VirtualBox-kmod.spec | 5 ++++-
update_vbox.sh | 27 +++++++++------------------
2 files changed, 13 insertions(+), 19 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index b096f78..ecdd70d 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -36,7 +36,7 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.1.10
+Version: 6.1.12
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -131,6 +131,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Sun Jul 26 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.12-1
+- Update to 6.1.12
+
* Mon Jun 08 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.10-1
- Update to 6.1.10
diff --git a/update_vbox.sh b/update_vbox.sh
index 5cf1ad2..dd96c70 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.10
+VERSION=6.1.12
REL=1
RAWHIDE=33
-REPOS="32 31"
+REPOS="f32 f31 el8 el7"
if [ -z "$1" ]
then
@@ -27,8 +27,7 @@ echo Press enter to continue; read dummy;
#koji-rpmfusion watch-task
fi
-if test $stage -le 1
-then
+if test $stage -le 1; then
echo STAGE 1
BRANCH1=f$RAWHIDE
BRANCH2=fc$RAWHIDE
@@ -37,12 +36,14 @@ koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH
rfpkg push && rfpkg build --nowait ) &
fi
-if test $stage -le 2
-then
+if test $stage -le 2; then
echo STAGE 2
for repo in $REPOS ; do
-BRANCH1=f$repo
-BRANCH2=fc$repo
+BRANCH1=$repo
+BRANCH2=$repo
+if [[ $i == f* ]]; then
+ BRANCH2=fc${i:1}
+fi
echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
@@ -50,14 +51,4 @@ git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; g
done
fi
-if test $stage -le 3
-then
-echo STAGE 3
-BRANCH1=el7
-BRANCH2=el7
-echo Press enter tag-build $BRANCH1 to continue; read dummy;
-koji-rpmfusion tag-build el7-free-override VirtualBox-$VERSION-$REL.el7
-koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
-git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master
-fi
echo Finish
4 years, 4 months
[VirtualBox/el7] (7 commits) ...Fix conditional again
by Sérgio M. Basto
Summary of changes:
02d8b27... Enable TESTCASES and VALIDATIONKIT defaults (*)
5885037... Minor fixes (*)
2efc079... Fix warning Failed to preset unit: Unit file vboxweb-httpd. (*)
a4cb95c... The VirtualBox 6.1 changelog says that it supports vboximg- (*)
c1ff66e... Update VBox to 6.1.12 From Debian disable cloud_net "Fix bu (*)
fe58a62... Fix conditional, we already don't build for i686 (*)
f8c83c0... Fix conditional again (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[VirtualBox/el8] (9 commits) ...Fix conditional again
by Sérgio M. Basto
Summary of changes:
bd3d1ba... We need not forget that EL7 says virtualization is kvm !? (*)
f066d2f... Fix (#5677) https://docs.pagure.org/packaging-guidelines/ (*)
02d8b27... Enable TESTCASES and VALIDATIONKIT defaults (*)
5885037... Minor fixes (*)
2efc079... Fix warning Failed to preset unit: Unit file vboxweb-httpd. (*)
a4cb95c... The VirtualBox 6.1 changelog says that it supports vboximg- (*)
c1ff66e... Update VBox to 6.1.12 From Debian disable cloud_net "Fix bu (*)
fe58a62... Fix conditional, we already don't build for i686 (*)
f8c83c0... Fix conditional again (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[VirtualBox/f31] (7 commits) ...Fix conditional again
by Sérgio M. Basto
Summary of changes:
02d8b27... Enable TESTCASES and VALIDATIONKIT defaults (*)
5885037... Minor fixes (*)
2efc079... Fix warning Failed to preset unit: Unit file vboxweb-httpd. (*)
a4cb95c... The VirtualBox 6.1 changelog says that it supports vboximg- (*)
c1ff66e... Update VBox to 6.1.12 From Debian disable cloud_net "Fix bu (*)
fe58a62... Fix conditional, we already don't build for i686 (*)
f8c83c0... Fix conditional again (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months