[syncevolution: 1/2] 1.3.2 stable release, Drop old dependencies and force build against gtk3

Peter Robinson pbrobinson at fedoraproject.org
Sat Dec 1 15:21:40 UTC 2012


commit db21dd2550ef2d7dc48d0950700a0cba9211fced
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Dec 1 15:05:52 2012 +0000

    1.3.2 stable release, Drop old dependencies and force build against gtk3

 sources            |    2 +-
 syncevolution.spec |   15 +++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/sources b/sources
index f344f74..c83e5b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-daa98a3d78808c7338c0be7a37d1e28a  syncevolution-1.3.1.tar.gz
+29c24ac7144771cbd95b82e7faf82364  syncevolution-1.3.2.tar.gz
diff --git a/syncevolution.spec b/syncevolution.spec
index cf64b96..8a31e5d 100644
--- a/syncevolution.spec
+++ b/syncevolution.spec
@@ -1,7 +1,7 @@
 Summary:       SyncML client for evolution
 Name:          syncevolution
-Version:       1.3.1
-Release:       2%{?dist}
+Version:       1.3.2
+Release:       1%{?dist}
 Epoch:         1
 License:       LGPLv2+
 Group:         Applications/Productivity
@@ -15,16 +15,15 @@ BuildRequires: evolution-data-server-devel
 BuildRequires: expat-devel
 BuildRequires: glib2-devel
 BuildRequires: gnome-keyring-devel
-BuildRequires: gtk2-devel
+BuildRequires: gtk3-devel
 BuildRequires: libcurl-devel
 BuildRequires: libical-devel
-BuildRequires: libmx-devel
 BuildRequires: libnotify-devel
 BuildRequires: libsoup-devel
 BuildRequires: neon-devel
 BuildRequires: pcre-devel
 BuildRequires: python-docutils
-BuildRequires: unique-devel
+BuildRequires: unique3-devel
 %ifnarch s390 s390x
 BuildRequires: openobex-devel
 %endif
@@ -84,7 +83,7 @@ autoreconf -fiv
 (cd src/synthesis && autoreconf -fi && ./autogen.sh)
 
 %configure --enable-libsoup --enable-dbus-service --enable-shared --with-expat=system \
-    --disable-static --enable-gui --with-gio-gdbus --enable-dav \
+    --disable-static --enable-gtk=3 --enable-gui --with-gio-gdbus --enable-dav \
 %ifnarch s390 s390x
     --enable-bluetooth
 %else
@@ -158,6 +157,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/sync.desktop
 %{_datadir}/syncevolution/xml/*.pl
 
 %changelog
+* Sat Dec  1 2012 Peter Robinson <pbrobinson at fedoraproject.org> 1:1.3.2-1
+- 1.3.2 stable release
+- Drop old dependencies and force build against gtk3
+
 * Sat Oct 20 2012 Peter Robinson <pbrobinson at fedoraproject.org>	1:1.3.1-2
 - Fix desktop file, enable DAV
 


More information about the scm-commits mailing list