[pipewire-codec-aptx] Update to 1.4.1
by Leigh Scott
commit 2c7ecc874f9ccd306ae89fbe753b8f845ae5a04e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Mar 14 14:19:30 2025 +0000
Update to 1.4.1
pipewire-codec-aptx.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pipewire-codec-aptx.spec b/pipewire-codec-aptx.spec
index 76a6c54..86cbed2 100644
--- a/pipewire-codec-aptx.spec
+++ b/pipewire-codec-aptx.spec
@@ -2,7 +2,7 @@
Name: pipewire-codec-aptx
Summary: PipeWire Bluetooth aptX codec plugin
-Version: 1.4.0
+Version: 1.4.1
Release: 1%{?dist}
License: MIT
URL: https://pipewire.org/
@@ -40,6 +40,9 @@ install -pm 0755 %{_vpath_builddir}/spa/plugins/bluez5/libspa-codec-bluez5-aptx.
%{_libdir}/spa-%{spaversion}/bluez5/libspa-codec-bluez5-aptx.so
%changelog
+* Fri Mar 14 2025 Leigh Scott <leigh123linux(a)gmail.com> - 1.4.1-1
+- Update to 1.4.1
+
* Sun Mar 09 2025 Leigh Scott <leigh123linux(a)gmail.com> - 1.4.0-1
- Update to 1.4.0
diff --git a/sources b/sources
index e494c26..2050407 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pipewire-1.4.0.tar.gz) = dcd33e15c8b1d81505b6ce580ac6555b46f4ed1e1024049149fdc10d46154835622057ff4c69255006165beec63d4deb908bd028cb7bf6ea3ebe5fb03be6976a
+SHA512 (pipewire-1.4.1.tar.gz) = f14964153d2f07e70e10a1a17e53354639cab736dc4290d530a9762f739d50f812033e50718bef036b993664532fccec85bc762d8e4a887be1a10b8fb4249984
2 weeks, 6 days
[cairo-dock-freeworld/f40] 3.5.2
by Mamoru Tasaka
commit fba9625b3dc30a58d017ab0e4bb290f0a28a6ae3
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Fri Mar 14 12:52:23 2025 +0900
3.5.2
cairo-dock-freeworld.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cairo-dock-freeworld.spec b/cairo-dock-freeworld.spec
index 51b0a2e..dc01d85 100644
--- a/cairo-dock-freeworld.spec
+++ b/cairo-dock-freeworld.spec
@@ -1,7 +1,7 @@
%global urlver 3.5
-%global mainver 3.5.1
+%global mainver 3.5.2
-%global plugin_least_ver 3.5.1
+%global plugin_least_ver 3.5.2
#%%global use_git 1
%global gitdate 20210327
@@ -185,6 +185,9 @@ install -cpm 644 \
%{_libdir}/%{name}/libgldi.so.3*
%changelog
+* Fri Mar 14 2025 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.5.2-1
+- 3.5.2
+
* Sun Sep 22 2024 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.5.1-1
- Update to 3.5.1
diff --git a/sources b/sources
index 45be47d..bcabf5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cairo-dock-3.5.1.tar.gz) = 8d4b9dba8a742cd73c4bec829bdf71aa5f351e885ce61fecfb0debc71b051c29b00c6aa481fcc2be1fe06a328553dc1100a00fac2ac2adf458af1dd3fcf22d37
+SHA512 (cairo-dock-3.5.2.tar.gz) = 794245d6ff70b5ac86c902c0837f4240b6c7c735e9c372c102b6a9c3b4c1f7fd79c51f5f47f6d111c50db01cded548343612b9278a8cdbde4ff5afa72ef6c64c
2 weeks, 6 days
[unifi] Fix for typo in Unifi service file, fixes #7193.
by Richard Shaw
commit bbf095f00554d0adb49655bec01b2341545eff30
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Mar 4 13:03:45 2025 -0600
Fix for typo in Unifi service file, fixes #7193.
Fix for typo in Unifi service file, fixes #7193.
unifi.service | 2 +-
unifi.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/unifi.service b/unifi.service
index 5d7371e..156923f 100644
--- a/unifi.service
+++ b/unifi.service
@@ -10,7 +10,7 @@ WorkingDirectory=/usr/share/unifi
EnvironmentFile=-/etc/sysconfig/unifi
Environment=JAVA_HOME=/usr/lib/jvm/jre-21
ExecStart=/usr/lib/jvm/jre-21/bin/java --add-opens=java.base/java.time=ALL-UNNAMED $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar start
-ExecStop=/usr/lib/jvm/jre-217/bin/java $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar stop
+ExecStop=/usr/lib/jvm/jre-21/bin/java $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar stop
SuccessExitStatus=143
Restart=on-success
diff --git a/unifi.spec b/unifi.spec
index f7b1f1c..dd9b706 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -5,7 +5,7 @@
Name: unifi
Version: 9.0.114
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: UniFi Network Controller
License: Proprietary
@@ -366,6 +366,9 @@ fi
%changelog
+* Tue Mar 04 2025 Richard Shaw <hobbes1069(a)gmail.com> - 9.0.114-2
+- Fix for typo in Unifi service file, fixes #7193.
+
* Sat Feb 08 2025 Richard Shaw <hobbes1069(a)gmail.com> - 9.0.114-1
- Update to 9.0.114.
- Update to Java 21.
1 month
[comskip/f42] Update comskip to 0.83
by Sérgio M. Basto
Summary of changes:
b30e619... Update comskip to 0.83 (*)
(*) This commit already existed in another branch; no separate mail sent
1 month
[comskip] Update comskip to 0.83
by Sérgio M. Basto
commit b30e6194e6c3b3339be6d2b631688b96bf2d5d9c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Mar 3 17:08:36 2025 +0000
Update comskip to 0.83
Build with ffmpeg-devel
Build with std=gnu17
.gitignore | 1 +
comskip.spec | 30 ++++++++++++++++++++++--------
sources | 2 +-
3 files changed, 24 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eaa2f23..09e70f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/Comskip-0.82.009.tar.gz
/Comskip-9900227.tar.gz
/Comskip-109b5d10b086d299d7e43878ccc7951cb7133ed8.tar.gz
+/Comskip-0.83.tar.gz
diff --git a/comskip.spec b/comskip.spec
index 727668b..80ec0cc 100644
--- a/comskip.spec
+++ b/comskip.spec
@@ -1,22 +1,30 @@
+%global usesnapshot 0
+%if 0%{?usesnapshot}
%global date 20231230
%global commit 109b5d10b086d299d7e43878ccc7951cb7133ed8
+%global vcommit commit
%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global relver .%{date}git%{shortcommit}
+%else
+%global commit %{version}
+%global vcommit V%{version}
+%endif
Name: comskip
-Version: 0.82.011
-Release: 0.7.%{date}git%{shortcommit}%{?dist}
+Version: 0.83
+Release: 1%{?relver}%{?dist}
Summary: A free commercial detector
License: GPL-2.0-or-later
URL: https://github.com/erikkaashoek/Comskip
-Source0: %{url}/archive/%{commit}/Comskip-%{commit}.tar.gz
+Source0: %{url}/archive/%{vcommit}/Comskip-%{commit}.tar.gz
BuildRequires: libtool
BuildRequires: argtable-devel
-%if 0%{?fedora} && 0%{?fedora} > 35
-BuildRequires: compat-ffmpeg4-devel
-%else
+#%%if 0%%{?fedora} && 0%%{?fedora} > 35
+#BuildRequires: compat-ffmpeg4-devel
+#%%else
BuildRequires: ffmpeg-devel
-%endif
+#%%endif
%description
Comskip is a free commercial detector written by erikkaashoek
@@ -26,7 +34,8 @@ Comskip is a free commercial detector written by erikkaashoek
NOCONFIGURE=1 ./autogen.sh
%build
-export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
+#export PKG_CONFIG_PATH="%%{_libdir}/compat-ffmpeg4/pkgconfig"
+export CFLAGS="$CFLAGS -std=gnu17"
%configure --disable-gui
%make_build
@@ -38,6 +47,11 @@ export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
%{_bindir}/comskip
%changelog
+* Mon Mar 03 2025 Sérgio Basto <sergio(a)serjux.com> - 0.83-1
+- Update comskip to 0.83
+- Build with ffmpeg-devel
+- Build with std=gnu17
+
* Tue Jan 28 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.82.011-0.7.20231230git109b5d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index a6662f8..62656da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Comskip-109b5d10b086d299d7e43878ccc7951cb7133ed8.tar.gz) = 141503285633120163ae049f2cda802b7929039b215b5443479d547a2b2652ced80710767fb74f356677bc5dac985af230c6e6d52a0a988b4575ffbb11aaaaed
+SHA512 (Comskip-0.83.tar.gz) = 0a81884f03bd32e0912d5141c7d6bb63f00de2731bbafbdfbd2b05b9cead3fd28b420e0277573e05e551e3db7eb96887a5a23fd64b15bc81fb34d2b16cb76f8d
1 month
[mythtv] Change mythweb runtime requirement to recommends
by Andrew Bauer
commit b988b620033873d6bcd3ad8b7023f124663c6624
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Mon Mar 3 07:29:51 2025 -0600
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
Change mythweb runtime requirement to recommends
mythtv.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 5e96686..4aef97e 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -86,7 +86,7 @@
#
Name: mythtv
Version: 35.0
-Release: 1%{rel_string}%{?dist}
+Release: 2%{rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -361,7 +361,7 @@ Requires: %{py_prefix}-MythTV = %{version}-%{release}
Requires: mythplugins%{?_isa} = %{version}-%{release}
%endif
# Reminder this one is noarch - and not a sub-package (no EVR)
-Requires: mythweb = %{version}
+Recommends: mythweb = %{version}
Requires: mythffmpeg%{?_isa} = %{version}-%{release}
#Requires: mariadb
#Requires: mariadb-server
@@ -1294,6 +1294,9 @@ exit 0
################################################################################
%changelog
+* Mon Mar 03 2025 Andrew Bauer <zonexpertconsulting(a)outlook.com> - v35.0-2.2.20250302gitec351fd5c4
+- Change mythweb runtime requirement to recommends
+
* Sun Mar 02 2025 Andrew Bauer <zonexpertconsulting(a)outlook.com> - v35.0-1.2.20250302gitec351fd5c4
- Update to lastest fixes/35
1 month