2016-09-28 13:55:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 15 06:55:45 UTC 2016 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.3.0.5 revision 0 with cabal2obs.
|
|
|
|
|
2016-07-18 14:27:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 10 17:02:22 UTC 2016 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.2.3.7 revision 0 with cabal2obs.
|
|
|
|
|
2015-02-01 19:05:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 1 08:54:40 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 0.2.3.7:
|
|
|
|
* Declared test suite's dependency on 'zip' using custom Setup.lhs (#21,#22).
|
|
|
|
* Removed hard-coded path to zip in test suite (#21).
|
|
|
|
* Removed misplaced build-depends in cabal file.
|
|
|
|
* Allow compilation with binary >= 0.5. Note that toArchiveOrFail
|
|
|
|
is not safe when compiled against binary < 0.7; it will never
|
|
|
|
return a Left value, and will raise an error if parsing fails,
|
|
|
|
just like toArchive. This is documented in the haddocks.
|
|
|
|
This is ugly, but justified by the need to have a version
|
|
|
|
of zip-archive that compiles against older versions of binary.
|
|
|
|
* Make sure all path comparisons compare normalized paths.
|
|
|
|
So, findEntryByPath "foo" will find something stored as "./foo"
|
|
|
|
in the zip container.
|
|
|
|
* Better normalization of file paths: "./foo/bar" and "foo/./bar"
|
|
|
|
are now treated the same, for example. Note that we do not
|
|
|
|
yet treat "foo/../bar" and "bar" as the same.
|
|
|
|
* Removed lower bound on directory (>= 1.2), which caused build
|
|
|
|
failures with GHC 7.4 and 7.6.
|
|
|
|
* Added travis script for automatic testing on 3 GHC versions.
|
|
|
|
* Require binary >= 0.7 and directory >= 1.2. The newer binary
|
|
|
|
is needed to provide toArchiveOrFail. The other change is
|
|
|
|
mainly for convenience, to avoid lots of ugly conditional
|
|
|
|
compilation.
|
|
|
|
* Export new function `toArchiveOrFail`. Closes #17.
|
|
|
|
* Set general purpose bit flag to use UTF8 in local file header.
|
|
|
|
Otherwise we get a mismatch between the flag in the central
|
|
|
|
directory and the flag in the local file header, which causes some
|
|
|
|
programs not to be able to extract the files. Closes #19.
|
|
|
|
* Fix a stack overflow in getWordsTillSig (Tristan Ravitch).
|
|
|
|
recognize UTF-8 encoded file names (Tobias Brandt).
|
|
|
|
* Added OptLocation, to specify the path to which a file
|
|
|
|
is to be added when readEntry is used (Stephen McIntosh).
|
|
|
|
|
2014-03-16 16:53:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 13 21:40:00 UTC 2014 - sbahling@suse.com
|
|
|
|
|
|
|
|
- Add missing %defattr
|
|
|
|
|
2013-08-03 10:33:34 +02:00
|
|
|
-------------------------------------------------------------------
|
2014-01-10 16:15:28 +01:00
|
|
|
Tue Dec 31 15:15:44 UTC 2013 - peter.trommler@ohm-hochschule.de
|
2013-10-21 23:59:54 +02:00
|
|
|
|
2014-01-10 16:15:28 +01:00
|
|
|
- update to 0.2 from upstream
|
|
|
|
* replace dependency on utf8-string by text
|
2013-10-21 23:59:54 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-08-03 10:33:34 +02:00
|
|
|
Wed May 15 15:21:20 UTC 2013 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
|
|
|
- new spec file template generated by cabal-rpm
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 11 14:39:51 UTC 2013 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
|
|
|
- update to 0.1.3.4 from upstream
|
|
|
|
* use new binary API
|
|
|
|
* use new directory API
|
|
|
|
* general code cleanup
|
|
|
|
* added testsuite
|
|
|
|
- requirement for pandoc 1.11
|
|
|
|
|
2012-11-28 09:26:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 3 07:56:00 UTC 2012 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
|
|
|
- update to 0.1.1.8 from upstream
|
|
|
|
* fix parsing of "version needed to extract" field
|
|
|
|
* license now BSD-3-Clause
|
|
|
|
|
2012-06-07 11:59:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 7 08:27:48 UTC 2012 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
|
|
|
- cabal2spec 0.25.5 spec file template
|
|
|
|
|
2012-01-19 18:10:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de
|
|
|
|
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1
|