30 Commits

Author SHA256 Message Date
b386a0ec96 Accepting request 1301014 from home:priand:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/1301014
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=55
2025-08-27 12:26:10 +00:00
04cb06212e - 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

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=53
2024-08-01 05:37:26 +00:00
7f8272852c - update to 0.3.27:
* add read-direct-io and write-direct-io options for O_DIRECT
    flag
  * add date time to log file
  * correction for item at offset 76
  * report used blocks and free space based on bitmap
  * Full Changelog:
  * fix progress
- update to 0.2.38
- not all filesystems supported yet

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=51
2023-11-25 22:27:10 +00:00
c8ee88504d Accepting request 1115100 from home:polslinux:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/1115100
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=49
2023-10-04 10:34:11 +00:00
0bf34d4590 Accepting request 1108804 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1108804
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=47
2023-09-04 09:18:07 +00:00
1e5d1503cf Accepting request 1061801 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1061801
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=45
2023-01-31 07:50:45 +00:00
cfdc7afd0f Accepting request 1058605 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1058605
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=43
2023-01-16 08:04:09 +00:00
e968d7fefb Accepting request 974766 from home:susnux:branches:filesystems
- Update to version 0.3.20:
  * Fix apfs support
  * Add stdout support

OBS-URL: https://build.opensuse.org/request/show/974766
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=41
2022-05-05 09:08:18 +00:00
a38cae26fb - Update to version 0.3.19:
* Ignore free space check if compression is enabled. by @zboszor in #147
  * fix: crash when backing up swap partition by @justforlxz in #148
  * Update to btrfs-progs 5.4.1 by @boretom in #151
  * Change C99 for loop init to C89 for compatibility by @robert-scheck in #152
  * doc: document the image formats by @pfrouleau in #157
  * doc: fix typo for logfile argument by @mjoerg in #162
  * WIP: Add block_size and blocks_total in torrent.info to provide partition info by @tjjh89017 in #164
  * Use EVP OpenSSL API by @zboszor in #165
  * Fix using EVP OpenSSL API by @zboszor in #166
  * Fix typo by @jwilk in #169
  * Support HFS+ wrapper volumes by @vasi in #172
  * Domain file doc by @jowagner in #175
  * Docs typo "normanly" by @jowagner in #178
  * How to contribute docs: readme by @jowagner in #179

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=39
2022-03-28 08:09:06 +00:00
0d05fed0d2 Accepting request 922182 from home:polslinux:branches:filesystems
- update to 0.3.18:
  * Add block_size and blocks_total in torrent.info to provide
    partition info
  * change C99 for loop init to C89 for compatibility
  * try to fix ignore_crc not working properly

OBS-URL: https://build.opensuse.org/request/show/922182
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=38
2021-09-30 08:01:12 +00:00
d9e55b70e4 - Drop dependency on libreiserfs
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=36
2021-03-22 08:29:51 +00:00
da3c027db4 - Resolve build failure on Tumleweed
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=34
2021-03-10 07:58:39 +00:00
1da72d6f78 Accepting request 859222 from home:dirkmueller:branches:filesystems
- update to 0.3.17:
  * fix progress 
  * update btrfs to 5.4.1
  * fix crash when backing up swap partition
  * Ignore free space check if compression is enabled

OBS-URL: https://build.opensuse.org/request/show/859222
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=32
2020-12-29 14:07:58 +00:00
68a17d920f Accepting request 822944 from home:polslinux:branches:filesystems
- Update to 0.3.15
  * XFS fixes

OBS-URL: https://build.opensuse.org/request/show/822944
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=30
2020-08-10 06:01:56 +00:00
487e41de46 - Fix building with gcc10
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=28
2020-06-11 10:30:21 +00:00
be022cb451 - Update to version 0.3.13"
* Add support for apfs
- Update download url

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=26
2019-09-26 07:10:16 +00:00
5bd173728e Accepting request 689897 from home:michals
Add bug reference

OBS-URL: https://build.opensuse.org/request/show/689897
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=24
2019-04-10 10:55:05 +00:00
ee5ec39a16 - Update to version 0.3.12:
* Support compressed cloned images
- Enable exfat support

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=22
2018-12-14 17:51:08 +00:00
456c8c1c37 - Update to version 0.3.11:
* update xfs

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=20
2017-10-19 10:17:17 +00:00
2ee1f8fcf4 * Resolves boo#1028904 CVE-2017-6596
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=18
2017-03-10 16:54:03 +00:00
a236748efa - Update to version 0.3.5a:
* Support for fuse
  * Several bugfixes and internal changes

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=16
2017-02-21 11:47:42 +00:00
0db2f737eb - Update to version 0.2.89:
* small bugfixes

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=14
2016-07-03 08:55:56 +00:00
9a3e0c0eef - Enable more filesystems
- Remove ppc excludes as build now succeeds
- Cleanup spec file

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=12
2016-03-20 21:56:18 +00:00
76798bdefd - Switch to 0.2.88 (as 0.3 branch seems to be currently abandoned)
- Drop upstreamed partclone-missing-includes.patch

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=10
2016-03-20 21:49:53 +00:00
30b15c3245 Accepting request 322292 from home:michel_mno:branches:filesystems
- ExcludeArch:    ppc ppc64 ppc64le
  PowerPC do not support the fail-mbr/fail-mbr.S

OBS-URL: https://build.opensuse.org/request/show/322292
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=8
2015-08-13 08:10:26 +00:00
9e06dcd205 Accepting request 313396 from home:dimstar:Factory
- Add partclone-missing-includes.patch: Fix build with GCC5 by
  correctly including the needed headers.

OBS-URL: https://build.opensuse.org/request/show/313396
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=6
2015-06-24 10:32:25 +00:00
David Sterba
8d21994903 Accepting request 292272 from home:pluskalm:branches:filesystems
- Remove conditions that applied to old releases

OBS-URL: https://build.opensuse.org/request/show/292272
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=4
2015-03-22 14:18:11 +00:00
David Sterba
62d7a3c1b0 Accepting request 291284 from home:pluskalm:branches:filesystems
- Update to 0.3.0~gitbcaa
  * for a full list of changes see attached Changelog

OBS-URL: https://build.opensuse.org/request/show/291284
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=3
2015-03-18 20:50:46 +00:00
8d0d759114 Accepting request 202010 from home:Fisiu:branches:filesystems
- Update to 0.2.58:
  * ship failmbr
  * fixed jfs issues
  * fixed ncurses interface
  * updated doc and man pages

OBS-URL: https://build.opensuse.org/request/show/202010
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=2
2013-10-03 10:42:33 +00:00
7c013ec924 Accepting request 140552 from home:Fisiu
Cloning tools for volumes with ext234, btrfs, fat, ntfs. New package in filesystems but maybe useful.

OBS-URL: https://build.opensuse.org/request/show/140552
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=1
2012-11-08 20:15:45 +00:00