gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
31 stars 25 forks source link

[release] merging crate-release-update into crate #109

Closed GuillaumeGomez closed 6 years ago

GuillaumeGomez commented 6 years ago

cc @GuillaumeGomez @EPashkin

EPashkin commented 6 years ago

Sys crate branch has tag 0.8.0 while all in it 0.7.0

EPashkin commented 6 years ago

Same problem with cairo it has 0.7.0 (as sys) not as main 0.5.0

EPashkin commented 6 years ago

and with sourceview

GuillaumeGomez commented 6 years ago

Hum... I don't really know how to handle multiple crate versions in a single repository... I'll try to think something about (and eventually fix version numbers).

EPashkin commented 6 years ago

Oh, 0.8.0 go from pangocairo-sys I missed that, then it really same problem.

EPashkin commented 6 years ago

As variant we can add prefix to all version tags (maybe only for these repos), "atk-sys0.7.0", "gtk-sys0.7.0", "pangocairo-sys0.8.0" "cairo0.5.0", "cairo-sys0.7.0"

GuillaumeGomez commented 6 years ago

not sure if better since these tags will all point to the same commit... I really don't know what we should do in here.

EPashkin commented 6 years ago

IMHO It normal that it point to same commit currently, but if we have new version for Ex. "cairo" without sys, we see that only it changes.

GuillaumeGomez commented 6 years ago

I'll think about how to solve this. Meanwhile I'll open a PR on the release repository so we don't forget about it.