Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 071bcfb2dc | |||
| f84d292fda |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b2fcc19b54c7080939fc2cbaca33ae40ac33759a526292933c94a85ba850d11
|
||||
size 3654317
|
||||
3
par2cmdline-1.0.0.tar.gz
Normal file
3
par2cmdline-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5e2cb6391f1e9e41a92e27791fc27a2138af5da7b7da918d84c2d695037ff6a
|
||||
size 3785736
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 03:54:12 UTC 2025 - anenasa <anenasaa@yahoo.com>
|
||||
|
||||
- Update to version 1.0.0:
|
||||
* fix: enforce -qq silent
|
||||
* Install relative symlinks instead of absolute ones
|
||||
* Allow Creating Files With Over 100% Redundancy
|
||||
* Avoid copying back memory in FileChecksummer when data is valid
|
||||
* CRC32/MD5 optimisations
|
||||
* add exitcodes to manfile
|
||||
* Issue 150 recursive no files from rootpath
|
||||
* Updates from turbo
|
||||
* Issue 128 Problem with empty (0 Bytes) files
|
||||
* Quick bail if the base par2 file already exists
|
||||
* Issue 113 Hang with -n=256
|
||||
* When number of recovery files is set, you get "File already exists"
|
||||
* Add simple "permissions" check while creating
|
||||
* diskfile, replace stat use with lstat
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 11:21:18 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: par2cmdline
|
||||
Version: 0.8.1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: A PAR 2.0 compatible file creation, verification, and repair tool
|
||||
License: GPL-2.0-or-later
|
||||
@@ -54,7 +54,7 @@ chmod -x ChangeLog configure.ac INSTALL Makefile.am NEWS stamp-h.in
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog README
|
||||
%doc AUTHORS ChangeLog README.md
|
||||
%license COPYING
|
||||
%{_bindir}/par2
|
||||
%{_bindir}/par2create
|
||||
|
||||
Reference in New Issue
Block a user