Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package phraze for openSUSE:Factory checked 
in at 2025-08-04 15:25:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phraze (Old)
 and      /work/SRC/openSUSE:Factory/.phraze.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phraze"

Mon Aug  4 15:25:17 2025 rev:9 rq:1297393 version:0.3.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/phraze/phraze.changes    2025-05-26 
18:39:40.297843114 +0200
+++ /work/SRC/openSUSE:Factory/.phraze.new.1085/phraze.changes  2025-08-04 
15:26:23.273938325 +0200
@@ -1,0 +2,15 @@
+Tue Jul 29 06:57:44 UTC 2025 - Felix Niederwanger <felix.niederwan...@suse.de>
+
+- Update to version 0.3.24:
+  * bump version and cargo lock
+  * update cHANGELOG ahead of new release
+  * update allowed licenses -- I'm not too converned about 'Unicode' 
licenses...
+  * dist init with latewst version of cargo-dist, slowly preaprign for a new 
release
+  * updates CHANGELOG with last release's release notes
+  * cargo lock
+  * remove cargo dist instructions from readme
+  * remove cargo-dist files, including a github release workflow and a 
dist-workspace.toml config file
+  * add brew update command just in case user doesn't automatically do that 
first
+  * adds what I think are the correct Homebrew instructions
+
+-------------------------------------------------------------------

Old:
----
  phraze-0.3.23.obscpio

New:
----
  phraze-0.3.24.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ phraze.spec ++++++
--- /var/tmp/diff_new_pack.kWjD7F/_old  2025-08-04 15:26:24.898006545 +0200
+++ /var/tmp/diff_new_pack.kWjD7F/_new  2025-08-04 15:26:24.898006545 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           phraze
-Version:        0.3.23
+Version:        0.3.24
 Release:        0
 Summary:        Generate random passphrases
 License:        MPL-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kWjD7F/_old  2025-08-04 15:26:24.934008057 +0200
+++ /var/tmp/diff_new_pack.kWjD7F/_new  2025-08-04 15:26:24.938008226 +0200
@@ -2,7 +2,7 @@
   <service mode="disabled" name="obs_scm">
     <param name="url">https://github.com/sts10/phraze.git</param>
     <param name="scm">git</param>
-    <param name="revision">v0.3.23</param>
+    <param name="revision">v0.3.24</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">.*v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.kWjD7F/_old  2025-08-04 15:26:24.962009234 +0200
+++ /var/tmp/diff_new_pack.kWjD7F/_new  2025-08-04 15:26:24.970009570 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/sts10/phraze.git</param>
-              <param 
name="changesrevision">395b94ba14d9003ef03a2112c8c0748aa18f2648</param></service></servicedata>
+              <param 
name="changesrevision">b2852161ae259825dec0a7953e799b61a79ea6d0</param></service></servicedata>
 (No newline at EOF)
 

++++++ phraze-0.3.23.obscpio -> phraze-0.3.24.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phraze-0.3.23/.github/workflows/release.yml 
new/phraze-0.3.24/.github/workflows/release.yml
--- old/phraze-0.3.23/.github/workflows/release.yml     2025-05-21 
20:14:09.000000000 +0200
+++ new/phraze-0.3.24/.github/workflows/release.yml     2025-07-24 
00:05:48.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/
+# This file was autogenerated by dist: https://axodotdev.github.io/cargo-dist
 #
 # Copyright 2022-2024, axodotdev
 # SPDX-License-Identifier: MIT or Apache-2.0
@@ -47,7 +47,7 @@
 jobs:
   # Run 'dist plan' (or host) to determine what tasks we need to do
   plan:
-    runs-on: "ubuntu-20.04"
+    runs-on: "ubuntu-22.04"
     outputs:
       val: ${{ steps.plan.outputs.manifest }}
       tag: ${{ !github.event.pull_request && github.ref_name || '' }}
@@ -63,7 +63,7 @@
         # we specify bash to get pipefail; it guards against the `curl` command
         # failing. otherwise `sh` won't catch that `curl` returned non-0
         shell: bash
-        run: "curl --proto '=https' --tlsv1.2 -LsSf 
https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh
 | sh"
+        run: "curl --proto '=https' --tlsv1.2 -LsSf 
https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2/cargo-dist-installer.sh
 | sh"
       - name: Cache dist
         uses: actions/upload-artifact@v4
         with:
@@ -168,7 +168,7 @@
     needs:
       - plan
       - build-local-artifacts
-    runs-on: "ubuntu-20.04"
+    runs-on: "ubuntu-22.04"
     env:
       GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -218,7 +218,7 @@
     if: ${{ always() && needs.plan.outputs.publishing == 'true' && 
(needs.build-global-artifacts.result == 'skipped' || 
needs.build-global-artifacts.result == 'success') && 
(needs.build-local-artifacts.result == 'skipped' || 
needs.build-local-artifacts.result == 'success') }}
     env:
       GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-    runs-on: "ubuntu-20.04"
+    runs-on: "ubuntu-22.04"
     outputs:
       val: ${{ steps.host.outputs.manifest }}
     steps:
@@ -282,7 +282,7 @@
     # still allowing individual publish jobs to skip themselves (for 
prereleases).
     # "host" however must run to completion, no skipping allowed!
     if: ${{ always() && needs.host.result == 'success' }}
-    runs-on: "ubuntu-20.04"
+    runs-on: "ubuntu-22.04"
     env:
       GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
     steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phraze-0.3.23/CHANGELOG.markdown 
new/phraze-0.3.24/CHANGELOG.markdown
--- old/phraze-0.3.23/CHANGELOG.markdown        2025-05-21 20:14:09.000000000 
+0200
+++ new/phraze-0.3.24/CHANGELOG.markdown        2025-07-24 00:05:48.000000000 
+0200
@@ -1,3 +1,26 @@
+# v0.3.24
+Fresh release using the latest version of cargo-dist.
+
+* 1dbad74 - (HEAD -> main, origin/main) update allowed licenses -- I'm not too 
concerned about 'Unicode' licenses... 
+* e156195 - dist init with latest version of cargo-dist, preparing for a new 
release 
+* da2a6a2 - updates CHANGELOG with last release's release notes 
+* 09ae148 - cargo lock 
+
+# v0.3.23
+Since [the cargo-dist project seems to have paused development due to lack of 
funding](https://github.com/axodotdev/cargo-dist/issues/1807#issuecomment-2768419143),
 we're doing this release the old-fashioned way. 
+
+If you **need an OS-specific binary**, 
[v0.3.18](https://github.com/sts10/phraze/releases/tag/v0.3.18) is not very 
different from this version (see changelog below).
+
+**CHANGES**
+* 395b94b - cargo update and bump version  
+* 7ba1108 - capitalizes the word 'list' consistently 
+* 210f16c - takes a suggestion from clippy 
+* c685b7a - couple word swaps in the built-in word lists
+* 62fe7a9 - update EFF copyright information
+
+I'm also hoping this simpler release, with fewer files attached to it, will 
work better with a Homebrew cask (see #30 for more). 
+
+
 # v0.3.20
 * Some word swaps in two of the built-in word lists
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phraze-0.3.23/Cargo.lock new/phraze-0.3.24/Cargo.lock
--- old/phraze-0.3.23/Cargo.lock        2025-05-21 20:14:09.000000000 +0200
+++ new/phraze-0.3.24/Cargo.lock        2025-07-24 00:05:48.000000000 +0200
@@ -19,9 +19,9 @@
 
 [[package]]
 name = "anstream"
-version = "0.6.18"
+version = "0.6.19"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
+checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
 dependencies = [
  "anstyle",
  "anstyle-parse",
@@ -34,44 +34,44 @@
 
 [[package]]
 name = "anstyle"
-version = "1.0.10"
+version = "1.0.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
+checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
 
 [[package]]
 name = "anstyle-parse"
-version = "0.2.6"
+version = "0.2.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
+checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
 dependencies = [
  "utf8parse",
 ]
 
 [[package]]
 name = "anstyle-query"
-version = "1.1.2"
+version = "1.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
+checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
 dependencies = [
  "windows-sys",
 ]
 
 [[package]]
 name = "anstyle-wincon"
-version = "3.0.7"
+version = "3.0.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
+checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
 dependencies = [
  "anstyle",
- "once_cell",
+ "once_cell_polyfill",
  "windows-sys",
 ]
 
 [[package]]
 name = "autocfg"
-version = "1.4.0"
+version = "1.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
+checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 
 [[package]]
 name = "bitflags"
@@ -81,9 +81,9 @@
 
 [[package]]
 name = "bumpalo"
-version = "3.17.0"
+version = "3.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
+checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 
 [[package]]
 name = "cast"
@@ -93,9 +93,9 @@
 
 [[package]]
 name = "cfg-if"
-version = "1.0.0"
+version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
+checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
 
 [[package]]
 name = "ciborium"
@@ -126,9 +126,9 @@
 
 [[package]]
 name = "clap"
-version = "4.5.38"
+version = "4.5.41"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
+checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -136,9 +136,9 @@
 
 [[package]]
 name = "clap_builder"
-version = "4.5.38"
+version = "4.5.41"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
+checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
 dependencies = [
  "anstream",
  "anstyle",
@@ -148,36 +148,36 @@
 
 [[package]]
 name = "clap_complete"
-version = "4.5.50"
+version = "4.5.55"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1"
+checksum = "a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a"
 dependencies = [
  "clap",
 ]
 
 [[package]]
 name = "clap_derive"
-version = "4.5.32"
+version = "4.5.41"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
+checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
 dependencies = [
  "heck",
  "proc-macro2",
  "quote",
- "syn 2.0.101",
+ "syn 2.0.104",
 ]
 
 [[package]]
 name = "clap_lex"
-version = "0.7.4"
+version = "0.7.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
+checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
 
 [[package]]
 name = "clap_mangen"
-version = "0.2.26"
+version = "0.2.28"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a"
+checksum = "e2fb6d3f935bbb9819391528b0e7cf655e78a0bc7a7c3d227211a1d24fc11db1"
 dependencies = [
  "clap",
  "roff",
@@ -185,9 +185,9 @@
 
 [[package]]
 name = "colorchoice"
-version = "1.0.3"
+version = "1.0.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
+checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 
 [[package]]
 name = "criterion"
@@ -252,9 +252,9 @@
 
 [[package]]
 name = "crunchy"
-version = "0.2.3"
+version = "0.2.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
+checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 
 [[package]]
 name = "either"
@@ -292,9 +292,9 @@
 
 [[package]]
 name = "hermit-abi"
-version = "0.5.1"
+version = "0.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
+checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 
 [[package]]
 name = "include-lines"
@@ -359,9 +359,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.172"
+version = "0.2.174"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
+checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
 
 [[package]]
 name = "log"
@@ -371,9 +371,9 @@
 
 [[package]]
 name = "memchr"
-version = "2.7.4"
+version = "2.7.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
+checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
 
 [[package]]
 name = "num-traits"
@@ -391,6 +391,12 @@
 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 
 [[package]]
+name = "once_cell_polyfill"
+version = "1.70.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
+
+[[package]]
 name = "oorandom"
 version = "11.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -398,7 +404,7 @@
 
 [[package]]
 name = "phraze"
-version = "0.3.23"
+version = "0.3.24"
 dependencies = [
  "clap",
  "clap_complete",
@@ -466,15 +472,15 @@
 
 [[package]]
 name = "r-efi"
-version = "5.2.0"
+version = "5.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
+checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
 
 [[package]]
 name = "rand"
-version = "0.9.1"
+version = "0.9.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
+checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
 dependencies = [
  "rand_chacha",
  "rand_core",
@@ -556,9 +562,9 @@
 
 [[package]]
 name = "rustversion"
-version = "1.0.20"
+version = "1.0.21"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
+checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
 
 [[package]]
 name = "ryu"
@@ -592,14 +598,14 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.101",
+ "syn 2.0.104",
 ]
 
 [[package]]
 name = "serde_json"
-version = "1.0.140"
+version = "1.0.141"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
+checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
 dependencies = [
  "itoa",
  "memchr",
@@ -626,9 +632,9 @@
 
 [[package]]
 name = "syn"
-version = "2.0.101"
+version = "2.0.104"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
+checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -722,7 +728,7 @@
  "log",
  "proc-macro2",
  "quote",
- "syn 2.0.101",
+ "syn 2.0.104",
  "wasm-bindgen-shared",
 ]
 
@@ -744,7 +750,7 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.101",
+ "syn 2.0.104",
  "wasm-bindgen-backend",
  "wasm-bindgen-shared",
 ]
@@ -861,20 +867,20 @@
 
 [[package]]
 name = "zerocopy"
-version = "0.8.25"
+version = "0.8.26"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
+checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
 dependencies = [
  "zerocopy-derive",
 ]
 
 [[package]]
 name = "zerocopy-derive"
-version = "0.8.25"
+version = "0.8.26"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
+checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.101",
+ "syn 2.0.104",
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phraze-0.3.23/Cargo.toml new/phraze-0.3.24/Cargo.toml
--- old/phraze-0.3.23/Cargo.toml        2025-05-21 20:14:09.000000000 +0200
+++ new/phraze-0.3.24/Cargo.toml        2025-07-24 00:05:48.000000000 +0200
@@ -1,7 +1,7 @@
 [package]
 name = "phraze"
 description = "Random passphrase generator"
-version = "0.3.23"
+version = "0.3.24"
 edition = "2024"
 authors = ["sts10 <sschlink...@gmail.com>"]
 license = "MPL-2.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phraze-0.3.23/deny.toml new/phraze-0.3.24/deny.toml
--- old/phraze-0.3.23/deny.toml 2025-05-21 20:14:09.000000000 +0200
+++ new/phraze-0.3.24/deny.toml 2025-07-24 00:05:48.000000000 +0200
@@ -92,7 +92,7 @@
     "MPL-2.0",
     "Apache-2.0",
     "MIT",
-    "Unicode-DFS-2016",
+    "Unicode-3.0"
 ]
 # The confidence threshold for detecting a license from license text.
 # The higher the value, the more closely the license text must be to the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phraze-0.3.23/dist-workspace.toml 
new/phraze-0.3.24/dist-workspace.toml
--- old/phraze-0.3.23/dist-workspace.toml       2025-05-21 20:14:09.000000000 
+0200
+++ new/phraze-0.3.24/dist-workspace.toml       2025-07-24 00:05:48.000000000 
+0200
@@ -4,12 +4,14 @@
 # Config for 'dist'
 [dist]
 # The preferred dist version to use in CI (Cargo.toml SemVer syntax)
-cargo-dist-version = "0.28.0"
+cargo-dist-version = "0.28.2"
 # CI backends to support
 ci = "github"
 # The installers to generate for each app
-installers = []
+installers = ["shell"]
 # Target platforms to build apps for (Rust target-triple syntax)
-targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", 
"x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", 
"x86_64-pc-windows-msvc"]
-# Which actions to run on pull requests
-pr-run-mode = "plan"
+targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", 
"x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", 
"x86_64-pc-windows-msvc"]
+# Path that installers should place binaries in
+install-path = "CARGO_HOME"
+# Whether to install an updater program
+install-updater = false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phraze-0.3.23/readme.markdown 
new/phraze-0.3.24/readme.markdown
--- old/phraze-0.3.23/readme.markdown   2025-05-21 20:14:09.000000000 +0200
+++ new/phraze-0.3.24/readme.markdown   2025-07-24 00:05:48.000000000 +0200
@@ -30,6 +30,18 @@
 
 Uninstall Phraze by running `cargo uninstall phraze`.
 
+### Homebrew
+
+```shell
+brew update
+brew tap sts10/phraze
+brew install phraze
+```
+
+Uninstall with `brew uninstall phraze && brew untap sts10/phraze`
+
+(Special thanks to [@phoggy](https://github.com/phoggy) for help getting this 
Homebrew installation working.)
+
 ### NixOS/nix
 
 [![nixpkgs unstable 
package](https://repology.org/badge/version-for-repo/nix_unstable/phraze.svg)](https://repology.org/project/phraze/versions)
@@ -521,13 +533,6 @@
 
 Phraze uses [Criterion](https://github.com/bheisler/criterion.rs) for 
benchmarking. You can run the benchmarks for yourself with `cargo bench`.
 
-### How to create a release
-This project uses [cargo-dist](https://opensource.axo.dev/cargo-dist/) to 
create releases.
-
-You're welcome to consult [my personal notes on using 
cargo-dist](https://sts10.github.io/docs/cargo-dist-tips.html), but basically: 
First, install cargo-dist with`cargo install cargo-dist`.
-
-When you're ready to cut a new release, test the current state of the project 
with `dist build` and `dist plan`. If that went well, create a new git tag that 
matches the current project version in `Cargo.toml` with `git tag vX.X.X`. 
Finally, run `git push --tags` to kick off the release process. GitHub will 
handle it from here -- check your project's GitHub Releases page in about 5 to 
10 minutes.
-
 ## Licensing
 
 Phraze's source code is licensed under the Mozilla Public License v2.0. See 
included [LICENSE.txt](./LICENSE.txt) file or [this online version of the 
license](https://www.mozilla.org/en-US/MPL/2.0/).

++++++ phraze.obsinfo ++++++
--- /var/tmp/diff_new_pack.kWjD7F/_old  2025-08-04 15:26:25.118015787 +0200
+++ /var/tmp/diff_new_pack.kWjD7F/_new  2025-08-04 15:26:25.122015955 +0200
@@ -1,5 +1,5 @@
 name: phraze
-version: 0.3.23
-mtime: 1747851249
-commit: 395b94ba14d9003ef03a2112c8c0748aa18f2648
+version: 0.3.24
+mtime: 1753308348
+commit: b2852161ae259825dec0a7953e799b61a79ea6d0
 

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/phraze/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.phraze.new.1085/vendor.tar.xz differ: char 15, line 
1

Reply via email to