[roundcubemail] 0.8.1.

Jon Ciesla limb at fedoraproject.org
Tue Aug 21 12:30:43 UTC 2012


commit 6fb563780e7bbe01f61c99f8c871201246859a96
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Aug 21 07:30:19 2012 -0500

    0.8.1.

 .gitignore         |    1 +
 roundcubemail.spec |   15 ++++++++++-----
 sources            |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 440e8e9..0d10534 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ roundcubemail-0.3.1-dep.tar.gz
 /roundcubemail-0.7.1-dep.tar.gz
 /roundcubemail-0.7.2-dep.tar.gz
 /roundcubemail-0.7.3-dep.tar.gz
+/roundcubemail-0.8.1-dep.tar.gz
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 8575915..3b93b20 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -1,7 +1,7 @@
 %define roundcubedir %{_datadir}/roundcubemail
 %global _logdir /var/log  
 Name: roundcubemail
-Version:  0.7.3
+Version:  0.8.1
 Release:  1%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
@@ -14,8 +14,8 @@ Source2: roundcubemail.logrotate
 Source4: roundcubemail-README.fedora
 # Non-upstremable: Adjusts config path to Fedora policy
 Patch6: roundcubemail-0.4.1-confpath.patch
-Patch7: roundcubemail-0.7.2-strict.patch
-Patch8: roundcubemail-0.7.3-xss-sig.patch
+Patch7: roundcubemail-0.8.1-strict.patch
+#Patch8: roundcubemail-0.7.3-xss-sig.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
@@ -48,7 +48,7 @@ interface is fully skinnable using XHTML and CSS 2.
 
 %patch6 -p0
 %patch7 -p0
-%patch8 -p0
+#%patch8 -p0
 
 # fix permissions and remove any .htaccess files
 find . -type f -print | xargs chmod a-x
@@ -129,7 +129,7 @@ exit 0
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG INSTALL LICENSE README UPGRADING SQL roundcubemail-README.fedora
+%doc CHANGELOG INSTALL LICENSE README.md UPGRADING SQL roundcubemail-README.fedora
 %{roundcubedir}
 %dir %{_sysconfdir}/%{name}
 %attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/db.inc.php
@@ -140,6 +140,11 @@ exit 0
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Mon Aug 20 2012 Jon Ciesla <limburgher at gmail.com> - 0.8.1-1
+- Latest upstream.
+- Updated strict patch.
+- XSS patch upstreamed.
+
 * Mon Aug 20 2012 Jon Ciesla <limburgher at gmail.com> - 0.7.3-1
 - 0.7.3, patch for XSS in signature issue, BZ 849616, 849617.
 
diff --git a/sources b/sources
index 319f0ee..7f403f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43c78a7fe9801d145442d20a68c02f07  roundcubemail-0.7.3-dep.tar.gz
+06812a089c779a535ff42e3e3f753e13  roundcubemail-0.8.1-dep.tar.gz


More information about the scm-commits mailing list