microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.38k stars 4.29k forks source link

Remove TheDocumentFoundation.LibreOffice.LTS #162187

Open SpecterShell opened 2 weeks ago

SpecterShell commented 2 weeks ago

Description of the new feature/enhancement

I'm thinking about removing the TheDocumentFoundation.LibreOffice.LTS package and only keeping the non-LTS one, as the LTS one no longer makes sense:

  1. The 7.x series got removed from the download page some hours before this post today.
  2. The LibreOffice auto updater is now suggesting 7.x series users to update to 24.2.4, which is the current non-LTS version. image
  3. The 7.x has been EOL'd.

Also see: https://github.com/chocolatey-community/chocolatey-packages/issues/2496

Proposed technical implementation details (optional)

No response

vikingnope commented 2 weeks ago

Starting removal

vikingnope commented 2 weeks ago

https://github.com/microsoft/winget-pkgs/pull/162302 https://github.com/microsoft/winget-pkgs/pull/162301 https://github.com/microsoft/winget-pkgs/pull/162300 https://github.com/microsoft/winget-pkgs/pull/162299 https://github.com/microsoft/winget-pkgs/pull/162298 https://github.com/microsoft/winget-pkgs/pull/162297 https://github.com/microsoft/winget-pkgs/pull/162296 https://github.com/microsoft/winget-pkgs/pull/162295 https://github.com/microsoft/winget-pkgs/pull/162294 https://github.com/microsoft/winget-pkgs/pull/162293 https://github.com/microsoft/winget-pkgs/pull/162292 https://github.com/microsoft/winget-pkgs/pull/162291 https://github.com/microsoft/winget-pkgs/pull/162290 https://github.com/microsoft/winget-pkgs/pull/162289 https://github.com/microsoft/winget-pkgs/pull/162288 https://github.com/microsoft/winget-pkgs/pull/162287 https://github.com/microsoft/winget-pkgs/pull/162286 https://github.com/microsoft/winget-pkgs/pull/162285 https://github.com/microsoft/winget-pkgs/pull/162284 https://github.com/microsoft/winget-pkgs/pull/162283 https://github.com/microsoft/winget-pkgs/pull/162281 https://github.com/microsoft/winget-pkgs/pull/162280 https://github.com/microsoft/winget-pkgs/pull/162279 https://github.com/microsoft/winget-pkgs/pull/162278 https://github.com/microsoft/winget-pkgs/pull/162277 https://github.com/microsoft/winget-pkgs/pull/162276 https://github.com/microsoft/winget-pkgs/pull/162275 https://github.com/microsoft/winget-pkgs/pull/162274

a-mnich commented 2 weeks ago

162282

@vikingnope I think you've mentioned the wrong PR here :D

vikingnope commented 2 weeks ago

oh yep sorry, removed it now

vikingnope commented 2 weeks ago

@SpecterShell, should I remove the SDK LTS as well? TheDocumentFoundation.LibreOffice.SDK.LTS

uwekoenig commented 2 weeks ago

By deleting the ID "TheDocumentFoundation.LibreOffice.LTS" systems of users who use winget upgrade TheDocumentFoundation.LibreOffice.LTS are affected in a not expectable way, because winget is suggesting to upgrade to TheDocumentFoundation.LibreOffice (without .LTS) now.

The currently used download link for 24.2.4.2 is wrong.

vikingnope commented 2 weeks ago

By deleting the ID "TheDocumentFoundation.LibreOffice.LTS" systems of users who use winget upgrade TheDocumentFoundation.LibreOffice.LTS are affected in a not expectable way, because winget is suggesting to upgrade to TheDocumentFoundation.LibreOffice (without .LTS) now.

The currently used download link for 24.2.4.2 is wrong.

LTS is no longer supported by LibeOffice and this is why it has been removed. I will check out ythe current download link for 24.2.4.2.

vikingnope commented 2 weeks ago

I think there might be an outage with their CDN, there is also a new update 24.2.5.1 so I will add that

EDIT: It seems to be going online and offline currently

uwekoenig commented 2 weeks ago

Dear all,

Until now LibreOffice was calling the versions Stable and Fresh on their website. I think to have a stable (or LTS) ID would nevertheless make sense. At times like now the latest (fresh) and stable (LTS) would be the same version. In one month when 24.8 will be released the LTS will stay on 24.2 and 24.8 would be there additionally.

What do you think?

SpecterShell commented 2 weeks ago

I think there might be an outage with their CDN, there is also a new update 24.2.5.1 so I will add that

EDIT: It seems to be going online and offline currently

That version is actually 24.2.5.2 not 24.2.5.1. I'm fixing it.

SpecterShell commented 2 weeks ago

Dear all,

Until now LibreOffice was calling the versions Stable and Fresh on their website. I think to have a stable (or LTS) ID would nevertheless make sense. At times like now the latest (fresh) and stable (LTS) would be the same version. In one month when 24.8 will be released the LTS will stay on 24.2 and 24.8 would be there additionally.

What do you think?

It is somehow similar to NodeJS, which has a current (non-LTS) channel and active (LTS) channel, and a major version (e.g., 22.x) in the current channel may go to the active channel when the current channel is moving to the next major version (e.g., 23.x).