[python-icalendar] 3.6.2.

Jon Ciesla limb at fedoraproject.org
Thu Apr 24 13:10:14 UTC 2014


commit b690f6058be4087b331e77774117d5a46d3a0466
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Apr 24 08:07:05 2014 -0500

    3.6.2.

 .gitignore            |    1 +
 python-icalendar.spec |    7 +++++--
 sources               |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e4aa8e..bf964f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ icalendar-2.1.tar.gz
 /icalendar-3.4.tar.gz
 /icalendar-3.6.tar.gz
 /icalendar-3.6.1.tar.gz
+/3.6.2.tar.gz
diff --git a/python-icalendar.spec b/python-icalendar.spec
index e3d37b4..08f6ede 100644
--- a/python-icalendar.spec
+++ b/python-icalendar.spec
@@ -1,13 +1,13 @@
 %global with_python3 1
 
 Name:           python-icalendar
-Version:        3.6.1
+Version:        3.6.2
 Release:        1%{?dist}
 Summary:        Parser/generator of iCalendar files following the RFC 2445
 
 License:        BSD
 URL:            http://pypi.python.org/pypi/icalendar
-Source0:        http://pypi.python.org/packages/source/i/icalendar/icalendar-%{version}.tar.gz
+Source0:        https://github.com/collective/icalendar/archive/%{version}.tar.gz
 
 BuildArch:      noarch
 
@@ -101,6 +101,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Thu Apr 24 2014 Jon Ciesla <limburgher at gmail.com> - 3.6.2-1
+- Latest upstream.
+
 * Tue Jan 07 2014 Stanislav Ochotnicky <sochotnicky at rdhat.com> - 3.6.1-1
 - Update to latest upstream
 - Add python3 subpackage
diff --git a/sources b/sources
index cff801e..f3b1ff1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6d465c86dfb354f1c9dac93f4a8a1d0  icalendar-3.6.1.tar.gz
+b35c7f552b6f0d0d885250b2b848847e  3.6.2.tar.gz


More information about the scm-commits mailing list