[syncevolution] v1.4

Peter Robinson pbrobinson at fedoraproject.org
Tue Feb 18 23:35:17 UTC 2014


commit ec441c862d1c59cf863b4dfa5ac0b0753d773334
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Feb 18 23:35:52 2014 +0000

    v1.4

 sources            |    2 +-
 syncevolution.spec |   19 ++++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/sources b/sources
index 5dbf4ce..c4c1387 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2372a524b9a0359ac70af6e8d9bcb7c0  syncevolution-1.3.99.7.tar.gz
+ff70e441637eaada8e84b84cb60c9f9b  syncevolution-1.4.tar.gz
diff --git a/syncevolution.spec b/syncevolution.spec
index d716905..2960b91 100644
--- a/syncevolution.spec
+++ b/syncevolution.spec
@@ -1,6 +1,6 @@
 Summary:       SyncML client for evolution
 Name:          syncevolution
-Version:       1.3.99.7
+Version:       1.4
 Release:       1%{?dist}
 Epoch:         1
 License:       LGPLv2+
@@ -14,9 +14,10 @@ BuildRequires: cppunit-devel
 BuildRequires: evolution-data-server-devel
 BuildRequires: expat-devel
 BuildRequires: glib2-devel
-BuildRequires: gnome-keyring-devel
+BuildRequires: gnome-online-accounts-devel
 BuildRequires: gtk3-devel
 BuildRequires: libcurl-devel
+BuildRequires: libgnome-keyring-devel
 BuildRequires: libical-devel
 BuildRequires: libnotify-devel
 BuildRequires: libsoup-devel
@@ -82,8 +83,9 @@ intltoolize --automake --copy --force
 autoreconf -fiv
 (cd src/synthesis && autoreconf -fi && ./autogen.sh)
 
-%configure --enable-libsoup --enable-dbus-service --enable-shared --with-expat=system \
-    --disable-static --enable-gtk=3 --enable-gui --with-gio-gdbus --enable-dav \
+%configure --enable-libsoup --enable-dbus-service --enable-shared \
+    --disable-static --enable-gtk=3 --enable-gui --with-gio-gdbus \
+    --enable-dav --disable-static --enable-gtk=3 --enable-gui --enable-gnome-keyring \
 %ifnarch s390 s390x
     --enable-bluetooth
 %else
@@ -124,7 +126,6 @@ fi
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS NEWS README HACKING README.html README.rst
 %{_sysconfdir}/xdg/autostart/syncevo-dbus-server.desktop
 %{_bindir}/synccompare
@@ -143,14 +144,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %exclude %{_datadir}/syncevolution/xml/*.pl
 
 %files libs
-%defattr(-,root,root,-)
 %doc COPYING LICENSE.LGPL-21 LICENSE.txt
 %{_libdir}/*so.0*
 %dir %{_libdir}/syncevolution
 %{_libdir}/syncevolution/backends
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/syncevo
 %{_includedir}/syncevo-dbus
 %{_includedir}/synthesis
@@ -159,17 +158,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/*.a
 
 %files gtk
-%defattr(-,root,root,-)
 %{_bindir}/sync-ui
 %{_datadir}/applications/sync.desktop
 %{_datadir}/icons/hicolor/48x48/apps/sync.png
 
 %files perl
-%defattr(-,root,root,-)
 %{_bindir}/synccompare
 %{_datadir}/syncevolution/xml/*.pl
 
 %changelog
+* Tue Feb 18 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.4-1
+- Update to 1.4 stable release
+- Enable gnome-online-accounts support
+
 * Tue Feb  4 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.3.99.7-1
 - 1.3.99.7 devel release
 


More information about the scm-commits mailing list