Go to file
2024-05-03 11:30:45 +02:00
_constraints Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
_service Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
.gitattributes Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
cargo_config Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
cargo-c-0.9.27~git0.54774e0.tar.xz Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
cargo-c.changes Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
cargo-c.spec Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
README.suse-maint Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02:00
vendor.tar.xz Sync from SUSE:SLFO:Main cargo-c revision bc8763a912aa1202c4cde36d049d2c50 2024-05-03 11:30:45 +02: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.