[xine-ui] moved to fedora
by Leigh Scott
commit 6a235bb61da42646c718e749c73a3175a1908def
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Aug 3 00:47:04 2023 +0100
moved to fedora
.gitignore | 36 ---
dead.package | 1 +
default.ogv | Bin 345571 -> 0 bytes
make_xineui_snapshot.sh | 20 --
sources | 31 --
xine-ui-0.99.13-utf8doc.patch | 12 -
xine-ui.spec | 651 ------------------------------------------
7 files changed, 1 insertion(+), 750 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..60c7306
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+moved to fedora
1 year, 3 months
[libheif] moved to fedora
by Leigh Scott
commit 182ef0050f39de5185b7a9f1031dd0caa417552f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Aug 3 00:44:56 2023 +0100
moved to fedora
.gitignore | 1 -
910588338cf2a17207c09b315baddf003e86316c.patch | 22 --
README.md | 3 -
dead.package | 1 +
libheif.spec | 285 -------------------------
sources | 1 -
6 files changed, 1 insertion(+), 312 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..60c7306
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+moved to fedora
1 year, 3 months
[kodi] Rebuild for spdlog soname bump
by Sérgio M. Basto
commit 30b26a28e310b01d5119b8bac8861b5b4be4401c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 2 23:33:30 2023 +0100
Rebuild for spdlog soname bump
kodi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index 5827da2..36737b6 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -39,7 +39,7 @@
Name: kodi
Version: 20.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -436,6 +436,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Wed Aug 02 2023 Sérgio Basto <sergio(a)serjux.com> - 20.2-3
+- Rebuild for spdlog soname bump
+
* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 20.2-2
- Rebuilt for Python 3.12
1 year, 3 months
[zoneminder] - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
by Sérgio M. Basto
commit 50d6d0eee1c4ab354ad062f8f94d29d3fb1b4135
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 2 17:02:37 2023 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
zoneminder.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index 1cf89f5..d5a8619 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -37,7 +37,7 @@
Name: zoneminder
Version: 1.36.33
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
# jQuery is under the MIT license: https://jquery.org/license/
@@ -431,6 +431,9 @@ ln -sf %{_sysconfdir}/zm/www/zoneminder.nginx.conf %{_sysconfdir}/zm/www/zonemin
%dir %attr(755,nginx,nginx) %{_localstatedir}/log/zoneminder
%changelog
+* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.36.33-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
* Mon Apr 10 2023 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.36.33-3
- Replace php Memcached with apcu on Fedora
1 year, 3 months
[cairo-dock-freeworld] Pass -r option to xargs because new rpm creates empty directory
by Mamoru Tasaka
commit 254760a7fd4d683b81265336ab72aa21af86c277
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Thu Aug 3 01:00:01 2023 +0900
Pass -r option to xargs because new rpm creates empty directory
cairo-dock-freeworld.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cairo-dock-freeworld.spec b/cairo-dock-freeworld.spec
index a626ab4..d663016 100644
--- a/cairo-dock-freeworld.spec
+++ b/cairo-dock-freeworld.spec
@@ -10,7 +10,7 @@
%global tarballver %{mainver}%{?use_git:-%{gitdate}git%{shorthash}}
-%global mainrel 13
+%global baserelease 14
%undefine _ld_strict_symbol_defs
%undefine __brp_mangle_shebangs
@@ -26,7 +26,7 @@
Name: cairo-dock-freeworld
Version: 3.4.1
-Release: %{mainrel}%{?use_git:.D%{gitdate}git%{shorthash}}%{?dist}%{flagrel}.3
+Release: %{baserelease}%{?use_git:.D%{gitdate}git%{shorthash}}%{?dist}%{flagrel}
Summary: Light eye-candy fully themable animated dock
License: GPLv3+
@@ -99,7 +99,7 @@ This package contains library files for %{name}.
# %%_fixperms cannot fix permissions completely here
for dir in */
do
- find $dir -type f | xargs chmod 0644
+ find $dir -type f | xargs -r chmod 0644
done
chmod 0644 [A-Z]*
chmod 0755 */
@@ -186,6 +186,9 @@ install -cpm 644 \
%{_libdir}/%{name}/libgldi.so.3*
%changelog
+* Wed Aug 02 2023 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.4.1-14.D20210327git6c569e6
+- Pass -r option to xargs because new rpm creates empty directory
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.4.1-13.D20210327git6c569e6.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year, 3 months