forked from pool/cargo-c
Update to version 0.9.15~git0.2d3044b:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-c?expand=0&rev=29
This commit is contained in:
parent
cf6ed660f5
commit
0ae8f614ee
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/lu-zero/cargo-c.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.9.11</param>
|
||||
<param name="revision">v0.9.15</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cda7c35cfa981e4dcadebf2ea62d91119a2b7103741866dd0547ad63041a0bc7
|
||||
size 33244
|
3
cargo-c-0.9.15~git0.2d3044b.tar.xz
Normal file
3
cargo-c-0.9.15~git0.2d3044b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba57bb520be614b42d4286e7e125105807fba4ea252c3683c8a5721aa9ff65de
|
||||
size 32932
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 02 15:45:48 UTC 2023 - asn@cryptomilk.org
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 04 07:41:55 UTC 2022 - asn@cryptomilk.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cargo-c
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2019 Andreas Schneider <asn@cryptomilk.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
|
||||
Name: cargo-c
|
||||
Version: 0.9.11~git0.41f5562
|
||||
Version: 0.9.15~git0.2d3044b
|
||||
Release: 0
|
||||
Summary: Helper to build and install c-like libraries from Rust
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d39d52cb718ffba17154a9546e6222a9a2a64db6cf1136abe0713a7eb066674
|
||||
size 28469908
|
||||
oid sha256:5215f13787b79fc437f44dc1cdee4b513007c46cd719de03c661e255459b62d1
|
||||
size 33368448
|
||||
|
Loading…
Reference in New Issue
Block a user