[vcmi/f41] Bump release to 1.6.7-1
by runlevel5
commit b590a6c9112b8c192acb533463c937a76d6efcf9
Author: Trung Lê <8(a)tle.id.au>
Date: Wed Mar 12 09:57:42 2025 +1100
Bump release to 1.6.7-1
vcmi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vcmi.spec b/vcmi.spec
index 1e302fe..0d414cc 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -7,7 +7,7 @@ URL: https://vcmi.eu/
%global fuzzylite_version 6.0
Version: 1.6.7
-Release: 0%{?dist}
+Release: 1%{?dist}
# vcmi is GPL-2.0-or-later, fuzzylight is GPL-3.0-only
License: GPL-2.0-or-later AND GPL-3.0-only
@@ -126,6 +126,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/eu.vcmi.VCMI.m
%changelog
+* Sat Mar 1 2025 Peter Lemenkov <lemenkov(a)gmail.com> - 1.6.7-1
+- Remove outdated macrco
+
* Sat Mar 1 2025 Trung Lê <8(a)tle.id.au> - 1.6.7-0
- New upstream release
2 weeks, 6 days
[mpd] Drop all RHEL support as it's package versions are too old
by Leigh Scott
commit 6498b1824f5fb4b5281874b2eaf971f205a8ba28
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Mar 13 14:34:45 2025 +0000
Drop all RHEL support as it's package versions are too old
mpd.spec | 57 +++++++++++++++++----------------------------------------
1 file changed, 17 insertions(+), 40 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 913385e..ffc06be 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -38,66 +38,60 @@ Patch1: mpd-0.24-remove_NoNewPrivileges.patch
Patch2: timidity_path.patch
BuildRequires: alsa-lib-devel
-BuildRequires: audiofile-devel
-BuildRequires: meson
+BuildRequires: audiofile-devel >= 0.3
+BuildRequires: meson >= 1.0
BuildRequires: boost-devel
BuildRequires: bzip2-devel
BuildRequires: faad2-devel
BuildRequires: ffmpeg-devel
BuildRequires: firewalld-filesystem
-BuildRequires: flac-devel
-BuildRequires: fmt-devel
+BuildRequires: flac-devel >= 1.2
+BuildRequires: fmt-devel >= 9
BuildRequires: gcc
BuildRequires: gnupg2
BuildRequires: lame-devel
BuildRequires: libao-devel
-BuildRequires: libcdio-paranoia-devel
-BuildRequires: libcurl-devel
+BuildRequires: libcdio-paranoia-devel >= 10.2+0.93+1
+BuildRequires: libcurl-devel >= 7.55
BuildRequires: libid3tag-devel
BuildRequires: libmad-devel
-BuildRequires: libmms-devel
+BuildRequires: libmms-devel >= 0.4
BuildRequires: libmodplug-devel
BuildRequires: avahi-compat-libdns_sd-devel
BuildRequires: avahi-devel
BuildRequires: dbus-devel
BuildRequires: expat-devel
-BuildRequires: fluidsynth-devel
+BuildRequires: fluidsynth-devel >= 1.1
BuildRequires: libopenmpt-devel
BuildRequires: libsndfile-devel
-BuildRequires: libupnp-devel
-%if 0%{?fedora} || 0%{?rhel} <= 8
-BuildRequires: libmpdclient-devel
+BuildRequires: libupnp-devel >= 1.8
+BuildRequires: libmpdclient-devel >= 2.15
BuildRequires: libnfs-devel
-BuildRequires: mikmod-devel
+BuildRequires: mikmod-devel >= 3.2
BuildRequires: wildmidi-devel
-%endif
-%if 0%{?fedora}
BuildRequires: libmpcdec-devel
BuildRequires: liburing-devel
BuildRequires: pipewire-devel > 0.3
BuildRequires: pipewire-jack-audio-connection-kit-devel
-%else
-BuildRequires: jack-audio-connection-kit-devel
-%endif
BuildRequires: mpg123-devel
BuildRequires: openal-soft-devel
BuildRequires: python3-sphinx
BuildRequires: python3-sphinx_rtd_theme
BuildRequires: twolame-devel
BuildRequires: libogg-devel
-BuildRequires: libsamplerate-devel
+BuildRequires: libsamplerate-devel >= 0.1.3
BuildRequires: libshout-devel
-BuildRequires: libsidplayfp-devel
+BuildRequires: libsidplayfp-devel >= 1.8
BuildRequires: libvorbis-devel
BuildRequires: opus-devel
BuildRequires: pcre2-devel
BuildRequires: pkgconfig(libpulse)
-BuildRequires: soxr-devel
-BuildRequires: sqlite-devel
+BuildRequires: soxr-devel >= 0.1.2
+BuildRequires: sqlite-devel >= 3.7.3
BuildRequires: systemd-devel
-BuildRequires: wavpack-devel
+BuildRequires: wavpack-devel >= 5
BuildRequires: zlib-devel
-BuildRequires: zziplib-devel
+BuildRequires: zziplib-devel >= 0.13
%{?systemd_requires}
%if 0%{?fedora} < 42
@@ -134,11 +128,6 @@ This package contains FirewallD file for MPD.
# Force python3-sphinx
sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
-# redhat meson is too old
-%if 0%{?rhel}
-sed -i -e 's@>= 0.56.0@>= 0.55.0@g' meson.build
-%endif
-
%build
%{meson} \
-Dsystemd_system_unit_dir=%{_unitdir} \
@@ -146,18 +135,6 @@ sed -i -e 's@>= 0.56.0@>= 0.55.0@g' meson.build
-Dadplug=disabled \
-Dipv6=enabled \
-Dpipe=true \
-%if 0%{?rhel}
- -Dmpcdec=disabled \
- -Dio_uring=disabled \
-%if 0%{?rhel} > 8
- -Dlibmpdclient=disabled \
- -Dmikmod=disabled \
- -Dnfs=disabled \
- -Dwildmidi=disabled \
-%endif
- -Dpipewire=disabled \
- -Dshout=disabled \
-%endif
-Ddocumentation=auto \
-Dsolaris_output=disabled \
-Dsndio=disabled \
2 weeks, 6 days
[discord/f40] Update to 0.0.88
by Sérgio M. Basto
Summary of changes:
a3172d9... Update to 0.0.88 (*)
(*) This commit already existed in another branch; no separate mail sent
2 weeks, 6 days
[mpd/el9] (3 commits) ...Update to 0.24
by Leigh Scott
Summary of changes:
811ca1d... Rebuild for firewalld change (*)
dd647aa... Patch for new libnfs (*)
f06a9a0... Update to 0.24 (*)
(*) This commit already existed in another branch; no separate mail sent
2 weeks, 6 days
[vcmi/f41] Use bundled minizip
by runlevel5
commit f1bd66a37ad3b2efb6272374928f7d65e5876d4e
Author: Trung Lê <8(a)tle.id.au>
Date: Wed Mar 12 23:04:10 2025 +1100
Use bundled minizip
vcmi.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/vcmi.spec b/vcmi.spec
index 0d414cc..3318cc9 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -7,7 +7,7 @@ URL: https://vcmi.eu/
%global fuzzylite_version 6.0
Version: 1.6.7
-Release: 1%{?dist}
+Release: 2%{?dist}
# vcmi is GPL-2.0-or-later, fuzzylight is GPL-3.0-only
License: GPL-2.0-or-later AND GPL-3.0-only
@@ -29,7 +29,6 @@ BuildRequires: libappstream-glib
# luajit does not support ppc64le
BuildRequires: luajit-devel
%endif
-BuildRequires: minizip-ng-devel
BuildRequires: tbb-devel
BuildRequires: zlib-devel
BuildRequires: pkgconfig(libavcodec)
@@ -73,9 +72,13 @@ dos2unix license.txt ChangeLog.md
%build
export CFLAGS+=" -std=gnu17"
+
+# Force using bundled minizip
+# Why? Please see https://github.com/vcmi/vcmi/issues/2731
%cmake -Wno-dev \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DFORCE_BUNDLED_MINIZIP=ON \
-DENABLE_TEST=0 \
-UCMAKE_INSTALL_LIBDIR \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
@@ -126,6 +129,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/eu.vcmi.VCMI.m
%changelog
+* Wed Mar 12 2025 Trung Lê <8(a)tle.id.au> - 1.6.7-2
+- Use bundled minizip to fix issue of mod installation
+
* Sat Mar 1 2025 Peter Lemenkov <lemenkov(a)gmail.com> - 1.6.7-1
- Remove outdated macrco
2 weeks, 6 days
[stella] Update to 6.7.1 on Stable branches
by Sérgio M. Basto
commit fb74b4c1fc16fde90cc77c3dd6dca578243f7a13
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Mar 12 16:06:46 2025 +0000
Update to 6.7.1 on Stable branches
.gitignore | 1 +
sources | 2 +-
stella.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc99ecb..57a9470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ stella-4.7.2-src.tar.xz
/stella-6.5.3-src.tar.xz
/stella-6.6-src.tar.xz
/stella-6.7-src.tar.xz
+/stella-6.7.1-src.tar.xz
diff --git a/sources b/sources
index e943eff..b986ebd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (stella-6.7-src.tar.xz) = c20a2e9d98e1330f151e5f7d0e7cf15b2279b0d5f1175269f4084bf4964337b998118800615ae62eabf9d0f8abe0bb9cd02bddd1ee827121a49131888b4946ff
+SHA512 (stella-6.7.1-src.tar.xz) = 7ab3c46eb8a1243334222e69a5e6cb33eff18d43f7312f52f660b608dc21992e2c0a0bd43df3a2f1c2a0789e445b960970a866f1f0755edffe2f63ad930a0f3a
diff --git a/stella.spec b/stella.spec
index f3af0e3..ef41458 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,7 +1,7 @@
#global prerel pre9
Name: stella
-Version: 6.7
-Release: 5%{?dist}
+Version: 6.7.1
+Release: 1%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
Group: Applications/Emulators
@@ -70,6 +70,9 @@ rm %{buildroot}%{_docdir}/%{name}/Copyright.txt
%changelog
+* Wed Mar 12 2025 Sérgio Basto <sergio(a)serjux.com> - 6.7.1-1
+- Update to 6.7.1 on Stable branches
+
* Tue Jan 28 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 6.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
2 weeks, 6 days
[mpd/f41] (2 commits) ...Update to 0.24
by Leigh Scott
Summary of changes:
dd647aa... Patch for new libnfs (*)
f06a9a0... Update to 0.24 (*)
(*) This commit already existed in another branch; no separate mail sent
2 weeks, 6 days
[v4l2loopback-kmod] Update to 0.14.0
by Leigh Scott
commit 50c02f544acc00e9e7057395fe662da342f113e6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Mar 9 21:43:00 2025 +0000
Update to 0.14.0
sources | 2 +-
v4l2loopback-kmod.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 2378f0f..ec405ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v4l2loopback-0.13.2.tar.gz) = 2ed73deb95eab4320d5dd45248f8f61aa1e9b8a07ab4fe53ec38ba1e1129f1ceb8753de4bef5128bac3ed3c8841ea0bb82ffbe90e2b9ccc422ff9c58940db524
+SHA512 (v4l2loopback-0.14.0.tar.gz) = f8e983b5cfcebc6026aaf1ff7d4652b3cb74cc68d4a10c0b8079f0f71013ade11560e8fdc1a7c495fb866ade1419ad8990556ba4ac9311df313a069b90ba2f76
diff --git a/v4l2loopback-kmod.spec b/v4l2loopback-kmod.spec
index 7b763c0..d99a313 100644
--- a/v4l2loopback-kmod.spec
+++ b/v4l2loopback-kmod.spec
@@ -17,8 +17,8 @@
Name: %{prjname}-kmod
Summary: Kernel module (kmod) for %{prjname}
-Version: 0.13.2
-Release: 2%{?dist}
+Version: 0.14.0
+Release: 1%{?dist}
License: GPLv2+
URL: https://github.com/umlaeute/v4l2loopback
@@ -74,6 +74,9 @@ done
%changelog
+* Sun Mar 09 2025 Leigh Scott <leigh123linux(a)gmail.com> - 0.14.0-1
+- Update to 0.14.0
+
* Tue Jan 28 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.13.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
2 weeks, 6 days