NewVersion
Hugo Barrocas <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <CAMZ98SEyLO4DPOus-gFWpscchLL=YhbPWB26XzGcdAGLhSv65g@mail.gmail.com> |
I've been updating some recipes for Gobolinux 015, and noticed two small details. when we do: NewVersion (Program_name) (version_number) (link_to_file) It creates the new recipe as expected, but the new recipe file never updates the info: compile_version=2.0 If the previous version was compile_version=1.3, it stays that way. Shouldn't it update that info to the version we have when making the recipe? I've also noticed that when compiling the new programs (to test the recipe) the Dependencies file is not always correctly updated. Some dependencies are left out and have to be manually inserted. If the recipe is uploaded without those missing dependencies, another user trying to install it will fail to compile. Cheers!