forked from pool/cargo-c
2374bf1e5e
- 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 OBS-URL: https://build.opensuse.org/request/show/986660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-c?expand=0&rev=13 |
||
---|---|---|
_service | ||
.gitattributes | ||
.gitignore | ||
cargo_config | ||
cargo-c-0.9.11~git0.41f5562.tar.xz | ||
cargo-c.changes | ||
cargo-c.spec | ||
README.suse-maint | ||
vendor.tar.xz |
# How to update the cargo-c package ## Prerequisites: You need the download_files and cargo_vendor obs services installed: zypper in obs-service-download_files obs-service-cargo_vendor ## Updating to a new version from upstream Edit the spec file and update the version variable. Download the new source file by running: osc service ra download_files Uncompress the cargo-c-%{version}.tar.gz file: tar xvfz cargo-c-%{version}.tar.gz This will create a cargo-c-%{version} directory Edit the _service file and set the srcdir param to the extracted directory. Run the cargo_vendor service with: osc service disabledrun Update the changelog file with the upstream release notes.