diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-12 07:17:56 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-12 07:17:56 +0200 |
commit | 7a5d3c33f24bd0be9890bd595a8cf470f03e3728 (patch) | |
tree | b8f05cf83dc15bc143146003ca324266987f43fb | |
parent | 1041dce8590380ea4a810fd2a13e48c0df85ba15 (diff) |
php-sabredav-Sabre*: fix roles
-rw-r--r-- | php-sabredav-Sabre_CalDAV.spec | 5 | ||||
-rw-r--r-- | php-sabredav-Sabre_CalDAV.xml | 46 |
2 files changed, 27 insertions, 24 deletions
diff --git a/php-sabredav-Sabre_CalDAV.spec b/php-sabredav-Sabre_CalDAV.spec index 904630e..0ae9961 100644 --- a/php-sabredav-Sabre_CalDAV.spec +++ b/php-sabredav-Sabre_CalDAV.spec @@ -6,7 +6,7 @@ Name: php-sabredav-Sabre_CalDAV Version: 1.8.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides RFC4791 (CalDAV) support to Sabre_DAV Group: Development/Libraries @@ -103,6 +103,9 @@ fi %changelog +* Thu Sep 12 2013 Remi Collet <RPMS@FamilleCollet.com> 1.8.6-2 +- fix roles + * Wed Jun 19 2013 Remi Collet <RPMS@FamilleCollet.com> 1.8.6-1 - update to 1.8.6 diff --git a/php-sabredav-Sabre_CalDAV.xml b/php-sabredav-Sabre_CalDAV.xml index 6fb54f2..f5c76c3 100644 --- a/php-sabredav-Sabre_CalDAV.xml +++ b/php-sabredav-Sabre_CalDAV.xml @@ -58,29 +58,29 @@ New release. Read the ChangeLog and announcement for more details <file name="examples/calendarserver.php" role="doc" /> <file name="ChangeLog" role="doc" /> <file name="LICENSE" role="doc" /> - <file name="Sabre/CalDAV/SharingPlugin.php" role="doc" /> - <file name="Sabre/CalDAV/SharedCalendar.php" role="doc" /> - <file name="Sabre/CalDAV/ShareableCalendar.php" role="doc" /> - <file name="Sabre/CalDAV/Property/ScheduleCalendarTransp.php" role="doc" /> - <file name="Sabre/CalDAV/Property/Invite.php" role="doc" /> - <file name="Sabre/CalDAV/Property/AllowedSharingModes.php" role="doc" /> - <file name="Sabre/CalDAV/Principal/IProxyWrite.php" role="doc" /> - <file name="Sabre/CalDAV/Principal/IProxyRead.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/Notification/SystemStatus.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/Notification/InviteReply.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/Notification/Invite.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/Node.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/INotificationType.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/INode.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/ICollection.php" role="doc" /> - <file name="Sabre/CalDAV/Notifications/Collection.php" role="doc" /> - <file name="Sabre/CalDAV/ISharedCalendar.php" role="doc" /> - <file name="Sabre/CalDAV/IShareableCalendar.php" role="doc" /> - <file name="Sabre/CalDAV/Exception/InvalidComponentType.php" role="doc" /> - <file name="Sabre/CalDAV/Backend/SharingSupport.php" role="doc" /> - <file name="Sabre/CalDAV/Backend/NotificationSupport.php" role="doc" /> - <file name="Sabre/CalDAV/Backend/BackendInterface.php" role="doc" /> - <file name="Sabre/CalDAV/Backend/AbstractBackend.php" role="doc" /> + <file name="Sabre/CalDAV/SharingPlugin.php" role="php" /> + <file name="Sabre/CalDAV/SharedCalendar.php" role="php" /> + <file name="Sabre/CalDAV/ShareableCalendar.php" role="php" /> + <file name="Sabre/CalDAV/Property/ScheduleCalendarTransp.php" role="php" /> + <file name="Sabre/CalDAV/Property/Invite.php" role="php" /> + <file name="Sabre/CalDAV/Property/AllowedSharingModes.php" role="php" /> + <file name="Sabre/CalDAV/Principal/IProxyWrite.php" role="php" /> + <file name="Sabre/CalDAV/Principal/IProxyRead.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/Notification/SystemStatus.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/Notification/InviteReply.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/Notification/Invite.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/Node.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/INotificationType.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/INode.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/ICollection.php" role="php" /> + <file name="Sabre/CalDAV/Notifications/Collection.php" role="php" /> + <file name="Sabre/CalDAV/ISharedCalendar.php" role="php" /> + <file name="Sabre/CalDAV/IShareableCalendar.php" role="php" /> + <file name="Sabre/CalDAV/Exception/InvalidComponentType.php" role="php" /> + <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/Backend/AbstractBackend.php" role="php" /> </dir> </contents> <dependencies> |