From 83596210aa9072ec88da99dfce6f7aa6aa60d622519d54177ff1eceb3d0ef09b Mon Sep 17 00:00:00 2001 From: Adam Mizerski Date: Sun, 15 Mar 2015 16:52:16 +0000 Subject: [PATCH] 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 --- quazip-0.5.1.tar.gz | 3 --- quazip-0.7.1.tar.gz | 3 +++ quazip.changes | 40 ++++++++++++++++++++++++++++++++++++++++ quazip.spec | 4 ++-- 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 quazip-0.5.1.tar.gz create mode 100644 quazip-0.7.1.tar.gz diff --git a/quazip-0.5.1.tar.gz b/quazip-0.5.1.tar.gz deleted file mode 100644 index 74705de..0000000 --- a/quazip-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:078176a72288983f78b45c15f7d245131d9d5fc36a22f2757d75a78658c33268 -size 354658 diff --git a/quazip-0.7.1.tar.gz b/quazip-0.7.1.tar.gz new file mode 100644 index 0000000..b6a1e36 --- /dev/null +++ b/quazip-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c984103555c51e6f7ef52e3a2128e2beb9896871b2cc4d4dbd4d64bff132de +size 390629 diff --git a/quazip.changes b/quazip.changes index d6ccf0b..f6af517 100644 --- a/quazip.changes +++ b/quazip.changes @@ -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 diff --git a/quazip.spec b/quazip.spec index 2cbf620..6f4b533 100644 --- a/quazip.spec +++ b/quazip.spec @@ -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+