AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Update conduit-extra to version 1.3.5. [#]# 1.3.5 * Add `createSinkClose`
- Drop obsolete group attributes.
- Update conduit-extra to version 1.3.4. [#]# 1.3.4 * Use `MonadUnliftIO`-generalized versions of `withProcess`-style functions now provided by `typed-process`
- Update conduit-extra to version 1.3.3. [#]# 1.3.3 * Disable buffering in process modules [#402](https://github.com/snoyberg/conduit/issues/402)
- Update conduit-extra to version 1.3.2. [#]# 1.3.2 * Expose `BuilderInput` and `FlushInput`.
- Update conduit-extra to version 1.3.1.1. [#] ChangeLog for conduit-extra [#]# 1.3.1.1 * Attempt to fix a test suite failure [#385](https://github.com/snoyberg/conduit/issues/385)
- Update conduit-extra to version 1.3.1. [#]# 1.3.1 * Switched `gzip` to use zlib's default compression level.
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update conduit-extra to version 1.3.0. * Switch over to unliftio * Upgrade to conduit 1.3.0 * Fix withSinkFileBuilder [#344](https://github.com/snoyberg/conduit/pull/344) * Fix typo in implementation of `withProcess_` * Added `withLoggedProcess_` * Add missing `hClose` to `withSinkFileCautious` * `sinkHandleBuilder`, `sinkHandleFlush`, `BuilderInput`, and `FlushInput` [#336](https://github.com/snoyberg/conduit/pull/336) * `withSinkFileCautious` * `Data.Conduit.Process.Typed` * `withSourceFile`, `withSinkFile`, and `withSinkFileBuilder` * Added the `posOffset` field to the `Data.Conduit.Attoparsec.Position` data type [#331](https://github.com/snoyberg/conduit/issues/331). * Speed up `sinkHandle` by not flushing after every output operation. [#322](https://github.com/snoyberg/conduit/issues/322)
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 1.1.16 with cabal2obs.
- Update to version 1.1.15 revision 1 with cabal2obs.
- Update to version 1.1.15 with cabal2obs.
- Update to version 1.1.13.3 with cabal2obs.
- Update to version 1.1.13.2 revision 0 with cabal2obs.
- update to 1.1.13.2 * Fix alignment issues on non-X86 archs
- update to 1.1.13.1 * Add sinkStorable and sinkStorableEx
- update to 1.1.12.1 * Add sourceProcessWithStreams * Fix accidentally breaking change in sourceProcessWithConsumer type signature
- update to 1.1.11 * withCheckedProcessCleanup
- update to 1.1.10.1 * multiple combinator for Data.Conduit.Zlib
- update to 1.1.9.3
- update to 1.1.9.2
- update to 1.1.9.1
- update to 1.1.9 * detectUtf
- update to 1.1.8 * Adding buffer size to sourceHandleRange [#213](https://github.com/snoyberg/conduit/pull/213) * Make Binary.lines O(n) instead of O(n^2) [#209](https://github.com/snoyberg/conduit/pull/209)
- initial commit