Bug 149910 - Install script for LibreOffice installs wrong version number when installing through Chocolatey package manager
Summary: Install script for LibreOffice installs wrong version number when installing ...
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.2.7.2 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Updates
  Show dependency treegraph
 
Reported: 2022-07-08 07:59 UTC by Mark C.
Modified: 2022-07-26 19:21 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark C. 2022-07-08 07:59:08 UTC
Description:
The install script for installing libreoffice-still installs the incorrect version when installing or updating LibreOffice through the Chocolatey package manager. "choco install libreoffice-still" installs version 7.3.4 which is the version for libreoffice-fresh. The version for libreoffice-still should be 7.2.7. 
Reference this discussion on the Chocolatey-Community GitHub page: https://github.com/chocolatey-community/chocolatey-packages/discussions/1937

Steps to Reproduce:
1.Run Powershell as administrator.
2.Run command "choco install libreoffice-still or "choco upgrade libreoffice-still"
3.Wrong version is installed. 

Actual Results:
Installing or updating the libreoffice-still packages installs or updates LibreOffice to version 7.3.4 which is the libreoffice-fresh version number. 

Expected Results:
Installing libreoffice-still should install version 7.2.7 as of July 2022. 


Reproducible: Always


User Profile Reset: No



Additional Info:
Not currently logged in on Windows, however it is installed on Windows 10 Pro N x64 21H2 at LibreOffice version 7.3.4. 

Other information: It is confirmed not to be a problem with wget or Chocolatey. Reference this discussion on the Chocolatey-Community GitHub page: https://github.com/chocolatey-community/chocolatey-packages/discussions/1937

"It appears that the update script that libre office uses is putting out only the 7.3.4 version. It appears to be a bug in their website. This is not a problem with the package updater."
Comment 1 Julien Nabet 2022-07-08 10:35:06 UTC
V Stuart: it seems a kindda of dup of tdf#149838.
I must recognize, I understand why the reporter of tdf#149838 considered this as a bug. Usually, update is for the same branch so when using 7.2.7, you shouldn't be proposed 7.3.4.
Now, if the rules changed, no pb, I think it's good idea since indeed 7.2.7 is EOL but I don't see anything about rule change.
Moreover, either 7.2.7 shouldn't be proposed in https://www.libreoffice.org/download/download/ or 7.2.7 should be indicated EOL and 7.3.4 the "still version" and not for "early adopter".
Comment 2 V Stuart Foote 2022-07-08 15:23:01 UTC
@cloph, any perspective on the check for update correctness for this (via chocolaty) and see also bug 1439838 -- to me trivial and will be OBE with release of 7.4.0
Comment 3 Mark C. 2022-07-11 03:17:30 UTC
Thanks for the attention to the issue. Perhaps this isn't a bug, since I wasn't aware that 7.2.7 went EOL on 22 June. Though the website still indicates 7.2.7 as the stable version without an obvious notice that it is EOL. Maybe the release schedule for making 7.3.4 the still version can't be coordinated exactly to coincide with the EOL date of the now EOL still version 7.2.7 and that's perfectly okay, this is non-paid software after all. Thank you!