Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4
quazip
quazip.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File quazip.changes of Package quazip
------------------------------------------------------------------- Sat Nov 13 14:07:50 UTC 2021 - Luigi Baldoni <aloisio@gmx.com> - Update to version 1.2 * Add CMake option to disable installation * Qt's internal zlib can be used now (QUAZIP_USE_QT_ZLIB, OFF by default) * Make tests optional (QUAZIP_ENABLE_TESTS, OFF by default) * Fix: QuaZip::close() can be safely called multiple times now * Fix: -lz added to pkgconfig - Fix -devel package runtime requirement ------------------------------------------------------------------- Sun Oct 11 11:36:56 UTC 2020 - Luigi Baldoni <aloisio@gmx.com> - Update to version 1.1 * Fixed Unix symlink handling in JlCompress compression * Implemented Unix symlink handling in JlCompress extraction * Added 1.x migration guide - Removed compatibility symlink (it was pointless anyway) ------------------------------------------------------------------- Mon Oct 5 10:50:56 UTC 2020 - Luigi Baldoni <aloisio@gmx.com> - Update to version 1.0 * Preliminary Qt 6 support * Consistent naming of binaries (libquazip1-qt5 style) * Modern CMake support * Ditched qmake support - Drop quazip-0.9-pkgconfig.patch and quazip-0.9-no_static_library.patch (no longer necessary) ------------------------------------------------------------------- Sun May 24 13:59:18 UTC 2020 - Luigi Baldoni <aloisio@gmx.com> - Update to version 0.9.1 * A very minor release, adds just a couple of version variables for CMake. ------------------------------------------------------------------- Fri May 8 12:01:20 UTC 2020 - Luigi Baldoni <aloisio@gmx.com> - Update to version 0.9 * Support for extended timestamps * Various contributed CMake fixes - Drop quazip-0.8.1_pkgconfig.patch (merged upstream) - Add quazip-0.9-pkgconfig.patch - Add quazip-0.9-no_static_library.patch - Drop Group tag ------------------------------------------------------------------- Tue Jun 4 19:50:30 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> - Added quazip-0.8.1_pkgconfig.patch to produce a .pc file when building with cmake ------------------------------------------------------------------- Sun Jun 2 20:06:35 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> - Update to version 0.8.1 * A bugfix release. Fixes a regression in CMake. version 0.8 * Support for UTF-8 in file names and comments (Denis Zavorotnyy) * get/setOsCode(), get/setDefaultOsCode() * Fixed Z_STREAM_END handling in QuaZioDevice ------------------------------------------------------------------- Fri Apr 5 10:52:30 UTC 2019 - Jan Engelhardt <jengelh@inai.de> - Fix description grammar. ------------------------------------------------------------------- Thu Apr 4 16:33:53 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> - Drop the Qt4-based quazip. - Rename quazip-qt5 to quazip. - Merge the changelog files. ------------------------------------------------------------------- Sat Jan 26 19:16:10 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de> - Use %license - Clean spec files - Project moved to GitHub - Update to 0.7.6: * Fixed the Zip Slip vulnerability in JlCompress * Renamed crypt.h to minizip_crypt.h to avoid conflicts - Update to 0.7.5: * Fixed a migration artifact (additional subdirectory in the tarball) * Fixed target_link_libraries call in CMakeLists * Worked around a Qt 4.6 bug (QTBUG-15421) screwing up hidden files handling in JlCompress::compressDir() * Removed Q_FOREACH uses to avoid conflicts (SF patch #32) - Update to 0.7.4: * Static analysis patch from Intel Deutschland GmbH * Replaced UNUSED with QUAZIP_UNUSED to avoid name clashes * Minor bug fixes ------------------------------------------------------------------- Tue May 30 11:30:52 UTC 2017 - christophe@krop.fr - Update to 0.7.3 * Symlink handling. * Static linking exception for LGPL. * Minor bug fixes. * New JlCompress methods (QIODevice*-based API by Lukasz Kwiecinski) * Implemented QuaZioDevice::atEnd() and bytesAvailable(). these might break ABI, but pretty unlikely. - Drop quazip-0.7.1-r260.diff. Merged upstream ------------------------------------------------------------------- Tue Nov 10 08:00:40 UTC 2015 - mlin@suse.com - Add Provides/Obsoletes for old libquazip-qt5 ------------------------------------------------------------------- Wed Nov 4 21:11:36 UTC 2015 - hpj@urpla.net - streamline quazip and libquazip-qt5 specs - rename libquazip-qt5.* to quazip-qt5.* - apply quazip-0.7.1-r260.diff generated from svn svn diff -r r250:r260 ------------------------------------------------------------------- Thu May 7 20:27:34 UTC 2015 - hrvoje.senjan@gmail.com - Comment out the Source URL, since we now have a git snapshot ------------------------------------------------------------------- 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). ------------------------------------------------------------------- Fri Feb 6 22:46:59 UTC 2015 - dev@dominik-schmidt.de - update to latest svn trunk * fixes coninstallation of Qt4 and Qt5 devel packages * remove patch soversion.diff, it was a downstream hack * upstream uses a new soname now ------------------------------------------------------------------- Sun Dec 28 20:53:51 UTC 2014 - alinm.elena@gmail.com - this is qt5 version splitted from the qt4 one. ------------------------------------------------------------------- Sat Oct 11 01:50:43 UTC 2014 - crrodriguez@opensuse.org - quazip-devel should require pkgconfig(qtcore) - Build shared library with -fvisibility-inlines-hidden - Ensure doxygen does not create html files with timestamps. ------------------------------------------------------------------- Sat Sep 7 20:09:12 UTC 2013 - stefan@fam-elser.de - Update to 0.5.1 version: * Lots of QuaZipDir fixes, thanks to all bug reporters. * Full Qt Creator support. * MS VS 2010 Express support. * Qt5 support (didn't need any source code changes anyway). * Lots of minor bug fixes. ------------------------------------------------------------------- Sat Dec 15 20:32:37 UTC 2012 - p.drouand@gmail.com - Update to 0.5 version: * Added run_moc.bat files for building under Windows in case Qt integration is not available (e. g. VS 2008 Express). * Added the QuaZipDir class to simplify ZIP navigation in terms of directories. * Added the QuaGzipFile class for working with GZIP archives. It was added as a bonus since it has nothing to do with the main purpose of the library. It probably won't get any major improvements, although minor bug fixes are possible. * Added the QuaZIODevice class for working with zlib compression. It has nothing to do with the ZIP format, and therefore the same notice as for the QuaGzipFile applies. * The global comment is no longer erased when adding files to an archive. * Many bug fixes. ------------------------------------------------------------------- Sun Jan 29 12:22:18 UTC 2012 - jengelh@medozas.de - Remove redundant tags/sections per specfile guideline suggestions ------------------------------------------------------------------- Mon Sep 12 20:15:16 UTC 2011 - adam@mizerski.pl - update to 0.4.3 See NEWS for details ------------------------------------------------------------------- Wed Sep 7 19:15:04 UTC 2011 - adam@mizerski.pl - update to 0.4.2 See NEWS for details ------------------------------------------------------------------- Fri May 27 13:30:37 UTC 2011 - cfarrell@novell.com - license update: GPL-2.0+ or LGPL-2.1+ Update license syntax. Also GPLv2 was not correct. It is an ^or later^ clause ------------------------------------------------------------------- Wed Feb 23 15:41:23 UTC 2011 - adam@mizerski.pl - new package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor