Hello community,

here is the log from the commit of package evolution-exchange for 
openSUSE:Factory
checked in at Thu May 5 15:09:38 CEST 2011.



--------
--- GNOME/evolution-exchange/evolution-exchange.changes 2010-11-16 
16:08:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/evolution-exchange/evolution-exchange.changes  
2011-04-28 13:50:16.000000000 +0200
@@ -1,0 +2,83 @@
+Thu Apr 28 11:45:35 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + bnc#687605: Evolution hangs on moving email.
+  + Mark the message_info dirty when there in a change.
+  + Add the ESource if we get folder-already-exists error.
+  + Look for changed event and sync the unread flags. 
+  + Mark the dirty flag in message_info when the flags are changed
+    to sync the changes to db.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Apr  6 11:34:26 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + no code change
+
+-------------------------------------------------------------------
+Mon Mar 21 17:53:34 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.92:
+  - bgo#644644: Exchange password not stored
+- Changes from version 2.91.91:
+  + Bump BASE_VERSION to 3.0.
+  + Updated translations.
+- Changes from version 21.91.90:
+  + Miscellaneous Fixes:
+    - Remove NULL checks for GObject methods.
+    - Bump GTK+ requirement to 3.0.
+  + Bug Fixes:
+    - bgo#641995: Cannot build with -Wl,--as-needed.
+- Changes from version 2.91.6:
+  + Miscellaneous Fixes:
+    - Prevent invalid reads.
+    - Drop the --enable-gtk3 configure option.
+  + Bug Fixes:
+    - bgo#635590: Crash on account re-enable
+    - bgo#638241: Renaming folder always fails
+    - bgo#639123: Incorrect unref of ExchangeAccount in
+      EBookBackendExchange.
+    - bgo#638085: Duplicate folders in subscription dialog.
+  + Updated translations.
+- Changes from version 2.91.5:
+  + Adapt to split E-D-S backend directories.
+  + Updated translations.
+- Changes from version 2.91.4:
+  + Miscellaneous Fixes:
+    - To be buildable against gtk3.
+  + Bug Fixes:
+    - bgo#573125: Use new bdata_extract_ functions instead of own
+      macros.
+    - bgo#625570: Do not free ExchangeFolder on error
+  + Updated translations.
+- Changes from version 2.91.3:
+  + Miscellaneous Fixes:
+    - Can read out of bounds in exchange_folder_get_message_sync.
+  + Bug Fixes:
+    - bgo#634573: Crash when importing ics file
+    - bgo#630444: Fix linking issues
+  + Updated translations.
+- Changes from version 2.91.2:
+  + Other Changes:
+    - Adapt to Evolution enum type changes.
+    - Be able to compile against Gtk+ 2.23.0
+    - mail_append_mail() removed from Evolution
+  + Bug Fixes:
+    - bgo#632669: Crash when path for attachments doesn't exist
+  + Updated translations:
+- Changes from version 2.91.1:
+  + Adapt to Evolution API changes.
+- Changes from version 2.91.0:
+  + Other Changes:
+    - Adapt to Camel API changes.
+    - GtkObject is gone in GTK3
+  + Bug Fixes:
+    - bgo#629603: Allow calendar refresh on demand
+    - bgo#631034: Message cache keeps zero-sized mails on cancel.
+  + Updated translations.
+- Remove gconf2 PreReq: it's already covered by
+  %gconf_schemas_prereq.
+- Drop old --with-e2k-debug configure option.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  evolution-exchange-2.32.1.tar.bz2

New:
----
  evolution-exchange-3.0.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evolution-exchange.spec ++++++
--- /var/tmp/diff_new_pack.8NHj2b/_old  2011-05-05 15:08:03.000000000 +0200
+++ /var/tmp/diff_new_pack.8NHj2b/_new  2011-05-05 15:08:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package evolution-exchange (Version 2.32.1)
+# spec file for package evolution-exchange
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:           evolution-exchange
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in of evolution.
-%define evolution_base_version 2.32
+%define evolution_base_version 3.0
 BuildRequires:  db-devel
 %if %USE_EVOLDAP
 BuildRequires:  evoldap2-devel
@@ -37,14 +37,14 @@
 BuildRequires:  translation-update-upstream
 License:        GPLv2+
 Group:          Productivity/Networking/Email/Utilities
-Version:        2.32.1
+Version:        3.0.1
 Release:        1
 Summary:        Evolution Connector for Microsoft Exchange Server 2000/2003
 Source:         
ftp://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.25/%{name}-%{version}.tar.bz2
 Url:            http://www.novell.com/products/connector
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 DocDir:         %{_defaultdocdir}/evolution-exchange
-PreReq:         filesystem /usr/bin/touch gconf2
+PreReq:         filesystem /usr/bin/touch
 Requires:       %{name}-lang = %{version}
 Provides:       ximian-connector
 Obsoletes:      ximian-connector
@@ -97,23 +97,18 @@
 translation-update-upstream
 
 %build
-# autoreconf -f -i
 %{configure} \
 %if %USE_EVOLDAP
        --with-openldap=%{_libdir}/evoldap \
 %else
        --with-openldap=yes \
 %endif
-       --with-e2k-debug \
         --with-krb5=%{_prefix} \
        --disable-static
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?jobs:-j%jobs} V=1
 
 %install
 %{makeinstall}
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 find %{buildroot} -name '*.la' -type f -delete -print
 %find_lang evolution-exchange-%evolution_base_version
 %find_gconf_schemas
@@ -135,14 +130,16 @@
 
 %files -f evolution-exchange.schemas_list
 %defattr(-, root, root)
-%{_bindir}/exchange-connector-setup*
+%{_bindir}/exchange-connector-setup-%{evolution_base_version}
 %{_datadir}/evolution-exchange
 %{_datadir}/evolution/*/errors/*
-%{_libdir}/evolution-data-server-1.2/camel-providers/*
-%{_libdir}/evolution-data-server-1.2/extensions/*
+%{_libdir}/evolution-data-server/camel-providers/*
+%{_libdir}/evolution-data-server/addressbook-backends/*
+%{_libdir}/evolution-data-server/calendar-backends/*
+%{_libdir}/evolution-exchange/
 %{_libdir}/evolution/*/plugins/*
 
-%files lang -f evolution-exchange-%evolution_base_version.lang
+%files lang -f evolution-exchange-%{evolution_base_version}.lang
 
 %files doc
 %defattr(-, root, root)

++++++ evolution-exchange-2.32.1.tar.bz2 -> evolution-exchange-3.0.1.tar.bz2 
++++++
++++ 38533 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to