libzmq/packaging
Luca Boccassi d96c48ffa4 Problem: OBS _service sets version to unix timestamp.commitid
Solution: a new option has been added to the tar_scm service, so use
it to set the version to last_tag+git<last commit date> which is more
useful.
Unfortunately it's not possible to set it to the current version as
set in the header files, as it's not possible to parse files, only
commit ids, dates and git tags. But it's a step forward.
2017-04-29 13:08:25 +01:00
..
debian Problem: 4.2.2 is out, version(s) are out of date 2017-02-18 17:56:55 +00:00
nuget Problem: NuGet pacakge out of date. 2017-03-29 10:44:10 -07:00
obs Problem: OBS _service sets version to unix timestamp.commitid 2017-04-29 13:08:25 +01:00
redhat Problem: RPM build fails due to ignored zmq_gssapi.7 2017-04-29 12:53:09 +01:00
README Problem: builds directory contains packaging scripts 2016-01-15 10:25:38 +01:00

This directory is for packaging tools. Please do not hardcode version
numbers into your scripts; you can get them at runtime by calling
version.sh, or at configure time if you use autoconf.