[xroar] Upgrade to 0.34.8
by Andrea Musuruane
commit ab7560c2b86ddc2f4e93cc42ac11a5164a978aa4
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Fri Aug 25 14:40:58 2017 +0200
Upgrade to 0.34.8
.gitignore | 1 +
sources | 2 +-
xroar.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce7945f..4aa198f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ dragon.rom
/xroar-0.34.5.tar.gz
/xroar-0.34.6.tar.gz
/xroar-0.34.7.tar.gz
+/xroar-0.34.8.tar.gz
diff --git a/sources b/sources
index bdbc6b1..d9b7498 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-47d6b13880e14bfc737b89f150d6deb0 xroar-0.34.7.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
+0bc89467646ffbcf1dd4fd2939889ea0 xroar-0.34.8.tar.gz
diff --git a/xroar.spec b/xroar.spec
index 48b9811..4f75563 100644
--- a/xroar.spec
+++ b/xroar.spec
@@ -1,6 +1,6 @@
Name: xroar
-Version: 0.34.7
-Release: 2%{?dist}
+Version: 0.34.8
+Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv2+
URL: http://www.6809.org.uk/xroar/
@@ -136,6 +136,9 @@ fi
%changelog
+* Fri Aug 25 2017 Andrea Musuruane <musuruan(a)gmail.com> - 0.34.8-1
+- Upgrade to 0.34.8
+
* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.34.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 3 months
[stella/f26] (2 commits) ...Update stella to 5.0.2
by Sérgio M. Basto
Summary of changes:
322650c... delete backported patch file with git rm (*)
60ee93c... Update stella to 5.0.2 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 3 months
[rfpkg] Fix python-rpkg issue (rfbz #4638)
by Leigh Scott
commit 7bd5b1edd587e6f90a64a0719b7525b013fc5384
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Aug 25 10:53:05 2017 +0100
Fix python-rpkg issue (rfbz #4638)
pass_all_kwargs_parent.patch | 37 +++++++++++++++++++++++++++++++++++++
rfpkg.spec | 9 +++++++--
2 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/pass_all_kwargs_parent.patch b/pass_all_kwargs_parent.patch
new file mode 100644
index 0000000..06e2193
--- /dev/null
+++ b/pass_all_kwargs_parent.patch
@@ -0,0 +1,37 @@
+From ef4d4ce9844d8cb3dba764646e2e9908e91230c3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= <lsedlar(a)redhat.com>
+Date: Mon, 15 May 2017 09:54:36 +0200
+Subject: [PATCH] Commands: pass all kwargs to parent
+
+When rpkg adds a new argument to the constructor, this method needs to
+be updated. But it can simply just pass all the kwargs without looking
+at them.
+---
+ src/rfpkg/__init__.py | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/src/rfpkg/__init__.py b/src/rfpkg/__init__.py
+index b988f7d..7e62200 100644
+--- a/src/rfpkg/__init__.py
++++ b/src/rfpkg/__init__.py
+@@ -29,8 +29,7 @@ class Commands(pyrpkg.Commands):
+
+ def __init__(self, path, lookaside, lookasidehash, lookaside_cgi,
+ gitbaseurl, anongiturl, branchre, kojiconfig,
+- build_client, user=None, dist=None, target=None,
+- quiet=False, distgit_namespaced=False, realms=None):
++ build_client, **kwargs):
+ """Init the object and some configuration details."""
+
+ # We are subclassing to set kojiconfig to none, so that we can
+@@ -38,9 +37,7 @@ def __init__(self, path, lookaside, lookasidehash, lookaside_cgi,
+ super(Commands, self).__init__(path, lookaside, lookasidehash,
+ lookaside_cgi, gitbaseurl, anongiturl,
+ branchre, kojiconfig, build_client,
+- user=user, dist=dist, target=target,
+- quiet=quiet,
+- distgit_namespaced=distgit_namespaced)
++ **kwargs)
+
+ # New data
+ self.secondary_arch = {
diff --git a/rfpkg.spec b/rfpkg.spec
index d65d661..48a888f 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -9,12 +9,13 @@
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
Version: 1.25.1
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://github.com/rpmfusion-infra/rfpkg
Source0: https://github.com/rpmfusion-infra/rfpkg/archive/v%{version}.tar.gz#/%{na...
-Patch0: fix_realms_error.patch
+Patch0: %url/commit/809dd108705224045bd41bd52c79b1daf58929d6.patch#/fix_realms_error.patch
+Patch1: %url/pull/4/commits/ef4d4ce9844d8cb3dba764646e2e9908e91230c3.patch#/pass_all_kwargs_parent.patch
Requires: pyrpkg >= 1.45, redhat-rpm-config
Requires: python-pycurl, koji, python-fedora
@@ -44,6 +45,7 @@ RPM Fusion utility for working with dist-git.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__python2} setup.py build
@@ -80,6 +82,9 @@ mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
%changelog
+* Fri Aug 25 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.25.1-3
+- Fix python-rpkg issue (rfbz #4638)
+
* Mon Dec 12 2016 leigh scott <leigh123linux(a)googlemail.com> - 1.25.1-2
- Fix realms error
7 years, 3 months
[stella] Update stella to 5.0.2
by Sérgio M. Basto
commit 60ee93c0efa67931ac569e98af22d1bb0114df2c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 25 00:50:52 2017 +0100
Update stella to 5.0.2
.gitignore | 1 +
sources | 2 +-
stella.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b5a154..4157c16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ stella-4.7.2-src.tar.xz
/stella-4.7.3-src.tar.xz
/stella-5.0.0-pre7.tar.gz
/stella-5.0.0-pre9.tar.gz
+/stella-5.0.2.tar.gz
diff --git a/sources b/sources
index a4300e4..706a148 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-242171e6ed7e0db77a24f85e170f92e5 stella-5.0.0-pre9.tar.gz
+b30ceaf297f312cb38b112b13eba3775 stella-5.0.2.tar.gz
diff --git a/stella.spec b/stella.spec
index 114b380..7b40d72 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,7 +1,7 @@
-%global prerel pre9
+#global prerel pre9
Name: stella
-Version: 5.0.0
-Release: 0.2%{?prerel:.%{prerel}}%{?dist}
+Version: 5.0.2
+Release: 1%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
Group: Applications/Emulators
@@ -80,6 +80,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Thu Aug 24 2017 Sérgio Basto <sergio(a)serjux.com> - 5.0.2-1
+- Update stella to 5.0.2
+
* Sun Jun 11 2017 Sérgio Basto <sergio(a)serjux.com> - 5.0.0-0.2.pre9
- Update Stella to 5.0.0-pre9
- Drop backported patch.
7 years, 3 months
[xtables-addons/el7] Distribute xt_geoip scripts
by Nicolas Chauvet
commit 487e5a1bd48fd5417da5f5c3624f86314aff55c7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Aug 24 17:52:31 2017 +0200
Distribute xt_geoip scripts
xtables-addons.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/xtables-addons.spec b/xtables-addons.spec
index 687e84c..2044990 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
Version: 2.13
-Release: 1%{?dist}
+Release: 2%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
@@ -37,23 +37,23 @@ in the %{name}-kmod package. You must also install the
%install
%make_install
-# We add xt_geoip database scripts manually
-rm -rf %{buildroot}%{_libexecdir}
-rm -f geoip/{Makefile*,.gitignore}
-chmod 0644 geoip/*
-
# There is no -devel package. So no need for these files
rm -f %{buildroot}%{_libdir}/*.{la,so}
%files
%doc LICENSE README doc/* geoip
+%{_libexecdir}/xtables-addons/xt_geoip_build
+%{_libexecdir}/xtables-addons/xt_geoip_dl
%{_libdir}/xtables/*.so
%{_libdir}/*.so.*
%{_sbindir}/iptaccount
%{_mandir}/man?/*
%changelog
+* Thu Aug 24 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.13-2
+- Distribute xt_geoip scripts
+
* Mon Jul 03 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.13-1
- Update to 2.13
7 years, 3 months
[VirtualBox] Some improvements based on new virtualbox-guest-additions for Fedora rhbz #1481630 and rfbz #4617
by Sérgio M. Basto
commit d6a941e2451e23fa882577d672740af0b448b098
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 24 18:25:34 2017 +0100
Some improvements based on new virtualbox-guest-additions for Fedora
rhbz #1481630 and rfbz #4617
VMSVGA3D from Config.kmk is windows only
VBOX_WITH_EXTPACK_VBOXDTRACE fails to build with glibc >= 2.26-2.fc27
VirtualBox-5.0.18-xserver_guest.patch | 4 ++--
VirtualBox.spec | 17 +++++++++++++----
vboxservice.service | 2 --
3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/VirtualBox-5.0.18-xserver_guest.patch b/VirtualBox-5.0.18-xserver_guest.patch
index 300f09a..ad226cb 100644
--- a/VirtualBox-5.0.18-xserver_guest.patch
+++ b/VirtualBox-5.0.18-xserver_guest.patch
@@ -56,13 +56,13 @@ xf86_ansic.h doesn't exist anymore.
$(VBOX_PATH_X11_ROOT)/libXdamage-1.1 \
$(VBOX_PATH_X11_ROOT)/libXcomposite-0.4.0 \
@@ -81,6 +82,7 @@ if1of ($(KBUILD_TARGET), linux solaris f
+ $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 \
$(VBOX_MESA_INCS) \
$(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13
- VBoxOGL_DEFS += VBOX_NO_NATIVEGL
+ endif
+ VBoxOGL_DEFS += VBOX_NO_NATIVEGL
endif
- ifdef VBoxOGL_DRI
@@ -213,11 +215,15 @@ VBoxOGL_LIBS.win += \
$(PATH_STAGE_LIB)/additions/VBoxCrHgsmi$(VBOX_SUFF_LIB)
diff --git a/VirtualBox.spec b/VirtualBox.spec
index a47979e..76212ed 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -26,7 +26,7 @@
Name: VirtualBox
Version: 5.1.26
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -57,12 +57,12 @@ Patch26: VirtualBox-4.3.0-no-bundles.patch
Patch27: VirtualBox-gcc.patch
# from Debian
Patch28: 02-gsoap-build-fix.patch
+# from RPMFusion
Patch35: VirtualBox-5.0.22-guest_soname.patch
# from Mageia
Patch50: VirtualBox-5.1.0-add-Mageia-support.patch
Patch51: VirtualBox-5.1.0-revert-VBox.sh.patch
-
BuildRequires: kBuild >= 0.1.9998
BuildRequires: SDL-devel xalan-c-devel
BuildRequires: openssl-devel
@@ -104,8 +104,11 @@ BuildRequires: makeself
# for 32bit on 64
%ifarch x86_64
-BuildRequires: libstdc++-static(x86-32) glibc(x86-32) glibc-devel(x86-32) libgcc(x86-32)
+BuildRequires: libstdc++-static(x86-32) libgcc(x86-32)
BuildRequires: libstdc++-static(x86-64)
+BuildRequires: glibc-devel(x86-32)
+# Quick fix for https://pagure.io/releng/issue/6958 and https://bugzilla.redhat.com/show_bug.cgi?id=1484849
+BuildRequires: nss-softokn-freebl(x86-32)
%else
BuildRequires: libstdc++-static
%endif
@@ -302,9 +305,9 @@ kmk %{_smp_mflags} \
VBOX_PATH_APP_DOCS=%{_docdir}/VirtualBox \
VBOX_WITH_TESTCASES= \
VBOX_WITH_VALIDATIONKIT= \
+ VBOX_WITH_EXTPACK_VBOXDTRACE= \
VBOX_WITH_VBOX_IMG=1 \
VBOX_WITH_SYSFS_BY_DEFAULT=1 \
- VBOX_WITH_VMSVGA3D=1 \
VBOX_XCURSOR_LIBS="Xcursor Xext X11 GL" \
VBOX_USE_SYSTEM_XORG_HEADERS=1 \
%if %{with docs}
@@ -746,6 +749,12 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sun Aug 06 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.26-2
+- Some improvements based on new virtualbox-guest-additions for Fedora
+ rhbz #1481630 and rfbz #4617
+- VMSVGA3D from Config.kmk is windows only
+- VBOX_WITH_EXTPACK_VBOXDTRACE fails to build with glibc >= 2.26-2.fc27
+
* Thu Jul 27 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.26-1
- Update VBox to 5.1.26
diff --git a/vboxservice.service b/vboxservice.service
index 8caa696..e5ca5ec 100644
--- a/vboxservice.service
+++ b/vboxservice.service
@@ -4,10 +4,8 @@ Description=VirtualBox guest services
ConditionVirtualization=|kvm
ConditionVirtualization=|oracle
-
[Service]
ExecStart=/usr/sbin/VBoxService -f
[Install]
WantedBy=multi-user.target
-
7 years, 3 months
[xtables-addons] Distribute xt_geoip scripts
by Nicolas Chauvet
commit 6df6cb264f5c42bcc67136ca735fab9d8254aba9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Aug 24 17:52:31 2017 +0200
Distribute xt_geoip scripts
xtables-addons.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/xtables-addons.spec b/xtables-addons.spec
index dc37df5..5e4bb9c 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
Version: 2.13
-Release: 1%{?dist}
+Release: 2%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
@@ -37,23 +37,23 @@ in the %{name}-kmod package. You must also install the
%install
%make_install
-# We add xt_geoip database scripts manually
-rm -rf %{buildroot}%{_libexecdir}
-rm -f geoip/{Makefile*,.gitignore}
-chmod 0644 geoip/*
-
# There is no -devel package. So no need for these files
rm -f %{buildroot}%{_libdir}/*.{la,so}
%files
%doc LICENSE README doc/* geoip
+%{_libexecdir}/xtables-addons/xt_geoip_build
+%{_libexecdir}/xtables-addons/xt_geoip_dl
%{_libdir}/xtables/*.so
%{_libdir}/*.so.*
%{_sbindir}/iptaccount
%{_mandir}/man?/*
%changelog
+* Thu Aug 24 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.13-2
+- Distribute xt_geoip scripts
+
* Mon Jul 03 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.13-1
- Update to 2.13
7 years, 3 months