diff options
author | Nicholas Tay <nick@windblume.net> | 2021-12-01 16:48:55 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2021-12-01 16:48:55 +1100 |
commit | 01004c96c024bb091934e39588cdc73552c32335 (patch) | |
tree | 32fa5e73d11f363e3c052a66ee1ab462f541fa21 /passgen.spec | |
parent | d34f947cabd66f052d3d2ad58baafe2a065e027f (diff) | |
download | passgen-01004c96c024bb091934e39588cdc73552c32335.tar.gz passgen-01004c96c024bb091934e39588cdc73552c32335.tar.bz2 passgen-01004c96c024bb091934e39588cdc73552c32335.zip |
Automatic commit of package [passgen] release [0.1.1-1].
Created by command:
/usr/bin/tito tag
Diffstat (limited to 'passgen.spec')
-rw-r--r-- | passgen.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/passgen.spec b/passgen.spec index 4ea323a..d791c23 100644 --- a/passgen.spec +++ b/passgen.spec @@ -1,6 +1,6 @@ Name: passgen -Version: 0.1.0 -Release: 2%{?dist} +Version: 0.1.1 +Release: 1%{?dist} License: Zlib Summary: A simple memorable and customisable password generator Url: https://gitlab.com/nicholastay/passgen @@ -33,7 +33,7 @@ CFLAGS='-g' %make_build %{_bindir}/%{name} %changelog -* Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.0-2 +* Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.1-1 - RPM spec: add gcc, make to BuildRequires * Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.0-1 |