[php-sabredav-Sabre_DAV] Fix incorrectly tagged files on the xml

Joseph Marrero jmarrero at fedoraproject.org
Thu Sep 5 17:18:11 UTC 2013


commit b0bc887c9d9f5c5aa26b27cc2f154a9e54900a8b
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Thu Sep 5 13:16:45 2013 -0400

    Fix incorrectly tagged files on the xml

 php-sabredav-Sabre_DAV.spec |    4 +++-
 php-sabredav-Sabre_DAV.xml  |   14 +++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/php-sabredav-Sabre_DAV.spec b/php-sabredav-Sabre_DAV.spec
index 6dfd22d..c8ce70a 100644
--- a/php-sabredav-Sabre_DAV.spec
+++ b/php-sabredav-Sabre_DAV.spec
@@ -6,7 +6,7 @@
 
 Name:           php-sabredav-Sabre_DAV
 Version:        1.7.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Sabre_DAV is a WebDAV framework for PHP
 
 Group:          Development/Libraries
@@ -105,6 +105,8 @@ fi
 
 
 %changelog
+* Thu Sep 05 2013 Joseph Marrero <jmarrero at fedoraproject.org> - 1.7.8-2
+- fix package xml files incorrectly tagged by myself  doc instead of php
 * Tue Sep 03 2013 Joseph Marrero <jmarrero at fedoraproject.org> - 1.7.8-1
 - Update to 1.7.8 Uptream version
 - Add own pear configuration provided by Remi Collet from RH
diff --git a/php-sabredav-Sabre_DAV.xml b/php-sabredav-Sabre_DAV.xml
index 37ecffd..c264bc4 100644
--- a/php-sabredav-Sabre_DAV.xml
+++ b/php-sabredav-Sabre_DAV.xml
@@ -116,13 +116,13 @@ New release. Read the ChangeLog and announcement for more details
    <file name="Sabre/DAV/Version.php" role="php" />
    <file name="Sabre/DAV/XMLUtil.php" role="php" />
    <file name="Sabre/DAV/includes.php" role="php" />
-   <file name="Sabre/DAV/PropertyInterface.php" role="doc" />
-   <file name="Sabre/DAV/PartialUpdate/Plugin.php" role="doc" />
-   <file name="Sabre/DAV/PartialUpdate/IFile.php" role="doc" />
-   <file name="Sabre/DAV/Locks/Backend/Abstract.php" role="doc" />
-   <file name="Sabre/DAV/Exception/ServiceUnavailable.php" role="doc" />
-   <file name="Sabre/DAV/Exception/ReportNotSupported.php" role="doc" />
-   <file name="Sabre/DAV/Auth/IBackend.php" role="doc" />
+   <file name="Sabre/DAV/PropertyInterface.php" role="php" />
+   <file name="Sabre/DAV/PartialUpdate/Plugin.php" role="php" />
+   <file name="Sabre/DAV/PartialUpdate/IFile.php" role="php" />
+   <file name="Sabre/DAV/Locks/Backend/Abstract.php" role="php" />
+   <file name="Sabre/DAV/Exception/ServiceUnavailable.php" role="php" />
+   <file name="Sabre/DAV/Exception/ReportNotSupported.php" role="php" />
+   <file name="Sabre/DAV/Auth/IBackend.php" role="php" />
    <file name="examples/sql/mysql.locks.sql" role="doc" />
    <file name="examples/sql/mysql.users.sql" role="doc" />
    <file name="examples/sql/pgsql.locks.sql" role="doc" />


More information about the scm-commits mailing list