diff --git a/.gitignore b/.gitignore index b442da2..58f1958 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ sigul-0.97.tar.bz2 /sigul-0.98.tar.bz2 /sigul-0.99.tar.bz2 +/sigul-0.100.tar.bz2 diff --git a/sigul.spec b/sigul.spec index 4fa829c..90bafa9 100644 --- a/sigul.spec +++ b/sigul.spec @@ -1,8 +1,8 @@ # FIXME: eventually migrate from sysv to systemd service configuration Summary: A signing server and related software client Name: sigul -Version: 0.99 -Release: 3%{?dist} +Version: 0.100 +Release: 1%{?dist} License: GPLv2 Group: Applications/Internet URL: https://fedorahosted.org/sigul/ @@ -93,6 +93,9 @@ fi %dir %attr(700,sigul,sigul) %{_localstatedir}/lib/sigul/gnupg %changelog +* Tue Jul 17 2012 Miloslav Trmač - 0.100-1 +- Update to sigul-0.100. + * Wed Feb 8 2012 Toshio Kuratomi - 0.99-3 - Remove the python-sqlite2 dep in Fedora as that package is being retired and sigul can use the sqlite3 module from the python stdlib diff --git a/sources b/sources index 540fbcf..802b99b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a52b71c66e51ec6461217f48883d1749 sigul-0.99.tar.bz2 +ac2eeed42c765429749ca441ee7bfb20 sigul-0.100.tar.bz2