Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package obs-service-cargo for 
openSUSE:Factory checked in at 2025-06-02 21:59:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-cargo (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-cargo.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-cargo"

Mon Jun  2 21:59:44 2025 rev:35 rq:1281717 version:6.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/obs-service-cargo/obs-service-cargo.changes      
2025-04-14 16:08:27.130945627 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-cargo.new.16005/obs-service-cargo.changes
   2025-06-02 22:00:11.424300043 +0200
@@ -1,0 +2,166 @@
+Mon Jun 02 02:06:20 UTC 2025 - Soc Virnyl Estela 
<uncomfyhaloma...@opensuse.org>
+
+- Update to version 6.0.1:
+  * chore(release): v6.0.1
+  * improvement: just pass the current workdir instead
+  * docs: behaviour changed. i don't want TMPDIR to be filled up like crazy.
+  * docs: update README.md
+
+-------------------------------------------------------------------
+Sun Jun 01 13:29:45 UTC 2025 - Soc Virnyl Estela 
<uncomfyhaloma...@opensuse.org>
+
+- Update to version 5.1.0+git31.geaa15d9:
+  * remove: woah this test file has not been removed since lol
+  * dependencies: update libroast to 7.1.2
+  * tests: update bonk to v0.4.0
+  * Merge branch '20250518-do-everything-at-once'
+  * dependencies: bump libroast to 6.1.0
+  * chore(release): bump to v5.1.0
+  * tests: make `segments` mutable
+  * clippy: apply fix for "double_ended_iterator_last" clippy error here too
+  * clippy: apply fix for clippy error "double_ended_iterator_last"
+  * misc: remove unnecessary newlines in Cargo.toml configuration.
+  * ci: run also when lockfile is updated.
+  * ci: set TOOLCHAIN_VERSION to stable
+  * cargo: update Cargo.lock
+  * toolchain: always select stable
+  * chore(release): v5.0.0
+  * cargo: update Cargo.lock
+  * Merge branch 'Pi-Cla-update-deps'
+  * refactor: update code to Rust 2024 edition
+  * chore: update MSRV to 1.85 and Rust edition to 2024
+  * chore(release): v4.5.0
+  * test: update sources for roast.
+  * security: update gix-worktree-state to 0.17.0
+  * fix(doc): missing last double quote now added.
+  * ci: install rust with \`rustup show\` command
+  * toolchain: add most used components for rust development
+  * chore(release): v4.4.1
+  * fix: avoid infinite recursion causing stack overflow
+  * tests: add just to the test vendored files
+  * chore(release): v4.4.0
+  * chore: apply clippy suggestions
+  * improvement: ensure paths are handled. also output the hashes of lockfiles 
before and after.
+  * revert: trying to patch gix-worktree-state
+  * chore: bump deps
+  * refactor: update code to Rust 2024 edition
+  * chore: update MSRV to 1.85 and Rust edition to 2024
+  * chore(release): v4.5.0
+  * test: update sources for roast.
+  * security: update gix-worktree-state to 0.17.0
+  * fix(doc): missing last double quote now added.
+  * ci: install rust with \`rustup show\` command
+  * toolchain: add most used components for rust development
+  * chore(release): v4.4.1
+  * fix: avoid infinite recursion causing stack overflow
+  * tests: add just to the test vendored files
+  * chore(release): v4.4.0
+  * tests: ignored -> ignore
+  * tests: fix tests by ignoring those that change directories in the 
environment
+  * misc: apply clippy suggestions
+  * dependencies: update libroast to v7.1.1
+  * tests: add tests that points to a URL
+  * tests: add test file
+  * tests: update struct fields of `Opts` in tests
+  * fix: revision should be an `Option<String>` in obs service cargo
+  * docs: update service file definition
+  * docs: update wording in code docs
+  * improvement: port over roast scm specific fields to obs service cargo
+  * dependencies: update libroast to v7.1.0
+  * dunno why target.rs is there
+  * dependencies: update Cargo.lock
+  * dependencies: only use git sources for libroast
+  * dependencies: get libroast from registry now
+  * format: run `cargo fmt`
+  * fix: clippy lint fixes + adding missing fields in tests.
+  * feature: roast_scm + obs-service-cargo_vendor in one go
+  * dependencies: use another fixed change in libroast
+  * dependencies: add url crate
+  * dependencies: use another fixed change in libroast
+  * dependency: update libroast to the working commit
+  * docs: update doc comments to match intention
+  * refactor: change this field to `String` instead of `PathBuf`.
+  * dependencies: use git source at a specific commit hash for libroast.
+  * dependencies: bump libroast to 6.1.0
+
+-------------------------------------------------------------------
+Sun Jun  1 05:32:18 UTC 2025 - Soc Virnyl Estela 
<uncomfyhaloma...@opensuse.org>
+
+- Add openssl as new build dependency
+
+-------------------------------------------------------------------
+Sun Jun 01 05:20:02 UTC 2025 - Soc Virnyl Estela 
<uncomfyhaloma...@opensuse.org>
+
+- Update to version 5.1.0+git29.g2fedf31:
+  * tests: update bonk to v0.4.0
+  * Merge branch '20250518-do-everything-at-once'
+  * dependencies: bump libroast to 6.1.0
+  * chore(release): bump to v5.1.0
+  * tests: make `segments` mutable
+  * clippy: apply fix for "double_ended_iterator_last" clippy error here too
+  * clippy: apply fix for clippy error "double_ended_iterator_last"
+  * misc: remove unnecessary newlines in Cargo.toml configuration.
+  * ci: run also when lockfile is updated.
+  * ci: set TOOLCHAIN_VERSION to stable
+  * cargo: update Cargo.lock
+  * toolchain: always select stable
+  * chore(release): v5.0.0
+  * cargo: update Cargo.lock
+  * Merge branch 'Pi-Cla-update-deps'
+  * refactor: update code to Rust 2024 edition
+  * chore: update MSRV to 1.85 and Rust edition to 2024
+  * chore(release): v4.5.0
+  * test: update sources for roast.
+  * security: update gix-worktree-state to 0.17.0
+  * fix(doc): missing last double quote now added.
+  * ci: install rust with \`rustup show\` command
+  * toolchain: add most used components for rust development
+  * chore(release): v4.4.1
+  * fix: avoid infinite recursion causing stack overflow
+  * tests: add just to the test vendored files
+  * chore(release): v4.4.0
+  * chore: apply clippy suggestions
+  * improvement: ensure paths are handled. also output the hashes of lockfiles 
before and after.
+  * revert: trying to patch gix-worktree-state
+  * chore: bump deps
+  * refactor: update code to Rust 2024 edition
+  * chore: update MSRV to 1.85 and Rust edition to 2024
+  * chore(release): v4.5.0
+  * test: update sources for roast.
+  * security: update gix-worktree-state to 0.17.0
+  * fix(doc): missing last double quote now added.
+  * ci: install rust with \`rustup show\` command
+  * toolchain: add most used components for rust development
+  * chore(release): v4.4.1
+  * fix: avoid infinite recursion causing stack overflow
+  * tests: add just to the test vendored files
+  * chore(release): v4.4.0
+  * tests: ignored -> ignore
+  * tests: fix tests by ignoring those that change directories in the 
environment
+  * misc: apply clippy suggestions
+  * dependencies: update libroast to v7.1.1
+  * tests: add tests that points to a URL
+  * tests: add test file
+  * tests: update struct fields of `Opts` in tests
+  * fix: revision should be an `Option<String>` in obs service cargo
+  * docs: update service file definition
+  * docs: update wording in code docs
+  * improvement: port over roast scm specific fields to obs service cargo
+  * dependencies: update libroast to v7.1.0
+  * dunno why target.rs is there
+  * dependencies: update Cargo.lock
+  * dependencies: only use git sources for libroast
+  * dependencies: get libroast from registry now
+  * format: run `cargo fmt`
+  * fix: clippy lint fixes + adding missing fields in tests.
+  * feature: roast_scm + obs-service-cargo_vendor in one go
+  * dependencies: use another fixed change in libroast
+  * dependencies: add url crate
+  * dependencies: use another fixed change in libroast
+  * dependency: update libroast to the working commit
+  * docs: update doc comments to match intention
+  * refactor: change this field to `String` instead of `PathBuf`.
+  * dependencies: use git source at a specific commit hash for libroast.
+  * dependencies: bump libroast to 6.1.0
+
+-------------------------------------------------------------------

Old:
----
  obs-service-cargo-5.1.0.tar.gz

New:
----
  obs-service-cargo-6.0.1.tar.zst

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

Other differences:
------------------
++++++ obs-service-cargo.spec ++++++
--- /var/tmp/diff_new_pack.vKdc5S/_old  2025-06-02 22:00:12.332337702 +0200
+++ /var/tmp/diff_new_pack.vKdc5S/_new  2025-06-02 22:00:12.332337702 +0200
@@ -22,13 +22,14 @@
 Group:          Development/Tools/Building
 # Repository name subject to change
 URL:            https://github.com/openSUSE-Rust/%{name}
-Version:        5.1.0
+Version:        6.0.1
 Release:        0
-Source0:        
https://github.com/openSUSE-Rust/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
 BuildRequires:  cargo
 BuildRequires:  cargo-packaging
 BuildRequires:  pkgconfig(libzstd)
+BuildRequires:  pkgconfig(openssl)
 # Version with fixed vendor filterer
 Requires:       cargo-vendor-filterer >= 0.5.16
 Requires:       (cargo or rustup)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vKdc5S/_old  2025-06-02 22:00:12.368339195 +0200
+++ /var/tmp/diff_new_pack.vKdc5S/_new  2025-06-02 22:00:12.372339361 +0200
@@ -1,10 +1,14 @@
 <services>
-  <service name="download_files" mode="manual" />
   <service name="cargo_vendor" mode="manual">
-     <param name="src">obs-service-cargo*.tar.gz</param>
-     <param name="update">true</param>
+    <param 
name="src">https://github.com/openSUSE-Rust/obs-service-cargo</param>
+    <param name="update">true</param>
+    <param name="versionrewriteregex">^v?(.*)</param>
+    <param name="versionrewritepattern">${1}</param>
+    <param name="changesgenerate">true</param>
+    <param name="revision">master</param>
+    <param name="changesauthor">Soc Virnyl Estela</param>
+    <param name="changesemail">uncomfyhaloma...@opensuse.org</param>
   </service>
-  <service name="cargo_audit" mode="manual" />
 </services>
 
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/obs-service-cargo/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.obs-service-cargo.new.16005/vendor.tar.zst differ: 
char 7, line 1

Reply via email to