mbaldessari pushed to vdirsyncer (master). "Tighten some requires (Fixes BZ 1210938)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 11 08:18:10 UTC 2015


>From 7fa3dd309a50f2e8729e99b40e2245ee3774fd8b Mon Sep 17 00:00:00 2001
From: Michele Baldessari <michele at acksyn.org>
Date: Sat, 11 Apr 2015 10:17:50 +0200
Subject: Tighten some requires (Fixes BZ 1210938)


diff --git a/vdirsyncer.spec b/vdirsyncer.spec
index 33ee162..6e3d922 100644
--- a/vdirsyncer.spec
+++ b/vdirsyncer.spec
@@ -7,7 +7,7 @@
 
 Name:       vdirsyncer
 Version:    0.4.4
-Release:    1%{?git_tag}%{?dist}
+Release:    2%{?git_tag}%{?dist}
 Summary:    Synchronize calendars and contacts
 
 License:    MIT
@@ -27,10 +27,12 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-sphinx
 BuildRequires:  python-sphinx_rtd_theme
 
-Requires:       python-requests-toolbelt >= 0.3.0
-Requires:       python-icalendar
-Requires:       python-click
 Requires:       python-atomicwrites
+Requires:       python-click >= 3.1
+Requires:       python-icalendar
+Requires:       python-lxml >= 3.0
+Requires:       python-requests
+Requires:       python-requests-toolbelt >= 0.3.0
 
 %description
 vdirsyncer synchronizes your calendars and address books between two entities.
@@ -89,6 +91,9 @@ sh build.sh tests
 %doc docs/_build/html docs/_build/text
 
 %changelog
+* Sat Apr 11 2015 Michele Baldessari <michele at acksyn.org> - 0.4.4-2
+- Tighten some requires (Fixes BZ 1210938)
+
 * Fri Mar 13 2015 Michele Baldessari <michele at acksyn.org> - 0.4.4-1
 - Update to 0.4.4
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vdirsyncer.git/commit/?h=master&id=7fa3dd309a50f2e8729e99b40e2245ee3774fd8b


More information about the scm-commits mailing list