forked from pool/cargo-c
Update to version 0.9.11~git0.41f5562:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-c?expand=0&rev=27
This commit is contained in:
parent
98cbe57830
commit
cf6ed660f5
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.6</param>
|
||||
<param name="revision">v0.9.11</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
cargo-c-0.9.11~git0.41f5562.tar.xz
Normal file
3
cargo-c-0.9.11~git0.41f5562.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cda7c35cfa981e4dcadebf2ea62d91119a2b7103741866dd0547ad63041a0bc7
|
||||
size 33244
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff4c77f691cbd04e9c5451f5703a0fa4b84cf7a8d63f57064a8b999c6134a45a
|
||||
size 25400
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 04 07:41:55 UTC 2022 - asn@cryptomilk.org
|
||||
|
||||
- Update to version 0.9.11~git0.41f5562:
|
||||
* Prepare for release
|
||||
* Fix clippy warnings
|
||||
* Versions bump
|
||||
* Add back the deps.rs badge
|
||||
* Increase the regex requirement
|
||||
* Prepare for release
|
||||
* Bump cargo
|
||||
* Add support for Haiku Operating System
|
||||
* Add udbserver to users
|
||||
* Extend the coverage further
|
||||
* Fix the code coverage script
|
||||
* Fix subcommand fallback support
|
||||
* Print the issued commands
|
||||
* Fix testing cross compilation
|
||||
* Bump cargo-metadata
|
||||
* Bump cbindgen
|
||||
* Support rustc-1.60 and following
|
||||
* Update to clap-3.1 and cargo-0.61
|
||||
* Prepare for release
|
||||
* Do not use the patch version in macOS -install_name
|
||||
* Add Android to the build targets supported by LibType
|
||||
* Make nightly clippy happy
|
||||
* Simplify a writln
|
||||
* Prepare for release
|
||||
* Bump cargo version
|
||||
* Remove newlines from the description
|
||||
* Make the default destdir None
|
||||
* CI: use MSYS2 cargo package for example project
|
||||
* Print the PKG_CONFIG_PATH in verbose mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 04:12:51 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
|
||||
Name: cargo-c
|
||||
Version: 0.9.6~git0.68e65ad
|
||||
Version: 0.9.11~git0.41f5562
|
||||
Release: 0
|
||||
Summary: Helper to build and install c-like libraries from Rust
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6dc7f433db184d9a9296b98662838d673c6004ea9181313977a80ebd9fea199
|
||||
size 21663180
|
||||
oid sha256:5d39d52cb718ffba17154a9546e6222a9a2a64db6cf1136abe0713a7eb066674
|
||||
size 28469908
|
||||
|
Loading…
Reference in New Issue
Block a user