diff options
author | Nicholas Tay <nick@windblume.net> | 2021-12-01 02:02:21 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2021-12-01 02:03:46 +1100 |
commit | b10c247bf36009ab9009485cc3c6ac075f014806 (patch) | |
tree | 533fd93e6134024de6b410a95983f1ecc1760e03 /passgen.spec | |
parent | 6c77932462c09e90d630100909c39ad589829c5f (diff) | |
download | passgen-b10c247bf36009ab9009485cc3c6ac075f014806.tar.gz passgen-b10c247bf36009ab9009485cc3c6ac075f014806.tar.bz2 passgen-b10c247bf36009ab9009485cc3c6ac075f014806.zip |
Automatic commit of package [passgen] release [0.1.0-1].
Created by command:
/usr/bin/tito tag --use-version 0.1.0
Diffstat (limited to 'passgen.spec')
-rw-r--r-- | passgen.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/passgen.spec b/passgen.spec index 56a28cb..16d7635 100644 --- a/passgen.spec +++ b/passgen.spec @@ -1,6 +1,6 @@ Name: passgen -Version: 0.0.0 -Release: 0%{?dist} +Version: 0.1.0 +Release: 1%{?dist} License: Zlib Summary: A simple memorable and customisable password generator Url: https://gitlab.com/nicholastay/passgen @@ -30,5 +30,8 @@ CFLAGS='-g' %make_build %{_bindir}/%{name} %changelog +* Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.0-1 +- New package built with tito + * Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> - Initial spec |