forked from pool/cargo-c
f5341e33cf
- Update to version 0.8.1~git0.cce1b08: * Prepare for release * Set the capi.library.rustflags * Add a simple way to set the RUSTFLAGS from Cargo.toml * CI: test example project in Windows/MSYS2 (#191) * Update cargo requirement from 0.52 to 0.53 * Upgrade to GitHub-native Dependabot * Default to nightly * Use codecov * Move the code coverage in a stand-alone script * Enable colored help OBS-URL: https://build.opensuse.org/request/show/896830 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-c?expand=0&rev=21 |
||
---|---|---|
_service | ||
.gitattributes | ||
.gitignore | ||
cargo_config | ||
cargo-c-0.8.1~git0.cce1b08.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.