86 Commits

Author SHA256 Message Date
964f6b0099 Accepting request 1275285 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1275285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=43
2025-05-07 17:22:07 +00:00
d3ec8ebdac fossil 2.26 (boo#1242079)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=82
2025-05-07 13:04:07 +00:00
2cafc42456 Accepting request 1246956 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1246956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=42
2025-02-19 14:59:39 +00:00
6545ddb066 Accepting request 1245356 from openSUSE:Factory:RISCV
- overflow.patch: Fix undefined behaviour due to overflow

OBS-URL: https://build.opensuse.org/request/show/1245356
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=80
2025-02-19 08:38:20 +00:00
5ae2f5fb6f Accepting request 1245134 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1245134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=41
2025-02-11 20:31:53 +00:00
343a06d7d0 fossil 2.25
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=78
2025-02-11 16:15:18 +00:00
b379f01f61 Accepting request 1189337 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1189337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=40
2024-07-25 13:39:00 +00:00
bb1ea6b064 fossil 2.24
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=76
2024-07-24 09:01:23 +00:00
af2601213f Accepting request 1126652 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1126652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=39
2023-11-16 19:27:53 +00:00
d46a3712a6 Accepting request 1123339 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.23

OBS-URL: https://build.opensuse.org/request/show/1123339
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=74
2023-11-15 14:11:52 +00:00
6e3a5a7d22 Accepting request 1090677 from devel:tools:scm
fossil 2.22 (forwarded request 1090557 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1090677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=38
2023-06-03 22:14:18 +00:00
3b80183d03 Accepting request 1090557 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.22

OBS-URL: https://build.opensuse.org/request/show/1090557
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=72
2023-06-03 17:11:08 +00:00
74351a1cf8 Accepting request 1069707 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1069707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=37
2023-03-07 15:49:26 +00:00
c935fa884f Accepting request 1069403 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.21

OBS-URL: https://build.opensuse.org/request/show/1069403
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=70
2023-03-06 16:58:09 +00:00
6642f6da77 Accepting request 1037628 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1037628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=36
2022-11-24 11:23:57 +00:00
dc3b532032 Accepting request 1036828 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.20

OBS-URL: https://build.opensuse.org/request/show/1036828
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=68
2022-11-23 14:46:31 +00:00
405ccd1776 Accepting request 1006004 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1006004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=35
2022-09-26 16:48:19 +00:00
8c664f55d6 Accepting request 1005989 from home:dirkmueller:Factory
- update to 2.19:
  * On file listing pages, sort filenames using the "uintnocase" collating
    sequence, so that filenames that contains embedded integers sort in numeric
    order even if they contain a different number of digits. (Example:
    "fossil_80_..." comes before "fossil_100.png" in the /skins/blitz directory
    listing.)
  * Enhancements to the graph layout algorithm design to improve readability
    and promote better situational awareness.
  * Performance enhancement for the "root:BRANCHNAME" style of tag,
    accomplished using a Common Table Expression in the underlying SQL.
  * Sort tag listings (command line and webpage) by taking numbers into
    consideration so as to cater for tags that follow semantic versioning.
  * On the wiki listings, omit by default wiki pages that are associated with
    check-ins and branches.
  * Add the new "fossil describe" command.
  * Markdown subsystem extended with footnotes support. See corresponding test
    cases, known limitations and discussion.
  * Add the new special name "start:BRANCH" to refer to the first check-in of the branch.
  * Support generated "mimetype" columns in the TICKET and TICKETCHNG tables.
  * Fix remote-url-overwrite bug where remote-url is overwritten by the proxy
    setting during sync operation. Also require explicit "system" proxy setting
    to use "http_proxy" environment variable.
  * Reimplemented the /pikchrshow app to use a WebAssembly build of pikchr so
    that it can render pikchrs on the client instead of requiring a server
    round-trip.
  * Add the email-listid setting. If set, it is used as the List-ID header for
    all outbound notification emails.
  * Add the "--branch" option to the "timeline" command to restrict the
    displayed items to a specific branch.
  * Add the "--versions" option to "fossil diff" to display details about the

OBS-URL: https://build.opensuse.org/request/show/1005989
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=66
2022-09-26 07:46:32 +00:00
1e3c8bb562 Accepting request 972159 from devel:tools:scm
- fossil 2.18:
  * Added support for SSL/TLS server mode for commands like "fossil
    server" and "fossil http"
  * The new cherry-pick command is an alias for merge --cherrypick
  * Add new setting "large-file-size". If the size of any file in a
    commit exceeds this size, a warning is issued
  * Query parameter "year=YYYY" is now accepted by /timeline
  * The tar and zip commands no longer sterilize the manifest file
  * Futher improvement to diff alignment in cases that involve both
    edits and indentation changes
  * Chat improvements
  * Promote the test-detach command into the detach command
  * For "fossil pull" with the --from-parent-project option, if no
    URL is specified then use the last URL from the most recent
    prior "fossil pull --from-parent-project"
  * Add options --project-name and --project-desc to the "fossil
    init" command.
  * The /ext page generates the SERVER_SOFTWARE environment
    variable for clients
  * Fix the REQUEST_URI CGI variable such that it includes the
    query string. This is how most other systems understand
    REQUEST_URI
  * Added the --transport-command option to fossil sync and similar
- minimum/bundled version of sqlite increased to 3.38.0
- fossil-json1.patch: Starting from version 3.38.0 SQLite has JSON
  enabled by default and ENABLE_JSON1 has disappeared from the list
  of compile-time options.
- Add a _service file to download the tarball automatically.

OBS-URL: https://build.opensuse.org/request/show/972159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=34
2022-04-22 19:54:59 +00:00
619c2d073e - fossil 2.18:
* Added support for SSL/TLS server mode for commands like "fossil
    server" and "fossil http"
  * The new cherry-pick command is an alias for merge --cherrypick
  * Add new setting "large-file-size". If the size of any file in a
    commit exceeds this size, a warning is issued
  * Query parameter "year=YYYY" is now accepted by /timeline
  * The tar and zip commands no longer sterilize the manifest file
  * Futher improvement to diff alignment in cases that involve both
    edits and indentation changes
  * Chat improvements
  * Promote the test-detach command into the detach command
  * For "fossil pull" with the --from-parent-project option, if no
    URL is specified then use the last URL from the most recent
    prior "fossil pull --from-parent-project"
  * Add options --project-name and --project-desc to the "fossil
    init" command.
  * The /ext page generates the SERVER_SOFTWARE environment
    variable for clients
  * Fix the REQUEST_URI CGI variable such that it includes the
    query string. This is how most other systems understand
    REQUEST_URI
  * Added the --transport-command option to fossil sync and similar
- minimum/bundled version of sqlite increased to 3.38.0
- fossil-json1.patch: Starting from version 3.38.0 SQLite has JSON
  enabled by default and ENABLE_JSON1 has disappeared from the list
  of compile-time options.
- Add a _service file to download the tarball automatically.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=64
2022-04-22 09:54:04 +00:00
b3a4d12f96 Accepting request 957633 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/957633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=33
2022-02-25 20:25:21 +00:00
8c9f568a1c Accepting request 956552 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.17

OBS-URL: https://build.opensuse.org/request/show/956552
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=63
2022-02-25 16:24:36 +00:00
abebcfc079 Accepting request 904242 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/904242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=32
2021-07-07 16:30:11 +00:00
e8569b373a Accepting request 904241 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.16 (boo#1187988)

OBS-URL: https://build.opensuse.org/request/show/904241
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=62
2021-07-05 17:50:08 +00:00
0bb76bf964 Accepting request 888230 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/888230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=31
2021-04-24 21:09:20 +00:00
52d7eda755 Accepting request 888227 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.15.1

OBS-URL: https://build.opensuse.org/request/show/888227
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=60
2021-04-24 15:54:06 +00:00
36938de22d Accepting request 881774 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.15

OBS-URL: https://build.opensuse.org/request/show/881774
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=59
2021-04-24 13:39:58 +00:00
b98327c5f5 Accepting request 868286 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/868286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=30
2021-02-01 12:28:34 +00:00
f1f8e957ef Accepting request 868245 from home:ivzhh:branches:devel:tools:scm
- fossil 2.14
  * add fossil chat
  * enhanced fossil clone
  * performance optimization
  * enhanced documents
  * pikchr improvements
  * schema Update Notice #1: This release drops a trigger from 
  the database schema
  * schema Update Notice #2: This release changes how the descriptions
  of wiki edits are stored in the EVENT table, for improved display
  on timelines

OBS-URL: https://build.opensuse.org/request/show/868245
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=57
2021-02-01 06:48:11 +00:00
73862eb4f7 Accepting request 850714 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/850714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=29
2020-11-25 18:30:27 +00:00
0d0e095ebc Accepting request 850713 from home:dancermak:branches:devel:tools:scm
enable tests

OBS-URL: https://build.opensuse.org/request/show/850713
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=55
2020-11-25 13:21:53 +00:00
4734b5e4a0 Accepting request 845394 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/845394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=28
2020-11-02 13:05:10 +00:00
c378ebca62 Accepting request 845247 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.13

OBS-URL: https://build.opensuse.org/request/show/845247
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=53
2020-11-02 10:57:11 +00:00
ac40424d97 Accepting request 829798 from devel:tools:scm
- fossil 2.12.1:
  * CVE-2020-24614: Remote authenticated users with check-in or
    administrative privileges could have executed arbitrary code
    [boo#1175760]
- Remove fossil-2.11-reproducible.patch: Upstream integrated the
  patch and improved it to also recognize SOURCE_DATE_EPOCH.
- Remove fossil-2.7-remove_date_time.patch: OBS now sets
  SOURCE_DATE_EPOCH and gcc recognizes it, so the removal of
  __DATE__ and __TIME__ is not needed anymore.
- Package the fossil.1 manual page.

OBS-URL: https://build.opensuse.org/request/show/829798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=27
2020-08-29 18:36:55 +00:00
356ec6ca7e OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=51 2020-08-26 15:25:36 +00:00
27abba4111 - fossil 2.12.1:
* CVE-2020-24614: Remote authenticated users with check-in or
    administrative privileges could have executed arbitrary code
    [boo#1175760]
- Remove fossil-2.11-reproducible.patch: Upstream integrated the
  patch and improved it to also recognize SOURCE_DATE_EPOCH.
- Remove fossil-2.7-remove_date_time.patch: OBS now sets
  SOURCE_DATE_EPOCH and gcc recognizes it, so the removal of
  __DATE__ and __TIME__ is not needed anymore.
- Package the fossil.1 manual page.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=50
2020-08-26 15:22:34 +00:00
ce8544acb6 Accepting request 819486 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/819486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=26
2020-07-08 17:19:46 +00:00
58d78e2b9f Accepting request 818762 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.11.1

OBS-URL: https://build.opensuse.org/request/show/818762
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=48
2020-07-08 13:05:21 +00:00
f18e8a78c8 Accepting request 814710 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/814710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=25
2020-06-15 18:33:31 +00:00
cef55fe2eb Accepting request 813802 from home:bmwiedemann:branches:devel:tools:scm
Add fossil-2.11-reproducible.patch to override build date (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/813802
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=46
2020-06-15 13:04:04 +00:00
497ca4d006 Accepting request 809183 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/809183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=24
2020-05-28 07:15:51 +00:00
f7600ce9a1 Accepting request 809181 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.11

OBS-URL: https://build.opensuse.org/request/show/809181
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=44
2020-05-27 07:35:32 +00:00
fc0d41d843 Accepting request 735612 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/735612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=23
2019-10-17 10:20:15 +00:00
224c9a096c Accepting request 735402 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.10

OBS-URL: https://build.opensuse.org/request/show/735402
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=42
2019-10-07 07:49:34 +00:00
59f210ccf2 Accepting request 720922 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/720922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=22
2019-08-05 08:42:54 +00:00
fda34189f8 Accepting request 720867 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.9

OBS-URL: https://build.opensuse.org/request/show/720867
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=40
2019-08-05 05:41:28 +00:00
f0e983d35d Accepting request 639036 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/639036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=21
2018-10-01 06:19:47 +00:00
82dac33d9b Accepting request 638714 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.7

OBS-URL: https://build.opensuse.org/request/show/638714
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=38
2018-09-28 15:17:13 +00:00
d02039ff7d Accepting request 580552 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/580552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fossil?expand=0&rev=20
2018-02-27 16:00:04 +00:00
2d23f82995 Accepting request 580538 from home:AndreasStieger:branches:devel:tools:scm
fossil 2.5

OBS-URL: https://build.opensuse.org/request/show/580538
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/fossil?expand=0&rev=36
2018-02-27 10:12:03 +00:00