Hello community, here is the log from the commit of package evolution for openSUSE:Factory checked in at 2012-11-21 15:11:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution (Old) and /work/SRC/openSUSE:Factory/.evolution.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/evolution/evolution.changes 2012-10-22 21:45:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2012-11-21 15:11:57.000000000 +0100 @@ -1,0 +2,28 @@ +Tue Nov 13 11:04:29 UTC 2012 - [email protected] + +- Update to version 3.6.2: + + evolution.convert: Remove leftover "force-message-limit" entry. + + Remove "Disable Account" menu item for GOA-based accounts. + + Fixed squished labels on Identity page of Account Assistant. + + EMailConfigAssistant: Make revising auto-configuration easier. + + Preferences and contact editor too large for small screens + (bgo#267787, bgo#317153) + + Bugs fixed: bgo#310978, bgo#317153, bgo#588959, bgo#627244, + bgo#663844, bgo#663844, bgo#680497, bgo#685262, bgo#685786, + bgo#686278, bgo#686325, bgo#686785, bgo#686813, bgo#687010, + bgo#687060, bgo#687137, bgo#687155, bgo#687400, bgo#687442, + bgo#688084. + + Updated translations. + +------------------------------------------------------------------- +Sat Oct 27 14:46:49 UTC 2012 - [email protected] + +- Remove traces of USE_EVOLDAP defines: evoldap-client2 has been + disabled in 2009 and has since not been maintained. Re-enabling + won't be a good idea. +- Drop evolution-custom-openldap-includes.patch: This patch was + only used to accomodate to find a non-system ldap library. +- Drop bnc-210959-evo-accept-ics.patch: the evolution backend is + unmaintained and as such this patch no longer makes sense. + +------------------------------------------------------------------- Old: ---- bnc-210959-evo-accept-ics.patch evolution-3.6.1.tar.xz evolution-custom-openldap-includes.patch New: ---- evolution-3.6.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution.spec ++++++ --- /var/tmp/diff_new_pack.pebaTZ/_old 2012-11-21 15:11:59.000000000 +0100 +++ /var/tmp/diff_new_pack.pebaTZ/_new 2012-11-21 15:11:59.000000000 +0100 @@ -16,7 +16,6 @@ # -%define USE_EVOLDAP 0 # wait for port of gtkimageview to gtk3 %define use_gtkimageview 0 @@ -25,7 +24,7 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.6 -Version: 3.6.1 +Version: 3.6.2 Release: 0 # FIXME: check if note on license is still valid (comment before license) Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite @@ -34,20 +33,12 @@ # NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859 Url: http://gnome.org/projects/evolution/ Source0: http://download.gnome.org/sources/evolution/3.6/%{name}-%{version}.tar.xz -# PATCH-FIX-OPENSUSE evolution-custom-openldap-includes.patch [email protected] -- look for ldap includes in %%{_libdir}/evoldap/include -Patch15: evolution-custom-openldap-includes.patch # PATCH-NEEDS-REBASE bnc-435722-book-uri-long.patch bnc#435722 [email protected] -- Book URI: Spills Into Second Column. (was PATCH-FIX-UPSTREAM) Patch19: bnc-435722-book-uri-long.patch -# PATCH-NEEDS-REBASE bnc-210959-evo-accept-ics.patch bnc210959 [email protected] -- Patch yet to be pushed upstream. (was PATCH-FIX-UPSTREAM) -Patch35: bnc-210959-evo-accept-ics.patch BuildRequires: bison -%if %USE_EVOLDAP -BuildRequires: evoldap2-devel -%else -BuildRequires: openldap2-devel -%endif BuildRequires: fdupes -%if %USE_EVOLDAP || %{need_autogen} +BuildRequires: openldap2-devel +%if %{need_autogen} BuildRequires: gnome-common %endif BuildRequires: gtk-doc @@ -135,25 +126,16 @@ %prep %setup -q translation-update-upstream -%if %USE_EVOLDAP -%patch15 -p1 -%endif # needs-rebase #%%patch19 -# needs-rebase -#%%patch35 %build -%if %USE_EVOLDAP || %{need_autogen} +%if %{need_autogen} NOCONFIGURE=1 gnome-autogen.sh %endif %{configure} \ --disable-scrollkeeper \ -%if %USE_EVOLDAP - --with-openldap=%{_libdir}/evoldap \ -%else --with-openldap=yes \ -%endif --with-krb5=%{_prefix} \ --enable-nss=yes \ --enable-smime=yes \ @@ -180,11 +162,6 @@ %suse_update_desktop_file evolution-alarm-notify %find_lang evolution-%evolution_base_version %{?no_lang_C} %find_lang evolution %{?no_lang_C} evolution-%evolution_base_version.lang -%if %USE_EVOLDAP - mv %{buildroot}%{_bindir}/evolution %{buildroot}%{_bindir}/evolution.bin - echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_bindir}/evolution\" %{_bindir}/evolution.bin \"\$@\"" > %{buildroot}%{_bindir}/evolution - chmod +x %{buildroot}%{_bindir}/evolution -%endif %fdupes %{buildroot} %post -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
