Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b5bbd6c2e0 | |||
| 8fe6167fdf |
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.1.0</param>
|
||||
<param name="revision">refs/tags/v1.2.1</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">b745ab35057bdd0a4f1406938916621dcf2b7ef6</param></service></servicedata>
|
||||
<param name="changesrevision">3103d134991a7b8cb51aaaf55342fc8d057a8367</param></service></servicedata>
|
||||
Binary file not shown.
3
thin-provisioning-tools-1.2.1.tar.zst
Normal file
3
thin-provisioning-tools-1.2.1.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c264480014e7157074254fcc533150cc4985e70cf451f2314bf7019232d8628d
|
||||
size 361495
|
||||
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 03 07:18:45 UTC 2025 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- Update to version 1.2.1:
|
||||
* Bump version to 1.2.1
|
||||
* [doc] Update CHANGES
|
||||
* [build] Update dependencies to latest patch releases
|
||||
* [build] Update dependencies to compatible minor versions
|
||||
* [all] Do not elide inferred output lifetime to reduce confusion
|
||||
* [thin_shrink] Replace custom helper with standard library method
|
||||
* [thin_shrink] Add negative tests for build_remaps()
|
||||
* [thin_shrink] Fix incorrect number of data blocks in output superblock
|
||||
* Bump version to 1.2.0
|
||||
* [doc] Note new repository location in README
|
||||
* [doc] Update CHANGES
|
||||
* [build] Update dependencies to latest patch releases
|
||||
* [build] Update dependencies' major/minor versions without code changes
|
||||
* [build] Update roaring to 0.11.0
|
||||
* [build] Update rand to 0.9.1
|
||||
* [build] Update nom to 8.0.0
|
||||
* [build] Update clap and the expected help text in tests accordingly
|
||||
* [cache_writeback] Fix a typo
|
||||
* [tests] Ignore false-positive manual_div_ceil linter warnings
|
||||
* [pdata/bitset] Avoid manual Result to Option conversion
|
||||
* [io_engine] Shortcut the io::ErrorKind::Other creation
|
||||
* [commands] Apply cargo fmt
|
||||
* [build] Update fixedbitset to v0.5.7
|
||||
* [io_engine] Remove unmaintained safemem dependency
|
||||
* [commands] Remove unmaintained atty dependency
|
||||
* [all] Fix clippy warnings
|
||||
* Update Cargo.lock
|
||||
* [all] Fix clippy warning of elided lifetime parameters
|
||||
* [thin/stat] pass io engines by reference
|
||||
* [space map/checker] Pass io engine by reference
|
||||
* [btree lookup] pass io engine by reference
|
||||
* [pdata/bitset] pass io engine by reference
|
||||
* [array walker] pass io engine by reference
|
||||
* [space map/allocated_blocks] pass io engine by reference
|
||||
* Squash some warnings about elided lifetimes
|
||||
* [btree walker] pass io engine by reference rather than by Arc
|
||||
* Knock out thread btree walk code (unused)
|
||||
* [doc] Update introductory text in README
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 14:24:42 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
@@ -435,4 +478,3 @@ Tue Jul 31 14:44:47 CEST 2012 - fehr@suse.de
|
||||
- Make initial version of package from version 0.1.5 of
|
||||
thin-provisioning-tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: thin-provisioning-tools
|
||||
version: 1.1.0
|
||||
mtime: 1722942461
|
||||
commit: b745ab35057bdd0a4f1406938916621dcf2b7ef6
|
||||
version: 1.2.1
|
||||
mtime: 1755595845
|
||||
commit: 3103d134991a7b8cb51aaaf55342fc8d057a8367
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package thin-provisioning-tools
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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: thin-provisioning-tools
|
||||
Version: 1.1.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Thin Provisioning Tools
|
||||
License: GPL-3.0-only
|
||||
|
||||
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user