[zoneminder] Replace php Memcached with apcu on Fedora
by Andrew Bauer
commit 9e96869347a1646b339a7076e96c14c96f70e308
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Mon Apr 10 08:15:42 2023 -0500
Replace php Memcached with apcu on Fedora
zoneminder.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index 7d0db1f..1cf89f5 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -37,7 +37,7 @@
Name: zoneminder
Version: 1.36.33
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
# jQuery is under the MIT license: https://jquery.org/license/
@@ -123,9 +123,8 @@ Requires: php-gd
Requires: php-intl
Requires: php-process
%{?with_php_json:Requires: php-json}
-%{?fedora:Requires: php-pecl-memcached}
-%{?rhel:Requires: php-pecl-apcu}
Requires: cambozola
+Requires: php-pecl-apcu
Requires: net-tools
Requires: psmisc
Requires: polkit
@@ -432,6 +431,9 @@ ln -sf %{_sysconfdir}/zm/www/zoneminder.nginx.conf %{_sysconfdir}/zm/www/zonemin
%dir %attr(755,nginx,nginx) %{_localstatedir}/log/zoneminder
%changelog
+* Mon Apr 10 2023 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.36.33-3
+- Replace php Memcached with apcu on Fedora
+
* Sat Mar 04 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.36.33-2
- Rebuild for new ffmpeg
1 year, 7 months
[yapeSDL] Updated to upstream 0.71.2
by Andrea Musuruane
commit b373c7edf4d643ead3682e1933ede705f9a90a83
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Mon Apr 10 12:01:59 2023 +0200
Updated to upstream 0.71.2
.gitignore | 1 +
sources | 2 +-
yapeSDL.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b223314..3cae724 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
yapeSDL-0.58.2.zip
/yapeSDL-0.70.1.zip
/yapeSDL-0.70.2.tar.gz
+/yapeSDL-0.71.2.tar.gz
diff --git a/sources b/sources
index 9b4c016..52c0b88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4c56e1fc15ab41195de96257af731e9 yapeSDL-0.70.2.tar.gz
+SHA512 (yapeSDL-0.71.2.tar.gz) = bfa685c77c74ea80007bb1a9125585c5e7c7bd48ddf383a077fc3dec350fbc5b75f90cd4b6cb0141b94047cdc4f736d5722ea748c7ab4299bfc75fd204f70e4d
diff --git a/yapeSDL.spec b/yapeSDL.spec
index e138c3b..a9d38f4 100644
--- a/yapeSDL.spec
+++ b/yapeSDL.spec
@@ -1,6 +1,6 @@
Name: yapeSDL
-Version: 0.70.2
-Release: 15%{?dist}
+Version: 0.71.2
+Release: 1%{?dist}
Summary: A Commodore 264 family (C16, plus/4 etc.) emulator
License: GPLv2+
@@ -102,6 +102,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a
%license COPYING
%changelog
+* Mon Apr 10 2023 Andrea Musuruane <musuruan(a)gmail.com> - 0.71.2-1
+- Updated to upstream 0.71.2
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.70.2-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 7 months
[HandBrake] clean up
by Leigh Scott
Summary of changes:
ae3157d... clean up (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 7 months