Latest upstream release: 5.1.0 Current version/release in rawhide: 5.0.4-2.fc34 URL: https://www.phpmyadmin.net/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/3628/
Skipping the scratch build because an SRPM could not be built: ['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-o7i5_b8x/phpMyAdmin.spec'] returned 1: b'error: line 18: unclosed macro or bad line continuation\n'
New dependency php-nikic-fast-route waiting for review, see bug #1910057
And dependency on symfony/yaml removed
If possible, please edit the "libraries/vendor_config.php" and set a value to VERSION_SUFFIX, for example "+fedora" or "+fedora-{version}"
After 'dnf update', I have got 5.1.0, and phpMyAdmin doesn't work anymore. I know that 'doesn't work' isn't very helpful, but I'm not getting any messages in logs and pages like http://<server-fqdn>/phpmyadmin/index.php?route=/&route=%2F&server=3 whereas it was working fine before the update. The dependencies mentioned here are installed. What can I do?
That was supposed to read: "... pages like http://<server-fqdn>/phpmyadmin/index.php?route=/&route=%2F&server=3 are staying blank ..."
(In reply to William Desportes from comment #4) > If possible, please edit the "libraries/vendor_config.php" and set a value > to VERSION_SUFFIX, for example "+fedora" or "+fedora-{version}" In new build, VERSION_SUFFIX is set the package release (ex: '-3.fc34') so displayed version looks like the RPM version (ex 5.1.0-3.fc34)
> After 'dnf update', I have got 5.1.0, and phpMyAdmin doesn't work anymore. I know that 'doesn't work' isn't very helpful, but I'm not getting any messages in logs and pages like http://<server-fqdn>/phpmyadmin/index.php?route=/&route=%2F&server=3 whereas it was working fine before the update. The dependencies mentioned here are installed. What can I do? Maybe the packaging team forgot to build the js/dist files (yarn run js-compile) ? Is the folder empty ? > In new build, VERSION_SUFFIX is set the package release (ex: '-3.fc34') so displayed version looks like the RPM version (ex 5.1.0-3.fc34) Awesome !!