[xtables-addons] Release 3.11
by Leigh Scott
commit d0a7b6c664454fb03dd13d66bcec025dd9b0aeba
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Oct 28 19:48:08 2020 +0000
Release 3.11
sources | 2 +-
xtables-addons.spec | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index bfd55c6..13997c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtables-addons-3.10.tar.xz) = 6a78702890b792ed7bd8a70fc447372e1f35240c523975223751811fe96a4555da842ac6a01c34b5bb3a9f69785e12e98b1b9b2abc19d482b5aa33fc7dd6d4d2
+SHA512 (xtables-addons-3.11.tar.xz) = 3b9d57596002efa4f874734debdab560d49bc600010986a2b3db9dab262251fd37da45bc8e9d0cbbe77f9c5e95c96a36d5372ae2bd12822a5765c7b5ebb715ea
diff --git a/xtables-addons.spec b/xtables-addons.spec
index b9fed0b..cd7fa8e 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 3.10
-Release: 2%{?dist}
+Version: 3.11
+Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
URL: https://inai.de/projects/xtables-addons/
@@ -43,10 +43,14 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%{_libdir}/xtables/
%{_libdir}/*.so.*
%{_bindir}/xt_geoip_fetch
+%{_sbindir}/pknlusr
%{_sbindir}/iptaccount
%{_mandir}/man?/*
%changelog
+* Wed Oct 28 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3.11-1
+- Release 3.11
+
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years
[VirtualBox] Enable webservice (#5809)
by Sérgio M. Basto
commit 278feb192baa698fc038cdb4519b6eeed4662c4a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 27 00:57:31 2020 +0000
Enable webservice (#5809)
VirtualBox.spec | 12 +++++++++++-
update_vbox.sh | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index cb0f0b2..33ec2af 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -16,6 +16,11 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
+%if 0%{?fedora} > 32
+ %bcond_with webservice
+%else
+ %bcond_without webservice
+%endif
# Now we use upstream pdf
%bcond_with docs
%bcond_without vnc
@@ -41,7 +46,7 @@
Name: VirtualBox
Version: 6.1.16
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -881,6 +886,11 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Mon Oct 26 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.16-2
+- Enable webservice (#5809)
+- wsimport was removed from Java 11, so we can't build webservice in F33+ until
+ Fedora have the package jaxws .
+
* Wed Oct 21 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.16-1
- Update VirtualBox to 6.1.16
diff --git a/update_vbox.sh b/update_vbox.sh
index 72614a0..5fc3455 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
VERSION=6.1.16
-REL=1
+REL=2
RAWHIDE=34
REPOS="f33 f32 f31 el8 el7"
if [ -z "$1" ]
4 years
[flowblade/f31] Update to 2.6.3
by Martin Gansser
Summary of changes:
f67318f... Update to 2.6.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[flowblade/f32] Update to 2.6.3
by Martin Gansser
Summary of changes:
f67318f... Update to 2.6.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[flowblade/f33] Update to 2.6.3
by Martin Gansser
Summary of changes:
f67318f... Update to 2.6.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[flowblade] Update to 2.6.3
by Martin Gansser
commit f67318f88dd39814eec498fe827aed52e94251cf
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Oct 28 08:17:31 2020 +0100
Update to 2.6.3
.gitignore | 1 +
flowblade.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 827978e..638b29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/flowblade-2.6.tar.gz
/flowblade-2.6.1.tar.gz
/flowblade-2.6.2.tar.gz
+/flowblade-2.6.3.tar.gz
diff --git a/flowblade.spec b/flowblade.spec
index 9795a1b..e7d9f55 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -12,7 +12,7 @@ Name: flowblade
Version: 2.4.0.1
Release: 3%{?dist}
%else
-Version: 2.6.2
+Version: 2.6.3
Release: 1%{?dist}
%endif
License: GPLv3
@@ -124,6 +124,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{python3_sitelib}/%{name}*
%changelog
+* Wed Oct 28 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.3-1
+- Update to 2.6.3
+
* Tue Oct 20 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.2-1
- Update to 2.6.2
diff --git a/sources b/sources
index 39a9bac..d9eaf4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (flowblade-2.6.2.tar.gz) = 6bdb9f110d221319c6dda8e74e92ced1544558346ea96bae3d43d9b6b230b8be475cadd50c2ca64310843607ca61924bb2adda51c39d5f5482045c2f0a12b255
+SHA512 (flowblade-2.6.3.tar.gz) = 4296b9d148092020966a93b61581edf0efa473185357241bd17d1c0b2b08c48fd980f7c29852d9234e433a5a5e9a57c5443e84e6511dedf35520ace661fa2330
4 years
[mixxx] Update sources
by Uwe Klotz
commit 5e6799dc47a47ba26cf5aa759f731e470e970a58
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Oct 28 01:11:02 2020 +0100
Update sources
mixxx.spec | 6 +++---
sources | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 4626a4c..a61d00a 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -9,9 +9,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit a2f1f52f3752de8fecd0b183ab64cbca7682c231
+%global gitcommit b2efa10855b79bbcf481fe3e840d2049703b09e2
# Format: <yyyymmdd>
-%global gitcommitdate 20201026
+%global gitcommitdate 20201027
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -182,7 +182,7 @@ appstream-util \
%changelog
-* Sun Oct 27 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.9.beta.20201025gita2f1f52
+* Sun Oct 27 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.9.beta.20201027gitb2efa10
- New upstream snapshot 2.3.0-beta
* Sun Aug 16 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.8.beta.20200816git64fd2d6
diff --git a/sources b/sources
index 592788d..5f11586 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mixxx-a2f1f52f3752de8fecd0b183ab64cbca7682c231.tar.gz) = 41080b85027fd153aab8e96671b78453e712085b6f8edf333109dd64f86edb1786b2a62c7816ad4a7999a4610b3a90f74f113b5cf2fc706ef9fcf6f6c530662c
+SHA512 (mixxx-b2efa10855b79bbcf481fe3e840d2049703b09e2.tar.gz) = 66c2e5f6c90ffb12ccfdf45e40d65c57a4e73aa9437912120e3b9b2f02e92b96cb8220d87dbb6451eecc7aca70d6e1399e8abe99dcdb67b85049b519bf5afbae
4 years