storaged-project / libbytesize

A tiny library providing a C "class" for working with arbitrary big sizes in bytes
GNU Lesser General Public License v2.1
21 stars 21 forks source link

Add POT file to git and do not rebuild it during every build #60

Closed vojtechtrefny closed 5 years ago

vojtechtrefny commented 5 years ago

This fixes bug with multilib packages in Fedora/RHEL -- we don't have a special package for translation files so we need to make sure the files are exactly same for every architecture. With POT file being generated during build the generated MO files are different because they contain timestamp from the POT file. POT file is now automatically updated during 'make bumpver'.

vojtechtrefny commented 5 years ago

Jenkins, test this please.