Updating link to change in openSUSE:Factory/evolution revision 78.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=e4c6bdb1ff1e2e6116531c981c9b54a1
This commit is contained in:
parent
50c7ebb8e6
commit
a051e0addb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2452e43e377d60d8bfe7bdb1c076b1010e7e6f4b708703e64f0f576bc9e06839
|
||||
size 29653760
|
3
evolution-2.29.5.tar.bz2
Normal file
3
evolution-2.29.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0ff7d083381e457ce0c7ef7fbe6596e6dd3e2c4ce40a6e74b674bad7d50f0fb
|
||||
size 29871907
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 22:59:06 CET 2010 - captain.magnus@opensuse.org
|
||||
|
||||
- Update to version 2.29.5:
|
||||
+ Various changes to support Anjal
|
||||
+ Introduce ESelectable and EFocusTracker
|
||||
+ Remove dbus-glib-1 from evolution-shell.pc.in
|
||||
+ Rename ECalendarTable to ETaskTable
|
||||
+ Remove useless --enable-nntp configure option
|
||||
+ Hard code "EDS_PACKAGE" since it will never change
|
||||
+ Replace alloca() with g_alloca()
|
||||
+ Hard code "GTKHTML_PACKAGE"
|
||||
+ Evolution does not need flex and bison
|
||||
+ Hide "Submit Bug Report" if bug-buddy is not present
|
||||
+ Clarify "Synchronization Options" menu item
|
||||
+ Kill redundant RGB/HSV color conversion utilities
|
||||
+ Kill e_popup_menu()
|
||||
+ Kill widgets/misc/e-colors.[ch]
|
||||
+ Teach ETable to prefer themed icon names over pixbufs
|
||||
+ Do not focus in a search entry when it is not having a focus
|
||||
+ Cleanup delete actions in shell views
|
||||
+ bgo#329693 - Add contexts to translated "None" words
|
||||
+ bgo#342935 - Do not choose disabled accounts for meeting
|
||||
requests
|
||||
+ bgo#361145 - Evolution hangs when formatting message - fixes
|
||||
part of it
|
||||
+ bgo#372921 - Meeting invites sent from wrong email account
|
||||
+ bgo#520816 - S/MIME shares "Do not sign meeting requests" with
|
||||
PGP
|
||||
+ bgo#549988 - "Empty Trash" in Trash popup empties all Trash
|
||||
folders
|
||||
+ bgo#592117 - Calendar Day view All Day events print
|
||||
improvements
|
||||
+ bgo#595501 - Crash on a changed mail filter action removal
|
||||
+ bgo#597816 - Read/save search folders with labels properly
|
||||
+ bgo#598305 - Use Exif data to rotate inlined photos
|
||||
+ bgo#599794 - Set composer as not changed on reply or forward
|
||||
action
|
||||
+ bgo#600521 - Remove trailing spaces from particular account
|
||||
fields
|
||||
+ bgo#603452 - Increase gnome-pilot version to 2.0.16
|
||||
+ bgo#603469 - Crash in contacts-map with no Home address filled
|
||||
+ bgo#604520 - Create first account window hidden behind main
|
||||
window
|
||||
+ bgo#604994 - Folder state not preserved in Copy/Move Folder
|
||||
dialog
|
||||
+ bgo#605192 - New memo window has start date as None
|
||||
+ bgo#605392 - pkg-config files reference libraries that are not
|
||||
used anymore
|
||||
+ bgo#605600 - Meeting reminders with wrong times
|
||||
+ bgo#605645 - Crash on exit in calendar_view_dispose
|
||||
+ bgo#606250 - Remove usage of deprecated GTK+ symbols
|
||||
+ bgo#606316 - Mail with an attachment in a Junk folder crashes
|
||||
Evo
|
||||
+ bgo#606340 - Crash on non-utf8 letter in mail folder name
|
||||
+ bgo#606344 - Clicking "Reply to All" button causes Evo to dump
|
||||
core
|
||||
+ bgo#606449 - empty mail-notification popups
|
||||
+ bgo#606542 - Broken paste action on to/cc/subject fields
|
||||
+ Translation updates
|
||||
- Change libgtkimageview-devel BuildRequires to gtkimageview-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 27 15:50:12 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package evolution (Version 2.29.4)
|
||||
# spec file for package evolution (Version 2.29.5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -37,9 +37,9 @@ BuildRequires: gnome-pilot-devel
|
||||
BuildRequires: gstreamer-0_10-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gtkhtml2-devel
|
||||
BuildRequires: gtkimageview-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgtkimageview-devel
|
||||
BuildRequires: libgweather-devel >= 2.25.4
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libpisock-devel
|
||||
@ -60,7 +60,7 @@ License: LGPLv2.0 ; LGPLv3
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||
%define evolution_base_version 2.30
|
||||
Version: 2.29.4
|
||||
Version: 2.29.5
|
||||
Release: 1
|
||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user