Accepting request 292990 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 292799 from dimstar) OBS-URL: https://build.opensuse.org/request/show/292990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=166
This commit is contained in:
commit
a1f18e43dd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f9ec78ae7b9aadb7efc76777c4c93a98f7c61be2a4cfaaf351dd051604e981f5
|
|
||||||
size 11360812
|
|
3
evolution-3.16.0.tar.xz
Normal file
3
evolution-3.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b91ae4848a36575c72e588d9af7691f31c2d3c30115867ee74609c8501989f99
|
||||||
|
size 11829212
|
@ -1,3 +1,359 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 23 11:13:55 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.16.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 16 14:00:15 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.92:
|
||||||
|
+ Add comment about signature delimiter.
|
||||||
|
+ Add two new user doc files to Makefile.
|
||||||
|
+ Also check for 'help' uri scheme handler availability.
|
||||||
|
+ Avoid crash when moving away from a meeting invitation email.
|
||||||
|
+ Clarify embedding / displaying of faces / X-Face in outgoing
|
||||||
|
email.
|
||||||
|
+ Cover using an external text editor application for composing
|
||||||
|
mail.
|
||||||
|
+ Document "Archive Folder" option.
|
||||||
|
+ Documentation: Fix typo in
|
||||||
|
mail-composer-mail-signatures-manage.page.
|
||||||
|
+ Document 'From field override' functionality.
|
||||||
|
+ Document Mail Composer tool bar changes.
|
||||||
|
+ Document placeholders for the quotation string in the mail
|
||||||
|
composer.
|
||||||
|
+ Document Send Account Overrides.
|
||||||
|
+ Do not force icon size for attachment button.
|
||||||
|
+ EAttachmentPaned - Margins are not correctly set when composer
|
||||||
|
is opened.
|
||||||
|
+ EColorCombo - Cannot choose a color from a popup palette.
|
||||||
|
+ EContactEditorFullName - Do not realize the dialog in init().
|
||||||
|
+ EHTMLEditorActions:
|
||||||
|
- Actions from context menu don't work.
|
||||||
|
- Fix build.
|
||||||
|
+ EHTMLEditor:
|
||||||
|
- Don't insert new HR element when trying to change properties
|
||||||
|
of existing one.
|
||||||
|
- Don't leak the WebKitDOMHTMLCollection objects.
|
||||||
|
+ EHTMLEditorPageDialog: Dialog shows wrong link color.
|
||||||
|
+ EHTMLEditorSelection:
|
||||||
|
- Normalize nodes after restoring selection.
|
||||||
|
- Not possible to remove smiley if selected.
|
||||||
|
- Remove the old functions that manipulated with caret.
|
||||||
|
- Return the right font color when is set on body.
|
||||||
|
+ EHTMLEditorTableDialog:
|
||||||
|
- Change how the table is inserted.
|
||||||
|
- When creating new table move caret to its first cell.
|
||||||
|
+ EHTMLEditorTextDialog: Font sinze in combo box is off by one.
|
||||||
|
+ EHTMLEditorView:
|
||||||
|
- Add a way how to insert new block above table where there is
|
||||||
|
none.
|
||||||
|
- Avoid runtime warnings when manipulating with text in table
|
||||||
|
cell.
|
||||||
|
- Avoid unnecessary g_utf8_strlen call.
|
||||||
|
- Clean the e_html_editor_view_init function.
|
||||||
|
- Crash in selection_is_in_table function.
|
||||||
|
- Deleting a character from the beginning of line in quoted
|
||||||
|
content moves caret to wrong place.
|
||||||
|
- Deleting a selection and undoing it will restore the
|
||||||
|
selection wrongly.
|
||||||
|
- Don't replace tabulators with spaces when pasting clipboard.
|
||||||
|
- Don't try to preserve the text blocks when parsing content.
|
||||||
|
- Fix Paste Quotation action.
|
||||||
|
- Fix Table Delete->Cell Contents action.
|
||||||
|
- If a text version of smiley is edited, replace a smiley
|
||||||
|
wrapper by its text.
|
||||||
|
- Implement undo and redo on text operations in table.
|
||||||
|
- Improve tables handling in composer.
|
||||||
|
- Make get_parent_block_element public.
|
||||||
|
- Move between the table cells with tabulator.
|
||||||
|
- Move the undo/redo debug functions to the beginning of module
|
||||||
|
so we can use them in the whole module.
|
||||||
|
- Newly inserted tables have nearly zero height.
|
||||||
|
- Only process the "Magic Smileys" and "Magic Links" when they
|
||||||
|
are allowed.
|
||||||
|
- Only stop propagating the key press event when we moved to
|
||||||
|
different table cell.
|
||||||
|
- Print undo/redo operations if debug output is activated.
|
||||||
|
- Remove print_fragment_inner_html as it is duplicate of
|
||||||
|
print_node_inner_html.
|
||||||
|
- Remove unneeded webkit_dom_dom_selection_get_range_at call.
|
||||||
|
- Return right value from selection_is_in_table when no
|
||||||
|
parameters are passed.
|
||||||
|
- Rework how the possibility of de-indenting a block is
|
||||||
|
detected.
|
||||||
|
- Selection is lost when showing context menu.
|
||||||
|
- Set text/css type on Evolution style sheets in HEAD.
|
||||||
|
- Setting the link color doesn't work.
|
||||||
|
- Undo behaves wrongly when undoing smiley.
|
||||||
|
- When incidentally writing into smiley, move out just the
|
||||||
|
newly written character but not the entire smiley text out of
|
||||||
|
smiley.
|
||||||
|
- When replying on message with links they don't have the
|
||||||
|
WebKit link color set.
|
||||||
|
- When switch composer mode from HTML on template that was
|
||||||
|
written in WebKit composer the Lose formatting dialog is
|
||||||
|
shown.
|
||||||
|
+ e_shell_quit() called twice at the end of application.
|
||||||
|
+ ETMLEditorSelection - Font color in picker is not changed when
|
||||||
|
moving between different font colors.
|
||||||
|
+ Fails to find nested message's attachment bar in WebKitWebView.
|
||||||
|
+ Fix instructions related to creating / exchanging public GPG
|
||||||
|
keys.
|
||||||
|
+ Fix typo 'contributers' (in untranslatable string).
|
||||||
|
+ Link to Seahorse documentation for how to get someone's public
|
||||||
|
key.
|
||||||
|
+ MBOX import preview is always empty.
|
||||||
|
+ Mention free form filter/search expressions and link to its
|
||||||
|
list.
|
||||||
|
+ Provide Seahorse steps instead of Terminal; update UI string.
|
||||||
|
+ Recommend to use physical folders for GMail accounts.
|
||||||
|
+ Remove "Minimize to system tray" help page.
|
||||||
|
+ Show online help when the local is not installed.
|
||||||
|
+ Split a string so we can reuse it in a different page.
|
||||||
|
+ [Templates] Various fixes.
|
||||||
|
+ Update calendar preferences pages (now that bgo#657233 is
|
||||||
|
fixed).
|
||||||
|
+ Update mail notification screenshot for 3.16.
|
||||||
|
+ Use full stop in <desc> for consistency.
|
||||||
|
+ use proper markup
|
||||||
|
+ Use translated window titles in HTML editor dialogs
|
||||||
|
+ Bugs fixed: bgo#440661, bgo#692566, bgo#692577, bgo#692578,
|
||||||
|
bgo#695825, bgo#697650, bgo#720189, bgo#723614, bgo#724651,
|
||||||
|
bgo#726203, bgo#726539, bgo#728788, bgo#729241, bgo#735956,
|
||||||
|
bgo#736432, bgo#736824, bgo#740476, bgo#743953, bgo#744009,
|
||||||
|
bgo#745338, bgo#745486, bgo#745551, bgo#745869, bgo#745899,
|
||||||
|
bgo#745925, bgo#745946, bgo#745951, bgo#746072.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 4 15:20:13 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.91:
|
||||||
|
+ Avoid crash when validating a new filter rule.
|
||||||
|
+ Use CalDAV to get list of available Google calendars.
|
||||||
|
+ Special-case Google 'caldav' calendars to use 'google' editor.
|
||||||
|
+ Remove declaration of nonexistent
|
||||||
|
e_cal_model_get_extension_name().
|
||||||
|
+ EHTMLEditorSelection:
|
||||||
|
- Add missing colon in properties documentation.
|
||||||
|
- Don't unref the EHTMLEditorView when it is used afterwards.
|
||||||
|
- The font color for selected text is wrong.
|
||||||
|
- After settings for size to some value and back to the default
|
||||||
|
the font is a little bit smaller.
|
||||||
|
- Spell check is lost after some font style operations.
|
||||||
|
- Try to remove the link only when we find anchor.
|
||||||
|
- Don't unref the EHTMLEditorView object when it is used
|
||||||
|
afterwards.
|
||||||
|
- Rework how the monospaced style is set.
|
||||||
|
- Use create_selection_marker function when saving selection.
|
||||||
|
+ Simplify e-web-view.c:add_css_rule_into_style_sheet().
|
||||||
|
+ handle_http_request: Skip invalid URIs.
|
||||||
|
+ Use a secure URL for queries from gravatar.com.
|
||||||
|
+ Address few more WebKitDOM objects memory leaks.
|
||||||
|
+ MessageList - Localize global string arrays only once.
|
||||||
|
+ Use thread safe variants of g_object_bind_property*() functions
|
||||||
|
from evolution-data-server.
|
||||||
|
+ Update devel-doc Since from 3.14 to 3.16.
|
||||||
|
+ itip_send_comp_sync: Initialize all members of a stack
|
||||||
|
allocated structure.
|
||||||
|
+ Fix a crash when 'Check for supported authentication types'
|
||||||
|
clicked.
|
||||||
|
+ [ETree/ETable] Implement GtkScrollableInterface::get_border()
|
||||||
|
for Gtk 3.15.9+.
|
||||||
|
+ HTML events callbacks are not called.
|
||||||
|
+ EMailDisplay - Fix more leaks of WebKit objects.
|
||||||
|
+ EMailReader - Fix more leaks of WebKit objects.
|
||||||
|
+ ITIP - Fix more leaks of WebKit objects.
|
||||||
|
+ EHTMLEditorActions - Activating the Paste as Text and Paste
|
||||||
|
Quotation from context menu does nothing.
|
||||||
|
+ EHTMLEditorView:
|
||||||
|
- When inserting inline image refresh spell check just in
|
||||||
|
current block.
|
||||||
|
- Emoticons can be resizable just in HTML mode.
|
||||||
|
- Fix the Past Quotation action.
|
||||||
|
- Be more efficient when trying to get if we are going to
|
||||||
|
remove last element in body.
|
||||||
|
- Block is wrongly preserved in the beginning of quoted
|
||||||
|
content.
|
||||||
|
- When pasting text with space on end ends with space lost.
|
||||||
|
+ EHTMLEditorSelection - Use variable that holds if the range is
|
||||||
|
collapsed.
|
||||||
|
+ EWebView - Fix wrong indentation.
|
||||||
|
+ Sync version with GNOME 3.15 series.
|
||||||
|
+ Bugs fixed: bgo#744471, bgo#744541, bgo#744444, bgo#681877,
|
||||||
|
bgo#744550, bgo#743410, bgo#741093, bgo#740169, bgo#744562,
|
||||||
|
bgo#619449, bgo#744401, bgo#744401, bgo#741013, bgo#744849,
|
||||||
|
bgo#744848, bgo#745013, bgo#743404, bgo#237917, bgo#745044,
|
||||||
|
bgo#745029, bgo#737300, bgo#737300, bgo#738080, bgo#621751.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 16 15:27:26 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.90:
|
||||||
|
+ Avoid busy loop on Calendar's Month view select.
|
||||||
|
+ Avoid/workaround usage of an EAsyncClosure when opening an
|
||||||
|
EClient.
|
||||||
|
+ Composer - Make drag and drop usable.
|
||||||
|
+ Cover how to force online mode via GIO_USE_NETWORK_MONITOR.
|
||||||
|
+ Cover the "concurrent connections" setting.
|
||||||
|
+ Cover why mail signatures start with "-- ".
|
||||||
|
+ Created active link for grep manpages.
|
||||||
|
+ Drop all that geeky terminal commands and link to Seahorse.
|
||||||
|
+ EHTMLEditorSelection:
|
||||||
|
- Correctly wrap after link that does not fit on the line.
|
||||||
|
- Don't treat links as underlined.
|
||||||
|
- Non collapsed selection is collapsed after saving its start
|
||||||
|
and end points.
|
||||||
|
- Replace active selection when inserting inline image into
|
||||||
|
composer.
|
||||||
|
- Save the selection marks to right position when it starts or
|
||||||
|
ends near the quote marks.
|
||||||
|
+ EHTMLEditorView:
|
||||||
|
- Block is left in quoted content when deleting the last in
|
||||||
|
quoted content when signature is presented.
|
||||||
|
- Don't insert new line when we hit the empty paragraph.
|
||||||
|
- Don't send the Evolution CSS style element in HEAD with HTML
|
||||||
|
messages.
|
||||||
|
- Don't send the selection markers when sending a HTML mail.
|
||||||
|
- Insert new paragraph when we loaded an empty string or HTML.
|
||||||
|
- Remove meaningless comment.
|
||||||
|
- Remove the Draft style sheet when the draft is loaded.
|
||||||
|
- Remove the node that is used for quoting when whe quote the
|
||||||
|
body.
|
||||||
|
- Replace the active selection when inserting emoticons.
|
||||||
|
- Spell check is sometimes lost when deleting content.
|
||||||
|
- Style that is used to make the links clickable is send when
|
||||||
|
using Ctrl + Enter to send the message.
|
||||||
|
- The links in composer are clickable by default.
|
||||||
|
- Try to convert the content only, when we load something.
|
||||||
|
- Unnecessary new line inserted when composer when creating new
|
||||||
|
message.
|
||||||
|
- Use webkit_dom_html_element_insert_adjacent_html in
|
||||||
|
parse_html_into_paragraphs.
|
||||||
|
- When there is no block in BODY, create the default one.
|
||||||
|
+ EHTMLEditorView, EHTMLEditorSelection:
|
||||||
|
Use webkit_dom_html_element_insert_adjacent_html.
|
||||||
|
+ EMailFormatter: Fix the debug output.
|
||||||
|
+ EMailFormatterQuote: Close the span element instead of wrongly
|
||||||
|
creating the new one.
|
||||||
|
+ EMComposerUtils: Drop unused prefix and suffix around the
|
||||||
|
message.
|
||||||
|
+ EWebView:
|
||||||
|
- Don't show unnecessary white space around pre and code
|
||||||
|
elements.
|
||||||
|
- When showing plain text template from editor in the preview
|
||||||
|
it shows the citation lines as well as ">".
|
||||||
|
+ EWebView, EHTMLEditorView Improve citations look.
|
||||||
|
+ Fixed plural forms handlin.
|
||||||
|
+ Fixed tag type.
|
||||||
|
+ Fix typo in Junk Testing Settings UI.
|
||||||
|
+ Fix various problems with deleting the selection that ends or
|
||||||
|
starts in the quoted content.
|
||||||
|
+ Ignore errors when searching for email address in books.
|
||||||
|
+ Improve explanation of further available account options.
|
||||||
|
+ Introduce e_html_editor_selection_set_on_point and use it where
|
||||||
|
possible.
|
||||||
|
+ Message credits are put on the end of quoted content instead of
|
||||||
|
on its beginning..
|
||||||
|
+ Move authentication of backends back to the client.
|
||||||
|
+ Move the comment about the citation level colors to the right
|
||||||
|
place.
|
||||||
|
+ Mute "Shell not finalized on exit" runtime warning.
|
||||||
|
+ Order of items in UI has changed.
|
||||||
|
+ Postscript attachments not shown in message preview.
|
||||||
|
+ Prefer g_output_stream_write_all() over
|
||||||
|
g_output_stream_write().
|
||||||
|
+ Remove doc references to EMailAuthenticator.
|
||||||
|
+ Remove non-existing UI options.
|
||||||
|
+ Remove "Unknown background operation" generic job description
|
||||||
|
message.
|
||||||
|
+ Replace _BSD_SOURCE with _DEFAULT_SOURCE define.
|
||||||
|
+ Rework how the selection inside the qouted content is deleted.
|
||||||
|
+ Simplify code at shell_trust_prompt_done_cb() a bit.
|
||||||
|
+ Small string change in UI.
|
||||||
|
+ S/MIME mail parser not used, but compiled.
|
||||||
|
+ Switch side of a wider border for signed/encrypted mail frame.
|
||||||
|
+ Update Spam settings (UI offers less options).
|
||||||
|
+ Use automake subdir-objects option.
|
||||||
|
+ Use camel_application_is_exiting declaration from camel.h.
|
||||||
|
+ Use <gui> markup.
|
||||||
|
+ [Win32] Be able to load plugins by providing correct build-time
|
||||||
|
paths.
|
||||||
|
+ [Win32] Update gtk patch to preset "always-show-image" to TRUE.
|
||||||
|
+ Bugs fixed: bgo#249749, bgo#606239, bgo#686620, bgo#731502,
|
||||||
|
bgo#732999, bgo#737018, bgo#741857, bgo#742611, bgo#743109,
|
||||||
|
bgo#743288, bgo#743547, bgo#743550, bgo#743875, bgo#743876,
|
||||||
|
bgo#743942, bgo#743959, bgo#744218, bgo#744363, bgo#744372,
|
||||||
|
bgo#744373.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 9 09:43:27 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.10:
|
||||||
|
+ Remove obsolete 'mime-types' key from evolution.convert.
|
||||||
|
+ Autostart evolution-alarm-notify in MATE as well.
|
||||||
|
+ EHTMLEditorSelection:
|
||||||
|
- Remove debug output.
|
||||||
|
- Avoid the possibility of having multiple selection markers.
|
||||||
|
+ EHTMLEditorView:
|
||||||
|
- Avoid crash when pressing the BackSpace in the beginning of
|
||||||
|
quoted text.
|
||||||
|
- Short lines are concatenated into one.
|
||||||
|
- When deleting selected text the spell check it lost.
|
||||||
|
+ Bugs fixed: bgo#741034, bgo#741080, bgo#741083, bgo#741129,
|
||||||
|
bgo#741858, bgo#735150, bgo#742034, bgo#741313, bgo#742613,
|
||||||
|
bgo#742955.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 9 09:42:27 UTC 2015 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.13.9:
|
||||||
|
+ Bump GLib requirement to 2.40
|
||||||
|
+ Use EClientCache to open calendars in plugins
|
||||||
|
+ [Alarm-notify] Do not show "Not supported" error on an alarm
|
||||||
|
dismiss
|
||||||
|
+ Automatic Contacts can duplicate recipients in the set book
|
||||||
|
+ EWebView - Increase minimum zoom level for zoom out
|
||||||
|
+ EHTMLEditorSelection - Correctly save selection next to
|
||||||
|
images
|
||||||
|
+ EHTMLEditorView - Don't leak generated cid when creating new
|
||||||
|
parts for inline images
|
||||||
|
+ EHTMLEditorView - Use HTML keyup event instead of GWidget's
|
||||||
|
key-release-event signal
|
||||||
|
+ EHTMLEditorView - Use the HTML keydown event for activating
|
||||||
|
the links
|
||||||
|
+ EHTMLEditorView - Register HTML input events handlers when
|
||||||
|
BODY is replaced
|
||||||
|
+ EHTMLEditorView - Remove the right attributes when cleaning
|
||||||
|
the BODY element after conversion
|
||||||
|
+ cal_comp_get_instance_times: Workaround issue with no DTEND
|
||||||
|
set
|
||||||
|
+ e_calendar_view_get_tooltips: Do not crash when there's no
|
||||||
|
DTEND set
|
||||||
|
+ Bugs fixed: bgo#740197, bgo#740755, bgo#740577, bgo#740743,
|
||||||
|
bgo#734646, bgo#740244, bgo#734530, bgo#740993, bgo#686620,
|
||||||
|
bgo#524365, bgo#741031, bgo#469141, bgo#706993, bgo#741059,
|
||||||
|
bgo#550796, bgo#585265, bgo#740297, bgo#670114, bgo#724039,
|
||||||
|
bgo#740475
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop patches already incorporated upstream:
|
||||||
|
+ evolution-no-DTEND-set.patch
|
||||||
|
+ evolution-protected-login-PIN.patch
|
||||||
|
+ evolution-crash-sending-simultaneous-emails.patch
|
||||||
|
+ evolution-wrong-message-preview.patch.
|
||||||
|
- Upstream stopped installing versioned directories, update
|
||||||
|
file list accordingly.
|
||||||
|
- Pass --disable-autoar to configure, since gnome-autoar is not
|
||||||
|
packaged.
|
||||||
|
- Building now requires pkgconfig(cryptoui-0.0).
|
||||||
|
- Changes from version 3.13.1 through 3.13.8:
|
||||||
|
+ See /usr/share/doc/packages/evolution/NEWS.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 9 09:41:27 UTC 2015 - zaitor@opensuse.org
|
Mon Feb 9 09:41:27 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
@ -3205,7 +3561,7 @@ Wed Feb 4 15:09:15 IST 2009 - msuman@suse.de
|
|||||||
+ bnc-463599-header-print-issues.patch
|
+ bnc-463599-header-print-issues.patch
|
||||||
+ pst-import.patch
|
+ pst-import.patch
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 4 15:09:15 IST 2009 - msuman@suse.de
|
Wed Feb 4 15:09:15 IST 2009 - msuman@suse.de
|
||||||
|
|
||||||
- Update to version 2.25.90:
|
- Update to version 2.25.90:
|
||||||
@ -3243,13 +3599,13 @@ Mon Jan 12 15:25:27 EST 2009 - mauro@suse.de
|
|||||||
|
|
||||||
- Translations update.
|
- Translations update.
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 12 13:49:48 CET 2009 - pchenthill@suse.de
|
Mon Jan 12 13:49:48 CET 2009 - pchenthill@suse.de
|
||||||
|
|
||||||
- + bnc #449899 - sp-process-meetings.diff - show accept/decline
|
- + bnc #449899 - sp-process-meetings.diff - show accept/decline
|
||||||
options for sharepoint meetings.
|
options for sharepoint meetings.
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 11 16:40:44 IST 2009 - msuman@suse.de
|
Sun Jan 11 16:40:44 IST 2009 - msuman@suse.de
|
||||||
|
|
||||||
- Pruning changes from the factory submission:
|
- Pruning changes from the factory submission:
|
||||||
@ -3268,7 +3624,7 @@ Fri Jan 9 00:18:22 CET 2009 - mauro@suse.de
|
|||||||
|
|
||||||
- Translations update.
|
- Translations update.
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 7 11:27:13 CET 2009 - abharath@suse.de
|
Wed Jan 7 11:27:13 CET 2009 - abharath@suse.de
|
||||||
|
|
||||||
- Patches added
|
- Patches added
|
||||||
@ -3529,12 +3885,12 @@ Thu Oct 16 12:34:00 CDT 2008 - maw@novell.com
|
|||||||
- Add evolution-custom-openldap-includes.patch
|
- Add evolution-custom-openldap-includes.patch
|
||||||
- Drop build-fixes.diff.
|
- Drop build-fixes.diff.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 3 11:01:54 CEST 2008 - sragavan@suse.de
|
Fri Oct 3 11:01:54 CEST 2008 - sragavan@suse.de
|
||||||
|
|
||||||
- Make sure that Evolution/friends depend on evoldap2-client
|
- Make sure that Evolution/friends depend on evoldap2-client
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 1 15:10:17 CEST 2008 - sbrabec@suse.cz
|
Wed Oct 1 15:10:17 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
- Fixed broken advanced search GUI (bgo#554456).
|
- Fixed broken advanced search GUI (bgo#554456).
|
||||||
@ -4364,13 +4720,13 @@ Wed Dec 13 18:54:47 CST 2006 - maw@suse.de
|
|||||||
- Move to /usr
|
- Move to /usr
|
||||||
- Some specfile cleanup.
|
- Some specfile cleanup.
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 12:02:25 CET 2006 - vvaradhan@novell.com
|
Tue Nov 21 12:02:25 CET 2006 - vvaradhan@novell.com
|
||||||
|
|
||||||
- Build break fix - evo-2.8.2-build-break.fix added
|
- Build break fix - evo-2.8.2-build-break.fix added
|
||||||
- Regression fix - evo-2.8.2-regression-fix.patch added
|
- Regression fix - evo-2.8.2-regression-fix.patch added
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 20 17:10:17 CET 2006 - vvaradhan@novell.com
|
Mon Nov 20 17:10:17 CET 2006 - vvaradhan@novell.com
|
||||||
|
|
||||||
- update to version 2.8.2
|
- update to version 2.8.2
|
||||||
@ -4397,7 +4753,7 @@ Mon Nov 20 17:10:17 CET 2006 - vvaradhan@novell.com
|
|||||||
143801 VUL-0: evolution DoS
|
143801 VUL-0: evolution DoS
|
||||||
146546 VUL-0: yet another evolution DoS: inline text files
|
146546 VUL-0: yet another evolution DoS: inline text files
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 28 11:50:28 CEST 2006 - kharish@suse.de
|
Sat Oct 28 11:50:28 CEST 2006 - kharish@suse.de
|
||||||
|
|
||||||
- Add bnc-214647-add-prefer-plain-plugin.patch to
|
- Add bnc-214647-add-prefer-plain-plugin.patch to
|
||||||
@ -4499,7 +4855,7 @@ Wed Jun 7 12:56:04 CEST 2006 - pchenthill@novell.com
|
|||||||
- Added bgo-340296-gw-conflict-search.diff to check the groupwise
|
- Added bgo-340296-gw-conflict-search.diff to check the groupwise
|
||||||
calendars for conflict, fixes the bug (b.g.o) 340296.
|
calendars for conflict, fixes the bug (b.g.o) 340296.
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 2 21:36:35 CEST 2006 - fejj@suse.de
|
Fri Jun 2 21:36:35 CEST 2006 - fejj@suse.de
|
||||||
|
|
||||||
- Reverted patch for bug #158093 (and the patch to that patch, #161715)
|
- Reverted patch for bug #158093 (and the patch to that patch, #161715)
|
||||||
@ -4575,13 +4931,14 @@ Fri May 5 06:24:24 CEST 2006 - sragavan@novell.com
|
|||||||
171592 - Fixes a alarm crash (Srini)
|
171592 - Fixes a alarm crash (Srini)
|
||||||
170076 - Fixes a wrong mime lookup for a attachment (Srini)
|
170076 - Fixes a wrong mime lookup for a attachment (Srini)
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 2 22:15:15 CEST 2006 - fejj@suse.de
|
Tue May 2 22:15:15 CEST 2006 - fejj@suse.de
|
||||||
|
|
||||||
- Added bnc-167638.patch: Fixes the long Evolution quit times when
|
- Added bnc-167638.patch: Fixes the long Evolution quit times when
|
||||||
the user tries to close Evolution when it is in the middle of
|
the user tries to close Evolution when it is in the middle of
|
||||||
syncing stuff to an IMAP/GW server.
|
syncing stuff to an IMAP/GW server.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
Tue May 2 14:30:15 CEST 2006 - pchenthill@novell.com
|
Tue May 2 14:30:15 CEST 2006 - pchenthill@novell.com
|
||||||
|
|
||||||
- Update the patch bnc-158107-no-notification-canceled-mtgs.patch
|
- Update the patch bnc-158107-no-notification-canceled-mtgs.patch
|
||||||
@ -5766,7 +6123,7 @@ Tue Sep 19 22:01:45 MEST 2000 - egger@suse.de
|
|||||||
- First compilable version of it using version 0.5.1
|
- First compilable version of it using version 0.5.1
|
||||||
- Buildproofed on i386.
|
- Buildproofed on i386.
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 1 19:25:14 MEST 2000 - egger@suse.de
|
Fri Sep 1 19:25:14 MEST 2000 - egger@suse.de
|
||||||
|
|
||||||
- Initial SuSE package
|
- Initial SuSE package
|
||||||
|
123
evolution.spec
123
evolution.spec
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 3.12
|
%define evolution_base_version 3.16
|
||||||
Version: 3.12.11
|
Version: 3.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# _version needs to be %{version} stripped to major.minor.micro only...
|
# _version needs to be %{version} stripped to major.minor.micro only...
|
||||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||||
@ -35,7 +35,7 @@ License: LGPL-2.0 and LGPL-3.0
|
|||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
# NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859
|
# NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859
|
||||||
Url: http://wiki.gnome.org/Apps/Evolution/
|
Url: http://wiki.gnome.org/Apps/Evolution/
|
||||||
Source0: http://download.gnome.org/sources/evolution/3.12/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/evolution/3.16/%{name}-%{version}.tar.xz
|
||||||
# PATCH-NEEDS-REBASE evolution-migrate-kmail-kcontact.patch fate#316619 dliang@suse.com -- Migrate Kmail/Kcontact into evolution (WAS:PATCH-FEATURE-OPENSUSE)
|
# PATCH-NEEDS-REBASE evolution-migrate-kmail-kcontact.patch fate#316619 dliang@suse.com -- Migrate Kmail/Kcontact into evolution (WAS:PATCH-FEATURE-OPENSUSE)
|
||||||
Patch0: evolution-migrate-kmail-kcontact.patch
|
Patch0: evolution-migrate-kmail-kcontact.patch
|
||||||
# The icon we rely on is from adwaita-icon-theme
|
# The icon we rely on is from adwaita-icon-theme
|
||||||
@ -58,12 +58,13 @@ BuildRequires: translation-update-upstream
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(atk)
|
BuildRequires: pkgconfig(atk)
|
||||||
|
BuildRequires: pkgconfig(cryptui-0.0)
|
||||||
BuildRequires: pkgconfig(gail-3.0) >= 3.2.0
|
BuildRequires: pkgconfig(gail-3.0) >= 3.2.0
|
||||||
BuildRequires: pkgconfig(gcr-3) >= 3.4
|
BuildRequires: pkgconfig(gcr-3) >= 3.4
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.24.0
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.24.0
|
||||||
BuildRequires: pkgconfig(geoclue) >= 0.12.0
|
BuildRequires: pkgconfig(geoclue) >= 0.12.0
|
||||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10
|
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.36.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.40.0
|
||||||
BuildRequires: pkgconfig(gladeui-2.0) >= 3.10.0
|
BuildRequires: pkgconfig(gladeui-2.0) >= 3.10.0
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.3
|
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.3
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.0
|
||||||
@ -87,7 +88,7 @@ BuildRequires: pkgconfig(nss)
|
|||||||
BuildRequires: pkgconfig(pangoft2)
|
BuildRequires: pkgconfig(pangoft2)
|
||||||
BuildRequires: pkgconfig(shared-mime-info) >= 0.22
|
BuildRequires: pkgconfig(shared-mime-info) >= 0.22
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
Requires: evolution-data-server
|
Requires: evolution-data-server >= %{_version}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: bogofilter
|
Recommends: bogofilter
|
||||||
# Mono and python plugins were available until evo 3.5.x
|
# Mono and python plugins were available until evo 3.5.x
|
||||||
@ -149,7 +150,8 @@ NOCONFIGURE=1 gnome-autogen.sh
|
|||||||
--disable-image-inline \
|
--disable-image-inline \
|
||||||
%endif
|
%endif
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-text-highlight
|
--disable-text-highlight \
|
||||||
|
--disable-autoar # FIXME: remove when gnome-autoar is packaged
|
||||||
# Processing the files in help uses _lots_ of memory, so running that part in parallel is bad.
|
# Processing the files in help uses _lots_ of memory, so running that part in parallel is bad.
|
||||||
pushd help
|
pushd help
|
||||||
make
|
make
|
||||||
@ -197,79 +199,76 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml
|
||||||
%dir %{_libdir}/evolution
|
%dir %{_libdir}/evolution
|
||||||
%dir %{_libdir}/evolution/*
|
%dir %{_libdir}/evolution/*
|
||||||
%{_libdir}/evolution/*/*.so
|
%{_libdir}/evolution/*.so
|
||||||
%dir %{_libdir}/evolution/%{evolution_base_version}/modules
|
%{_libdir}/evolution/modules/module-addressbook.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-addressbook.so
|
%{_libdir}/evolution/modules/module-backup-restore.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-backup-restore.so
|
%{_libdir}/evolution/modules/module-bogofilter.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-bogofilter.so
|
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-google.so
|
%{_libdir}/evolution/modules/module-book-config-google.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-ldap.so
|
%{_libdir}/evolution/modules/module-book-config-ldap.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-local.so
|
%{_libdir}/evolution/modules/module-book-config-local.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-webdav.so
|
%{_libdir}/evolution/modules/module-book-config-webdav.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-caldav.so
|
%{_libdir}/evolution/modules/module-cal-config-caldav.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-contacts.so
|
%{_libdir}/evolution/modules/module-cal-config-contacts.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-google.so
|
%{_libdir}/evolution/modules/module-cal-config-google.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-local.so
|
%{_libdir}/evolution/modules/module-cal-config-local.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-weather.so
|
%{_libdir}/evolution/modules/module-cal-config-weather.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-webcal.so
|
%{_libdir}/evolution/modules/module-cal-config-webcal.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-calendar.so
|
%{_libdir}/evolution/modules/module-calendar.so
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-composer-autosave.so
|
%{_libdir}/evolution/modules/module-composer-autosave.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-contact-photos.so
|
%{_libdir}/evolution/modules/module-contact-photos.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-gravatar.so
|
%{_libdir}/evolution/modules/module-gravatar.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-itip-formatter.so
|
%{_libdir}/evolution/modules/module-itip-formatter.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mail-config.so
|
%{_libdir}/evolution/modules/module-mail-config.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mail.so
|
%{_libdir}/evolution/modules/module-mail.so
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mailto-handler.so
|
%{_libdir}/evolution/modules/module-mailto-handler.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mdn.so
|
%{_libdir}/evolution/modules/module-mdn.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-offline-alert.so
|
%{_libdir}/evolution/modules/module-offline-alert.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-plugin-lib.so
|
%{_libdir}/evolution/modules/module-plugin-lib.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-plugin-manager.so
|
%{_libdir}/evolution/modules/module-plugin-manager.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-prefer-plain.so
|
%{_libdir}/evolution/modules/module-prefer-plain.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-settings.so
|
%{_libdir}/evolution/modules/module-settings.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-spamassassin.so
|
%{_libdir}/evolution/modules/module-spamassassin.so
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-startup-wizard.so
|
%{_libdir}/evolution/modules/module-startup-wizard.so
|
||||||
#{_libdir}/evolution/%{evolution_base_version}/modules/module-text-highlight.so
|
#{_libdir}/evolution/%{evolution_base_version}/modules/module-text-highlight.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-vcard-inline.so
|
%{_libdir}/evolution/modules/module-vcard-inline.so
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/modules/*-web-inspector.*
|
%{_libdir}/evolution/modules/*-web-inspector.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml
|
||||||
%dir %{_libdir}/evolution/*/plugins
|
%{_libdir}/evolution/plugins/*-email-custom-header.*
|
||||||
%{_libdir}/evolution/*/plugins/*-email-custom-header.*
|
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml
|
||||||
%{_libdir}/evolution/*/plugins/*-evolution-attachment-reminder.*
|
%{_libdir}/evolution/plugins/*-evolution-attachment-reminder.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.attachment-reminder.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.attachment-reminder.gschema.xml
|
||||||
%{_libdir}/evolution/*/plugins/*-evolution-bbdb.*
|
%{_libdir}/evolution/plugins/*-evolution-bbdb.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.autocontacts.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.autocontacts.gschema.xml
|
||||||
%{_libdir}/evolution/*/plugins/*-gnome-dbx-import.*
|
%{_libdir}/evolution/plugins/*-gnome-dbx-import.*
|
||||||
%{_libdir}/evolution/*/plugins/*-gnome-face.*
|
%{_libdir}/evolution/plugins/*-gnome-face.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.face-picture.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.face-picture.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.publish-calendar.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.publish-calendar.gschema.xml
|
||||||
%{_libdir}/evolution/*/plugins/liborg-gnome-external-editor.so
|
%{_libdir}/evolution/plugins/liborg-gnome-external-editor.so
|
||||||
%{_libdir}/evolution/*/plugins/org-gnome-external-editor.eplug
|
%{_libdir}/evolution/plugins/org-gnome-external-editor.eplug
|
||||||
%if %{use_gtkimageview}
|
%if %{use_gtkimageview}
|
||||||
%{_libdir}/evolution/*/plugins/*-gnome-image-inline.*
|
%{_libdir}/evolution/plugins/*-gnome-image-inline.*
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/evolution/*/plugins/*-itip-formatter.*
|
%{_libdir}/evolution/plugins/*-itip-formatter.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.itip.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.itip.gschema.xml
|
||||||
%{_libdir}/evolution/*/plugins/*-mailing-list-actions.*
|
%{_libdir}/evolution/plugins/*-mailing-list-actions.*
|
||||||
%{_libdir}/evolution/*/plugins/*-mail-notification.*
|
%{_libdir}/evolution/plugins/*-mail-notification.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml
|
||||||
%{_libdir}/evolution/*/plugins/*-mail-to-task.*
|
%{_libdir}/evolution/plugins/*-mail-to-task.*
|
||||||
%{_libdir}/evolution/*/plugins/*-prefer-plain.*
|
%{_libdir}/evolution/plugins/*-prefer-plain.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
|
||||||
%{_libdir}/evolution/*/plugins/*-pst-import.*
|
%{_libdir}/evolution/plugins/*-pst-import.*
|
||||||
%{_libdir}/evolution/*/plugins/*-publish-calendar.*
|
%{_libdir}/evolution/plugins/*-publish-calendar.*
|
||||||
%{_libdir}/evolution/*/plugins/*-save-calendar.*
|
%{_libdir}/evolution/plugins/*-save-calendar.*
|
||||||
%{_libdir}/evolution/*/plugins/*-templates.*
|
%{_libdir}/evolution/plugins/*-templates.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml
|
||||||
%dir %{_libexecdir}/evolution
|
%dir %{_libexecdir}/evolution
|
||||||
%dir %{_libexecdir}/evolution/*
|
%{_libexecdir}/evolution/csv2vcard
|
||||||
%{_libexecdir}/evolution/*/csv2vcard
|
%{_libexecdir}/evolution/evolution-*
|
||||||
%{_libexecdir}/evolution/*/evolution-*
|
%{_libexecdir}/evolution/killev
|
||||||
%{_libexecdir}/evolution/*/killev
|
|
||||||
%{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop
|
%{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop
|
||||||
|
|
||||||
%files lang -f evolution-%evolution_base_version.lang
|
%files lang -f evolution-%evolution_base_version.lang
|
||||||
@ -281,7 +280,7 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/evolution-*
|
%{_includedir}/evolution*
|
||||||
%{_libdir}/pkgconfig/evolution-calendar-3.0.pc
|
%{_libdir}/pkgconfig/evolution-calendar-3.0.pc
|
||||||
%{_libdir}/pkgconfig/evolution-mail-3.0.pc
|
%{_libdir}/pkgconfig/evolution-mail-3.0.pc
|
||||||
%{_libdir}/pkgconfig/evolution-shell-3.0.pc
|
%{_libdir}/pkgconfig/evolution-shell-3.0.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user