File pijul.changes of Package pijul

-------------------------------------------------------------------
Mon May 27 16:50:28 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

- 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

-------------------------------------------------------------------
Wed Dec 20 22:12:44 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-beta.8.

-------------------------------------------------------------------
Mon Sep  4 07:30:24 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-beta.6.

-------------------------------------------------------------------
Thu Jun  1 06:39:11 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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).

-------------------------------------------------------------------
Tue Mar  7 20:49:06 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-beta.4.
- This version uses hyper 0.14.24, which prevents CVE-2022-31394
  (bsc#1208559).

-------------------------------------------------------------------
Mon May  9 06:41:34 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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.

-------------------------------------------------------------------
Tue Jan 25 06:13:01 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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.

-------------------------------------------------------------------
Tue Dec 21 06:41:03 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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.

-------------------------------------------------------------------
Fri Nov  5 03:07:30 UTC 2021 - William Brown <william.brown@suse.com>

- Add cargo audit service to detect potential security issues

-------------------------------------------------------------------
Sun Oct 24 17:21:15 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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.

-------------------------------------------------------------------
Tue Sep 28 09:52:50 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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.

-------------------------------------------------------------------
Tue Jul 20 11:55:00 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.52. 

-------------------------------------------------------------------
Wed Mar 31 23:19:35 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.48. 

-------------------------------------------------------------------
Tue Feb 16 14:00:48 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.38.

-------------------------------------------------------------------
Thu Jan 21 17:19:22 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

- Avoid bashisms in build recipe.

-------------------------------------------------------------------
Wed Jan 20 15:35:05 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.36. 

-------------------------------------------------------------------
Tue Dec 22 11:36:50 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.24. 

-------------------------------------------------------------------
Tue Dec  8 22:31:43 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.21.
- Enable 'Git' support (allow to import a Git repository into
  a Pijul one).

-------------------------------------------------------------------
Sun Dec  6 21:16:36 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.17. 

-------------------------------------------------------------------
Fri Dec  4 23:15:29 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Update to upstream version 1.0.0-alpha.15. 

-------------------------------------------------------------------
Thu Aug 20 15:52:03 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>

- Avoid build error for ppc64le as reported by boo#1175502

-------------------------------------------------------------------
Wed Sep  4 21:07:27 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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.

-------------------------------------------------------------------
Fri Aug 23 20:15:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

- Trim bias and metadata redundancies from descriptions.
- Remove duplicate %setup call.

-------------------------------------------------------------------
Thu Aug 22 20:32:26 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Version 0.12.0.
openSUSE Build Service is sponsored by