[owncloud-csync/f20] Update to latest upstream release

Joseph Marrero jmarrero at fedoraproject.org
Tue Jan 7 13:45:35 UTC 2014


commit be324dfc7f0f5f382888d753bcfdd1df21434fd9
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Tue Jan 7 09:44:52 2014 -0400

    Update to latest upstream release

 .gitignore          |    1 +
 owncloud-csync.spec |   43 +++++++++----------------------------------
 sources             |    2 +-
 3 files changed, 11 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc58f0d..d509996 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /ocsync-0.90.2.tar.bz2
 /mirall-1.4.2.tar.bz2
 /ocsync-0.90.4.tar.bz2
+/ocsync-0.91.4.tar.bz2
diff --git a/owncloud-csync.spec b/owncloud-csync.spec
index 10c158b..16f8cf0 100644
--- a/owncloud-csync.spec
+++ b/owncloud-csync.spec
@@ -1,5 +1,5 @@
 Name:           owncloud-csync
-Version:        0.90.4
+Version:        0.91.4
 Release:        1%{?dist}
 Summary:        A user level bidirectional client only file synchronizer
 License:        GPLv2+
@@ -9,14 +9,12 @@ Source0:        http://download.owncloud.com/download/ocsync-%{version}.tar.bz2
 BuildRequires:  check
 BuildRequires:  cmake
 BuildRequires:  doxygen
-BuildRequires:  samba4-libs
-BuildRequires:  iniparser-devel >= 3.1
-BuildRequires:  libssh-devel
-BuildRequires:  log4cpp-devel
+BuildRequires:  gcc-c++
 BuildRequires:  neon-devel
 BuildRequires:  sqlite-devel
-BuildRequires:  openssl-devel
 Obsoletes: owncloud-csync-plugin-smb < 0.70
+Obsoletes: owncloud-csync-plugin-sftp < 0.91
+Obsoletes: owncloud-csync-plugin-owncloud < 0.91
 
 %description
 ocsync is an implementation of a file synchronizer which provides the
@@ -31,24 +29,6 @@ ocsync is an implementation of a file synchronizer which provides the
 feature of roaming home directories for Linux clients. ocsync makes use
 of libsmbclient in Samba/Windows environments.
 
-%package plugin-sftp
-Summary:        A user level bidirectional client only file synchronizer
-Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
-
-%description plugin-sftp
-ocsync is an implementation of a file synchronizer which provides the
-feature of roaming home directories for clients. ocsync makes use
-of libsmbclient in Samba/Windows environments.
-
-%package plugin-owncloud
-Summary:        A user level bidirectional client only file synchronizer
-Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
-
-%description plugin-owncloud
-ocsync is an implementation of a file synchronizer which provides the
-feature of roaming home directories for Linux clients. ocsync makes use
-of libneon to access ownCloud. 
-
 %package devel
 Summary:        Development files for ocsync
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
@@ -105,7 +85,6 @@ popd build
 %postun libs -p /sbin/ldconfig
 
 %files
-%{_bindir}/ocsync
 %{_mandir}/man?/ocsync.*
 
 %files libs
@@ -114,19 +93,12 @@ popd build
 %doc AUTHORS COPYING README ChangeLog
 %dir %{_sysconfdir}/ocsync
 %{_libdir}/libocsync.so.*
-%{_libdir}/libhttpbflib.a
-%dir %{_libdir}/ocsync-0
-
-
-%files plugin-sftp
-%{_libdir}/ocsync-0/ocsync_sftp.so
-
-%files plugin-owncloud
-%{_libdir}/ocsync-0/ocsync_owncloud.so
 
 %files devel
 %{_includedir}/ocsync
 %{_libdir}/libocsync.so
+%{_libdir}/libhttpbf.a
+%{_includedir}/httpbf.h
 
 %files devel-doc
 %{_docdir}/%{name}-devel/html
@@ -135,6 +107,9 @@ popd build
 %{_docdir}/%{name}
 
 %changelog
+* Mon Dec 23 2013 <jmarrero at fedoraproject.org> 0.91.4-1
+- Update to version 0.91.4
+- remove iniparser dependency
 * Sat Oct 26 2013 <jmarrero at fedoraproject.org> 0.90.4-1
 - Update to version 0.90.4
 * Fri Oct 04 2013 <jmarrero at fedoraproject.org> 0.90.2-1
diff --git a/sources b/sources
index 0ae1cd9..2f34176 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4724730cf7376983c06bc83133c06a3f  ocsync-0.90.4.tar.bz2
+3f9bf0b0b131d984aa0574800b77e874  ocsync-0.91.4.tar.bz2


More information about the scm-commits mailing list