From: <sba...@us...> - 2021-02-28 11:47:48
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a commit to branch master in repository website. View the commit online: https://sourceforge.net/p/fuse-emulator/website/ci/99bc769576084042e373ac77237bc1812f8edf85/ The following commit(s) were added to refs/heads/master by this push: new 99bc769 Update Fedora info and tidy up ChangeLog 99bc769 is described below commit 99bc769576084042e373ac77237bc1812f8edf85 Author: Sergio Baldoví <ser...@gm...> AuthorDate: Sun Feb 28 12:47:18 2021 +0100 Update Fedora info and tidy up ChangeLog --- fuse.php | 5 ++--- libspectrum.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fuse.php b/fuse.php index dcc3101..199de58 100644 --- a/fuse.php +++ b/fuse.php @@ -86,7 +86,7 @@ fuse_section ("Download", "Downloads", <<<END_SECTION <li>The most recent version of Fuse is always available on <a href="https://flathub.org/apps/details/net.sf.fuse_emulator/">Flathub</a> for Linux users.</li> <li><a href="https://www.archlinux.org/">Arch Linux</a> users can get version 1.5.7 from AUR as a <a href="https://aur.archlinux.org/packages/fuse-emulator/">PKGBUILD</a>.</li> <li><a href="http://packages.debian.org/search?keywords=fuse-emulator">Official packages</a> of 1.5.7 for <a href="http://www.debian.org/">Debian</a>, maintained by Alberto Garcia, are available.</li> - <li><a href="http://fedoraproject.org/">Fedora</a> has <a href="https://apps.fedoraproject.org/packages/fuse-emulator/">packages</a> of 1.5.4 available by Lucian Langa.</li> + <li><a href="https://getfedora.org/">Fedora</a> has <a href="https://src.fedoraproject.org/rpms/fuse-emulator/">packages</a> of 1.5.7 available by Lucian Langa.</li> <li><a href="http://www.freebsd.org/">FreeBSD</a> has a port of 1.5.7 available as <a href="http://svnweb.freebsd.org/ports/head/emulators/fuse/">emulators/fuse</a>.</li> <li><a href="https://www.gentoo.org/">Gentoo</a> users have an <a href="https://packages.gentoo.org/packages/app-emulation/fuse">ebuild</a> of 1.5.7 available.</li> <li><a href="http://www.netbsd.org/">NetBSD</a> users can get version 1.5.7 from <a href="http://www.pkgsrc.org/">pkgsrc</a> (the NetBSD Packages Collection) as <a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/emulators/fuse-emulator/">emulators/fuse-emulator</a> and <a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/emulators/fuse-emulator-utils/">emulators/fuse-emulator-utils</a>.</li> @@ -210,11 +210,10 @@ fuse_section (NULL, "What's new?", <<<END_SECTION <li>GTK 3: Fix bug when resizing from 2x to 3x</li> <li>SDL: Fix crash when using dispmanx backend on the Raspberry Pi</li> <li>SDL: Allow forcing fullscreen mode when SDL doesn't report available screen modes</li> - <li>WidgetUI: New dialog to load/save binary data (Gergely Szasz).</li> + <li>WidgetUI: New dialog to load/save binary data</li> <li>WidgetUI: Enable HOME and END keys in menus</li> <li>WidgetUI: Use monospaced characters on memory browser</li> <li>WidgetUI: Fix crash when trying to overwrite read-only files</li> - <li>Win32: Fix bitwise operation in debugger</li> <li>Xlib: Try to keep graphic filter when the user resize the window</li> <li>Fix display corruption with HQ 3x scaler</li> <li>Fix antialiasing effect of AdvMAME3x scaler</li> diff --git a/libspectrum.php b/libspectrum.php index 043339c..30b9574 100644 --- a/libspectrum.php +++ b/libspectrum.php @@ -89,7 +89,7 @@ fuse_section ("Download", "Downloads", <<<END_SECTION <ul> <li><a href="https://www.archlinux.org/">Arch Linux</a> has 1.4.4 available from the <a href="https://aur.archlinux.org/packages/libspectrum/">Arch User Repository</a>.</li> <li><a href="http://packages.debian.org/search?keywords=libspectrum">Official packages</a> of 1.4.4 for <a href="http://www.debian.org/">Debian</a>, maintained by Alberto Garcia, are available.</li> - <li><a href="https://apps.fedoraproject.org/packages/libspectrum">Fedora</a> (1.4.3)</li> + <li><a href="https://src.fedoraproject.org/rpms/libspectrum">Fedora</a> (1.4.4)</li> <li><a href="http://svnweb.freebsd.org/ports/head/emulators/libspectrum/">FreeBSD</a> (1.4.4)</li> <li><a href="https://packages.gentoo.org/packages/app-emulation/libspectrum">Gentoo</a> (1.4.4)</li> <li><a href="http://www.netbsd.org/">NetBSD</a> has 1.4.4 available as <a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/emulators/libspectrum/">emulators/libspectrum</a> in <a href="http://www.pkgsrc.org/">pkgsrc</a>.</li> |