[roundcubemail] new release 1.0.3

Adam Williamson adamwill at fedoraproject.org
Tue Oct 14 20:37:52 UTC 2014


commit d6644aed82613cf8ad24cacf73b3b6987ad24ff3
Author: Adam Williamson <awilliam at redhat.com>
Date:   Tue Oct 14 13:37:39 2014 -0700

    new release 1.0.3

 .gitignore                                         |    1 +
 ...ath.patch => roundcubemail-1.0.3-confpath.patch |   11 -----------
 roundcubemail.spec                                 |    8 ++++++--
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21c8206..7ed79ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ roundcubemail-0.3.1-dep.tar.gz
 /roundcubemail.conf
 /roundcubemail.logrotate
 /roundcubemail-README.rpm
+/roundcubemail-1.0.3-dep.tar.gz
diff --git a/roundcubemail-1.0.0-confpath.patch b/roundcubemail-1.0.3-confpath.patch
similarity index 86%
rename from roundcubemail-1.0.0-confpath.patch
rename to roundcubemail-1.0.3-confpath.patch
index 8256f06..aa30a79 100644
--- a/roundcubemail-1.0.0-confpath.patch
+++ b/roundcubemail-1.0.3-confpath.patch
@@ -35,17 +35,6 @@ diff -up roundcubemail-1.0.0-dep/installer/index.php.rpm roundcubemail-1.0.0-dep
  
  $include_path  = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
  $include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
-diff -up roundcubemail-1.0.0-dep/installer/rcube_install.php.rpm roundcubemail-1.0.0-dep/installer/rcube_install.php
---- roundcubemail-1.0.0-dep/installer/rcube_install.php.rpm	2014-05-08 16:30:44.987857419 +0200
-+++ roundcubemail-1.0.0-dep/installer/rcube_install.php	2014-05-08 16:30:54.986902235 +0200
-@@ -490,7 +490,6 @@ class rcube_install
-     $types = array(
-       'application/zip'   => 'zip',
-       'application/x-tar' => 'tar',
--      'application/java-archive' => 'jar',
-       'image/gif'     => 'gif',
-       'image/svg+xml' => 'svg',
-     );
 diff -up roundcubemail-1.0.0-dep/program/include/iniset.php.rpm roundcubemail-1.0.0-dep/program/include/iniset.php
 --- roundcubemail-1.0.0-dep/program/include/iniset.php.rpm	2014-04-06 16:13:17.000000000 +0200
 +++ roundcubemail-1.0.0-dep/program/include/iniset.php	2014-05-08 16:30:40.712838264 +0200
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 34a0c8f..1095592 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -1,7 +1,7 @@
 %define roundcubedir %{_datadir}/roundcubemail
 %global _logdir /var/log  
 Name: roundcubemail
-Version:  1.0.2
+Version:  1.0.3
 Release:  1%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
@@ -28,7 +28,7 @@ Source4: roundcubemail-README.rpm
 Patch0: roundcubemail-0.9.3-no_swf.patch
 
 # Non-upstreamable: Adjusts config path to Fedora policy
-Patch1: roundcubemail-1.0.0-confpath.patch
+Patch1: roundcubemail-1.0.3-confpath.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
@@ -172,6 +172,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Oct 14 2014 Adam Williamson <awilliam at redhat.com> - 1.0.3-1
+- update to 1.0.3
+- drop small chunk of confpath.patch that got done upstream
+
 * Mon Jul 21 2014 Adam Williamson <awilliam at redhat.com> - 1.0.2-1
 - Update to 1.0.2
 
diff --git a/sources b/sources
index 5d9f182..6d35326 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f568eaa76f84abcef960a9f281f4e1f7  roundcubemail-1.0.2-dep.tar.gz
+6b4fa210489b550608b2176a0ed58796  roundcubemail-1.0.3-dep.tar.gz


More information about the scm-commits mailing list