[unifi/f38] Update to 8.0.24.
by Richard Shaw
Summary of changes:
12fd465... Update to 8.0.24. (*)
(*) This commit already existed in another branch; no separate mail sent
11 months
[unifi/f39] Update to 8.0.24.
by Richard Shaw
Summary of changes:
12fd465... Update to 8.0.24. (*)
(*) This commit already existed in another branch; no separate mail sent
11 months
[unifi] Update to 8.0.24.
by Richard Shaw
commit 12fd465bdd83a83b22a0933c0f315d675cadcad2
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Fri Dec 22 06:50:32 2023 -0600
Update to 8.0.24.
.gitignore | 1 +
sources | 2 +-
unifi.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e06779..d8ede50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@
/UniFi-7.5.174.unix.zip
/UniFi-7.5.187.unix.zip
/UniFi-8.0.7.unix.zip
+/UniFi-8.0.24.unix.zip
diff --git a/sources b/sources
index 3132053..79c8888 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (UniFi-8.0.7.unix.zip) = 91932b4d12bb4af68ad16e641ed824e93f9a478c7a9a42b4b9ac43d92d23ece8aa5cb53bfcbd06bedf5442986f76d91b933ce3ef4e4955c6bd4d1cc7e1ca1472
+SHA512 (UniFi-8.0.24.unix.zip) = 1612819afe58e93c958538f5ff83288ea95aff3a82a39a83dea8c9ec8451c3fb528299ab6976c2ba7cddcad0de4fa2036c800266230e5c6cbbd2348de370cace
diff --git a/unifi.spec b/unifi.spec
index c65d45b..e6fb939 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -4,7 +4,7 @@
%global __strip /bin/true
Name: unifi
-Version: 8.0.7
+Version: 8.0.24
Release: 1%{?dist}
Summary: Ubiquiti UniFi controller
@@ -357,6 +357,9 @@ fi
%changelog
+* Mon Dec 18 2023 Richard Shaw <hobbes1069(a)gmail.com> - 8.0.24-1
+- Update to 8.0.24.
+
* Fri Nov 17 2023 Richard Shaw <hobbes1069(a)gmail.com> - 8.0.7-1
- Update to 8.0.7.
11 months
[fdk-aac] Update to 2.0.3
by Leigh Scott
commit fefb90a60cd2bcb5a5de184d38977fb062b4fa54
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 21 20:58:52 2023 +0000
Update to 2.0.3
fdk-aac.spec | 28 +++++++++++++++-------------
sources | 2 +-
2 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index bb62655..4676efc 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -1,6 +1,6 @@
Name: fdk-aac
-Version: 2.0.2
-Release: 6%{?dist}
+Version: 2.0.3
+Release: 1%{?dist}
Summary: Fraunhofer FDK AAC Codec Library
License: FDK-AAC
@@ -8,7 +8,8 @@ URL: https://github.com/mstorsjo/%{name}
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
-BuildRequires: libtool
+BuildRequires: cmake
+BuildRequires: ninja-build
%description
@@ -29,20 +30,18 @@ developing applications that use %{name}.
%prep
%autosetup
-autoreconf -vif
%build
-%configure \
- --libdir=%{_libdir}/%{name} \
- --disable-silent-rules \
- --disable-static
+%cmake \
+ -GNinja \
+ -DCMAKE_INSTALL_LIBDIR=%{_lib}/%{name}
-%make_build
+%cmake_build
%install
-%make_install
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+%cmake_install
+mv %{buildroot}%{_libdir}/%{name}/cmake/ %{buildroot}%{_libdir}/cmake/
# ld.so.conf.d file
@@ -50,8 +49,7 @@ mv %{buildroot}%{_libdir}/%{name}/pkgconfig/ %{buildroot}%{_libdir}/pkgconfig/
install -m 0755 -d %{buildroot}%{_sysconfdir}/ld.so.conf.d/
echo -e "%{_libdir}/%{name}/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
%doc ChangeLog
@@ -62,12 +60,16 @@ echo -e "%{_libdir}/%{name}/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{nam
%files devel
%doc documentation/*.pdf
+%{_libdir}/cmake/%{name}/
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/
%{_libdir}/%{name}/*.so
%changelog
+* Thu Dec 21 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.0.3-1
+- Update to 2.0.3
+
* Thu Aug 03 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 5959d68..8278743 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fdk-aac-2.0.2.tar.gz) = 616207e85035d1659a2b7808ca6ec02ef53c1c4b39eb280fe861f82a4cf548e5db2ac381c496bad37dfc2b8c6677fe704d9fd8449e43d1f93d3e636239e0191b
+SHA512 (fdk-aac-2.0.3.tar.gz) = f8ea7abe83e6e138dac4a06f195bdf870bca93137bdaea6f5d85f266f3659b4a1b54da3b4c02a1eba3a134d9d19dcf89908cfbed4bbcab8550e114e84c333779
11 months
[xorg-x11-drv-nvidia/f38: 2/2] Merge branch 'master' into f38
by Leigh Scott
commit 4626aec881d7f55845f5d8b7c0620c6e00875d17
Merge: 3b8d00e 7332df8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 21 12:43:10 2023 +0000
Merge branch 'master' into f38
xorg-x11-drv-nvidia.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
11 months
[xorg-x11-drv-nvidia/f39: 2/2] Merge branch 'master' into f39
by Leigh Scott
commit 4df84568447e10f9bfbbd9731d98632d1cc19ed1
Merge: 938145a 7332df8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 21 12:42:40 2023 +0000
Merge branch 'master' into f39
xorg-x11-drv-nvidia.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
11 months
[xorg-x11-drv-nvidia] fix
by Leigh Scott
commit 7332df8de4b34f9d00ca183d774e1e08fcf587fc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 21 12:42:08 2023 +0000
fix
xorg-x11-drv-nvidia.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index d1cd6ba..8e34b0e 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -389,13 +389,12 @@ install -p -m 0644 %{SOURCE17} %{buildroot}%{_systemd_util_dir}/system-preset/
install -p -m 0644 systemd/system/nvidia-{hibernate,resume,suspend}.service %{buildroot}%{_unitdir}
%ifarch x86_64
install -p -m 0644 systemd/system/nvidia-powerd.service %{buildroot}%{_unitdir}
-%endif
-install -p -m 0755 systemd/system-sleep/nvidia %{buildroot}%{_systemd_util_dir}/system-sleep/
-install -p -m 0755 systemd/nvidia-sleep.sh %{buildroot}%{_bindir}
-
# Ignore powerd binary exiting if hardware is not present
# We should check for information in the DMI table
sed -i -e 's/ExecStart=/ExecStart=-/g' %{buildroot}%{_unitdir}/nvidia-powerd.service
+%endif
+install -p -m 0755 systemd/system-sleep/nvidia %{buildroot}%{_systemd_util_dir}/system-sleep/
+install -p -m 0755 systemd/nvidia-sleep.sh %{buildroot}%{_bindir}
# Firmware
mkdir -p %{buildroot}%{_firmwarepath}/nvidia/%{version}/
11 months
[xorg-x11-drv-nvidia/f38: 2/2] Merge branch 'master' into f38
by Leigh Scott
commit 3b8d00e5ed6a7bb3f9f3640adce8c809220d0353
Merge: aa6e564 3a402c5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 21 12:08:36 2023 +0000
Merge branch 'master' into f38
xorg-x11-drv-nvidia.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
11 months