From 329c781aa75ae260064e813de19996dd98584a396cd93d5315ad95fbb9c18535 Mon Sep 17 00:00:00 2001 From: William Brown Date: Fri, 5 Apr 2024 00:15:11 +0000 Subject: [PATCH 1/2] Accepting request 1164450 from home:firstyear:branches:devel:languages:rust - bsc#1222175 - prevent stripping debug info - Update to version 1.2.0+5: * Prevent stripping debuginfo in release by default (#7) OBS-URL: https://build.opensuse.org/request/show/1164450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-packaging?expand=0&rev=26 --- _servicedata | 2 +- cargo-packaging-1.2.0+4.tar.xz | 3 --- cargo-packaging-1.2.0+5.tar.xz | 3 +++ cargo-packaging.changes | 7 +++++++ cargo-packaging.spec | 4 ++-- vendor.tar.xz | 4 ++-- 6 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 cargo-packaging-1.2.0+4.tar.xz create mode 100644 cargo-packaging-1.2.0+5.tar.xz diff --git a/_servicedata b/_servicedata index 0650b2a..c7c5092 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Firstyear/cargo-packaging.git - 32343305f4736feb526a8c19ca25755c58c4ef0f \ No newline at end of file + 158d4099bf111d05bd8a0967ce4976570b6716da \ No newline at end of file diff --git a/cargo-packaging-1.2.0+4.tar.xz b/cargo-packaging-1.2.0+4.tar.xz deleted file mode 100644 index 3883bca..0000000 --- a/cargo-packaging-1.2.0+4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff7e414fc3d8483f3f3a23da0756c0dc0bfd8be3e6d80abb0159ae5a58960596 -size 9048 diff --git a/cargo-packaging-1.2.0+5.tar.xz b/cargo-packaging-1.2.0+5.tar.xz new file mode 100644 index 0000000..c917d7f --- /dev/null +++ b/cargo-packaging-1.2.0+5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436b429596210a62125724d07f29b3f89ae511ce6adc684ac5af5996f09f9b60 +size 9060 diff --git a/cargo-packaging.changes b/cargo-packaging.changes index 4abdbb2..99d7421 100644 --- a/cargo-packaging.changes +++ b/cargo-packaging.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 04 00:31:58 UTC 2024 - william.brown@suse.com + +- bsc#1222175 - prevent stripping debug info +- Update to version 1.2.0+5: + * Prevent stripping debuginfo in release by default (#7) + ------------------------------------------------------------------- Mon Aug 14 04:47:50 UTC 2023 - william.brown@suse.com diff --git a/cargo-packaging.spec b/cargo-packaging.spec index 1c49169..1fa6332 100644 --- a/cargo-packaging.spec +++ b/cargo-packaging.spec @@ -1,7 +1,7 @@ # # spec file for package cargo-packaging # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: cargo-packaging -Version: 1.2.0+4 +Version: 1.2.0+5 Release: 0 Summary: Macros and tools to assist with cargo and rust packaging License: MPL-2.0 diff --git a/vendor.tar.xz b/vendor.tar.xz index 05ce8d7..c51300a 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df10a455d47f1828a18e28ac6163fbe8d3d0ddbca18f2a3001602e37d959d131 -size 7466100 +oid sha256:dd5a9f53c42ca81658216af705ec17792de2b6aac2ad90ea9e0ef7fae01e95dc +size 7399280 From aa45f8a30c2d5dfcfa85747af7c86ba17b99d47ac2db7b36f470bd091e6a67ca Mon Sep 17 00:00:00 2001 From: William Brown Date: Fri, 5 Apr 2024 00:54:09 +0000 Subject: [PATCH 2/2] Accepting request 1165381 from home:firstyear:branches:devel:languages:rust - Remove cargo_config that is now part of vendor.tar OBS-URL: https://build.opensuse.org/request/show/1165381 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-packaging?expand=0&rev=27 --- cargo-packaging.changes | 5 +++++ cargo-packaging.spec | 3 --- cargo_config | 5 ----- 3 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 cargo_config diff --git a/cargo-packaging.changes b/cargo-packaging.changes index 99d7421..4ef1f46 100644 --- a/cargo-packaging.changes +++ b/cargo-packaging.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 5 00:50:37 UTC 2024 - William Brown + +- Remove cargo_config that is now part of vendor.tar + ------------------------------------------------------------------- Thu Apr 04 00:31:58 UTC 2024 - william.brown@suse.com diff --git a/cargo-packaging.spec b/cargo-packaging.spec index 1fa6332..352e515 100644 --- a/cargo-packaging.spec +++ b/cargo-packaging.spec @@ -25,7 +25,6 @@ Group: Development/Languages/Rust URL: https://github.com/Firstyear/cargo-packaging Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz -Source2: cargo_config Requires: cargo Requires: cargo-auditable Requires: zstd @@ -40,8 +39,6 @@ that follows upstream rust's best practices. %prep %autosetup -a1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build cargo build --offline --release diff --git a/cargo_config b/cargo_config deleted file mode 100644 index 6fb4ff4..0000000 --- a/cargo_config +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" \ No newline at end of file