summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sabredav-Sabre_CalDAV.spec19
-rw-r--r--php-sabredav-Sabre_CalDAV.xml10
2 files changed, 15 insertions, 14 deletions
diff --git a/php-sabredav-Sabre_CalDAV.spec b/php-sabredav-Sabre_CalDAV.spec
index 114a86a..408b45b 100644
--- a/php-sabredav-Sabre_CalDAV.spec
+++ b/php-sabredav-Sabre_CalDAV.spec
@@ -1,21 +1,19 @@
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
%global pear_name Sabre_CalDAV
%global channelname pear.sabredav.org
-%global mainver 1.7.10
-%global reldate 2014-02-09
+%global mainver 1.7.13
+%global reldate 2014-07-28
Name: php-sabredav-Sabre_CalDAV
Epoch: 1
Version: 1.7.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Provides RFC4791 (CalDAV) support to Sabre_DAV
Group: Development/Libraries
License: BSD
-URL: http://code.google.com/p/sabredav
-# https://github.com/fruux/sabre-dav/issues/336
-# Please update PEAR channel
-Source0: https://github.com/fruux/sabre-dav/releases/download/%{mainver}/SabreDAV-%{mainver}.zip
+URL: http://sabre.io
+Source0: https://github.com/fruux/sabre-dav/releases/download/%{mainver}/sabredav-%{mainver}.zip
Source1: %{name}.xml
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,7 +29,7 @@ Requires: php-xml
Requires: php-pear(PEAR)
Requires: php-channel(%{channelname})
Requires: php-pear(%{channelname}/Sabre) >= 1.0.2
-Requires: php-pear(%{channelname}/Sabre_DAV) >= 1.7.10
+Requires: php-pear(%{channelname}/Sabre_DAV) >= 1.7.13
Requires: php-pear(%{channelname}/Sabre_DAVACL) >= 1.7.9
Requires: php-pear(%{channelname}/Sabre_VObject) >= 2.1.3
@@ -39,7 +37,7 @@ Provides: php-pear(%{pear_name}) = %{version}
Provides: php-pear(%{channelname}/%{pear_name}) = %{version}
%description
-CalDAV plugin for Sabre, Adds support for CalDAV in Sabre_DAV.
+CalDAV plugin for Sabre, adds support for CalDAV in Sabre_DAV.
%prep
%setup -q -n SabreDAV
@@ -109,6 +107,9 @@ fi
%changelog
+* Tue Oct 28 2014 Adam Williamson <awilliam@redhat.com> - 1.7.9-2
+- new release 1.7.9 (from SabreDAV 1.7.13, EOL)
+
* Thu Feb 20 2014 Remi Collet <RPMS@FamilleCollet.com> 1:1.7.9-1
- revert to 1.7
diff --git a/php-sabredav-Sabre_CalDAV.xml b/php-sabredav-Sabre_CalDAV.xml
index bd7d846..58f7b2e 100644
--- a/php-sabredav-Sabre_CalDAV.xml
+++ b/php-sabredav-Sabre_CalDAV.xml
@@ -30,6 +30,7 @@ New release. Read the ChangeLog and announcement for more details
</notes>
<contents>
<dir name="/">
+ <file name="Sabre/CalDAV/includes.php" role="php" />
<file name="Sabre/CalDAV/Backend/PDO.php" role="php" />
<file name="Sabre/CalDAV/Principal/Collection.php" role="php" />
<file name="Sabre/CalDAV/Principal/ProxyRead.php" role="php" />
@@ -78,7 +79,6 @@ New release. Read the ChangeLog and announcement for more details
<file name="Sabre/CalDAV/Backend/SharingSupport.php" role="php" />
<file name="Sabre/CalDAV/Backend/NotificationSupport.php" role="php" />
<file name="Sabre/CalDAV/Backend/BackendInterface.php" role="php" />
- <file name="Sabre/CalDAV/includes.php" role="php" />
<file name="Sabre/CalDAV/Backend/Abstract.php" role="php" />
</dir>
</contents>
@@ -98,22 +98,22 @@ New release. Read the ChangeLog and announcement for more details
<package>
<name>Sabre_HTTP</name>
<channel>pear.sabredav.org</channel>
- <min>1.7.0</min>
+ <min>1.6.0</min>
</package>
<package>
<name>Sabre_DAV</name>
<channel>pear.sabredav.org</channel>
- <min>1.7.0</min>
+ <min>1.6.0</min>
</package>
<package>
<name>Sabre_DAVACL</name>
<channel>pear.sabredav.org</channel>
- <min>1.7.0</min>
+ <min>1.6.0</min>
</package>
<package>
<name>Sabre_VObject</name>
<channel>pear.sabredav.org</channel>
- <min>2.1.0</min>
+ <min>1.3.0</min>
</package>
</required>
</dependencies>