diff --git a/_service b/_service index 18b2b45..e034a26 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ mdevctl - 13084d837490f6c0671e2ab9a275cbe3611750c5 + v1.2.0 git disable https://github.com/mdevctl/mdevctl @@ -14,4 +14,12 @@ xz + + mdevctl-1.2.0 + zst + true + + + mdevctl-1.2.0 + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..83cfb5c --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/mdevctl/mdevctl + ec4b9a04ce15ad7dccef2dc99b20a53987eb16bc \ No newline at end of file diff --git a/cargo_config b/cargo_config new file mode 100644 index 0000000..6fb4ff4 --- /dev/null +++ b/cargo_config @@ -0,0 +1,5 @@ +[source.crates-io] +replace-with = "vendored-sources" + +[source.vendored-sources] +directory = "vendor" \ No newline at end of file diff --git a/mdevctl-1.1.0.tar.xz b/mdevctl-1.1.0.tar.xz deleted file mode 100644 index 833fb17..0000000 --- a/mdevctl-1.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d3ac7e9f518806de8b3e1dde81931e883f4bc18e50ebefdcb928fda48ebf9f7 -size 38480 diff --git a/mdevctl-1.2.0.tar.xz b/mdevctl-1.2.0.tar.xz new file mode 100644 index 0000000..9f0295e --- /dev/null +++ b/mdevctl-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b2bac4c31cabab99bce751a5b60cdab50514a19d0442bdb564105e8055309d +size 38884 diff --git a/mdevctl.changes b/mdevctl.changes index 30771ad..457af39 100644 --- a/mdevctl.changes +++ b/mdevctl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 11 18:19:52 UTC 2022 - dmueller@suse.com + +- Update to version 1.2.0: + * Port CLI to clap v3 + * start: provide useful hint for parent with wrong case + * tests: Add ability to test error messages + * tests: extract function for checking pass/fail expectations + * MDev::create() does not need to be public + * Fix new clippy warning + ------------------------------------------------------------------- Mon Mar 14 19:32:53 UTC 2022 - James Fehlig diff --git a/mdevctl.spec b/mdevctl.spec index b48f9e0..4c14bcb 100644 --- a/mdevctl.spec +++ b/mdevctl.spec @@ -17,16 +17,18 @@ Name: mdevctl -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Mediated device management and persistence utility License: LGPL-2.1-or-later URL: https://github.com/mdevctl/mdevctl Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source1: vendor.tar.zst +Source2: cargo_config BuildRequires: cargo BuildRequires: python3-docutils BuildRequires: rust +BuildRequires: zstd BuildRequires: pkgconfig(udev) %description diff --git a/vendor.tar.xz b/vendor.tar.xz deleted file mode 100644 index d1e164d..0000000 --- a/vendor.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0575207b1c37c518420b37557e442c147b7611853a8cd0d3229ac40e4a9876a -size 4907916 diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..8486707 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80f4cab98aba1d1f7e071ba97a06ba8f21ebf85e37b209bba27f9c044e13640 +size 7855546