43 Commits

Author SHA256 Message Date
f95db32dda Accepting request 1179015 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1179015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=14
2024-06-07 13:03:16 +00:00
c88a5e3b5c Accepting request 1177189 from home:smolsheep:upgrades
- Enabled tests
- Removed unneeded completion conflicts and repackaged completions
- Cleaned BuildRequires of unneeded references
- Adjust packaging to modern rust standards:
  * manual vendoring -> cargo_vendor
  * cargo.toml is now part of the vendoring
  * setup -> autosetup
  * cargo_build and cargo_install macros
- Update to upstream version 1.0.0-beta.9:
  * No upstream changelog provided. Version tags aren't made to
    easily pull a rich changelog.
    See:
    - https://nest.pijul.com/pijul/pijul/changes
    - https://nest.pijul.com/pijul/pijul:main/YUJV2OHL2JRZA.EUAAA

OBS-URL: https://build.opensuse.org/request/show/1177189
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=37
2024-06-06 12:41:15 +00:00
Imobach Gonzalez Sosa
4fc0fe8f1d Update to version 1.0.0-beta.8
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=36
2023-12-20 22:14:05 +00:00
1bc9fa3c92 Accepting request 1108848 from devel:tools:scm
- Update to upstream version 1.0.0-beta.6.

OBS-URL: https://build.opensuse.org/request/show/1108848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=13
2023-09-04 20:53:37 +00:00
Imobach Gonzalez Sosa
815a2a053b Update to upstream version 1.0.0-beta.6
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=34
2023-09-04 09:48:59 +00:00
408228f098 Accepting request 1090428 from devel:tools:scm
- Update to upstream version 1.0.0-beta.5.
- This version uses hyper 0.14.26 and h2 0.3.19, preventing CVE-2023-26964
  (bsc#1210361).

OBS-URL: https://build.opensuse.org/request/show/1090428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=12
2023-06-02 22:07:34 +00:00
Imobach Gonzalez Sosa
068561a6f1 - Update to upstream version 1.0.0-beta.5.
- This version uses hyper 0.14.26 and h2 0.3.19, preventing CVE-2023-26964
  (bsc#1210361).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=32
2023-06-01 12:05:08 +00:00
07de65be65 Accepting request 1070035 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1070035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=11
2023-03-08 13:53:12 +00:00
Imobach Gonzalez Sosa
478628e59e Accepting request 1070034 from home:IGonzalezSosa:branches:devel:tools:scm
- Update to upstream version 1.0.0-beta.4.
- This version uses hyper 0.14.24, which prevents CVE-2022-31394
  (bsc#1208559).
- Update to upstream version 1.0.0-beta.2:
  * Improve "pijul key" documentation.
  * "pijul pull" does not open $EDITOR anymore when given a list
    of changes.
  * Fix a bug with name conflicts.
  * Fix a few panic/unwraps problems.
  * Fix a bug where a zombile file could be deleted by
    "pijul unrecord" but its contents would stay zombie.
  * Update regex dependency to prevent CVE-2022-24713
    (bsc#1196972).
- Changes from version 1.0.0-beta.1:
  * Fixed a failed assertion in the patch text format.
  * Fixed a "merged vertices" bug when moving and editing them in
    the same patch.
- Update to upstream version 1.0.0-beta:
  * Add --force to "add" to include ignored files.
  * Fix conflict identifiers.
  * Remove the --tag option from "push/pull".
  * Fix "log" filters.
- Changes from version 1.0.0-alpha.57:
  * Add support for tags.
  * Fix path crashes related to the non-null roots.
  * Prioritise moving a file over undeletion.
  * Show the correct paths in recursive file deletions.
  * Add --force to "reset/switch" to ignore name conflicts.
  * Avoid printing multiple names conflicts more than once.
  * Better error message when pushing to a non-existent local
    channel.
  * Fix log --filters, along with performance improvements.
- Update to upstream version 1.0.0-alpha.56:
  * Re-implement change printing and parsing.
  * Add a root inode (initial support for submodules).
  * Fix a deprecation warning in ed25519-dalek.
- Add cargo audit service to detect potential security issues
- Update to upstream version 1.0.0-alpha.55:
  * Better estimation of the maximum number of open patches that
    Pijul can keep.
  * Proper escaping of UTF-8 filenames in the patch text format.
  * Add patch filtering to "git log".
  * Add JSON output for "git log".
  * "pijul init" does not modify already existing .ignore files.
  * Improve detection of binary files.
- Update to upstream version 1.0.0-alpha.54:
  * Improve push/pull reporting.
  * Fix a panic when outputting zombie folders.
  * Better computation of progress bars width.
  * Pushing/pulling from/to Nest discussions again.
  * Allow remotes to have different push and pull addresses.
  * Correct reporting of permission errors on external subcommands.
  * Add a .ignore file when initializing a repository containing a
    list of commonly ignored entries. See the "--kind" flag
    of the "pijul init" subcommand.
- Changes from version 1.0.0-alpha.53:
  * Fix newline issues with OpenSSH which caused clone via SSH
    to hang.
  * Do not remove untracked files when outputting.
  * Make recursive directory remove optional.
  * Add an option to limit the output size of "pijul log".
  * Make "pijul diff --short" more informative.
  * Fix "pijul diff --untracked".
  * Use the change time in addition to the modified time when
    detecting untouched files.
  * Print modifications only once in "pijul diff".
  * Do not compute the entire diff if only "--json --untracked"
    is wanted.
  * Unrecord the pending patch when pulling, in the special
    case that there is no thing to download.
  * Add a progress bar to "git push".
  * Fix "addition error" on "pijul git".
  * Better "pijul git" error message when recording.
- Update to upstream version 1.0.0-alpha.52. 
- Update to upstream version 1.0.0-alpha.48. 
- Update to upstream version 1.0.0-alpha.38.
- Avoid bashisms in build recipe.
- Update to upstream version 1.0.0-alpha.36. 
- Update to upstream version 1.0.0-alpha.24. 
- Update to upstream version 1.0.0-alpha.21.
- Enable 'Git' support (allow to import a Git repository into
  a Pijul one).
- Update to upstream version 1.0.0-alpha.17. 
- Update to upstream version 1.0.0-alpha.15. 
- Avoid build error for ppc64le as reported by boo#1175502
- Update to upstream release 0.12.2.
- Add completion support for Bash, Zsh and Fish shells.
- Remove the README.md file because it is not included in the
  tarball anymore.
- Trim bias and metadata redundancies from descriptions.
- Remove duplicate %setup call.
- Version 0.12.0.

OBS-URL: https://build.opensuse.org/request/show/1070034
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=30
2023-03-07 21:18:32 +00:00
9863067081 Accepting request 975746 from devel:tools:scm
- Update upstream version 1.0.0-beta.2:
  * Improve "pijul key" documentation.
  * "pijul pull" does not open $EDITOR anymore when given a list
    of changes.
  * Fix a bug with name conflicts.
  * Fix a few panic/unwraps problems.
  * Fix a bug where a zombile file could be deleted by
    "pijul unrecord" but its contents would stay zombie.
  * Update regex dependency to prevent CVE-2022-24713
    (bsc#1196972).
- Changes from version 1.0.0-beta.1:
  * Fixed a failed assertion in the patch text format.
  * Fixed a "merged vertices" bug when moving and editing them in
    the same patch.

- Update to upstream version 1.0.0-beta:
- Changes from version 1.0.0-alpha.57:

OBS-URL: https://build.opensuse.org/request/show/975746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=10
2022-05-09 16:44:16 +00:00
Imobach Gonzalez Sosa
7b4de49933 - Update upstream version 1.0.0-beta.2:
* Improve "pijul key" documentation.
  * "pijul pull" does not open $EDITOR anymore when given a list
    of changes.
  * Fix a bug with name conflicts.
  * Fix a few panic/unwraps problems.
  * Fix a bug where a zombile file could be deleted by
    "pijul unrecord" but its contents would stay zombie.
  * Update regex dependency to prevent CVE-2022-24713
    (bsc#1196972).
- Changes from version 1.0.0-beta.1:
- Update to upstream version 1.0.0-beta:
- Changes from version 1.0.0-alpha.57:

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=28
2022-05-09 06:52:53 +00:00
Imobach Gonzalez Sosa
c499fbad1f - Update to upstream version 1.0.0~beta.1:
* Fixed a failed assertion in the patch text format.
  * Fixed a "merged vertices" bug when moving and editing them in
    the same patch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=27
2022-05-05 06:45:29 +00:00
03c2daca7a Accepting request 948976 from devel:tools:scm
- Update to upstream version 1.0.0~beta:
  * Add --force to "add" to include ignored files.
  * Fix conflict identifiers.
  * Remove the --tag option from "push/pull".
  * Fix "log" filters.
- Changes from version 1.0.0~alpha.57:
  * Add support for tags.
  * Fix path crashes related to the non-null roots.
  * Prioritise moving a file over undeletion.
  * Show the correct paths in recursive file deletions.
  * Add --force to "reset/switch" to ignore name conflicts.
  * Avoid printing multiple names conflicts more than once.
  * Better error message when pushing to a non-existent local
    channel.
  * Fix log --filters, along with performance improvements.

OBS-URL: https://build.opensuse.org/request/show/948976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=9
2022-01-25 16:36:10 +00:00
Imobach Gonzalez Sosa
e31675993e - Update to upstream version 1.0.0~beta:
* Add --force to "add" to include ignored files.
  * Fix conflict identifiers.
  * Remove the --tag option from "push/pull".
  * Fix "log" filters.
- Changes from version 1.0.0~alpha.57:
  * Add support for tags.
  * Fix path crashes related to the non-null roots.
  * Prioritise moving a file over undeletion.
  * Show the correct paths in recursive file deletions.
  * Add --force to "reset/switch" to ignore name conflicts.
  * Avoid printing multiple names conflicts more than once.
  * Better error message when pushing to a non-existent local
    channel.
  * Fix log --filters, along with performance improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=26
2022-01-25 06:36:00 +00:00
386c4d5548 Accepting request 941815 from devel:tools:scm
- Update to upstream version 1.0.0-alpha.56:
  * Re-implement change printing and parsing.
  * Add a root inode (initial support for submodules).
  * Fix a deprecation warning in ed25519-dalek.

OBS-URL: https://build.opensuse.org/request/show/941815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=8
2021-12-21 17:40:44 +00:00
Imobach Gonzalez Sosa
75b7d6d9c7 - Update to upstream version 1.0.0-alpha.56:
* Re-implement change printing and parsing.
  * Add a root inode (initial support for submodules).
  * Fix a deprecation warning in ed25519-dalek.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=25
2021-12-21 07:47:54 +00:00
f3dc2cbfec Accepting request 929551 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/929551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=7
2021-11-05 21:58:35 +00:00
Imobach Gonzalez Sosa
72b6693fe7 Accepting request 929492 from home:firstyear:branches:devel:tools:scm
- Add cargo audit service to detect potential security issues

OBS-URL: https://build.opensuse.org/request/show/929492
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=24
2021-11-05 06:36:48 +00:00
ff42ed6ba1 Accepting request 927203 from devel:tools:scm
- Update to upstream version 1.0.0-alpha.55:
  * Better estimation of the maximum number of open patches that
    Pijul can keep.
  * Proper escaping of UTF-8 filenames in the patch text format.
  * Add patch filtering to "git log".
  * Add JSON output for "git log".
  * "pijul init" does not modify already existing .ignore files.
  * Improve detection of binary files.

- Update to upstream version 1.0.0-alpha.54:
  * Improve push/pull reporting.
  * Fix a panic when outputting zombie folders.
  * Better computation of progress bars width.
  * Pushing/pulling from/to Nest discussions again.
  * Allow remotes to have different push and pull addresses.
  * Correct reporting of permission errors on external subcommands.
  * Add a .ignore file when initializing a repository containing a
    list of commonly ignored entries. See the "--kind" flag
    of the "pijul init" subcommand.
- Changes from version 1.0.0-alpha.53:
  * Fix newline issues with OpenSSH which caused clone via SSH
    to hang.
  * Do not remove untracked files when outputting.
  * Make recursive directory remove optional.
  * Add an option to limit the output size of "pijul log".
  * Make "pijul diff --short" more informative.
  * Fix "pijul diff --untracked".
  * Use the change time in addition to the modified time when
    detecting untouched files.
  * Print modifications only once in "pijul diff".

OBS-URL: https://build.opensuse.org/request/show/927203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=6
2021-10-25 13:17:27 +00:00
Imobach Gonzalez Sosa
6de6aacdb9 Small changelog improvement
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=23
2021-10-24 17:33:47 +00:00
Imobach Gonzalez Sosa
2fc5122b6a - Update to upstream version 1.0.0-alpha.55:
* Better estimation of the maximum number of open patches that
    Pijul can keep.
  * Proper escaping of UTF-8 filenames in the patch text format.
  * Add patch filtering to "git log".
  * Add JSON output for "git log".
  * "pijul init" does not modify already existing .ignore files.
  * Better detection of binary files.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=22
2021-10-24 17:33:17 +00:00
Imobach Gonzalez Sosa
d27d6e4ebc Better changelog.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=21
2021-10-24 17:15:29 +00:00
Imobach Gonzalez Sosa
2713839484 Improve changelog.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=20
2021-10-24 17:10:51 +00:00
Imobach Gonzalez Sosa
1937f8f58f - Update to upstream version 1.0.0-alpha.54.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=19
2021-09-28 10:06:14 +00:00
f126c112f0 Accepting request 907323 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/907323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=5
2021-07-21 17:06:22 +00:00
Imobach Gonzalez Sosa
0cf44b99b1 Accepting request 907316 from home:IGonzalezSosa:branches:devel:tools:scm
- Update to upstream version 1.0.0-alpha.52.

OBS-URL: https://build.opensuse.org/request/show/907316
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=18
2021-07-20 14:21:16 +00:00
Richard Brown
9ade2fd731 Accepting request 883616 from devel:tools:scm
- Update to upstream version 1.0.0-alpha.48.

OBS-URL: https://build.opensuse.org/request/show/883616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=4
2021-04-08 19:32:14 +00:00
Imobach Gonzalez Sosa
daf97c64df - Update to upstream version 1.0.0-alpha.48.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=16
2021-03-31 23:35:40 +00:00
Richard Brown
9a457afba1 Accepting request 872965 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/872965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=3
2021-03-30 18:51:44 +00:00
Imobach Gonzalez Sosa
a7d147b23c Accepting request 872904 from home:IGonzalezSosa:branches:devel:tools:scm
- Update to upstream version 1.0.0-alpha.38.

OBS-URL: https://build.opensuse.org/request/show/872904
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=14
2021-02-16 19:28:11 +00:00
Imobach Gonzalez Sosa
5f41760c9a Accepting request 865486 from home:jengelh:branches:devel:tools:scm
- Avoid bashisms in build recipe.

OBS-URL: https://build.opensuse.org/request/show/865486
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=13
2021-01-21 23:01:48 +00:00
Imobach Gonzalez Sosa
77ce342b62 Accepting request 865065 from home:IGonzalezSosa:branches:devel:tools:scm
- Update to upstream version 1.0.0-alpha.36.

OBS-URL: https://build.opensuse.org/request/show/865065
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=12
2021-01-21 16:06:24 +00:00
Imobach Gonzalez Sosa
bdb9191171 - Update to upstream version 1.0.0-alpha.24.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=11
2020-12-22 11:41:21 +00:00
Imobach Gonzalez Sosa
aee9027f7b - Update to upstream version 1.0.0-alpha.21.
- Enable 'Git' support (allow to import a Git repository into
  a Pijul one).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=10
2020-12-09 06:24:29 +00:00
Imobach Gonzalez Sosa
781cffbe82 Accepting request 853434 from home:IGonzalezSosa:branches:devel:tools:scm
- Update to upstream version 1.0.0-alpha.17.

OBS-URL: https://build.opensuse.org/request/show/853434
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=9
2020-12-06 21:36:32 +00:00
Imobach Gonzalez Sosa
ddb211c7b2 Accepting request 853199 from home:IGonzalezSosa:branches:devel:tools:scm
- Update to upstream version 1.0.0-alpha.15.

OBS-URL: https://build.opensuse.org/request/show/853199
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=8
2020-12-05 23:42:08 +00:00
fb2136b4c7 Accepting request 830685 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/830685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=2
2020-08-31 14:51:56 +00:00
bc4ec59343 Accepting request 828456 from home:michel_mno:branches:devel:tools:scm
- Avoid build error for ppc64le as reported by boo#1175502

OBS-URL: https://build.opensuse.org/request/show/828456
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=6
2020-08-31 07:44:53 +00:00
c947d97faf Accepting request 728393 from devel:tools:scm
Update to upstream release 0.12.2.

OBS-URL: https://build.opensuse.org/request/show/728393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=1
2019-09-09 21:44:50 +00:00
Imobach Gonzalez Sosa
b5fe78afcb - Update to upstream release 0.12.2.
- Add completion support for Bash, Zsh and Fish shells.
- Remove the README.md file because it is not included in the
  tarball anymore.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=4
2019-09-04 22:31:23 +00:00
Imobach Gonzalez Sosa
df9bbf556e Accepting request 725685 from home:jengelh:branches:devel:tools:scm
factory review output:
- Trim bias and metadata redundancies from descriptions.
- Remove duplicate %setup call.

OBS-URL: https://build.opensuse.org/request/show/725685
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=3
2019-08-24 09:30:42 +00:00
7680b97568 Accepting request 725507 from home:IGonzalezSosa:branches:devel:tools:scm
Fix file changes name.

OBS-URL: https://build.opensuse.org/request/show/725507
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=2
2019-08-23 08:58:42 +00:00
b8bcbea0c0 Accepting request 725423 from home:IGonzalezSosa:branches:devel:tools:scm
Submit the Pijul package to an appropriate devel project.

OBS-URL: https://build.opensuse.org/request/show/725423
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=1
2019-08-23 06:42:58 +00:00