diff --git a/.tito/packages/BackupPC-XS b/.tito/packages/BackupPC-XS index a5e4031..6c37931 100644 --- a/.tito/packages/BackupPC-XS +++ b/.tito/packages/BackupPC-XS @@ -1 +1 @@ -0.57-0.beta2 ./ +0.57-1 ./ diff --git a/BackupPC-XS.spec b/BackupPC-XS.spec index 136c899..82ebd70 100644 --- a/BackupPC-XS.spec +++ b/BackupPC-XS.spec @@ -3,7 +3,7 @@ Name: BackupPC-XS Version: %{ver_major}.%{ver_minor} -Release: 0.beta2%{?dist} +Release: 1 Summary: Implementation of various BackupPC functions in a perl-callable module License: GPLv3+ and (GPL+ or Artistic) and zlib @@ -57,6 +57,9 @@ make test %changelog +* Mon Dec 04 2017 Daniel Berteaud 0.57-1 +- Add disttag (daniel@firewall-services.com) + * Mon Dec 04 2017 Daniel Berteaud 0.57-0.beta2 - Use GitAnnexBuilder (daniel@firewall-services.com)