[mirall] Update to mirall-1.1.0

Joseph Marrero jmarrero at fedoraproject.org
Sun Oct 14 19:56:06 UTC 2012


commit 22dee9a5730e051cedfd92cb2246b6ef751a0dc8
Author: Joseph <joseph at localhost.localdomain>
Date:   Sun Oct 14 19:55:54 2012 +0000

    Update to mirall-1.1.0

 .gitignore  |    1 +
 mirall.spec |   18 +++++++++---------
 sources     |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f98d30..a513307 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mirall-1.0.5.tar.bz2
+/mirall-1.1.0.tar.bz2
diff --git a/mirall.spec b/mirall.spec
index 44e3449..2702ed6 100644
--- a/mirall.spec
+++ b/mirall.spec
@@ -1,6 +1,6 @@
 Name:           mirall
-Version:        1.0.5
-Release:        5%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 License:        GPLv2+
 Summary:        The ownCloud Client
 Url:            http://www.gitorious.org/owncloud/mirall/
@@ -9,11 +9,11 @@ Source1:        owncloud-client.desktop
 Source2:        mirall.desktop
 
 BuildRequires:  cmake
-BuildRequires:  owncloud-csync-devel
+BuildRequires:  owncloud-csync-devel >= 0.60.0
 BuildRequires:  iniparser-devel
 BuildRequires:  qt4-devel 
 BuildRequires:  desktop-file-utils
-Requires:       owncloud-csync-plugin-owncloud >= 0.50.8
+Requires:       owncloud-csync-plugin-owncloud >= 0.60.0
 Requires:       %{name}-common%{?_isa} = %{version}-%{release}
 
 %description
@@ -34,7 +34,6 @@ in a sync.
 %package -n owncloud-client
 Summary: owncloud Standalone client
 Requires: %{name}-common%{?_isa} = %{version}-%{release}
-Requires: owncloud-csync-plugin-owncloud >= 0.50.8
 
 %description -n owncloud-client
 The ownCloud desktop client, lets you sync directly to your ownCloud server.
@@ -45,7 +44,7 @@ The ownCloud desktop client, lets you sync directly to your ownCloud server.
 %build
 mkdir build
 pushd build
-%cmake .. -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" -DCSYNC_LIBRARY:PATH=%{_libdir}/liboccsync.so -DCSYNC_INCLUDE_PATH:PATH=%{_includedir}/occsync
+%cmake .. -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" -DCSYNC_LIBRARY:PATH=%{_libdir}/libocsync.so -DCSYNC_INCLUDE_PATH:PATH=%{_includedir}/ocsync
 make %{?_smp_mflags}
 popd
 
@@ -100,7 +99,7 @@ fi
 %files common
 %doc README.md COPYING
 %{_datadir}/mirall
-%config %{_sysconfdir}/exclude.lst
+%config  %{_prefix}%{_sysconfdir}/sync-exclude.lst
 
 %files -n owncloud-client
 %{_bindir}/owncloud
@@ -109,8 +108,9 @@ fi
 %{_datadir}/icons/hicolor/48x48/apps/owncloud.png
 
 %changelog
-* Mon Sep 03 2012 <jmarrero at fedoraproject.org> 1.0.5-5
-- Added owncloud-csync-plugin-owncloud dep to owncloud-client pkg
+* Sun Oct 14 2012 <jmarrero at fedoraproject.org> 1.1.0-1
+- Version Upgrade to 1.1.0
+- Removed the need to look for occsync now mirall looks for ocsync the new name of owncloud-csync
 * Mon Aug 20 2012 <jmarrero at fedoraproject.org> 1.0.5-4
 - removed unesesary cmake flags
 * Sat Aug 17 2012 <jmarrero at fedoraproject.org> 1.0.5-3
diff --git a/sources b/sources
index 72f9199..48edca0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7a96411f092bb16f88e3868a558032f  mirall-1.0.5.tar.bz2
+708312223c43426e9fc62d42503b97a8  mirall-1.1.0.tar.bz2


More information about the scm-commits mailing list