From 6375eb6f24a3a4b481b57e2a0dfa0eea2daf3f8f18baf76539353c60694d6c6c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 13 Mar 2018 02:20:14 +0000 Subject: [PATCH 1/7] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-tar revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=18 --- ghc-tar.changes | 6 ++++++ ghc-tar.spec | 4 ++-- tar-0.5.0.3.tar.gz | 3 --- tar-0.5.1.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 tar-0.5.0.3.tar.gz create mode 100644 tar-0.5.1.0.tar.gz diff --git a/ghc-tar.changes b/ghc-tar.changes index 728f346..584fc60 100644 --- a/ghc-tar.changes +++ b/ghc-tar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 11 03:07:18 UTC 2018 - psimons@suse.com + +- Update tar to version 0.5.1.0. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-tar.spec b/ghc-tar.spec index 53e0b9b..4170b4a 100644 --- a/ghc-tar.spec +++ b/ghc-tar.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tar # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name tar %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.0.3 +Version: 0.5.1.0 Release: 0 Summary: Reading, writing and manipulating ".tar" archive files License: BSD-3-Clause diff --git a/tar-0.5.0.3.tar.gz b/tar-0.5.0.3.tar.gz deleted file mode 100644 index ca09180..0000000 --- a/tar-0.5.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8d9ad876365f88bdccd02073049e58715cd5ba94de06eb98e21d595244918a3 -size 38764 diff --git a/tar-0.5.1.0.tar.gz b/tar-0.5.1.0.tar.gz new file mode 100644 index 0000000..c3bf678 --- /dev/null +++ b/tar-0.5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +size 39271 From bf50a56874ca3b636181977ac5a00e2d74bec6a04647d0d2ad5668c8c82cee0c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 15:05:37 +0000 Subject: [PATCH 2/7] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-tar revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=19 --- ghc-tar.changes | 55 +------------------------------------------------ 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/ghc-tar.changes b/ghc-tar.changes index 584fc60..e7c8eb3 100644 --- a/ghc-tar.changes +++ b/ghc-tar.changes @@ -1,59 +1,6 @@ ------------------------------------------------------------------- -Sun Mar 11 03:07:18 UTC 2018 - psimons@suse.com +Wed Mar 14 16:57:03 UTC 2018 - psimons@suse.com - Update tar to version 0.5.1.0. A more detailed change log is not available. -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sun Jul 10 17:16:17 UTC 2016 - psimons@suse.com - -- Update to version 0.5.0.3 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Wed May 4 07:33:10 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.0.3 -* Fix tarbomb logic to ignore special PAX entries. Was breaking many valid tarballs. - -------------------------------------------------------------------- -Sun May 1 15:57:19 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.0.2 -* Fix compatability when using ghc-7.4.x and directory >= 1.2.3 - -------------------------------------------------------------------- -Fri Jan 15 10:17:58 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.0.1 -* Change type of Index.serialise to be simply strict bytestring. -* Preserve file timestamps on unpack - -------------------------------------------------------------------- -Mon Jan 11 08:26:53 UTC 2016 - mimi.vx@gmail.com - -- update to 0.4.5.0 -* revert accidental minor API change in 0.4.x series (the type of the owner and - group name strings). The 0.4.3.0 and 0.4.4.0 releases contained the accidental - API change. -* Add a handy foldlEntries function -* Build and warning fixes for GHC 7.10 and 8.0 -* New Index module function toList to get all index entries -* New Index function unfinalise to extend existing index - + 9x faster reading - + 9x faster index construction - + 24x faster index extension -* More compact entry types, using ByteStrings -* More Eq and Show instances -* Greater QC test coverage -* Fix minor bug in reading non-standard v7 format entries - -------------------------------------------------------------------- -Thu Nov 19 11:00:23 UTC 2015 - mimi.vx@gmail.com - -- initial commit - From 820c4f9117b8c52751faf34142a5ebe5fef6440cb394c693879b0e47edf92414 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 14:05:48 +0000 Subject: [PATCH 3/7] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-tar revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=20 --- ghc-tar.changes | 55 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/ghc-tar.changes b/ghc-tar.changes index e7c8eb3..35e194e 100644 --- a/ghc-tar.changes +++ b/ghc-tar.changes @@ -1,6 +1,59 @@ ------------------------------------------------------------------- -Wed Mar 14 16:57:03 UTC 2018 - psimons@suse.com +Thu Apr 12 08:32:49 UTC 2018 - psimons@suse.com - Update tar to version 0.5.1.0. A more detailed change log is not available. +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sun Jul 10 17:16:17 UTC 2016 - psimons@suse.com + +- Update to version 0.5.0.3 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Wed May 4 07:33:10 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.0.3 +* Fix tarbomb logic to ignore special PAX entries. Was breaking many valid tarballs. + +------------------------------------------------------------------- +Sun May 1 15:57:19 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.0.2 +* Fix compatability when using ghc-7.4.x and directory >= 1.2.3 + +------------------------------------------------------------------- +Fri Jan 15 10:17:58 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.0.1 +* Change type of Index.serialise to be simply strict bytestring. +* Preserve file timestamps on unpack + +------------------------------------------------------------------- +Mon Jan 11 08:26:53 UTC 2016 - mimi.vx@gmail.com + +- update to 0.4.5.0 +* revert accidental minor API change in 0.4.x series (the type of the owner and + group name strings). The 0.4.3.0 and 0.4.4.0 releases contained the accidental + API change. +* Add a handy foldlEntries function +* Build and warning fixes for GHC 7.10 and 8.0 +* New Index module function toList to get all index entries +* New Index function unfinalise to extend existing index + + 9x faster reading + + 9x faster index construction + + 24x faster index extension +* More compact entry types, using ByteStrings +* More Eq and Show instances +* Greater QC test coverage +* Fix minor bug in reading non-standard v7 format entries + +------------------------------------------------------------------- +Thu Nov 19 11:00:23 UTC 2015 - mimi.vx@gmail.com + +- initial commit + From 832c3e6f18570bbbe1dabc45d1b05226bd52c9f5dbda32cc92662793832a026b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:49:11 +0000 Subject: [PATCH 4/7] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-tar revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=21 --- ghc-tar.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-tar.spec b/ghc-tar.spec index 4170b4a..8c06023 100644 --- a/ghc-tar.spec +++ b/ghc-tar.spec @@ -83,7 +83,7 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc changelog.md From 7ba7515cff8b4fccf1d0cb6422782720834a3c5a34324d31986c2958c38ec8af Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:18:23 +0000 Subject: [PATCH 5/7] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-tar revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=22 --- ghc-tar.changes | 59 ------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 ghc-tar.changes diff --git a/ghc-tar.changes b/ghc-tar.changes deleted file mode 100644 index 35e194e..0000000 --- a/ghc-tar.changes +++ /dev/null @@ -1,59 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 12 08:32:49 UTC 2018 - psimons@suse.com - -- Update tar to version 0.5.1.0. - A more detailed change log is not available. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sun Jul 10 17:16:17 UTC 2016 - psimons@suse.com - -- Update to version 0.5.0.3 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Wed May 4 07:33:10 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.0.3 -* Fix tarbomb logic to ignore special PAX entries. Was breaking many valid tarballs. - -------------------------------------------------------------------- -Sun May 1 15:57:19 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.0.2 -* Fix compatability when using ghc-7.4.x and directory >= 1.2.3 - -------------------------------------------------------------------- -Fri Jan 15 10:17:58 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.0.1 -* Change type of Index.serialise to be simply strict bytestring. -* Preserve file timestamps on unpack - -------------------------------------------------------------------- -Mon Jan 11 08:26:53 UTC 2016 - mimi.vx@gmail.com - -- update to 0.4.5.0 -* revert accidental minor API change in 0.4.x series (the type of the owner and - group name strings). The 0.4.3.0 and 0.4.4.0 releases contained the accidental - API change. -* Add a handy foldlEntries function -* Build and warning fixes for GHC 7.10 and 8.0 -* New Index module function toList to get all index entries -* New Index function unfinalise to extend existing index - + 9x faster reading - + 9x faster index construction - + 24x faster index extension -* More compact entry types, using ByteStrings -* More Eq and Show instances -* Greater QC test coverage -* Fix minor bug in reading non-standard v7 format entries - -------------------------------------------------------------------- -Thu Nov 19 11:00:23 UTC 2015 - mimi.vx@gmail.com - -- initial commit - From ce9472e23c6a3a06c41ee8ae5082b29bdb449a2f6877eab244bd0bbec1fc946a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:21:07 +0000 Subject: [PATCH 6/7] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-tar revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=23 --- ghc-tar.changes | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 ghc-tar.changes diff --git a/ghc-tar.changes b/ghc-tar.changes new file mode 100644 index 0000000..728f346 --- /dev/null +++ b/ghc-tar.changes @@ -0,0 +1,53 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sun Jul 10 17:16:17 UTC 2016 - psimons@suse.com + +- Update to version 0.5.0.3 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Wed May 4 07:33:10 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.0.3 +* Fix tarbomb logic to ignore special PAX entries. Was breaking many valid tarballs. + +------------------------------------------------------------------- +Sun May 1 15:57:19 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.0.2 +* Fix compatability when using ghc-7.4.x and directory >= 1.2.3 + +------------------------------------------------------------------- +Fri Jan 15 10:17:58 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.0.1 +* Change type of Index.serialise to be simply strict bytestring. +* Preserve file timestamps on unpack + +------------------------------------------------------------------- +Mon Jan 11 08:26:53 UTC 2016 - mimi.vx@gmail.com + +- update to 0.4.5.0 +* revert accidental minor API change in 0.4.x series (the type of the owner and + group name strings). The 0.4.3.0 and 0.4.4.0 releases contained the accidental + API change. +* Add a handy foldlEntries function +* Build and warning fixes for GHC 7.10 and 8.0 +* New Index module function toList to get all index entries +* New Index function unfinalise to extend existing index + + 9x faster reading + + 9x faster index construction + + 24x faster index extension +* More compact entry types, using ByteStrings +* More Eq and Show instances +* Greater QC test coverage +* Fix minor bug in reading non-standard v7 format entries + +------------------------------------------------------------------- +Thu Nov 19 11:00:23 UTC 2015 - mimi.vx@gmail.com + +- initial commit + From ac4eac0d654aa9f8414ffb15223b9efc5be82f7ed035d1aef2c705613f7e3c23 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:44 +0000 Subject: [PATCH 7/7] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-tar revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tar?expand=0&rev=24 --- ghc-tar.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ghc-tar.changes b/ghc-tar.changes index 728f346..4df3629 100644 --- a/ghc-tar.changes +++ b/ghc-tar.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update tar to version 0.5.1.0. + * Add support for GHC 8.4.1 / base-4.11 + * Add `Semigroup` instance for `Entries` + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com