[unifi/f34] Update to 6.2.26.
by Richard Shaw
Summary of changes:
4482018... Update to 6.2.26. (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 4 months
[unifi] Update to 6.2.26.
by Richard Shaw
Summary of changes:
4482018... Update to 6.2.26. (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 4 months
[unifi/el8] Update to 6.2.26.
by Richard Shaw
commit 4482018310fa0d401c819d0c320cb1bf2e96d0a1
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Fri Jul 2 07:09:52 2021 -0500
Update to 6.2.26.
.gitignore | 1 +
sources | 2 +-
unifi.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d789fe..1af8ef3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
/UniFi-6.0.43.unix.zip
/UniFi-6.0.45.unix.zip
/UniFi-6.2.25.unix.zip
+/UniFi-6.2.26.unix.zip
diff --git a/sources b/sources
index 6ccc7f3..710174d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (UniFi-6.2.25.unix.zip) = fe11aa9bf495cfede03d217f6a7f31ac0a2dc11a72dbec56e8a4e465545858d8524d47e9f5677dd917968c0f316a0fe4ceb049f26c15e2fee428e736929bbd9f
+SHA512 (UniFi-6.2.26.unix.zip) = fccffca9bcb31a1da2c389e83ea9a48e4cde6d958368d4d623d459bae095b57a4d7946086b0ac0e4dff5c4c565961ed2c11f7bc2dfbf8b5c6d590fb32af351e8
diff --git a/unifi.spec b/unifi.spec
index d270948..98af15a 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -4,7 +4,7 @@
%global __strip /bin/true
Name: unifi
-Version: 6.2.25
+Version: 6.2.26
Release: 1%{?dist}
Summary: Ubiquiti UniFi controller
@@ -359,6 +359,9 @@ fi
%changelog
+* Sun Jun 27 2021 Richard Shaw <hobbes1069(a)gmail.com> - 6.2.26-1
+- Update to 6.2.26.
+
* Fri Jun 04 2021 Richard Shaw <hobbes1069(a)gmail.com> - 6.2.25-1
- Update to 6.2.25.
3 years, 4 months
[fceux] Updated to new upstream release
by Andrea Musuruane
commit b050d99aa3f1c3b462d468ae911d7ddbd1011c38
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu Jul 1 16:18:28 2021 +0200
Updated to new upstream release
.gitignore | 1 +
fceux.spec | 15 ++++++++++-----
sources | 2 +-
3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a687129..d16bf4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
fceux-2.2.2.src.tar.gz
/fceux-2.2.3.src.tar.gz
/fceux-2.3.0.tar.gz
+/fceux-2.4.0.tar.gz
diff --git a/fceux.spec b/fceux.spec
index 0a530b9..ba7262d 100644
--- a/fceux.spec
+++ b/fceux.spec
@@ -1,11 +1,11 @@
%undefine __cmake_in_source_build
%global giturl https://github.com/TASVideos/fceux.git
-%global commit 65c5b0d2a1c08db75bb41340bfa5534578926944
+%global commit 941da60ecb283263a3810ed199d80abf94bd6494
Name: fceux
-Version: 2.3.0
-Release: 2%{?dist}
+Version: 2.4.0
+Release: 1%{?dist}
Summary: A cross platform, NTSC and PAL Famicom/NES emulator
License: GPLv2+
@@ -22,6 +22,7 @@ BuildRequires: minizip-devel
%else
BuildRequires: minizip-compat-devel
%endif
+BuildRequires: x264-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
@@ -64,6 +65,7 @@ sed -i 's/\r//' changelog.txt NewPPUtests.txt \
documentation/Videolog.txt
# Fix desktop file
+sed -i '/Encoding=/d' fceux.desktop
sed -i 's/\/usr\/share\/pixmaps\/fceux1.png/fceux/' fceux.desktop
sed -i '/MimeType=*/s/$/;/' fceux.desktop
sed -i '/OnlyShowIn=*/s/$/;/' fceux.desktop
@@ -88,9 +90,9 @@ sed -i -r 's!(GIT_REV=).+!\1"%{commit}"!' scripts/genGitHdr.sh
install -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -p -m 644 %{name}.png \
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-install -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
+install -d %{buildroot}%{_datadir}/icons/hicolor/512x512/apps
install -p -m 644 %{name}1.png \
- %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
+ %{buildroot}%{_datadir}/icons/hicolor/512x512/apps/%{name}.png
# Validate desktop file
desktop-file-validate \
@@ -111,6 +113,9 @@ desktop-file-validate \
%changelog
+* Thu Jul 01 2021 Andrea Musuruane <musuruan(a)gmail.com> - 2.4.0-1
+- Updated to new upstream release
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 38f9f2d..8fdb559 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fceux-2.3.0.tar.gz) = 46b53f0c4c790ae4f7d5e800adf81cce3c7ccf4b06f972d46e29c0170485e291516709a8c28b26c762d535453e280a6c6de935869c7674bb135c3dca2e266407
+SHA512 (fceux-2.4.0.tar.gz) = 3f53db1091e28c91bff90a2d6c77bd3c022a7c20a29b07e6cb88e9ae4795ce7f9e68d15ac0f90721472f8c262907a2564e0be7adc8df2eb3ef252215717f30a0
3 years, 4 months