|
| From: | Kai Torben Ohlhus |
| Subject: | [Octave-bug-tracker] [bug #57740] 5.2 win installer: wrong behavior with icon on taskbar (was fine days before) |
| Date: | Tue, 4 Feb 2020 23:17:12 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 |
Update of bug #57740 (project octave):
Category: None => Configuration and Build
System
Severity: 3 - Normal => 4 - Important
Priority: 5 - Normal => 7 - High
Status: None => Patch Submitted
_______________________________________________________
Follow-up Comment #9:
If nobody remembers a special purpose, Octave never fixed the installer after
a release so far. The additional ".0" is more pain than a help now. Can the
following patch be applied to MXE with a retagging of the 5.2.0 release?
diff -r 7e55d4512a62 src/release-octave.mk
--- a/src/release-octave.mk Mon Feb 03 14:37:46 2020 -0500
+++ b/src/release-octave.mk Wed Feb 05 13:10:35 2020 +0900
@@ -40,7 +40,7 @@
PKG := release-octave
$(PKG)_IGNORE :=
$(PKG)_VERSION := 5.2.0
-$(PKG)_WIN_VERSION := $($(PKG)_VERSION).0
+$(PKG)_WIN_VERSION := $($(PKG)_VERSION)
$(PKG)_CHECKSUM := 94054f3757e246398249e5041b2be698badceac8
$(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
$(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
That is the only real difference between the stable and release recipe.
Then again start the MXE builds =D I start with this patch applied now and
upload to https://octave.space soon.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57740>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |