Accepting request 1118300 from home:iznogood:factory

- Update to version 0.9.27~git0.54774e0:
  * Complete the soversion granularity
  * Bump cbindgen
  * Make sure the version variables are consistent
  * Fix sover detection for 0-based versioning
  * Bump cargo version
  * Bump cbindgen
  * Do not pass the token to clippy-check
- Switch _service to manual.

OBS-URL: https://build.opensuse.org/request/show/1118300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-c?expand=0&rev=33
This commit is contained in:
William Brown 2023-10-17 23:14:24 +00:00 committed by Git OBS Bridge
parent ae92857518
commit b9c495a542
6 changed files with 26 additions and 13 deletions

View File

@ -1,26 +1,26 @@
<services>
<service mode="disabled" name="obs_scm">
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/lu-zero/cargo-c.git</param>
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
<param name="scm">git</param>
<param name="revision">v0.9.15</param>
<param name="revision">v0.9.27</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">cargo-c</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<service name="cargo_audit" mode="manual">
<param name="srcdir">cargo-c</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba57bb520be614b42d4286e7e125105807fba4ea252c3683c8a5721aa9ff65de
size 32932

BIN
cargo-c-0.9.27~git0.54774e0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 17 10:43:31 UTC 2023 - bjorn.lie@gmail.com
- Update to version 0.9.27~git0.54774e0:
* Complete the soversion granularity
* Bump cbindgen
* Make sure the version variables are consistent
* Fix sover detection for 0-based versioning
* Bump cargo version
* Bump cbindgen
* Do not pass the token to clippy-check
- Switch _service to manual.
-------------------------------------------------------------------
Tue Mar 14 09:29:01 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -20,7 +20,7 @@
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
Name: cargo-c
Version: 0.9.15~git0.2d3044b
Version: 0.9.27~git0.54774e0
Release: 0
Summary: Helper to build and install c-like libraries from Rust
License: MIT

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.