forked from pool/cargo-c
c1727b6e9b
- Update to version 0.9.15~git0.2d3044b: * Prepare for release * Update to cargo-0.67 and clap-4 * macos: Allow larger install_name entries * Fix the new clippy lints * Don't include version in soname ELF header if versioning is disabled * Use get_many instead of values_of_lossy * Use macos-12 for the macos runner * Add job deps * Generate paths relative to ${prefix} in the pkg-config file even if --libdir or --includedir are given * Compact the main CI * Fix more warnings in the main CI * Use a custom release profile to strip binaries * ci(deploy): Use musl abi for aarch64 linux binary, add i686 linux * Remove msys2 test * Update the example-project CI * Make sure the supported rustc version is evident * Use the default compiler to build a static binary for musl * Save all the linux binaries * Prepare for release * Add pre-built ppc64le and aarch64 linux binaries * Simplify the deploy script * Fix new clippy lints * Update to cargo-0.66 * Use dtolnay/rust-toolchain * Remove actions-rs/cargo * Prepare for release * add support for illumos * Bump cargo version * Prepare for release * Bump cargo to 0.64 * Install the windows DLL in the libdir if it is custom * Fix typo on readme * Bump the codecov action * Add sonames on musl OBS-URL: https://build.opensuse.org/request/show/1046285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-c?expand=0&rev=14 |
||
---|---|---|
_service | ||
.gitattributes | ||
.gitignore | ||
cargo_config | ||
cargo-c-0.9.15~git0.2d3044b.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.