From 67265f28e01ced962f75618797dd0f43098623cf Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 4 Dec 2017 09:59:03 +0100 Subject: [PATCH] Automatic commit of package [BackupPC-XS] minor release [0.57-0.beta2]. Created by command: /usr/bin/tito tag --use-release 0.beta2 --- .tito/packages/BackupPC-XS | 2 +- BackupPC-XS.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.tito/packages/BackupPC-XS b/.tito/packages/BackupPC-XS index ca5df6f..a5e4031 100644 --- a/.tito/packages/BackupPC-XS +++ b/.tito/packages/BackupPC-XS @@ -1 +1 @@ -0.57-0.beta1 ./ +0.57-0.beta2 ./ diff --git a/BackupPC-XS.spec b/BackupPC-XS.spec index 04add0d..539118c 100644 --- a/BackupPC-XS.spec +++ b/BackupPC-XS.spec @@ -3,7 +3,7 @@ Name: BackupPC-XS Version: %{ver_major}.%{ver_minor} -Release: 0.beta1 +Release: 0.beta2 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-0.beta2 +- Use GitAnnexBuilder (daniel@firewall-services.com) + * Mon Dec 04 2017 Daniel Berteaud 0.57-0.beta1 - new package built with tito