rpms/osmo/devel osmo.spec,1.9,1.10

Alex Lancaster alexlan at fedoraproject.org
Wed Jan 14 09:51:50 UTC 2009


Author: alexlan

Update of /cvs/pkgs/rpms/osmo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14166

Modified Files:
	osmo.spec 
Log Message:
* Wed Jan 14 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.2.4-3
- Disable libsyncml until version with support for new syncml 0.5.0 is
  released (#479954)



Index: osmo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/osmo/devel/osmo.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- osmo.spec	14 Dec 2008 16:12:32 -0000	1.9
+++ osmo.spec	14 Jan 2009 09:51:20 -0000	1.10
@@ -2,7 +2,7 @@
 Summary(pl):	Osobisty organizer
 Name:		osmo
 Version:	0.2.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		Applications/Productivity
 URL:		http://clay.ll.pl/osmo/
@@ -21,7 +21,7 @@
 BuildRequires:	libical-devel
 BuildRequires:	libgringotts-devel
 BuildRequires:	libnotify-devel
-BuildRequires:	libsyncml-devel
+#BuildRequires:	libsyncml-devel
 BuildRequires:	libxml2-devel
 
 %description
@@ -44,7 +44,10 @@
 %patch0 -p1
 
 %build
-%configure --with-gringrotts --with-libical --with-libsyncml
+%configure --with-gringrotts --with-libical 
+# disable until release with support for syncml 0.5.0 is released
+# see: http://bugzilla.redhat.com/show_bug.cgi?id
+# --with-libsyncml
 make %{?_smp_mflags}
 
 %install
@@ -99,6 +102,10 @@
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Wed Jan 14 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.2.4-3
+- Disable libsyncml until version with support for new syncml 0.5.0 is
+  released (#479954)
+
 * Sun Dec 14 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.2.4-2
 - Fixed crash due to SIGABRT using patch written by Tomasz Maka.
 




More information about the scm-commits mailing list