forked from pool/quazip
Accepting request 290861 from home:posophe:branches:devel:libraries:c_c++
fixed OBS-URL: https://build.opensuse.org/request/show/290861 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/quazip?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
0a815a9e83
commit
83596210aa
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:078176a72288983f78b45c15f7d245131d9d5fc36a22f2757d75a78658c33268
|
||||
size 354658
|
3
quazip-0.7.1.tar.gz
Normal file
3
quazip-0.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78c984103555c51e6f7ef52e3a2128e2beb9896871b2cc4d4dbd4d64bff132de
|
||||
size 390629
|
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 15 15:48:00 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 0.7.1
|
||||
* Fixed licensing issues (bug #45).
|
||||
* Added the convenience method QuaZipFileInfo::isEncrypted().
|
||||
- Changes from version 0.7
|
||||
* It is now possible to write ZIP files to sequential devices like
|
||||
sockets (only in mdCreate mode, so no self-extract, sorry).
|
||||
* A few zip64 fixes.
|
||||
* Several bug fixes and portability improvements.
|
||||
- Changes from version 0.6.2
|
||||
* QuaZipNewInfo / QuaZipFileInfo64 now provide API to access/set
|
||||
NTFS time stamps - useful even on non-NTFS systems if you
|
||||
need more precise dates and times than default ones.
|
||||
* QuaZipNewInfo may now be initialized from QuaZipFileInfo64.
|
||||
* No more crashes when using QSaveFile as QIODevice for ZIP.
|
||||
* The new QuaZip::setAutoClose() method allows to leave the
|
||||
QIODevice open when you close the QuaZip instance.
|
||||
* qztest now depends on quazip, no longer breaking the build.
|
||||
- Changes from version 0.6.1
|
||||
* Improved zip64 support.
|
||||
* A LOT more tests thanks to g++ --coverage / lcov.
|
||||
* JlCompress extraction methods now create files with default
|
||||
permissions if they are zero in the original archive.
|
||||
* Some QuaZipDir fixes (thanks to the new tests).
|
||||
- Changes from version 0.6
|
||||
* Minizip updated to 1.1 (with all the necessary modifications
|
||||
re-done), and that means that...
|
||||
* the long-awaited zip64 support is now available!
|
||||
* A few rather minor fixes.
|
||||
- Changes from version 0.5.2
|
||||
* Some minor bug fixes.
|
||||
* API to access file permissions subfield of the external
|
||||
attributes.
|
||||
* MS VS 2012 Express support.
|
||||
* API to set the default codec used to encode/decode file names
|
||||
(mainly for use by various wrappers such as JlCompress, when
|
||||
you don't have direct access to the underlying QuaZip instance).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 11 01:50:43 UTC 2014 - crrodriguez@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package quazip
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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: quazip
|
||||
Version: 0.5.1
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: C++ wrapper for ZIP/UNZIP
|
||||
License: GPL-2.0+ or LGPL-2.1+
|
||||
|
Reference in New Issue
Block a user