Accepting request 1133877 from Base:System
- Update to version 1.0.9: * Update Cargo.lock * [build] Check Cargo.lock while it is updated * Bump version to 1.0.9 * [build] Sync dependencies versions between Cargo.lock and Cargo.toml * [thin_check] Extend the --clear-needs-check-flag option to have auto-repair caps * [build] Require that Cargo.lock is up to date * [all] Fix clippy lints for Rust 1.74.0 * Update cargo.lock * bump version nr to 1.0.8 * [sync io engine] Stop reusing the same gap buffer. * [tests] Fix extra arguments for IO tests OBS-URL: https://build.opensuse.org/request/show/1133877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thin-provisioning-tools?expand=0&rev=24
This commit is contained in:
commit
2e21f7d8d2
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/v1.0.7</param>
|
||||
<param name="revision">refs/tags/v1.0.9</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/jthornber/thin-provisioning-tools.git</param>
|
||||
<param name="changesrevision">76a8174c9a16647837977344598ad1beabb1a1a9</param></service></servicedata>
|
||||
<param name="changesrevision">1d60839b0a920df6476712b80f933854fb32e160</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8adaf00d1b31d16cecffe86c58cd43db4b172feac5a11a3348a5a12260a22e4f
|
||||
size 340819
|
3
thin-provisioning-tools-1.0.9.tar.zst
Normal file
3
thin-provisioning-tools-1.0.9.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:884585df81b3dc2db9a084ebbe30eeefd10519865ac6ce695d7e1c68ebd07509
|
||||
size 341334
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 14:36:10 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.0.9:
|
||||
* Update Cargo.lock
|
||||
* [build] Check Cargo.lock while it is updated
|
||||
* Bump version to 1.0.9
|
||||
* [build] Sync dependencies versions between Cargo.lock and Cargo.toml
|
||||
* [thin_check] Extend the --clear-needs-check-flag option to have auto-repair caps
|
||||
* [build] Require that Cargo.lock is up to date
|
||||
* [all] Fix clippy lints for Rust 1.74.0
|
||||
* Update cargo.lock
|
||||
* bump version nr to 1.0.8
|
||||
* [sync io engine] Stop reusing the same gap buffer.
|
||||
* [tests] Fix extra arguments for IO tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 12:18:15 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: thin-provisioning-tools
|
||||
version: 1.0.7
|
||||
mtime: 1698938434
|
||||
commit: 76a8174c9a16647837977344598ad1beabb1a1a9
|
||||
version: 1.0.9
|
||||
mtime: 1702054516
|
||||
commit: 1d60839b0a920df6476712b80f933854fb32e160
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: thin-provisioning-tools
|
||||
Version: 1.0.7
|
||||
Version: 1.0.9
|
||||
Release: 0
|
||||
Summary: Thin Provisioning Tools
|
||||
License: GPL-3.0-only
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec484043d798ba2b7c69ed9a892a025649ebe82615f8f6ddfca119149db1483f
|
||||
size 20791822
|
||||
oid sha256:e018710cb42a68c1cb41fdcdaabc3cb88d294acd3b7f790bd7db496795c1a251
|
||||
size 20803796
|
||||
|
Loading…
Reference in New Issue
Block a user