Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory
checked in at Mon Jun 6 10:38:24 CEST 2011.



--------
--- GNOME/evolution-data-server/evolution-data-server.changes   2011-04-27 
15:44:10.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/evolution-data-server/evolution-data-server.changes
    2011-05-29 19:27:52.000000000 +0200
@@ -1,0 +2,30 @@
+Sun May 29 17:26:08 UTC 2011 - [email protected]
+
+- Update baselibs.conf to follow the library bumps.
+- Disable translation-update for now: it fails for the removed
+  groupwise bits.
+
+-------------------------------------------------------------------
+Tue May 17 17:02:39 CEST 2011 - [email protected]
+
+- Update to version 3.1.1:
+  + GroupWise backend is now split in new evolution-groupwise
+    module (will be packaged soon).
+  + NTLM improvements:
+    - Support NTLMv2
+    - Infer NTLM domain from username; don't assume it matches the
+      server's domain
+    - Add support for NTLM single-sign-on using /usr/bin/ntlm_auth
+    - Fix read off end of string in NTLM SSO support
+  + Fix few memory leaks
+  + Various API changes in Camel library, including API breaks.
+  + Misc small fixes.
+  + Collect all test code into a top-level "tests" directory
+  + Code cleanups.
+  + Bugs fixed: bgo#332497, bgo#418954, bgo#628142, bgo#645239,
+    bgo#645498, bgo#645783, bgo#646117, bgo#646200, bgo#646619,
+    bgo#647429, bgo#647873, bgo#648844, bgo#649365, bgo#649684.
+  + Updated translations.
+- Drop libegroupwise-1_2-23 subpackage since the backend is gone.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  evolution-data-server-3.0.1.tar.bz2

New:
----
  evolution-data-server-3.1.1.tar.bz2

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

Other differences:
------------------
++++++ evolution-data-server.spec ++++++
--- /var/tmp/diff_new_pack.do8jKB/_old  2011-06-06 10:36:28.000000000 +0200
+++ /var/tmp/diff_new_pack.do8jKB/_new  2011-06-06 10:36:28.000000000 +0200
@@ -20,7 +20,7 @@
 
 # Shared Library soNUMs, to make it easier for updates
 # When updating the sonums, do not forget to also update baselibs.conf
-%define so_camel 23
+%define so_camel 25
 %define so_ebackend 1
 %define so_ebook 10
 %define so_ecal 8
@@ -28,14 +28,14 @@
 %define so_edata_cal 11
 %define so_edataserver 14
 %define so_edataserverui 0
-%define so_egroupwise 13
 
 Name:           evolution-data-server
-%define _evo_version 3.0
+%define _evo_version 3.2
 License:        LGPLv2+
 Group:          Development/Libraries/GNOME
-Version:        3.0.1
+Version:        3.1.1
 Release:        1
+# FIXME: Re-enable translation-update-upstream if possible.
 Summary:        Evolution Data Server
 Url:            http://www.gnome.org
 Source0:        
ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.25/%{name}-%{version}.tar.bz2
@@ -176,17 +176,6 @@
 
 This package contains a shared system library.
 
-%package -n libegroupwise-1_2-%{so_egroupwise}
-
-Summary:        Evolution Data Server - Groupwise Library
-Group:          System/Libraries
-
-%description -n libegroupwise-1_2-%{so_egroupwise}
-Evolution Data Server provides a central location for your address book
-and calendar in the GNOME Desktop.
-
-This package contains a shared system library for Groupwise support.
-
 %package devel
 License:        LGPLv2+
 Summary:        Evolution Data Server - Development Files
@@ -200,7 +189,6 @@
 Requires:       libedata-cal-1_2-%{so_edata_cal} = %{version}
 Requires:       libedataserver-1_2-%{so_edataserver} = %{version}
 Requires:       libedataserverui-3_0-%{so_edataserverui} = %{version}
-Requires:       libegroupwise-1_2-%{so_egroupwise} = %{version}
 %if %USE_EVOLDAP
 Requires:       evoldap2-devel
 %else
@@ -228,7 +216,7 @@
 %lang_package
 %prep
 %setup -q
-translation-update-upstream
+#translation-update-upstream
 %patch0 -p1
 
 %build
@@ -299,10 +287,6 @@
 
 %postun -n libedataserverui-3_0-%{so_edataserverui} -p /sbin/ldconfig
 
-%post -n libegroupwise-1_2-%{so_egroupwise} -p /sbin/ldconfig
-
-%postun -n libegroupwise-1_2-%{so_egroupwise} -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 %doc COPYING ChangeLog NEWS TODO
@@ -351,10 +335,6 @@
 %defattr(-, root, root)
 %{_libdir}/libedataserverui-3.0.so.%{so_edataserverui}*
 
-%files -n libegroupwise-1_2-%{so_egroupwise}
-%defattr(-, root, root)
-%{_libdir}/libegroupwise-1.2.so.%{so_egroupwise}*
-
 %files devel
 %defattr(-, root, root)
 %{_includedir}/evolution-data-server-%{_evo_version}/

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.do8jKB/_old  2011-06-06 10:36:28.000000000 +0200
+++ /var/tmp/diff_new_pack.do8jKB/_new  2011-06-06 10:36:28.000000000 +0200
@@ -1,4 +1,4 @@
-libcamel-1_2-23
+libcamel-1_2-25
 libebackend-1_2-1
 libebook-1_2-10
 libecal-1_2-8
@@ -6,4 +6,3 @@
 libedata-cal-1_2-11
 libedataserver-1_2-14
 libedataserverui-3_0-0
-libegroupwise-1_2-13

++++++ evolution-data-server-3.0.1.tar.bz2 -> 
evolution-data-server-3.1.1.tar.bz2 ++++++
++++ 242000 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to