[xtables-addons/f37] Release 3.22
by Leigh Scott
Summary of changes:
a6d06b2... Release 3.22 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years
[xtables-addons] Release 3.22
by Leigh Scott
commit a6d06b2df705f9f8a2925380f498865b0282ed38
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 29 16:11:34 2022 +0100
Release 3.22
sources | 2 +-
xtables-addons.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 72dbf3a..6baedf6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtables-addons-3.21.tar.xz) = 5ec30a14f7dffcaa87bbeb910b46ef5ba3bafc4b6f0ce1579eb21ca6395106fa9157b300f463b43169ea85ec9ff0d9a5377cb5ebc2bb2f637e2a1fe9ff61728e
+SHA512 (xtables-addons-3.22.tar.xz) = a58edca1fcd169be6e8620356744acbac932c8a0e3f821768ce3ce84bc357720f8314b1dc0421411b9ef4f77648f8d9e5d285c114d7d1802b3b082cce2e976aa
diff --git a/xtables-addons.spec b/xtables-addons.spec
index 23c0e4d..9df729b 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.21
-Release: 2%{?dist}
+Version: 3.22
+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/
@@ -48,6 +48,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%{_mandir}/man?/*
%changelog
+* Sat Oct 29 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.22-1
+- Release 3.22
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
2 years
[abuse/f37] Update to 0.9.1
by Leigh Scott
Summary of changes:
c833209... Update to 0.9.1 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years
[abuse] Update to 0.9.1
by Leigh Scott
commit c833209bb2be83ad8d39608c21c7c0dc65249d02
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 29 14:02:52 2022 +0100
Update to 0.9.1
.gitignore | 1 +
...ointer-deref-when-built-with-gcc-O1-or-O2.patch | 91 ----------------------
abuse.spec | 42 +++++-----
sources | 4 +-
4 files changed, 27 insertions(+), 111 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef3128f..227b217 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
abuse-0.8.tar.gz
/abuse-3c674b1.tar.gz
+/abuse-0.9.1.tar.gz
diff --git a/abuse.spec b/abuse.spec
index dc778e8..ee7abee 100644
--- a/abuse.spec
+++ b/abuse.spec
@@ -1,11 +1,6 @@
-%global commit 3c674b19c6ccb5fe4943658f41bb188a8dd19d5c
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
-%undefine __cmake_in_source_build
-
Name: abuse
-Version: 0.9
-Release: 11%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
Summary: The classic Crack-Dot-Com game
# The engine is GPLv2+, the data files are mostly in the public domain, except
# for the music and sfx files, which may be distributed freely, but not
@@ -14,15 +9,15 @@ Summary: The classic Crack-Dot-Com game
# depends heavily on the claudio addon now a days, so it cannot be removed.
License: GPLv2+ and redistributable
URL: http://abuse.zoy.org/
-Source0: https://github.com/Xenoveritas/%{name}/archive/%{commit}/%{name}-%{shortc...
+Source0: https://github.com/Xenoveritas/%{name}/archive/v%{version}/%{name}-%{vers...
# We use the original 0.8 sources for the non-free sfx and music
Source1: http://abuse.zoy.org/raw-attachment/wiki/download/%{name}-0.8.tar.gz
Source2: %{name}.png
Source3: %{name}.desktop
-# Fix NULL pointer deref at startup
-Patch0: 0001-Fix-NULL-pointer-deref-when-built-with-gcc-O1-or-O2.patch
+
BuildRequires: SDL2-devel SDL2_mixer-devel alsa-lib-devel libGLU-devel
BuildRequires: cmake3 desktop-file-utils ImageMagick gcc-c++
+BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
%description
@@ -31,9 +26,11 @@ in a window or fullscreen and it has stereo sound with sound panning.
%prep
-%autosetup -p1 -n %{name}-%{commit} -a 1
+%autosetup -p1 -a 1
mv abuse-0.8/data/sfx abuse-0.8/data/music data
sed -i 's/@VERSION@/%{version}/' doc/abuse*.6.in
+sed -i -e 's@com.github.Xenoveritas.abuse.desktop@abuse.desktop(a)g' \
+ data/freedesktop/com.github.Xenoveritas.abuse.appdata.xml
%build
@@ -45,15 +42,19 @@ sed -i 's/@VERSION@/%{version}/' doc/abuse*.6.in
%install
%cmake3_install
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/256x256/apps
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
convert -background transparent -resize 256x256 -extent 256x256-28+0 \
- %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
-desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE3}
+ %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
+mkdir -p %{buildroot}%{_datadir}/applications
+desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE3}
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man6
-install -p -m 0644 doc/abuse.6.in $RPM_BUILD_ROOT%{_mandir}/man6/abuse.6
-install -p -m 0644 doc/abuse-tool.6.in $RPM_BUILD_ROOT%{_mandir}/man6/abuse-tool.6
+mkdir -p %{buildroot}%{_metainfodir}/
+install -p -m 0644 data/freedesktop/com.github.Xenoveritas.abuse.appdata.xml %{buildroot}%{_metainfodir}/
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.Xenoveritas.abuse.appdata.xml
+
+mkdir -p %{buildroot}%{_mandir}/man6
+install -p -m 0644 doc/abuse.6.in %{buildroot}%{_mandir}/man6/abuse.6
+install -p -m 0644 doc/abuse-tool.6.in %{buildroot}%{_mandir}/man6/abuse-tool.6
%files
@@ -63,9 +64,14 @@ install -p -m 0644 doc/abuse-tool.6.in $RPM_BUILD_ROOT%{_mandir}/man6/abuse-tool
%{_mandir}/man6/%{name}*.6*
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
+%{_metainfodir}/com.github.Xenoveritas.abuse.appdata.xml
%changelog
+* Sat Oct 29 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.9.1-1
+- Update to 0.9.1
+- Fix rfbz#6316
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.9-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 9a937a6..0691110 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ec678b8dc8d00e0382d8c805c6438489 abuse-0.8.tar.gz
-bbc431f386783b10fa39f2518f75970d abuse-3c674b1.tar.gz
+SHA512 (abuse-0.9.1.tar.gz) = 9b551e5946aba264674d56e34e7a28332676f89e93a66792e3de2cfc85264f074b7ba0d3a9c4b0ffc1ffd0d6023014cb5114c663e5677ab2fb128ca9c3997dc3
+SHA512 (abuse-0.8.tar.gz) = 5c60dcf6910f9f751da26e919cd289c12349bb82eb925f9a41dc921263ece0d0f5f24c2ab2d1c718c0a5d0315453f92dfcba665fe5082eb4135ed737d2859d18
2 years
[chromium-freeworld] Update to 107.0.5304.87
by Leigh Scott
commit b9cf002bfad11c50b443a01b0d1c36662c200ea5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 28 14:58:40 2022 +0100
Update to 107.0.5304.87
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 867723c..5e20dc0 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -42,7 +42,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 107.0.5304.68
+Version: 107.0.5304.87
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)
@@ -507,6 +507,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Fri Oct 28 2022 Leigh Scott <leigh123linux(a)gmail.com> - 107.0.5304.87-1
+- Update to 107.0.5304.87
+
* Tue Oct 25 2022 Leigh Scott <leigh123linux(a)gmail.com> - 107.0.5304.68-1
- Update to 107.0.5304.68
- Disable v4l2 for aarch64 due to missing header file linux/media/av1-ctrls.h
diff --git a/sources b/sources
index 1e46580..ff79655 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-107.0.5304.68.tar.xz) = a887eeb7a3fb5b800d00581b77b253dbad4d6da42159d3c0b0464d10593780e64942af27715aaff3fbdbc350f8d380d2f53de20fe9a4a107bb7ebffb89fc23e7
+SHA512 (chromium-107.0.5304.87.tar.xz) = 9db2f8ea4f4f0c2a9791d1e03552f7fc3843338f1272975593347cdf85db283f55ad84fdda564609d52d95c36f4de8d662d24df7cc2e6dcf69d184765469233a
SHA512 (chromium-patches-chromium-107-patchset-1.tar.gz) = 440f9adc5c7340ece36f9bac6e0f010010d2cca0642c69c5931f440b1e0097c6c70b5d9f04dafe3ceffc989a050eae3aaee229836757625fdaee508677f8abd3
2 years