Go to file
William Brown 9bfa5d8985 Accepting request 1178613 from home:dmulder:branches:devel:languages:rust
- Update to version 0.9.32~git0.56dfe34:
  * Prepare for release
  * Bump cargo version
  * Use clone_from/clone_into
  * Do not install the versioned links and lib on Android
  * docs: add rustls-ffi to README users list
  * Bump the msrv again
  * Bump msrv
  * Bump cargo version
  * Match the beaviour of meson regarding relative paths in the install directories
  * Bump cargo version

OBS-URL: https://build.opensuse.org/request/show/1178613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-c?expand=0&rev=35
2024-06-04 22:33:27 +00:00
_constraints Accepting request 1071439 from home:dirkmueller:Factory 2023-03-15 17:44:25 +00:00
_service Accepting request 1178613 from home:dmulder:branches:devel:languages:rust 2024-06-04 22:33:27 +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.32~git0.56dfe34.tar.xz Accepting request 1178613 from home:dmulder:branches:devel:languages:rust 2024-06-04 22:33:27 +00:00
cargo-c.changes Accepting request 1178613 from home:dmulder:branches:devel:languages:rust 2024-06-04 22:33:27 +00:00
cargo-c.spec Accepting request 1178613 from home:dmulder:branches:devel:languages:rust 2024-06-04 22:33:27 +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 Accepting request 1178613 from home:dmulder:branches:devel:languages:rust 2024-06-04 22:33:27 +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.