[mirall] Update Requires, backport upstream patch

Joseph Marrero jmarrero at fedoraproject.org
Fri Nov 15 01:19:45 UTC 2013


commit c682dd6af8842a7ce291bedbacb77c57f53b132e
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Thu Nov 14 21:18:52 2013 -0400

    Update Requires, backport upstream patch

 mirall.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/mirall.spec b/mirall.spec
index e9e6d7f..eb5653b 100644
--- a/mirall.spec
+++ b/mirall.spec
@@ -1,11 +1,13 @@
 Name:           mirall
 Version:        1.4.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Summary:        The ownCloud Client
 Url:            http://owncloud.org/sync-clients/
 Source0:        http://download.owncloud.com/download/mirall-%{version}.tar.bz2
 
+Patch0:         14081a197b3f048bc18a68d408f13ecce61638b9.patch
+
 BuildRequires:  cmake
 BuildRequires:  owncloud-csync-devel >= 0.90.4
 BuildRequires:  iniparser-devel
@@ -14,6 +16,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  qtwebkit-devel
 BuildRequires:  neon-devel
 Requires:       %{name}-common%{?_isa} = %{version}-%{release}
+Requires:       neon
 Provides:       owncloud-client = %{version}-%{release}
 Obsoletes:      owncloud-client < 1.3.0
 
@@ -43,6 +46,8 @@ The ownCloud desktop client, lets you sync directly to your ownCloud server.
 %prep
 %setup -q %{name}-%{version}
 
+%patch0 -p1
+
 %build
 mkdir build
 pushd build
@@ -88,8 +93,11 @@ fi
 %config  %{_sysconfdir}/ownCloud/sync-exclude.lst
 
 %changelog
+* Thu Nov 14 2013 <jmarrero at fedoraproject.org> 1.4.2-3
+- Add Requires neon as noted by Manuel Faux
+- Add backported patch created by Klass Freitag backported by Manuel Faux 
 * Tue Nov 12 2013 <jmarrero at fedoraproject.org> 1.4.2-2
-- Add BuildRequires neon-devel that should fix segfault
+- Add BuildRequires neon-devel 
 * Sat Oct 26 2013 <jmarrero at fedoraproject.org> 1.4.2-1
 - Update to version 1.4.2
 * Fri Oct 04 2013 <jmarrero at fedoraproject.org> 1.4.1-1


More information about the scm-commits mailing list