[chromium-freeworld] Update to 100.0.4896.127
by Leigh Scott
commit ea0691caf4eb7ec4b888d5da7f2e40244c394bbe
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Apr 15 07:55:09 2022 +0100
Update to 100.0.4896.127
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 0131bdb..92d426c 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -42,7 +42,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 100.0.4896.88
+Version: 100.0.4896.127
Release: 1%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -527,6 +527,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Fri Apr 15 2022 Leigh Scott <leigh123linux(a)gmail.com> - 100.0.4896.127-1
+- Update to 100.0.4896.127
+
* Mon Apr 11 2022 Leigh Scott <leigh123linux(a)gmail.com> - 100.0.4896.88-1
- Update to 100.0.4896.88
diff --git a/sources b/sources
index b14cfdf..2a8b9ab 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-100.0.4896.88.tar.xz) = 875ca6ad8062afe12e69f38767ad021dbda3342ea0a30a92ae4c90bf337984307bc7c3ae9ebc339b9d4daa39c00647ea94f43d7d6783f519a084ae6bb5c50e38
+SHA512 (chromium-100.0.4896.127.tar.xz) = 2d5336470fead874aa1ca599cd7dbad21bd2a73c0b2136badd7a865799a96bf52938aca88c643c8b7e93ec6ceb897b7c4f71ae92b4210cdce0af828d17ea081b
SHA512 (chromium-patches-chromium-100-patchset-4.tar.gz) = d7639bcb5d3dd87f2a53bd44566e5f8e6703d1be5c9975cf6b8d05ecffbeb28171d41b70c735b8ff0d13d1bfdb41a8ce24a458e9cc0437a88280cbe59fc7fcdf
2 years, 7 months
[assaultcube/f36] Update to 1.3.0.2
by Leigh Scott
Summary of changes:
6cf8cab... Update to 1.3.0.2 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[assaultcube] Update to 1.3.0.2
by Leigh Scott
commit 6cf8cabc1ba17164983b4d1d8b4673b2182ea282
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Apr 14 22:37:29 2022 +0100
Update to 1.3.0.2
.gitignore | 1 +
assaultcube.spec | 45 ++++++++++++++-------------------------------
sources | 2 +-
3 files changed, 16 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd0f88b..cabe8e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
AC-7529509.zip
+/AC-1.3.0.2.tar.gz
diff --git a/assaultcube.spec b/assaultcube.spec
index 36b7f6c..a85f7b2 100644
--- a/assaultcube.spec
+++ b/assaultcube.spec
@@ -1,10 +1,6 @@
-%global commit 752950989b4e286459ca9aee3d61a868d7b20fa4
-%global date 20160227
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
-Name: assaultcube
-Version: 1.2.0.3
-Release: 0.15.%{date}git%{shortcommit}%{?dist}
+Name: assaultcube
+Version: 1.3.0.2
+Release: 1%{?dist}
# Licensing is complex
# Details at http://packages.debian.org/changelogs/pool/contrib/a/assaultcube/assaultc...
@@ -13,16 +9,15 @@ Release: 0.15.%{date}git%{shortcommit}%{?dist}
# https://lists.fedoraproject.org/pipermail/legal/2013-March/002104.html
License: Cube and MIT and GPLv2+ and Redistributable
-Group: Amusements/Games
Summary: Total conversion of Cube first person shooter
-URL: http://assault.cubers.net
-Source0: https://github.com/assaultcube/AC/archive/%{commit}.zip#/AC-%{shortcommit...
+URL: http://assault.cubers.net
+Source0: https://github.com/assaultcube/AC/archive/v%{version}/AC-%{version}.tar.gz
Source1: %{name}.png
Source2: AssaultCube-startscript.sh
Source3: AssaultCube-server.sh
-BuildRequires: pkgconfig(sdl)
-BuildRequires: pkgconfig(SDL_image)
+BuildRequires: pkgconfig(sdl2)
+BuildRequires: pkgconfig(SDL2_image)
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(openal)
@@ -39,7 +34,7 @@ Set in a realistic looking environment, gameplay is fast and arcade. This game
is all about team oriented multiplayer fun. Similar to counterstrike.
%prep
-%setup -q -n AC-%{commit}
+%setup -q -n AC-%{version}
# Remove precompiled files for Windows
rm -rf bin_win32
@@ -61,13 +56,10 @@ cp -fv /usr/lib/rpm/redhat/config.sub ./source/enet/config.sub
%build
# https://github.com/assaultcube/AC/issues/148
-%if 0%{?fedora} > 23
sed -e 's|-Wall||g' -i source/src/Makefile
AC_FLAGS=$(echo "%{optflags}" | sed -e 's/-Wall/-Wno-misleading-indentation -Wformat/g')
-%else
-AC_FLAGS="%{optflags}"
-%endif
-make -C source/src %{?_smp_mflags} \
+
+%make_build -C source/src \
CXX=g++ CC=gcc \
CXXFLAGS="$AC_FLAGS -fPIC -pie" \
CXXFLAGS+="-fsigned-char -ffast-math -rdynamic" \
@@ -105,7 +97,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48}/apps
install -pm 644 %{SOURCE1} -D %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
# Set exe permission
-chmod a+x %{buildroot}%{_datadir}/%{name}/config/convert_mapconfig.sh
+chmod a+x %{buildroot}%{_datadir}/%{name}/config/convert_pre_v1.2_mapconfig.sh
rm -f %{buildroot}%{_datadir}/%{name}/packages/locale/AC.lang
# Make .desktop files
@@ -150,18 +142,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{name}.desktop
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{name}_server.desktop
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{name}_server_lan.desktop
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
%files
%doc source/README.txt
%license source/README_CUBEENGINE.txt
@@ -174,6 +154,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%changelog
+* Thu Apr 14 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.3.0.2-1
+- Update to 1.3.0.2
+
* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.2.0.3-0.15.20160227git7529509
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index ce308d8..5402a5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8396fd429828935be1101656d9266c70 AC-7529509.zip
+SHA512 (AC-1.3.0.2.tar.gz) = 8488c399036532859f7c83d094ac1443c52aa6367d106cc5889b80353ff1d501f7b8ae3b51e34b03215cc88dacc5f29488635047ce90291c601f8f7582498685
2 years, 7 months
[VirtualBox-kmod/el9] EL9 support
by Sérgio M. Basto
Summary of changes:
9078dd6... EL9 support (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[VirtualBox-kmod] EL9 support
by Sérgio M. Basto
commit 9078dd6b3eaa07294ed1f2f921e459277cea9c23
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Apr 14 17:15:47 2022 +0100
EL9 support
VirtualBox-kmod.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 97fe75b..6809790 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -1,4 +1,6 @@
-%if 0%{?fedora}
+# kmod SIG on Centos 9 provides virtualbox-guest-addition
+# https://rpmfusion.org/Howto/VirtualBox#Install_virtual-guest-additions_on...
+%if 0%{?fedora} || 0%{?rhel} >= 9
%bcond_with vboxvideo
%bcond_with vboxguest
%else
2 years, 7 months
[SheepShaver] Fix build with autoconf 2.71
by Mamoru Tasaka
commit ce127f0259d52082b1b8f49349a465d48ead0a1d
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Thu Apr 14 22:48:20 2022 +0900
Fix build with autoconf 2.71
SheepShaver.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/SheepShaver.spec b/SheepShaver.spec
index cd19cb4..60435a3 100644
--- a/SheepShaver.spec
+++ b/SheepShaver.spec
@@ -8,7 +8,7 @@
Summary: Power Macintosh emulator
Name: SheepShaver
Version: 2.4
-Release: 0.15.%{date}%{?dist}
+Release: 0.16.%{date}%{?dist}
License: GPLv2+
URL: http://sheepshaver.cebix.net/
Source0: https://github.com/cebix/macemu/archive/%{commit}/BasiliskII-1.0-%{shortc...
@@ -54,6 +54,11 @@ pushd %{name}/src/Unix
mkdir obj
%configure --datadir=%{_sysconfdir} --enable-ppc-emulator=yes \
--disable-xf86-dga --enable-sdl-audio --with-bincue
+# autoconf 2.71 says The preprocessor macro `STDC_HEADERS' is obsolete
+# in AC_HEADER_STDC
+# For now, explicitly add STDC_HEADERS to config.h
+sed -i config.h -e '\@undef.*STDC_HEADERS(a)s|^.*$|#define STDC_HEADERS 1|'
+
DYNGEN_CFLAGS="$(echo $RPM_OPT_FLAGS | sed s/-fstack-protector-strong//)"
make %{?_smp_mflags} \
DYNGEN_CFLAGS="$DYNGEN_CFLAGS" DYNGEN_CXXFLAGS="$DYNGEN_CFLAGS"
@@ -92,6 +97,9 @@ appstream-util validate-relax --nonet \
%changelog
+* Thu Apr 14 2022 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 2.4-0.16.20171001
+- Fix build with autoconf 2.71
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.4-0.15.20171001
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2 years, 7 months