From b7a52218d0b9ee259b8a4edec91259c21947ba06 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Jun 18 2008 09:43:23 +0000 Subject: - version upgrade - drop pywbxml require --- diff --git a/.cvsignore b/.cvsignore index 49fcd7d..fbe928e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sync-engine-0.11.tar.gz +sync-engine-0.11.1.tar.gz diff --git a/sources b/sources index a7254c2..b442b32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c8c6a0ef0e8228269b2f2c00e4c732b sync-engine-0.11.tar.gz +a552f4dad3dcd284821c1247054259a0 sync-engine-0.11.1.tar.gz diff --git a/synce-sync-engine.spec b/synce-sync-engine.spec index 07b9549..dda3379 100644 --- a/synce-sync-engine.spec +++ b/synce-sync-engine.spec @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: synce-sync-engine -Version: 0.11 -Release: 6%{?dist} +Version: 0.11.1 +Release: 1%{?dist} Summary: Synce synchronization engine Group: Applications/Communications @@ -21,7 +21,6 @@ BuildRequires: python-devel python-setuptools Requires: libxml2-python Requires: libxslt-python Requires: librtfcomp-python -Requires: pywbxml Requires: pygobject2 Requires: PyXML Requires: dbus-python @@ -29,6 +28,9 @@ Requires: udev Requires: python-sqlite2 Requires: python-rra python-rapi +Obsoletes: pywbxml < 0.1 +Provides: pywbxml = 0.1 + %description Synce synchronization engine. @@ -77,13 +79,18 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_bindir}/*pyc %exclude %{_bindir}/*pyo %{python_sitelib}/SyncEngine/ -%{python_sitelib}/SyncEngine-0.11-py2.5.egg-info/ +%{python_sitelib}/sync_engine-0.11-py2.5.egg-info/ %files -n libopensync-plugin-synce %defattr(-,root,root,-) %{_libdir}/opensync-1.0/python-plugins/* %changelog +* Wed Jun 18 2008 Andreas Bierfert +- 0.11.1-1 +- version upgrade +- drop pywbxml requires + * Mon Jan 21 2008 Andreas Bierfert - 0.11-6 - obsolete syncekonnector for clean upgrade path