diff --git a/.gitignore b/.gitignore index f939940..92dd95a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Radicale-0.9.tar.gz /Radicale-0.10.tar.gz /Radicale-1.0.tar.gz +/Radicale-1.0.1.tar.gz diff --git a/radicale.spec b/radicale.spec index 6dad0c3..0ad9387 100644 --- a/radicale.spec +++ b/radicale.spec @@ -2,7 +2,7 @@ %global selinux_variants %([ -z "%{selinux_types}" ] && echo mls targeted || echo %{selinux_types}) Name: radicale -Version: 1.0 +Version: 1.0.1 Release: 1%{?dist} Summary: A simple CalDAV (calendar) and CardDAV (contact) server Group: Applications/Internet @@ -152,7 +152,7 @@ fi %files -%doc README NEWS.rst TODO.rst +%doc README README.rst NEWS.rst TODO.rst %license COPYING %dir %attr(0755, %{name}, %{name}) %{_sysconfdir}/%{name}/ %config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/%{name}/config @@ -177,6 +177,9 @@ fi %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %changelog +* Tue Sep 22 2015 Juan Orti Alcaine - 1.0.1-1 +- Version 1.0.1 + * Tue Sep 15 2015 Juan Orti Alcaine - 1.0-1 - Version 1.0 - Merge SELinux subpackage into the main package diff --git a/sources b/sources index 4ccffa4..6690ec0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6de93af463eecaa882c309e370e8e72 Radicale-1.0.tar.gz +e29e51df14bc8ca5a580998d5d592285 Radicale-1.0.1.tar.gz