Go to file
Dominique Leuenberger 8f46a3fbad Accepting request 945259 from devel:languages:rust
- Update to version 0.9.6~git0.68e65ad:
  * Prepare for release
  * Bump cargo
  * Support custom paths for data files as it is available for includes
  * Fix the datadir description
  * Change the configuration paths for datadir
  * Add datadir destination path customization
  * Suppress warning about dead code for Common
  * Add datadir support
  * Make sure the right rust is used on deploy
  * Bump the edition in the examples

OBS-URL: https://build.opensuse.org/request/show/945259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-c?expand=0&rev=11
2022-01-10 23:01:43 +00:00
_service Update to version 0.9.6~git0.68e65ad: 2022-01-10 10:14:49 +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.6~git0.68e65ad.tar.xz Update to version 0.9.6~git0.68e65ad: 2022-01-10 10:14:49 +00:00
cargo-c.changes Update to version 0.9.6~git0.68e65ad: 2022-01-10 10:14:49 +00:00
cargo-c.spec Update to version 0.9.6~git0.68e65ad: 2022-01-10 10:14:49 +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.6~git0.68e65ad: 2022-01-10 10:14:49 +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.