File zipios.changes of Package zipios
-------------------------------------------------------------------
Tue Aug 8 17:44:04 UTC 2023 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Update to version 2.2.6:
* Applied a few fixes to avoid some warnings when compiling in
32 bits.
* Commented out tests which verify dates outside of the 32 bit
range (i.e. time_t is a 32 bit signed integer on a 32 bit OS).
* Fixed the docs Bugs and Links and Issue Sections.
* Removed some ++ from Zipios because the name changed and we
removed the ++.
* Applied most of pull request 30, added the metainfo.xml file.
* Applied https://github.com/Zipios/Zipios/pull/34 (remove path
from all filenames)
- Update to version 2.2.5:
* Applied https://github.com/Zipios/Zipios/pull/31
(corrections to comments as in spelling/grammar errors)
- Update to version 2.2.4:
* Applied fix to some tests so they compile with g++ 8.3.x
- Update to version 2.2.3:
* Added in=C++ to the MAPPING_EXTENSION.
* Updated the doxy file to 1.8.11.
* Removed one more UTF-8 emdash character.
* Made a few changes in link with the website and CVE-2019-13453
in the old zipios library.
* Added a favicon for the website.
- Update to version 2.2.2:
* Fixed the FindCatch.cmake, the REQUIRED was not properly tested.
- Update to version 2.2.1:
* Fixed the "DirectoryEntry for a valid directory" test as the
FileEntry object saves a Unix timestamp as a time_t and
therefore with a full range precision. (#29)
- Update build dependencies
- Clean up spec file
- Drop obsolete zipios-use_PIE.patch
- Split API documentation from devel package
-------------------------------------------------------------------
Sat May 18 12:57:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.2.0
* As per [issue #28 on
Github](https://github.com/Zipios/Zipios/issues/28),
there was a discrepancy in licenses because of the dostime.c
and dostime.h files.
These two files were removed and replaced by a DOSDateTime
class instead.
It's all C++ and uses a structure with field to convert the
data as required.
* The license was also updated and copyright file fixed up to
match the newer version.
- Renamed package files to match package name
- Added zipios-docpath.patch and zipios-use_PIE.patch
- Spec cleanup
-------------------------------------------------------------------
Thu Jul 7 13:24:47 UTC 2016 - adrian@suse.de
- update to version 2.1.1
- obsoletes all patches thanks to cmake and fixed code
- c++11 api now
- so version jumps to 2
- rename from zipios++ to zipios, following upstream
-------------------------------------------------------------------
Tue Mar 20 21:51:09 UTC 2012 - asterios.dramis@gmail.com
- Added a patch (ptrdiff.patch) to fix compilation error "error: 'ptrdiff_t'
does not name a type" (taken from Debian).
- Spec file updates:
* Renamed spec file from libzipios0 to zipios++ (to be the same as the
package name).
* Renamed libzipios0-devel to zipios++-devel and added the necessary
Provides/Obsoletes entries for libzipios0-devel.
* Changes based on spec-cleaner run.
* Changed License: to LGPL-2.1+.
* Disabled compilation of static library.
-------------------------------------------------------------------
Sat Jan 28 20:51:23 UTC 2012 - jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
-------------------------------------------------------------------
Sun May 8 10:02:50 UTC 2011 - andrea@links2linux.de
- New Package