Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

partclone-bash-completion-0.3.47-2.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: partclone-bash-completion Distribution: openSUSE Tumbleweed
Version: 0.3.47 Vendor: openSUSE
Release: 2.3 Build date: Mon Jun 22 22:05:50 2026
Group: Unspecified Build host: reproducible
Size: 24849 Source RPM: partclone-0.3.47-2.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://partclone.org/
Summary: Bash completion for partclone
Bash command-line completion support for partclone.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Jun 22 2026 Andreas Stieger <andreas.stieger@gmx.de>
  - Fix build with nilfs-utils >= 2.3
    add partclone-0.3.47-fix-nilfs-utils-2.3.patch from #300
* Wed Jun 03 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.3.47:
    * Add xxhash (xxh64) checksum support for images
    * Upgrade to the FUSE 3 library
    * Fix FAT12 entry parsing (12-bit entries were previously
      read as 16-bit)
    * Update btrfs support to v6.16 and fix a duplicate-extent
      issue (#270)
    * Fix a heap buffer overflow when cloning ext4 bigalloc
      filesystems
    * Fix an integer overflow in the BITS_TO_BYTES macro and a
      divide-by-zero crash that could be triggered by crafted
      images
    * Fix a buffer overflow in the fuseimg readdir handling
    * Generate man pages from DocBook via the offline XML catalog
  - Packaging changes for the new release:
    * Add libtool, libxslt-tools and docbook-xsl-stylesheets
      BuildRequires (manpages are now generated from DocBook,
      and the build uses a libtool library)
    * Add pkgconfig(libxxhash), pkgconfig(liburcu) and
      pkgconfig(libzstd) BuildRequires (newly required)
    * Drop FUSE support: upstream disabled the partclone.imgfuse
      tool, so drop --enable-fuse, pkgconfig(fuse) and the
      partclone.imgfuse binary
    * Move the bash completion into a separate
      bash-completion subpackage
    * Drop the obsolete "||:" build workaround
    * Rename the bash completion file to partclone-completion
* Fri Aug 22 2025 Andreas Prittwitz <m4ng4n@gmx.de>
  - Update to 0.3.37:
    * fix exfat dirty output while output is stdout (issue #272)
    * Add some test scripts
    * remove obsolete INSTLIBDIR because fail-mbr.bin has been
      removed in 0.3.34
    * remove commented out mv command
    * add partclone.apfs manpage to %files section
    * remove obsolete %{_datadir}/partclone from %files section
  - Changes in 0.3.36:
    * update btrfs to v6.14
  - Changes in 0.3.34:
    * update btrfs to v 6.13
    * fix btrfs compile issue
    * fix f2fs compile issue
    * remove fail-mbr
    * Check for byteswap.h existence for src/f2fs/f2fs_fs.h by
      @robert-scheck in #257
    * Fix include path for f2fs by @blanktonio in #258
  - Changes in 0.3.33:
    * fix f2fs sector size issue
    * Prevent use of run-time floating point math functions for
      compile-time integer constants by @blanktonio in #252
      ntfstime.h uses the time.h, sys/stat.h, sys/time.h headers by
      @chewi in #254
    * Conditionally run the reiser4 test by @chewi in #253
* Thu Aug 01 2024 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.3.32:
    * update hfsplus log
    * fix ntfs error for ' read error: Success'
    * add option prog_second to display in seconds
    * Fix tiny resource leak. by @TMR5454 in #248
    * Add missing return in libvmfs_version(). by @TMR5454 in #249
    * Fix get_exec_name(): when partclone in installed, there is no '/' in argv0 by @pfrouleau in #55
    * Include the NTFS Boot Record backup in the cloned image by @pfrouleau in #54
* Sat Nov 25 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.3.27:
    * add read-direct-io and write-direct-io options for O_DIRECT
      flag
    * add date time to log file
* Fri Sep 29 2023 Paolo Stivanin <info@paolostivanin.com>
  - update to 0.3.26:
    * add the direct-io option for writing data to a TARGET device or file.
    * correction for item at offset 76
    * report used blocks and free space based on bitmap
  - force higher gcc version on Leap
* Mon Sep 04 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.3.25:
    * update btrfs library to 6.3.3
    * Full Changelog:
      https://github.com/Thomas-Tsai/partclone/compare/0.3.24...0.3.25
  - update to 0.3.24:
    * IO stream support for torrent info file.
    * split jobs in github action
    * add dockerfile and test on tag creating
    * Handle absence of mtrace.h (e.g. uClibc) gracefully
    * Link with -lm for isnormal()/__fpclassifyf() as needed
    * Add Russian language file.
    * Update partclone.c
    * Add missing space before opening parenthesis
    * Add german language
    * Update language files
    * Add localization
* Sat Jan 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.3.23:
    * update btrfs clone to 6.0.1
    * create github actions for build test
    * Support parallel unit-testing
    * Reflect partclone 0.3.22 release in configure.ac
    * Don't target Btrfs and exFAT tests twice
    * Create manual-on-host.yml
* Mon Jan 16 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.3.22:
    * fix log message to add new line after "Open devicefile successfully"
    * Add missing space before opening parenthesis
    * Skip FAT tests on big-endian architectures
    * Skip F2FS tests on big-endian architectures
    * Increase F2FS default test size to 100+ MB
    * Increase XFS default test image size to 300+ MB
    * fail-mbr: Remove binutils section .note.gnu.build-id using objcopy
    * Change C99 for loop init to C89 for compatibility
    * update autotools build files
    * Avoid redefining _GNU_SOURCE, _LARGEFILE64_SOURCE
    * Support FUSE 2.x API
    * Check argument count in partclone.imgfuse
    * Support out-of-tree builds for BTRFS and XFS
    * Avoid uninitialized variables to prevent compiler warnings
    * Check for EVP_MD_CTX_reset
    * Remove unused variables to silence compiler warnings
    * Detect FUSE version and explicitly print “yes” or “no” regarding
      filesystem support
    * Fix MBR builds for x86, non-x86 and out-of-tree
    * Support unit-testing in out-of-tree builds
    * Fix typos
* Tue May 03 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 0.3.20:
    * Fix apfs support
    * Add stdout support

Files

/usr/share/bash-completion/completions/partclone-completion
/usr/share/licenses/partclone-bash-completion
/usr/share/licenses/partclone-bash-completion/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:14:27 2026