SHA256
8
0
forked from pool/notmuch

107 Commits

Author SHA256 Message Date
04aed6a004 Accepting request 1266832 from devel:libraries:c_c++
build with sfsexp (boo#1240535)

OBS-URL: https://build.opensuse.org/request/show/1266832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=49
2025-04-07 15:36:11 +00:00
127e13f39e Accepting request 1247501 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1247501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=48
2025-02-21 20:36:18 +00:00
8a779e68fa Add python3-notmuch2 package with the cffi bindings.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=98
2025-02-20 21:41:42 +00:00
51b48d43a6 Accepting request 1228980 from devel:libraries:c_c++
- Add patch to fix build failure with sphinx 8:
  add docs-Update-intersphinx_mapping.patch from
  id:20241205164550.2419455-1-fredrik@frelon.se

OBS-URL: https://build.opensuse.org/request/show/1228980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=47
2024-12-08 10:37:50 +00:00
bf71375c56 Add headers to patch to give an indication whence it came from
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=96
2024-12-06 23:32:09 +00:00
86e1de51d3 add patch to fix build failures with sphinx 8
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=95
2024-12-06 23:28:04 +00:00
184311382a Accepting request 1175364 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1175364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=46
2024-05-21 16:36:38 +00:00
8c2ebac7a2 Accepting request 1175032 from home:AndreasStieger:branches:devel:libraries:c_c++
notmuch 0.38.3

OBS-URL: https://build.opensuse.org/request/show/1175032
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=93
2024-05-20 16:07:00 +00:00
4785f4f552 Accepting request 1142092 from devel:libraries:c_c++
- update to 0.38.2:
  * Make sorting of string maps lexicographic on (key,value)
    pairs. This avoids some test failures due to variation in
    message property output order.
  * Avoid extra separators after the last address in `notmuch-
    emacs-mua`.

OBS-URL: https://build.opensuse.org/request/show/1142092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=45
2024-01-29 21:28:39 +00:00
4c19f3f62e - update to 0.38.2:
* Make sorting of string maps lexicographic on (key,value)
    pairs. This avoids some test failures due to variation in
    message property output order.
  * Avoid extra separators after the last address in `notmuch-
    emacs-mua`.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=91
2024-01-28 13:25:57 +00:00
cdc26d2b5b Accepting request 1128817 from devel:libraries:c_c++
- update to 0.38.1:
  * Report parse errors in config files.
  * Fix image toggling for Emacs >= 29.1.
  * Support relative lastmod queries (see notmuch-sexp-queries(7)
    and notmuch-search-terms(7) for details).
  * Support indexing of designated attachments as text (see
  * notmuch-config(1) for details).
  * Add options --offset and --limit to notmuch-show(1).
  * New commands notmuch-search-edit-search and notmuch-tree-
    edit-search.
  * Introduce notmuch-tree-outline-mode.
  * Some compatibility fixes for Emacs 29. At least one issue
    (hiding images) remains in 0.38.
  * Support completion when piping to external command.
  * Fix regression in updating tag display introduced by 0.37.
  * Fix bug creating database when database.path is not set.
  * Incremental performance improvements for message deletion.
  * Catch Xapian exceptions when deleting messages.
  * Sync removed message properties to the database.
  * Replace use of thread-unsafe Query::MatchAll in the infix
    query parser.
  * Be more careful when clearing the results directory.
  * Use `database_open_with_config`, and provide compatible path
    search semantics.
  * Support testing installed version of notmuch.
  * Adapt to some breaking changes in glib handling of init
    files.
  * Replace OpenPGP key used in test suite.
  * Performance Tests
  * Update signatures for performance test corpus.

OBS-URL: https://build.opensuse.org/request/show/1128817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=44
2023-11-26 18:37:44 +00:00
4d2742cabb - update to 0.38.1:
* Report parse errors in config files.
  * Fix image toggling for Emacs >= 29.1.
  * Support relative lastmod queries (see notmuch-sexp-queries(7)
    and notmuch-search-terms(7) for details).
  * Support indexing of designated attachments as text (see
  * notmuch-config(1) for details).
  * Add options --offset and --limit to notmuch-show(1).
  * New commands notmuch-search-edit-search and notmuch-tree-
    edit-search.
  * Introduce notmuch-tree-outline-mode.
  * Some compatibility fixes for Emacs 29. At least one issue
    (hiding images) remains in 0.38.
  * Support completion when piping to external command.
  * Fix regression in updating tag display introduced by 0.37.
  * Fix bug creating database when database.path is not set.
  * Incremental performance improvements for message deletion.
  * Catch Xapian exceptions when deleting messages.
  * Sync removed message properties to the database.
  * Replace use of thread-unsafe Query::MatchAll in the infix
    query parser.
  * Be more careful when clearing the results directory.
  * Use `database_open_with_config`, and provide compatible path
    search semantics.
  * Support testing installed version of notmuch.
  * Adapt to some breaking changes in glib handling of init
    files.
  * Replace OpenPGP key used in test suite.
  * Performance Tests
  * Update signatures for performance test corpus.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=89
2023-11-25 22:20:46 +00:00
260db92740 Accepting request 1102631 from devel:libraries:c_c++
- Fix libnotmuch pkg description, fixes boo#1020067

OBS-URL: https://build.opensuse.org/request/show/1102631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=43
2023-08-07 13:29:11 +00:00
a59fccaa30 - Remove rhetorics and history lesson from description.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=87
2023-08-07 06:51:11 +00:00
e6dd78f07f Accepting request 1102627 from home:dancermak:branches:devel:libraries:c_c++
Fix libnotmuch pkg description, fixes boo#1020067

OBS-URL: https://build.opensuse.org/request/show/1102627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=86
2023-08-07 06:45:09 +00:00
3bf77c50b7 Accepting request 1039914 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1039914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=42
2022-12-04 13:58:55 +00:00
5e4d8411d5 Accepting request 1039832 from home:dimstar:branches:devel:libraries:c_c++
- Drop build-dependency on libgcrypt-cavs: no longer existing with
  libgcrypt 1.10.

OBS-URL: https://build.opensuse.org/request/show/1039832
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=84
2022-12-03 22:36:40 +00:00
ead71dd9e3 Accepting request 1007767 from devel:libraries:c_c++
- update to 0.37:
  * Fix uninitialized field in message objects.
  * Add one sided lastmod ranges for sexp queries.
  * Expand macro parameters inside regex and wildcard modifiers.
  * `notmuch help` now works for external commands.
  * `NOTMUCH_CONFIG` is now passed to external commands and hooks.
  * The function `notmuch-mua-mail` now moves point depending on the
  * provided arguments.
  * Restrict what mime types are inlined in replies and on refresh.
  * The functions in notmuch-query.el are now obsolete and may be removed
  * in a future version of Notmuch.
  * Add some controls for lazy display of message bodies (See "Dealing
  * with large messages and threads" in the notmuch-emacs documentation).
  * Allow the user to select (with '%') a different duplicate message file
  * to display.
  * Use `message-dont-reply-to-names` in `notmuch-message-mode`.
  * Add the `sexp` prefix to the infix (traditional) query parser. This
  * allows specific subqueries to be parsed by the sexp parser (with
  * appropropriate quoting). See `notmuch-search-terms(7)` for details.
  * Add another heuristic to regexp fields to prevent phrase parsing of
  * bracketed sub-expressions.
  * Envelope from ("From ") headers are now escaped as X-Envelope-From: in
  * input to `notmuch-insert`. This prevents creating mbox files when
  * calling `notmuch-insert` from e.g. `postfix`.
  * Use the `config_pairs` API in ConfigIterator. This returns all
  * matching key-value pairs, not just those that happen to be stored in
  * the database.
  * Reorganize documention for `notmuch-config`. Add a few links from
  * other man pages. (forwarded request 1007713 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1007767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=41
2022-10-04 18:37:48 +00:00
062b0907c7 Accepting request 1007713 from home:dirkmueller:Factory
- update to 0.37:
  * Fix uninitialized field in message objects.
  * Add one sided lastmod ranges for sexp queries.
  * Expand macro parameters inside regex and wildcard modifiers.
  * `notmuch help` now works for external commands.
  * `NOTMUCH_CONFIG` is now passed to external commands and hooks.
  * The function `notmuch-mua-mail` now moves point depending on the
  * provided arguments.
  * Restrict what mime types are inlined in replies and on refresh.
  * The functions in notmuch-query.el are now obsolete and may be removed
  * in a future version of Notmuch.
  * Add some controls for lazy display of message bodies (See "Dealing
  * with large messages and threads" in the notmuch-emacs documentation).
  * Allow the user to select (with '%') a different duplicate message file
  * to display.
  * Use `message-dont-reply-to-names` in `notmuch-message-mode`.
  * Add the `sexp` prefix to the infix (traditional) query parser. This
  * allows specific subqueries to be parsed by the sexp parser (with
  * appropropriate quoting). See `notmuch-search-terms(7)` for details.
  * Add another heuristic to regexp fields to prevent phrase parsing of
  * bracketed sub-expressions.
  * Envelope from ("From ") headers are now escaped as X-Envelope-From: in
  * input to `notmuch-insert`. This prevents creating mbox files when
  * calling `notmuch-insert` from e.g. `postfix`.
  * Use the `config_pairs` API in ConfigIterator. This returns all
  * matching key-value pairs, not just those that happen to be stored in
  * the database.
  * Reorganize documention for `notmuch-config`. Add a few links from
  * other man pages.

OBS-URL: https://build.opensuse.org/request/show/1007713
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=82
2022-10-03 23:20:55 +00:00
a7c291d977 Accepting request 958304 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/958304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=40
2022-03-01 16:04:09 +00:00
9ee2c35343 Accepting request 958294 from home:dsterba:branches:devel:libraries:c_c++
- Version 0.35
  * Library
  - Implement the `date` and `lastmod` fields in the S-expression parser.
  - Ignore trailing `/` for pathnames in both query parsers.
  - Rename configuration option `built_with.sexpr_query` to `built_with.sexp_queries`.
  - Do not assume a default mail root in split (e.g. XDG) configurations.
  - Fix some small memory leaks in `notmuch_database_open_with_config`.
  * CLI
  - Improve handling of leading/trailing punctation and space for configuration lists.
  - Only ignore `.notmuch` at the top level in `notmuch new`.
  - Optionally show extra headers in `notmuch show`. See `show.extra_headers` in notmuch-config(1).
  * Disable tests due to known failures of python-cffi test cases

OBS-URL: https://build.opensuse.org/request/show/958294
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=81
2022-03-01 15:32:07 +00:00
338d5e2d0c Accepting request 929139 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/929139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=39
2021-11-04 15:10:00 +00:00
6e43170610 Accepting request 929055 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.34.1

OBS-URL: https://build.opensuse.org/request/show/929055
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=80
2021-11-04 09:54:11 +00:00
f3337dedb4 Accepting request 927267 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/927267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=38
2021-10-25 13:17:38 +00:00
252eafceb1 Accepting request 926885 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.34

OBS-URL: https://build.opensuse.org/request/show/926885
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=79
2021-10-25 09:05:32 +00:00
92865a3887 Accepting request 922515 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/922515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=37
2021-10-01 20:29:05 +00:00
a1cd116282 Accepting request 922389 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.33.2

OBS-URL: https://build.opensuse.org/request/show/922389
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=78
2021-10-01 07:33:02 +00:00
3e04af4b35 Accepting request 918830 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/918830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=36
2021-09-14 19:14:32 +00:00
c5ee2b0032 Accepting request 918689 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.33.1

OBS-URL: https://build.opensuse.org/request/show/918689
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=77
2021-09-14 07:08:50 +00:00
Richard Brown
45e4d8af7b Accepting request 912841 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/912841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=35
2021-08-19 08:00:56 +00:00
e8f2686ea7 Accepting request 912835 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32.3

OBS-URL: https://build.opensuse.org/request/show/912835
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=76
2021-08-18 07:09:15 +00:00
9da0f555e8 Accepting request 903184 from devel:libraries:c_c++
New upstream release 0.32.2

OBS-URL: https://build.opensuse.org/request/show/903184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=34
2021-07-01 05:05:29 +00:00
82d6effc11 Remove manual python Requires from the python3-notmuch subpackage
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=75
2021-06-30 07:03:56 +00:00
24ddb9fc70 Accepting request 902712 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32.2

OBS-URL: https://build.opensuse.org/request/show/902712
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=74
2021-06-28 07:13:30 +00:00
abc6af75d4 Accepting request 898466 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/898466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=33
2021-06-09 19:52:40 +00:00
fcf14e923a Accepting request 898457 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32.1

OBS-URL: https://build.opensuse.org/request/show/898457
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=72
2021-06-08 14:14:36 +00:00
0d88a8e194 Accepting request 891103 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/891103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=32
2021-05-06 20:53:10 +00:00
b6343bbc4d Accepting request 890903 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32

OBS-URL: https://build.opensuse.org/request/show/890903
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=70
2021-05-06 16:22:44 +00:00
Richard Brown
ea79e8ed79 Accepting request 875939 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/875939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=31
2021-03-02 11:34:48 +00:00
1433e9f6ff Accepting request 875889 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31.4

OBS-URL: https://build.opensuse.org/request/show/875889
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=68
2021-03-01 10:04:29 +00:00
61097c4dc8 Accepting request 860412 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/860412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=30
2021-01-05 17:15:21 +00:00
722a039bee Accepting request 860262 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31.3

OBS-URL: https://build.opensuse.org/request/show/860262
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=66
2021-01-05 09:21:20 +00:00
156dfc1d6d Accepting request 847079 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/847079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=29
2020-11-17 20:22:05 +00:00
26674f8fde Accepting request 847078 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31.2

OBS-URL: https://build.opensuse.org/request/show/847078
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=64
2020-11-09 09:05:47 +00:00
90eb1cf1f0 Accepting request 832904 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/832904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=28
2020-09-08 20:50:31 +00:00
fa8b846ef0 Accepting request 832901 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31

OBS-URL: https://build.opensuse.org/request/show/832901
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=62
2020-09-08 07:03:37 +00:00
9b2564e6db Accepting request 823212 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/823212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=27
2020-07-29 15:20:07 +00:00
f00ee3e23a Accepting request 823067 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.30

OBS-URL: https://build.opensuse.org/request/show/823067
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=60
2020-07-28 17:44:15 +00:00
4ee5f9af4d Accepting request 800306 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/800306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=26
2020-05-05 17:06:45 +00:00
916513a177 Accepting request 800303 from home:dancermak:branches:devel:libraries:c_c++
Add missing buildrequire info and drop obsoleted macros

OBS-URL: https://build.opensuse.org/request/show/800303
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=58
2020-05-05 09:04:33 +00:00
a585d18ad4 Accepting request 783703 from devel:libraries:c_c++
Improve Python 3.8 workaround

OBS-URL: https://build.opensuse.org/request/show/783703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=25
2020-03-11 17:53:35 +00:00
28073d76b8 Improve Python 3.8 workaround
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=56
2020-03-11 09:15:49 +00:00
676d64f007 Add workaround for Python 3.8 + GDB 8
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=55
2020-03-10 15:57:12 +00:00
afc9520156 Accepting request 761660 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/761660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=24
2020-01-07 22:56:44 +00:00
e25ade344c Accepting request 761656 from home:mimi_vx:branches:devel:libraries:c_c++
- drop python2 subpackages
- don't BuildRequires python3-devel, isn't needed

OBS-URL: https://build.opensuse.org/request/show/761656
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=53
2020-01-07 16:07:38 +00:00
2e630383d9 Accepting request 751569 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/751569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=23
2019-11-28 12:51:32 +00:00
8ce6a89e62 Accepting request 751562 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.29.3

OBS-URL: https://build.opensuse.org/request/show/751562
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=51
2019-11-28 10:55:36 +00:00
dbe072f2be Accepting request 746279 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/746279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=22
2019-11-07 22:21:11 +00:00
b112e5efc0 Accepting request 746233 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.29.2

OBS-URL: https://build.opensuse.org/request/show/746233
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=49
2019-11-07 12:22:46 +00:00
b57f56cbd7 Accepting request 738579 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/738579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=21
2019-10-16 07:18:05 +00:00
7d5ed29a6b Accepting request 735213 from home:dancermak:branches:devel:libraries:c_c++
Only run the testsuite when debugging symbols are available (fixes boo#1152451)

OBS-URL: https://build.opensuse.org/request/show/735213
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=47
2019-10-15 10:19:49 +00:00
5782183a7a Accepting request 712760 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/712760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=20
2019-07-02 08:38:30 +00:00
44c7ee5b49 Accepting request 711057 from home:dancermak:branches:devel:libraries:c_c++
Update to notmuch 0.29.1

OBS-URL: https://build.opensuse.org/request/show/711057
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=45
2019-07-01 09:05:35 +00:00
71af1e7049 Accepting request 709106 from devel:libraries:c_c++
- Cleanup specfile
  + expand Sources to be more human parseable
  + use signature of upstream tarball instead

- Update source to notmuch 0.29
  * Add "body:" field to allow searching for terms that occur only
    in the message body. Users will need to reindex their mail
    to take advantage of this feature.
  * Add support for indexing user specified headers (e.g. List-Id).
    See notmuch-config(1)
  * Add support for gzip compressed mail messages
  * Notmuch is now capable of indexing, searching and rendering
    cryptographically-protected Subject: headers
  * emacs:
    + Bind B to browse URLs in current message.
    + Bind g to refresh the current notmuch buffer.
    + Forwarded messages are now tagged as +forwarded
    + Add references header to link forwarded message to thread of
      original message.
    + The minimum supported major version of Emacs is now 24.
    + Support for GNU Emacs older than 25.1 is deprecated
- Switch to .xz upstream archive
- Bump minimum dependency for gmime to 3.0, thus dropping support for
  openSUSE Leap 42.3

OBS-URL: https://build.opensuse.org/request/show/709106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=19
2019-06-12 11:17:22 +00:00
0021d1df70 - Cleanup specfile
+ expand Sources to be more human parseable
  + use signature of upstream tarball instead
  * Add "body:" field to allow searching for terms that occur only
    in the message body. Users will need to reindex their mail
    to take advantage of this feature.
  * Add support for indexing user specified headers (e.g. List-Id).
    See notmuch-config(1)
  * Add support for gzip compressed mail messages
  * Notmuch is now capable of indexing, searching and rendering
    cryptographically-protected Subject: headers
  * emacs:
    + Bind B to browse URLs in current message.
    + Bind g to refresh the current notmuch buffer.
    + Forwarded messages are now tagged as +forwarded
    + Add references header to link forwarded message to thread of
      original message.
    + The minimum supported major version of Emacs is now 24.
    + Support for GNU Emacs older than 25.1 is deprecated
- Switch to .xz upstream archive

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=43
2019-06-11 10:10:47 +00:00
89577e25b9 Accepting request 708843 from home:cbcoutinho:branches:devel:libraries:c_c++
- Update source to notmuch 0.29
- Update spec file to accomodate upstream archive switch (tar.gz -> tar.xz)
- Bump minimum dependency for gmime to 3.0, thus dropping support for
  openSUSE Leap 42.3

OBS-URL: https://build.opensuse.org/request/show/708843
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=42
2019-06-11 07:46:29 +00:00
5019095019 Accepting request 701567 from devel:libraries:c_c++
- Remove checksum file as upstream is not using detached signatures
  and it's confusing. Signed checksum is in the signature file.

- Upgrade to notmuch 0.28.4
  * Fix a spurious error when using `notmuch show --raw` on messages
    whose size is a multiple of the internal buffer size.
- dropped 0001-CLI-reindex-fix-memory-leak.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/701567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=18
2019-05-10 07:19:08 +00:00
6c5591b78e Fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=40
2019-05-08 12:16:26 +00:00
b2422c0bea - Remove checksum file as upstream is not using detached signatures
and it's confusing. Signed checksum is in the signature file.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=39
2019-05-08 12:14:07 +00:00
29ce3c1323 Accepting request 700904 from home:cbcoutinho:branches:devel:libraries:c_c++
- Upgrade to notmuch 0.28.4
  * upgrade sources and remove memory leak patch

OBS-URL: https://build.opensuse.org/request/show/700904
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=38
2019-05-08 11:07:10 +00:00
5b9c64c14c Accepting request 694843 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/694843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=17
2019-04-18 07:56:12 +00:00
f568c013ec Accepting request 694813 from home:dancermak:branches:devel:libraries:c_c++
add fix for a memory leak in reindex_query

OBS-URL: https://build.opensuse.org/request/show/694813
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=36
2019-04-16 16:39:50 +00:00
5f4fa57b71 - Update unnecessarily specific BuildRequires
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=35
2019-04-16 12:55:17 +00:00
3960eaa7d8 Accepting request 694198 from home:dancermak:branches:devel:libraries:c_c++
enable test suite run and build info pages into doc subpackage

OBS-URL: https://build.opensuse.org/request/show/694198
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=34
2019-04-15 09:33:56 +00:00
81ed5fa796 Accepting request 683597 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/683597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=16
2019-03-11 10:16:10 +00:00
80b977569f Accepting request 682840 from home:cbcoutinho:branches:devel:libraries:c_c++
What's new in notmuch 0.28.3
=========================
Library
-------
Fix a bug with the internal data structure _notmuch_string_map_t used
by message properties.
Build System
------------
Serialize calls to sphinx-build to avoid race condition.

OBS-URL: https://build.opensuse.org/request/show/682840
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=32
2019-03-10 16:31:17 +00:00
Stephan Kulow
50344e2b02 Accepting request 678633 from devel:libraries:c_c++
- Update to 0.28.2
  * Pull in latest release from notmuchmail.org
From the NEWS file, this version reports the following:
    Emacs
    -----
    Invoke gpg with --batch and --no-tty.
    Python Bindings
    ---------------
    Fix documentation build with Python 3.7. Note that Python >= 3.3 is
    now needed to build this documentation. (forwarded request 678591 from cbcoutinho)

OBS-URL: https://build.opensuse.org/request/show/678633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=15
2019-02-25 16:56:29 +00:00
ee29ca16a9 Accepting request 678591 from home:cbcoutinho:branches:devel:libraries:c_c++
- Update to 0.28.2
  * Pull in latest release from notmuchmail.org
From the NEWS file, this version reports the following:
    Emacs
    -----
    Invoke gpg with --batch and --no-tty.
    Python Bindings
    ---------------
    Fix documentation build with Python 3.7. Note that Python >= 3.3 is
    now needed to build this documentation.

OBS-URL: https://build.opensuse.org/request/show/678591
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=30
2019-02-25 06:25:08 +00:00
969a2b2fcf Accepting request 586435 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/586435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=14
2018-03-14 18:40:12 +00:00
f0125508c2 Accepting request 585358 from home:carmenbianca:branches:devel:libraries:c_c++
- update to 0.26
  * Add python3-Sphinx to unconditional BuildRequires
  - Support indexing cleartext of encrypted e-mails
  - Python bindings specific Debian packaging is removed
  - cli:
    + Support for re-indexing existing messages
    + Support maildir synced tags in new.tags
    + Support /regex/ in new.ignore
  - Library changes:
    + Indexing files with duplicate message-id
    + New functions to count files
    + New function to remove properties
    + Change return value of notmuch_thread_get_authors from NULL to empty string
    + Transition notmuch_database_add_message to notmuch_database_index_file

OBS-URL: https://build.opensuse.org/request/show/585358
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=28
2018-03-13 14:42:14 +00:00
7eaffa0103 Accepting request 535181 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/535181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=13
2017-10-19 17:33:40 +00:00
Ismail Dönmez
0a1462b2af Accepting request 535175 from home:mimi_vx:branches:devel:libraries:c_c++
- update to 0.25.1
  - disable handling x-display in text/enriched messages

OBS-URL: https://build.opensuse.org/request/show/535175
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=26
2017-10-19 11:06:22 +00:00
bc3439d1bf Accepting request 527056 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/527056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=12
2017-09-20 15:09:24 +00:00
73a9e65ae6 Accepting request 526182 from home:Zaitor:branches:devel:libraries:c_c++
- Add conditional for pkgconfig(gmime-2.6) and new
  pkgconfig(gmime-3.0) BuildRequires: adjust to whats available in
  Tumbleweed and what the source supports.

OBS-URL: https://build.opensuse.org/request/show/526182
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=24
2017-09-18 15:22:41 +00:00
5d0e7754b9 Accepting request 522130 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/522130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=11
2017-09-14 19:14:09 +00:00
c0b789184e Accepting request 521516 from home:abhishekl:branches:devel:libraries:c_c++
- version 0.25
  * use sha256 files for checksum & gpg signatures
  * Add notmuch-emacs-mua binary
  - Add regexp searching for mid, paths, and tags.
  - Skip HTML tags when indexing
  - cli:
    + Bash completion is now installed to /usr/share by default.
    + Allow space as separator for keyword arguments.
  - emacs:
    + Support for stashing message timestamp in show and tree views
    + Don't use 'function' as variable name
  - Library changes:
    + Add workaround for date parsing of bad input in older GMime
    + Replace deprecated functions with status returning versions
    + Add support for building against GMime 3.0.
    + Rename libutil.a to libnotmuch_util.a.
    + libnotmuch SONAME is incremented to libnotmuch.so.5.
- version 0.24.2
  - Fix output from `notmuch dump --include=properties` to not include tags.
  - emacs: Fix filename stashing in tree view.
- version 0.24.1
  - Fix regressions in non-regexp search for `from:` and `subject:`
  - Fix several memory leaks in `notmuch show`
  - Fix bug in dump header
  - Fix a read-after-free in the library.
- version 0.24
  - Regular expression searches supported for `from:` and `subject:`
  - Run external `notmuch-` prefixed commands as subcommands
  - New default output format to 3
  - emacs:
    + Postpone and resume messages in `notmuch-message-mode` (composition)
    + Address Completion improvements
    + A configurable Tag jump menu
    + Single command to refresh all buffers with `M-=`
    + Stop display of `application/*` parts
    + Small change in the api for notmuch-search-tag
    + Bugfix for sending messages with very long headers
    + `notmuch emacs-mua` command installed with the Emacs interface
    + Notmuch Emacs desktop integration
  - Library changes:
    + `notmuch_query_count_messages` is now non-destructive
    + Improved handling of DatabaseModifiedError
- version 0.23.6
  - fix read-after-free bug in `notmuch new`

OBS-URL: https://build.opensuse.org/request/show/521516
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=22
2017-09-07 18:34:23 +00:00
7bdcf92d91 Accepting request 460092 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/460092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=10
2017-02-24 23:54:44 +00:00
Ismail Dönmez
eecd0ad050 Accepting request 460089 from home:jubalh:branches:devel:libraries:c_c++
- Update to version 0.23.5:
  * Fix quoting bug in configure. This had introduced a RUNPATH into the
    notmuch binary in cases where it was not not needed.

OBS-URL: https://build.opensuse.org/request/show/460089
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=20
2017-02-23 20:29:37 +00:00
Ludwig Nussel
418c419cf8 Accepting request 447837 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/447837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=9
2016-12-29 21:51:08 +00:00
d9dc6fdf93 Accepting request 447792 from home:greenbasilisk:branches:devel:libraries:c_c++
update to version 0.23.4

OBS-URL: https://build.opensuse.org/request/show/447792
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=18
2016-12-26 13:45:03 +00:00
a8b2e29cad Accepting request 445387 from devel:libraries:c_c++
(forwarded request 445253 from greenbasilisk)

OBS-URL: https://build.opensuse.org/request/show/445387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=8
2016-12-13 18:33:49 +00:00
7dcd4d578c Accepting request 445253 from home:greenbasilisk:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/445253
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=16
2016-12-12 09:25:54 +00:00
70f92e1c60 Accepting request 422151 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/422151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=7
2016-08-26 21:17:55 +00:00
2a98f96fb1 Accepting request 422148 from home:mimi_vx:branches:devel:libraries:c_c++
- version 0.22.1
  - Correct the definition of LIBNOTMUCH_CHECK_VERSION.
  - Document the (lack of) operations permitted on a closed database.
  - Fix race condition in dump / restore tests.
  - Notmuch-mutt: Use env to locate perl.
  - Emacs: Tell message-mode mode that outgoing messages are mail
  - Emacs: This makes message-mode configuration behave more predictably.
  - Respect charset of MIME parts when reading them
  - Fix previous assumption that everyone uses UTF-8.

OBS-URL: https://build.opensuse.org/request/show/422148
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=14
2016-08-25 15:15:04 +00:00
63bf5c0047 Accepting request 403347 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/403347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=6
2016-06-19 08:50:46 +00:00
cc8d76e50b Accepting request 403341 from home:LarsMB:branches:devel:libraries:c_c++
I have tested this with mutt (which builds against notmuch) and it all
appears to be working fine.

- version 0.22
  - Xapian 1.3 support
  - Limited support for S/MIME messages
  - Fix for threading bug involving deleting and re-adding messages. 
  - Fix for case-sensitive content disposition headers.
  - Fix handling of 1 character directory names at top level.
  - Emacs: Notmuch replies now include all parts shown in the show view
  - Emacs: Filtering or Limiting messages is now bound to `l` in the
    search view
  - Emacs: `F` forwards all open messages in a thread
  - Emacs: Preferred content type can be determined from the message
    content
- version 0.21
  - Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no
    longer supported.
  - Database revision tracking: `lastmod:` queries
  - Date queries now support `date:<expr>..!` shorthand for
    `date:<expr>..<expr>`
  - Notmuch database upgrade to support `lastmod:` queries
  - The `notmuch address` command supports new deduplication schemes

OBS-URL: https://build.opensuse.org/request/show/403341
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=12
2016-06-18 10:52:42 +00:00
f18423d28e Accepting request 317737 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/317737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=5
2015-08-01 09:35:12 +00:00
6260c241cd Accepting request 317654 from home:dsterba:branches:devel:libraries:c_c++
update to version 0.20.2

OBS-URL: https://build.opensuse.org/request/show/317654
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=10
2015-07-21 07:19:11 +00:00
5141873e7e Accepting request 284115 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/284115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=4
2015-02-05 10:01:24 +00:00
c79ee37954 Accepting request 284114 from home:mvyskocil:branches:devel:libraries:c_c++
- workaround a source checker issue by moving bcond macros behind
  Name and Version tag

OBS-URL: https://build.opensuse.org/request/show/284114
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=8
2015-02-04 21:20:37 +00:00
199dbe3854 Accepting request 283487 from home:dsterba:branches:devel:libraries:c_c++
- readd the signature file and update keyring

OBS-URL: https://build.opensuse.org/request/show/283487
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=7
2015-02-02 08:03:10 +00:00
1b840e4e8f Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++
- spec updates
  - remove gpg checks (broken) and the related files
  - define lib version
- version 0.19
  - Stopped notmuch dump failing if someone writes to the database
  - notmuch insert requires succesful message indexing for success status
  - notmuch insert has gained support for post-insert hook
  - notmuch deliver is deprecated
  - notmuch search now supports --duplicate=N option with --output=messages
  - Added notmuch address subcommand
- versions 0.18.1, 0.18.2
  - This is a bug fix and portability release
  - Resurrect support for single-message mbox files
- version 0.18
  - The folder: search prefix now requires an exact match
  - There is a new path: search prefix
  - Notmuch database upgrade due to folder: and path: changes
  - Support for indexing mbox files has been dropped
  - notmuch dump now defaults to batch-tag format
  - notmuch new has a --quiet option
  - notmuch insert respects maildir.synchronize_flags config option
- version 0.17
  - Incompatible change in SHA1 computation
  - New options to better support handling duplicate messages
  - Improved notmuch new performance for unchanged folders
  - notmuch reply --format=text RFC 2047-encodes headers
  - notmuch compact command
  - emacs interface:
    - notmuch-tree (formerly notmuch-pick) has been added to mainline
    - The notmuch-tag function now requires a list of tag changes
    - Fixed notmuch-reply putting reply in primary selection
    - Fixed notmuch-mua-reply point placement when signature involved
- version 0.16
  - Support for delivering messages to Maildir
  - notmuch count --batch option
  - notmuch tag option to remove all tags from matching messages
  - Decrypting commands explicitly expect a gpg-agent
  - Bash command-line completion
  - many emacs interface updates

OBS-URL: https://build.opensuse.org/request/show/283400
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
Stephan Kulow
941b5794db Accepting request 155786 from devel:libraries:c_c++
add notmuch to openSUSE:Factory (this submit removes the zsh completion script, which is a part of zsh itself)

OBS-URL: https://build.opensuse.org/request/show/155786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=1
2013-02-19 13:03:29 +00:00
162b61b330 - remove zsh completion, it's part of zsh itself
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=4
2013-02-19 09:01:17 +00:00
39df89fe30 - drop contrib from installed files
- install zsh to correct location
- instal notmuch.el as notmuch-emacs package like Debian do
- initial packaging of notmuch 0.15.2 for SUSE

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=3
2013-02-18 14:17:44 +00:00
72a26db1c0 - Drop contrib from installed files
- Install zsh to correct location

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=2
2013-02-18 14:13:31 +00:00
33adf2a4d5 Accepting request 155694 from home:mvyskocil
add notmuch (email tagging library) to d:l:c_c++

OBS-URL: https://build.opensuse.org/request/show/155694
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=1
2013-02-18 13:33:48 +00:00

Diff Content Not Available