Go to file
Dominique Leuenberger c1727b6e9b Accepting request 1046285 from devel:languages:rust
- 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
2023-01-04 16:50:53 +00:00
_service Update to version 0.9.15~git0.2d3044b: 2023-01-02 15:52:53 +00:00
.gitattributes Accepting request 750313 from home:gladiac 2019-11-22 18:46:19 +00:00
.gitignore Accepting request 750313 from home:gladiac 2019-11-22 18:46:19 +00:00
cargo_config Accepting request 896830 from home:firstyear:branches:devel:languages:rust 2021-06-09 00:44:33 +00:00
cargo-c-0.9.15~git0.2d3044b.tar.xz Update to version 0.9.15~git0.2d3044b: 2023-01-02 15:52:53 +00:00
cargo-c.changes Update to version 0.9.15~git0.2d3044b: 2023-01-02 15:52:53 +00:00
cargo-c.spec Update to version 0.9.15~git0.2d3044b: 2023-01-02 15:52:53 +00:00
README.suse-maint Accepting request 883011 from home:alarrosa:branches:devel:languages:rust 2021-04-06 00:58:13 +00:00
vendor.tar.xz Update to version 0.9.15~git0.2d3044b: 2023-01-02 15:52:53 +00:00

# 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.