From 0bd46c44f67abbc2954f5ae7e470b7ac8487270112c2925ee64af736ec5afd31 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 5 Aug 2017 02:19:11 +0000 Subject: [PATCH 01/13] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-zip-archive revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=27 --- ghc-zip-archive.changes | 5 +++++ ghc-zip-archive.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 4d3d44f..e9b3682 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + ------------------------------------------------------------------- Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 6704371..45993c1 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -42,7 +42,6 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-process-devel @@ -83,11 +82,9 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %doc README.markdown changelog %changelog From c823eeebfeaee202322559b82687740b3b8803730066bf257d7d23da3d524774 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2017 09:11:00 +0000 Subject: [PATCH 02/13] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-zip-archive revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=28 --- ghc-zip-archive.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 45993c1..2373b58 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -23,7 +23,7 @@ Version: 0.3.1.1 Release: 0 Summary: Library for creating and modifying zip archives License: BSD-3-Clause -Group: Development/Languages/Other +Group: Development/Languages/Haskell Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -54,7 +54,7 @@ extracting files from zip archives. %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Other +Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} From 345e546eaa0d2b9144caef6d6bfd52edcde48f18f39df289f69167c56da73d40 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Aug 2017 14:09:27 +0000 Subject: [PATCH 03/13] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-zip-archive revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=29 --- ghc-zip-archive.changes | 5 +++ ghc-zip-archive.spec | 4 ++- zip-archive.cabal | 76 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 zip-archive.cabal diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index e9b3682..cebb4f6 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 14 03:01:28 UTC 2017 - psimons@suse.com + +- Update to version 0.3.1.1 revision 1. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 2373b58..ffa2d28 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -24,8 +24,9 @@ Release: 0 Summary: Library for creating and modifying zip archives License: BSD-3-Clause Group: Development/Languages/Haskell -Url: https://hackage.haskell.org/package/%{pkg_name} +URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-binary-devel @@ -65,6 +66,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build diff --git a/zip-archive.cabal b/zip-archive.cabal new file mode 100644 index 0000000..6d6ed0b --- /dev/null +++ b/zip-archive.cabal @@ -0,0 +1,76 @@ +Name: zip-archive +Version: 0.3.1.1 +x-revision: 1 +Cabal-Version: >= 1.10 +Build-type: Simple +Synopsis: Library for creating and modifying zip archives. +Description: The zip-archive library provides functions for creating, modifying, + and extracting files from zip archives. +Category: Codec +Tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.2 +License: BSD3 +License-file: LICENSE +Homepage: http://github.com/jgm/zip-archive +Author: John MacFarlane +Maintainer: jgm@berkeley.edu +Extra-Source-Files: changelog, + README.markdown, + tests/test4.zip, + tests/test4/a.txt, + tests/test4/b.bin, + "tests/test4/c/with spaces.txt" + +Source-repository head + type: git + location: git://github.com/jgm/zip-archive.git + +flag splitBase + Description: Choose the new, smaller, split-up base package. + Default: True +flag executable + Description: Build the Zip executable. + Default: False + +Library + if flag(splitBase) + Build-depends: base >= 3 && < 5, pretty, containers + else + Build-depends: base < 3 + Build-depends: binary >= 0.6, zlib, filepath, bytestring >= 0.10.0, + array, mtl, text >= 0.11, old-time, digest >= 0.0.0.1, + directory, time + Exposed-modules: Codec.Archive.Zip + Default-Language: Haskell98 + Hs-Source-Dirs: src + Ghc-Options: -Wall + if os(windows) + cpp-options: -D_WINDOWS + else + Build-depends: unix + +Executable zip-archive + if flag(executable) + Buildable: True + else + Buildable: False + Main-is: Main.hs + Hs-Source-Dirs: . + Build-Depends: base >= 4.2 && < 5, directory >= 1.1, bytestring >= 0.9.0, + zip-archive + Other-Modules: Paths_zip_archive + Ghc-Options: -Wall + Default-Language: Haskell98 + +Test-Suite test-zip-archive + Type: exitcode-stdio-1.0 + Main-Is: test-zip-archive.hs + Hs-Source-Dirs: tests + Build-Depends: base >= 4.2 && < 5, + directory, bytestring >= 0.9.0, process, time, old-time, + HUnit, zip-archive, temporary + Default-Language: Haskell98 + Ghc-Options: -Wall + if os(windows) + cpp-options: -D_WINDOWS + else + Build-depends: unix From a40bac76486ffccb321aebc3559eed945db7c70ee852375d25d68023abb8a4f9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 14:20:55 +0000 Subject: [PATCH 04/13] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-zip-archive revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=30 --- ghc-zip-archive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index ffa2d28..7fe45b4 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -23,7 +23,7 @@ Version: 0.3.1.1 Release: 0 Summary: Library for creating and modifying zip archives License: BSD-3-Clause -Group: Development/Languages/Haskell +Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal From e5e0e226f7d7ee09cc85ce2d9f1d486e67f53e9e8072328f20aa5e42a24fa73c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 30 Jan 2018 09:36:43 +0000 Subject: [PATCH 05/13] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-zip-archive revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=31 --- ghc-zip-archive.changes | 6 +++ ghc-zip-archive.spec | 6 +-- zip-archive-0.3.1.1.tar.gz | 3 -- zip-archive-0.3.2.2.tar.gz | 3 ++ zip-archive.cabal | 76 -------------------------------------- 5 files changed, 11 insertions(+), 83 deletions(-) delete mode 100644 zip-archive-0.3.1.1.tar.gz create mode 100644 zip-archive-0.3.2.2.tar.gz delete mode 100644 zip-archive.cabal diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index cebb4f6..a320a7a 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 29 11:25:53 UTC 2018 - psimons@suse.com + +- Update zip-archive to version 0.3.2.2. + A more detailed change log is not available. + ------------------------------------------------------------------- Mon Aug 14 03:01:28 UTC 2017 - psimons@suse.com diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 7fe45b4..2fd2f75 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-zip-archive # -# 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,14 +19,13 @@ %global pkg_name zip-archive %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.1.1 +Version: 0.3.2.2 Release: 0 Summary: Library for creating and modifying zip archives License: BSD-3-Clause Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-binary-devel @@ -66,7 +65,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build diff --git a/zip-archive-0.3.1.1.tar.gz b/zip-archive-0.3.1.1.tar.gz deleted file mode 100644 index 1b00f60..0000000 --- a/zip-archive-0.3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e868e649e6fd06cf50c2f0f1e480ce36640494449e415abf2509f9347f08325 -size 16107 diff --git a/zip-archive-0.3.2.2.tar.gz b/zip-archive-0.3.2.2.tar.gz new file mode 100644 index 0000000..5a3d477 --- /dev/null +++ b/zip-archive-0.3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5571390503615551e9bfd8148dff56c3ae17ebce5f2e31cae098c1aa5acaf7 +size 18212 diff --git a/zip-archive.cabal b/zip-archive.cabal deleted file mode 100644 index 6d6ed0b..0000000 --- a/zip-archive.cabal +++ /dev/null @@ -1,76 +0,0 @@ -Name: zip-archive -Version: 0.3.1.1 -x-revision: 1 -Cabal-Version: >= 1.10 -Build-type: Simple -Synopsis: Library for creating and modifying zip archives. -Description: The zip-archive library provides functions for creating, modifying, - and extracting files from zip archives. -Category: Codec -Tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.2 -License: BSD3 -License-file: LICENSE -Homepage: http://github.com/jgm/zip-archive -Author: John MacFarlane -Maintainer: jgm@berkeley.edu -Extra-Source-Files: changelog, - README.markdown, - tests/test4.zip, - tests/test4/a.txt, - tests/test4/b.bin, - "tests/test4/c/with spaces.txt" - -Source-repository head - type: git - location: git://github.com/jgm/zip-archive.git - -flag splitBase - Description: Choose the new, smaller, split-up base package. - Default: True -flag executable - Description: Build the Zip executable. - Default: False - -Library - if flag(splitBase) - Build-depends: base >= 3 && < 5, pretty, containers - else - Build-depends: base < 3 - Build-depends: binary >= 0.6, zlib, filepath, bytestring >= 0.10.0, - array, mtl, text >= 0.11, old-time, digest >= 0.0.0.1, - directory, time - Exposed-modules: Codec.Archive.Zip - Default-Language: Haskell98 - Hs-Source-Dirs: src - Ghc-Options: -Wall - if os(windows) - cpp-options: -D_WINDOWS - else - Build-depends: unix - -Executable zip-archive - if flag(executable) - Buildable: True - else - Buildable: False - Main-is: Main.hs - Hs-Source-Dirs: . - Build-Depends: base >= 4.2 && < 5, directory >= 1.1, bytestring >= 0.9.0, - zip-archive - Other-Modules: Paths_zip_archive - Ghc-Options: -Wall - Default-Language: Haskell98 - -Test-Suite test-zip-archive - Type: exitcode-stdio-1.0 - Main-Is: test-zip-archive.hs - Hs-Source-Dirs: tests - Build-Depends: base >= 4.2 && < 5, - directory, bytestring >= 0.9.0, process, time, old-time, - HUnit, zip-archive, temporary - Default-Language: Haskell98 - Ghc-Options: -Wall - if os(windows) - cpp-options: -D_WINDOWS - else - Build-depends: unix From 90fda94a7bf064cbe626a785d767656358fc17cf2af11b938abfd31405306618 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Feb 2018 09:07:16 +0000 Subject: [PATCH 06/13] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-zip-archive revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=32 --- ghc-zip-archive.changes | 6 ++++++ ghc-zip-archive.spec | 3 ++- zip-archive-0.3.2.2.tar.gz | 3 --- zip-archive-0.3.2.3.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 zip-archive-0.3.2.2.tar.gz create mode 100644 zip-archive-0.3.2.3.tar.gz diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index a320a7a..607e8ab 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 21 03:02:13 UTC 2018 - psimons@suse.com + +- Update zip-archive to version 0.3.2.3. + A more detailed change log is not available. + ------------------------------------------------------------------- Mon Jan 29 11:25:53 UTC 2018 - psimons@suse.com diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 2fd2f75..05a850e 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -19,7 +19,7 @@ %global pkg_name zip-archive %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.2.2 +Version: 0.3.2.3 Release: 0 Summary: Library for creating and modifying zip archives License: BSD-3-Clause @@ -42,6 +42,7 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-zlib-devel +BuildRequires: unzip %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-process-devel diff --git a/zip-archive-0.3.2.2.tar.gz b/zip-archive-0.3.2.2.tar.gz deleted file mode 100644 index 5a3d477..0000000 --- a/zip-archive-0.3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c5571390503615551e9bfd8148dff56c3ae17ebce5f2e31cae098c1aa5acaf7 -size 18212 diff --git a/zip-archive-0.3.2.3.tar.gz b/zip-archive-0.3.2.3.tar.gz new file mode 100644 index 0000000..39773f7 --- /dev/null +++ b/zip-archive-0.3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df1b8fdd3d9fb49f4c4c88d9864a3283420592f2c81676d9fa7f02113a57fac +size 18349 From 050161cccc79c9320838c45c1dbea36cdef617b1e5c72f17e2c2a5827a91e9cd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 25 Feb 2018 02:17:24 +0000 Subject: [PATCH 07/13] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-zip-archive revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=33 --- ghc-zip-archive.changes | 6 ++++++ ghc-zip-archive.spec | 2 +- zip-archive-0.3.2.3.tar.gz | 3 --- zip-archive-0.3.2.4.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 zip-archive-0.3.2.3.tar.gz create mode 100644 zip-archive-0.3.2.4.tar.gz diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 607e8ab..9681389 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 24 10:31:55 UTC 2018 - psimons@suse.com + +- Update zip-archive to version 0.3.2.4. + A more detailed change log is not available. + ------------------------------------------------------------------- Wed Feb 21 03:02:13 UTC 2018 - psimons@suse.com diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 05a850e..2563e38 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -19,7 +19,7 @@ %global pkg_name zip-archive %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.2.3 +Version: 0.3.2.4 Release: 0 Summary: Library for creating and modifying zip archives License: BSD-3-Clause diff --git a/zip-archive-0.3.2.3.tar.gz b/zip-archive-0.3.2.3.tar.gz deleted file mode 100644 index 39773f7..0000000 --- a/zip-archive-0.3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3df1b8fdd3d9fb49f4c4c88d9864a3283420592f2c81676d9fa7f02113a57fac -size 18349 diff --git a/zip-archive-0.3.2.4.tar.gz b/zip-archive-0.3.2.4.tar.gz new file mode 100644 index 0000000..9cfa874 --- /dev/null +++ b/zip-archive-0.3.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20612ed34d8d14deef120440c75f951a5c92c9f39f0de1b82ebac6d5923b3785 +size 18370 From 1a8f7f20a8761d1b181e71566ff36f9fd0c5d901176e517cd0e7c5346177fedf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 15:08:57 +0000 Subject: [PATCH 08/13] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-zip-archive revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=34 --- ghc-zip-archive.changes | 132 +--------------------------------------- 1 file changed, 1 insertion(+), 131 deletions(-) diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 9681389..89e7ce1 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,136 +1,6 @@ ------------------------------------------------------------------- -Sat Feb 24 10:31:55 UTC 2018 - psimons@suse.com +Wed Mar 14 16:55:43 UTC 2018 - psimons@suse.com - Update zip-archive to version 0.3.2.4. A more detailed change log is not available. -------------------------------------------------------------------- -Wed Feb 21 03:02:13 UTC 2018 - psimons@suse.com - -- Update zip-archive to version 0.3.2.3. - A more detailed change log is not available. - -------------------------------------------------------------------- -Mon Jan 29 11:25:53 UTC 2018 - psimons@suse.com - -- Update zip-archive to version 0.3.2.2. - A more detailed change log is not available. - -------------------------------------------------------------------- -Mon Aug 14 03:01:28 UTC 2017 - psimons@suse.com - -- Update to version 0.3.1.1 revision 1. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com - -- Update to version 0.3.1.1. - -------------------------------------------------------------------- -Mon Jun 12 09:41:33 UTC 2017 - psimons@suse.com - -- Update to version 0.3.1. - -------------------------------------------------------------------- -Wed May 3 08:14:06 UTC 2017 - psimons@suse.com - -- Update to version 0.3.0.6 with cabal2obs. - -------------------------------------------------------------------- -Mon Jan 23 20:28:10 UTC 2017 - psimons@suse.com - -- Update to version 0.3.0.5 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Thu Sep 15 06:55:45 UTC 2016 - psimons@suse.com - -- Update to version 0.3.0.5 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:02:22 UTC 2016 - psimons@suse.com - -- Update to version 0.2.3.7 revision 0 with cabal2obs. - -------------------------------------------------------------------- -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). - -------------------------------------------------------------------- -Thu Mar 13 21:40:00 UTC 2014 - sbahling@suse.com - -- Add missing %defattr - -------------------------------------------------------------------- -Tue Dec 31 15:15:44 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 0.2 from upstream -* replace dependency on utf8-string by text - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Thu Jun 7 08:27:48 UTC 2012 - peter.trommler@ohm-hochschule.de - -- cabal2spec 0.25.5 spec file template - -------------------------------------------------------------------- -Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de - -- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From 20cd05d4203d632b5972df8693388fc21363181b7cd700b130c735290e45a3e0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 14:13:01 +0000 Subject: [PATCH 09/13] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-zip-archive revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=35 --- ghc-zip-archive.changes | 110 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 89e7ce1..2ab95b4 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,6 +1,114 @@ ------------------------------------------------------------------- -Wed Mar 14 16:55:43 UTC 2018 - psimons@suse.com +Thu Apr 12 08:31:50 UTC 2018 - psimons@suse.com - Update zip-archive to version 0.3.2.4. A more detailed change log is not available. +------------------------------------------------------------------- +Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com + +- Update to version 0.3.1.1. + +------------------------------------------------------------------- +Mon Jun 12 09:41:33 UTC 2017 - psimons@suse.com + +- Update to version 0.3.1. + +------------------------------------------------------------------- +Wed May 3 08:14:06 UTC 2017 - psimons@suse.com + +- Update to version 0.3.0.6 with cabal2obs. + +------------------------------------------------------------------- +Mon Jan 23 20:28:10 UTC 2017 - psimons@suse.com + +- Update to version 0.3.0.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Thu Sep 15 06:55:45 UTC 2016 - psimons@suse.com + +- Update to version 0.3.0.5 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:02:22 UTC 2016 - psimons@suse.com + +- Update to version 0.2.3.7 revision 0 with cabal2obs. + +------------------------------------------------------------------- +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). + +------------------------------------------------------------------- +Thu Mar 13 21:40:00 UTC 2014 - sbahling@suse.com + +- Add missing %defattr + +------------------------------------------------------------------- +Tue Dec 31 15:15:44 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 0.2 from upstream +* replace dependency on utf8-string by text + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +Thu Jun 7 08:27:48 UTC 2012 - peter.trommler@ohm-hochschule.de + +- cabal2spec 0.25.5 spec file template + +------------------------------------------------------------------- +Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de + +- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From 51beabd73c783c1499ab3050a45bdbc7d2196e0aacf74309695bc2bdb9991f6f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:57:35 +0000 Subject: [PATCH 10/13] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-zip-archive revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=36 --- ghc-zip-archive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 2563e38..15141e9 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.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 README.markdown changelog From 67afd8488d154c140897512930773feee7d94d564757c107c826d9c99271a9fe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:18:59 +0000 Subject: [PATCH 11/13] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-zip-archive revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=37 --- ghc-zip-archive.changes | 114 ---------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 ghc-zip-archive.changes diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes deleted file mode 100644 index 2ab95b4..0000000 --- a/ghc-zip-archive.changes +++ /dev/null @@ -1,114 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 12 08:31:50 UTC 2018 - psimons@suse.com - -- Update zip-archive to version 0.3.2.4. - A more detailed change log is not available. - -------------------------------------------------------------------- -Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com - -- Update to version 0.3.1.1. - -------------------------------------------------------------------- -Mon Jun 12 09:41:33 UTC 2017 - psimons@suse.com - -- Update to version 0.3.1. - -------------------------------------------------------------------- -Wed May 3 08:14:06 UTC 2017 - psimons@suse.com - -- Update to version 0.3.0.6 with cabal2obs. - -------------------------------------------------------------------- -Mon Jan 23 20:28:10 UTC 2017 - psimons@suse.com - -- Update to version 0.3.0.5 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Thu Sep 15 06:55:45 UTC 2016 - psimons@suse.com - -- Update to version 0.3.0.5 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:02:22 UTC 2016 - psimons@suse.com - -- Update to version 0.2.3.7 revision 0 with cabal2obs. - -------------------------------------------------------------------- -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). - -------------------------------------------------------------------- -Thu Mar 13 21:40:00 UTC 2014 - sbahling@suse.com - -- Add missing %defattr - -------------------------------------------------------------------- -Tue Dec 31 15:15:44 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 0.2 from upstream -* replace dependency on utf8-string by text - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Thu Jun 7 08:27:48 UTC 2012 - peter.trommler@ohm-hochschule.de - -- cabal2spec 0.25.5 spec file template - -------------------------------------------------------------------- -Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de - -- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From fb59f0808576ccc406e1cd49f07e3991f0010f327f2f6fca612d26b86e61719e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:21:23 +0000 Subject: [PATCH 12/13] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-zip-archive revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=38 --- ghc-zip-archive.changes | 108 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 ghc-zip-archive.changes diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes new file mode 100644 index 0000000..4d3d44f --- /dev/null +++ b/ghc-zip-archive.changes @@ -0,0 +1,108 @@ +------------------------------------------------------------------- +Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com + +- Update to version 0.3.1.1. + +------------------------------------------------------------------- +Mon Jun 12 09:41:33 UTC 2017 - psimons@suse.com + +- Update to version 0.3.1. + +------------------------------------------------------------------- +Wed May 3 08:14:06 UTC 2017 - psimons@suse.com + +- Update to version 0.3.0.6 with cabal2obs. + +------------------------------------------------------------------- +Mon Jan 23 20:28:10 UTC 2017 - psimons@suse.com + +- Update to version 0.3.0.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Thu Sep 15 06:55:45 UTC 2016 - psimons@suse.com + +- Update to version 0.3.0.5 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:02:22 UTC 2016 - psimons@suse.com + +- Update to version 0.2.3.7 revision 0 with cabal2obs. + +------------------------------------------------------------------- +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). + +------------------------------------------------------------------- +Thu Mar 13 21:40:00 UTC 2014 - sbahling@suse.com + +- Add missing %defattr + +------------------------------------------------------------------- +Tue Dec 31 15:15:44 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 0.2 from upstream +* replace dependency on utf8-string by text + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +Thu Jun 7 08:27:48 UTC 2012 - peter.trommler@ohm-hochschule.de + +- cabal2spec 0.25.5 spec file template + +------------------------------------------------------------------- +Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de + +- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From de707bd441facf5bb7512183cbdc6500be541378c749286ee09e8940aedec1f9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:25:01 +0000 Subject: [PATCH 13/13] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-zip-archive revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=39 --- ghc-zip-archive.changes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 4d3d44f..f2cbf91 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update zip-archive to version 0.3.2.4. + * Use createSymbolicLink instead of createFileLink in tests. This allows + us to lower the directory lower bound (#40). + + * Fixes for handling of symbolic links (#39, Tommaso Piazza). + + * Fixes for symbolic link tests, and additional tests. + + * Add ZipOption to preserve symbolic links (#37, Tommaso Piazza). + Add OptPreserveSymbolicLinks constructor to ZipOption. If this option + is set, symbolic links will be preserved. Symbolic links are not + supported on Windows. + + * Require binary >= 0.6 (#36). + + * Improve exit handling in zip-archive program. + ------------------------------------------------------------------- Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com