From 2b86506023236e3764f1c3d4e601fd1e79d22a2c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 6 Mar 2012 07:17:31 +0000 Subject: [PATCH 01/60] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From b4c2dc61fc70ad018eaa7ac67cb75cbb6f275ead Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Mar 2012 19:29:43 +0900 Subject: [PATCH 02/60] import (#788159) --- .gitignore | 1 + ghc-conduit.spec | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 68 insertions(+) create mode 100644 ghc-conduit.spec diff --git a/.gitignore b/.gitignore index e69de29..e6b304a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/conduit-0.2.0.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec new file mode 100644 index 0000000..ae39e2e --- /dev/null +++ b/ghc-conduit.spec @@ -0,0 +1,66 @@ +# cabal2spec-0.25.4 +# https://fedoraproject.org/wiki/Packaging:Haskell +# https://fedoraproject.org/wiki/PackagingDrafts/Haskell + +%global pkg_name conduit + +%global common_summary Streaming data processing library + +%global common_description Conduits are an approach to the streaming data problem. They are meant\ +as an alternative to enumerators/iterators, hoping to address the same\ +issues with different trade-offs based on real-world experience with\ +enumerators. For more information, see http://www.yesodweb.com/book/conduit. + +Name: ghc-%{pkg_name} +Version: 0.2.0 +Release: 1%{?dist} +Summary: %{common_summary} + +Group: System Environment/Libraries +License: BSD +# BEGIN cabal2spec +URL: http://hackage.haskell.org/package/%{pkg_name} +Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +ExclusiveArch: %{ghc_arches} +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +# END cabal2spec +BuildRequires: ghc-containers-devel +BuildRequires: ghc-lifted-base-devel +BuildRequires: ghc-text-devel + +%description +%{common_description} + + +%prep +%setup -q -n %{pkg_name}-%{version} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +# devel subpackage +%ghc_devel_package + +%ghc_devel_description + + +%ghc_devel_post_postun + + +%ghc_files + + +%changelog +* Tue Feb 7 2012 Jens Petersen - 0.2.0-1 +- BSD license +- needs lifted-base + +* Tue Feb 7 2012 Fedora Haskell SIG +- spec file template generated by cabal2spec-0.25.4 diff --git a/sources b/sources index e69de29..64e8613 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9b68f0ad7d52a333f98a855178c21a44 conduit-0.2.0.tar.gz From ea1d7e69f269695e79acb3b82dbb89446ae704c0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Mar 2012 19:30:54 +0900 Subject: [PATCH 03/60] update to 0.2.2 --- .gitignore | 1 + ghc-conduit.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e6b304a..8386fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /conduit-0.2.0.tar.gz +/conduit-0.2.2.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index ae39e2e..d5a5e8b 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -12,7 +12,7 @@ issues with different trade-offs based on real-world experience with\ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} -Version: 0.2.0 +Version: 0.2.2 Release: 1%{?dist} Summary: %{common_summary} @@ -58,6 +58,9 @@ BuildRequires: ghc-text-devel %changelog +* Tue Mar 6 2012 Jens Petersen - 0.2.2-1 +- update to 0.2.2 + * Tue Feb 7 2012 Jens Petersen - 0.2.0-1 - BSD license - needs lifted-base diff --git a/sources b/sources index 64e8613..03e6b73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b68f0ad7d52a333f98a855178c21a44 conduit-0.2.0.tar.gz +e29c4f46583287cb6c916611bcd84457 conduit-0.2.2.tar.gz From a26023e5623485e798147a596dd2663824c4d0d5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 22 Mar 2012 22:32:32 +0900 Subject: [PATCH 04/60] add license to ghc_files --- ghc-conduit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index d5a5e8b..ee62491 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -13,7 +13,7 @@ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} Version: 0.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -54,10 +54,13 @@ BuildRequires: ghc-text-devel %ghc_devel_post_postun -%ghc_files +%ghc_files LICENSE %changelog +* Thu Mar 22 2012 Jens Petersen - 0.2.2-2 +- add license to ghc_files + * Tue Mar 6 2012 Jens Petersen - 0.2.2-1 - update to 0.2.2 From dda382bb99c915db84abbef1989026f3995b3411 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Apr 2012 13:41:32 +0900 Subject: [PATCH 05/60] update to 0.3.0 - depends on resourcet --- .gitignore | 1 + ghc-conduit.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8386fa3..5479427 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /conduit-0.2.0.tar.gz /conduit-0.2.2.tar.gz +/conduit-0.3.0.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index ee62491..1e61ca4 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -12,8 +12,8 @@ issues with different trade-offs based on real-world experience with\ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} -Version: 0.2.2 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -27,6 +27,7 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} # END cabal2spec BuildRequires: ghc-containers-devel BuildRequires: ghc-lifted-base-devel +BuildRequires: ghc-resourcet-devel BuildRequires: ghc-text-devel %description @@ -58,6 +59,10 @@ BuildRequires: ghc-text-devel %changelog +* Tue Apr 10 2012 Jens Petersen - 0.3.0-1 +- update to 0.3.0 +- depends on resourcet + * Thu Mar 22 2012 Jens Petersen - 0.2.2-2 - add license to ghc_files diff --git a/sources b/sources index 03e6b73..ff2934a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e29c4f46583287cb6c916611bcd84457 conduit-0.2.2.tar.gz +647c9e755955e01e63d76d988a674117 conduit-0.3.0.tar.gz From 05d5fee783653ce5a78adabe999617fc7e5185b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Apr 2012 11:32:54 +0900 Subject: [PATCH 06/60] update to 0.4.1.1 - depends on void --- .gitignore | 1 + ghc-conduit.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5479427..c0779ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /conduit-0.2.0.tar.gz /conduit-0.2.2.tar.gz /conduit-0.3.0.tar.gz +/conduit-0.4.1.1.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 1e61ca4..edde182 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -12,7 +12,7 @@ issues with different trade-offs based on real-world experience with\ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} -Version: 0.3.0 +Version: 0.4.1.1 Release: 1%{?dist} Summary: %{common_summary} @@ -29,6 +29,7 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-lifted-base-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-text-devel +BuildRequires: ghc-void-devel %description %{common_description} @@ -59,6 +60,10 @@ BuildRequires: ghc-text-devel %changelog +* Wed Apr 25 2012 Jens Petersen - 0.4.1.1-1 +- update to 0.4.1.1 +- depends on void + * Tue Apr 10 2012 Jens Petersen - 0.3.0-1 - update to 0.3.0 - depends on resourcet diff --git a/sources b/sources index ff2934a..0ade18c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -647c9e755955e01e63d76d988a674117 conduit-0.3.0.tar.gz +6a6ea53dc85113e2369fe4cfe6270cac conduit-0.4.1.1.tar.gz From 8fac3997f77f3e5fd170159b45b68b6ef0ee6df9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 1 May 2012 16:30:42 +0900 Subject: [PATCH 07/60] rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index edde182..47e0ee8 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -13,7 +13,7 @@ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} Version: 0.4.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -60,6 +60,9 @@ BuildRequires: ghc-void-devel %changelog +* Tue May 1 2012 Jens Petersen - 0.4.1.1-2 +- rebuild + * Wed Apr 25 2012 Jens Petersen - 0.4.1.1-1 - update to 0.4.1.1 - depends on void From 691dac43ec05d84277a7fc90f26c8d9ba6a18268 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jun 2012 17:43:09 +0900 Subject: [PATCH 08/60] update to 0.4.2 --- .gitignore | 1 + ghc-conduit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0779ca..229af5b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /conduit-0.2.2.tar.gz /conduit-0.3.0.tar.gz /conduit-0.4.1.1.tar.gz +/conduit-0.4.2.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 47e0ee8..f8459ce 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -12,8 +12,8 @@ issues with different trade-offs based on real-world experience with\ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} -Version: 0.4.1.1 -Release: 2%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -60,6 +60,9 @@ BuildRequires: ghc-void-devel %changelog +* Wed Jun 13 2012 Jens Petersen - 0.4.2-1 +- update to 0.4.2 + * Tue May 1 2012 Jens Petersen - 0.4.1.1-2 - rebuild diff --git a/sources b/sources index 0ade18c..c549fec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a6ea53dc85113e2369fe4cfe6270cac conduit-0.4.1.1.tar.gz +b81491db3f1397269f132561a67a6f58 conduit-0.4.2.tar.gz From 4108133f0ab2fb27ee92bd0df648c2d546ae3a00 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 00:30:04 -0500 Subject: [PATCH 09/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index f8459ce..f17e013 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -13,7 +13,7 @@ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} Version: 0.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -60,6 +60,9 @@ BuildRequires: ghc-void-devel %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Wed Jun 13 2012 Jens Petersen - 0.4.2-1 - update to 0.4.2 From 5b3c8d81f59e642d3edcca88ab216e116b227878 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Jul 2012 16:16:35 +0900 Subject: [PATCH 10/60] rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index f17e013..df4fa6b 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -13,7 +13,7 @@ enumerators. For more information, see http://www.yesodweb.com/book/conduit. Name: ghc-%{pkg_name} Version: 0.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -60,6 +60,9 @@ BuildRequires: ghc-void-devel %changelog +* Thu Jul 26 2012 Jens Petersen - 0.4.2-3 +- rebuild + * Thu Jul 19 2012 Fedora Release Engineering - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 3aad75a3f99f7ce5c6c779cccb10136af0bafd4c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Nov 2012 22:11:25 +0900 Subject: [PATCH 11/60] update to 0.5.2.7 with cabal-rpm --- .gitignore | 1 + ghc-conduit.spec | 32 +++++++++++++++++++------------- sources | 2 +- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 229af5b..d4b71cf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /conduit-0.3.0.tar.gz /conduit-0.4.1.1.tar.gz /conduit-0.4.2.tar.gz +/conduit-0.5.2.7.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index df4fa6b..ae031bb 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25.4 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -6,30 +5,34 @@ %global common_summary Streaming data processing library -%global common_description Conduits are an approach to the streaming data problem. They are meant\ -as an alternative to enumerators/iterators, hoping to address the same\ -issues with different trade-offs based on real-world experience with\ -enumerators. For more information, see http://www.yesodweb.com/book/conduit. +%global common_description Conduit is a solution to the streaming data problem, allowing for production,\ +transformation, and consumption of streams of data in constant memory.\ +It is an alternative to lazy I/O which guarantees deterministic resource\ +handling, and fits in the same general solution space as enumerator, iteratee,\ +and pipes. Name: ghc-%{pkg_name} -Version: 0.4.2 -Release: 3%{?dist} +Version: 0.5.2.7 +Release: 1%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries License: BSD -# BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -ExclusiveArch: %{ghc_arches} + BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-lifted-base-devel +BuildRequires: ghc-monad-control-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-text-devel +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-void-devel +# End cabal-rpm deps %description %{common_description} @@ -47,7 +50,6 @@ BuildRequires: ghc-void-devel %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -60,6 +62,10 @@ BuildRequires: ghc-void-devel %changelog +* Tue Nov 06 2012 Jens Petersen - 0.5.2.7-1 +- update to 0.5.2.7 with cabal-rpm +- update description + * Thu Jul 26 2012 Jens Petersen - 0.4.2-3 - rebuild diff --git a/sources b/sources index c549fec..e118a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b81491db3f1397269f132561a67a6f58 conduit-0.4.2.tar.gz +482751ab22a4bd084f16331a288c0698 conduit-0.5.2.7.tar.gz From 36316135d7623c492e1c70103bf866e80d9d2b94 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 17:04:07 -0600 Subject: [PATCH 12/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index ae031bb..09d3dd2 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -13,7 +13,7 @@ and pipes. Name: ghc-%{pkg_name} Version: 0.5.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} License: BSD @@ -62,6 +62,9 @@ BuildRequires: ghc-void-devel %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 0.5.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Tue Nov 06 2012 Jens Petersen - 0.5.2.7-1 - update to 0.5.2.7 with cabal-rpm - update description From 56941a0317f7894b7633b947a54681f9b9faf0dd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 11 Mar 2013 23:36:53 +0900 Subject: [PATCH 13/60] update to 1.0.3 --- .gitignore | 1 + ghc-conduit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d4b71cf..206ff82 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /conduit-0.4.1.1.tar.gz /conduit-0.4.2.tar.gz /conduit-0.5.2.7.tar.gz +/conduit-1.0.3.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 09d3dd2..3eaaca0 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -12,8 +12,8 @@ handling, and fits in the same general solution space as enumerator, iteratee,\ and pipes. Name: ghc-%{pkg_name} -Version: 0.5.2.7 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: %{common_summary} License: BSD @@ -62,6 +62,9 @@ BuildRequires: ghc-void-devel %changelog +* Mon Mar 11 2013 Jens Petersen - 1.0.3-1 +- update to 1.0.3 + * Wed Feb 13 2013 Fedora Release Engineering - 0.5.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index e118a8a..925629b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -482751ab22a4bd084f16331a288c0698 conduit-0.5.2.7.tar.gz +4076b02474bac083c5d86dff462523c5 conduit-1.0.3.tar.gz From 9bee9de40302fb975d015b0949c2e4395fa80a5c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Mar 2013 14:19:44 +0900 Subject: [PATCH 14/60] downgrade to 1.0.2 (current yesod-platform) --- .gitignore | 2 +- ghc-conduit.spec | 6 +++--- sources | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 206ff82..6dd04ad 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ /conduit-0.4.1.1.tar.gz /conduit-0.4.2.tar.gz /conduit-0.5.2.7.tar.gz -/conduit-1.0.3.tar.gz +/conduit-1.0.2.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 3eaaca0..65efb2b 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -12,7 +12,7 @@ handling, and fits in the same general solution space as enumerator, iteratee,\ and pipes. Name: ghc-%{pkg_name} -Version: 1.0.3 +Version: 1.0.2 Release: 1%{?dist} Summary: %{common_summary} @@ -62,8 +62,8 @@ BuildRequires: ghc-void-devel %changelog -* Mon Mar 11 2013 Jens Petersen - 1.0.3-1 -- update to 1.0.3 +* Tue Mar 12 2013 Jens Petersen - 1.0.2-1 +- update to 1.0.2 * Wed Feb 13 2013 Fedora Release Engineering - 0.5.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 925629b..b731bc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4076b02474bac083c5d86dff462523c5 conduit-1.0.3.tar.gz +d8993390fbf70c604d94a9f37ea8d08b conduit-1.0.2.tar.gz From 06c11854cbc7cc7d6bde0cadbb984b62486070ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Jun 2013 12:48:28 +0900 Subject: [PATCH 15/60] update to new simplified Haskell Packaging Guidelines --- ghc-conduit.spec | 45 +++++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 65efb2b..933b49d 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,20 +1,11 @@ # https://fedoraproject.org/wiki/Packaging:Haskell -# https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name conduit -%global common_summary Streaming data processing library - -%global common_description Conduit is a solution to the streaming data problem, allowing for production,\ -transformation, and consumption of streams of data in constant memory.\ -It is an alternative to lazy I/O which guarantees deterministic resource\ -handling, and fits in the same general solution space as enumerator, iteratee,\ -and pipes. - Name: ghc-%{pkg_name} Version: 1.0.2 -Release: 1%{?dist} -Summary: %{common_summary} +Release: 2%{?dist} +Summary: Streaming data processing library License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} @@ -35,7 +26,22 @@ BuildRequires: ghc-void-devel # End cabal-rpm deps %description -%{common_description} +Conduit is a solution to the streaming data problem, allowing for production, +transformation, and consumption of streams of data in constant memory. +It is an alternative to lazy I/O which guarantees deterministic resource +handling, and fits in the same general solution space as enumerator, iteratee, +and pipes. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +Requires: %{name} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. %prep @@ -50,18 +56,25 @@ BuildRequires: ghc-void-devel %ghc_lib_install -%ghc_devel_package +%post devel +%ghc_pkg_recache -%ghc_devel_description +%postun devel +%ghc_pkg_recache -%ghc_devel_post_postun +%files -f %{name}.files +%doc LICENSE -%ghc_files LICENSE + +%files devel -f %{name}-devel.files %changelog +* Fri Jun 07 2013 Jens Petersen - 1.0.2-2 +- update to new simplified Haskell Packaging Guidelines + * Tue Mar 12 2013 Jens Petersen - 1.0.2-1 - update to 1.0.2 From 56a2a6a3a1955191867eb02a16ff02061489ee21 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Jun 2013 18:01:36 +0900 Subject: [PATCH 16/60] update to 1.0.3 --- .gitignore | 1 + ghc-conduit.spec | 7 ++++--- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6dd04ad..77ec5a5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /conduit-0.4.2.tar.gz /conduit-0.5.2.7.tar.gz /conduit-1.0.2.tar.gz +/conduit-1.0.3.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 933b49d..6a6ecb2 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -3,8 +3,8 @@ %global pkg_name conduit Name: ghc-%{pkg_name} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: Streaming data processing library License: BSD @@ -72,7 +72,8 @@ This package provides the Haskell %{pkg_name} library development files. %changelog -* Fri Jun 07 2013 Jens Petersen - 1.0.2-2 +* Mon Jun 10 2013 Jens Petersen - 1.0.3-1 +- update to 1.0.3 - update to new simplified Haskell Packaging Guidelines * Tue Mar 12 2013 Jens Petersen - 1.0.2-1 diff --git a/sources b/sources index b731bc0..925629b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8993390fbf70c604d94a9f37ea8d08b conduit-1.0.2.tar.gz +4076b02474bac083c5d86dff462523c5 conduit-1.0.3.tar.gz From 5e00faadb52f66efc6c92af31553ab728d2b16cc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 3 Aug 2013 08:31:06 -0500 Subject: [PATCH 17/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 6a6ecb2..76529b0 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: BSD @@ -72,6 +72,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Mon Jun 10 2013 Jens Petersen - 1.0.3-1 - update to 1.0.3 - update to new simplified Haskell Packaging Guidelines From 1d8545f5fbdbfb313f94c3d573242171fe5b932e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 May 2014 11:51:06 +0900 Subject: [PATCH 18/60] update to 1.0.13.1 should build on arm/llvm backend (#992362) license changed from BSD to MIT --- .gitignore | 1 + ghc-conduit.spec | 24 +++++++++++++++++------- sources | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 77ec5a5..921a0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /conduit-0.5.2.7.tar.gz /conduit-1.0.2.tar.gz /conduit-1.0.3.tar.gz +/conduit-1.0.13.1.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 76529b0..acf1b47 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -3,25 +3,28 @@ %global pkg_name conduit Name: ghc-%{pkg_name} -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.0.13.1 +Release: 1%{?dist} Summary: Streaming data processing library -License: BSD +License: MIT URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel +BuildRequires: ghc-directory-devel BuildRequires: ghc-lifted-base-devel +BuildRequires: ghc-mmorph-devel BuildRequires: ghc-monad-control-devel +BuildRequires: ghc-mtl-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-text-devel -BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-base-devel +BuildRequires: ghc-transformers-devel BuildRequires: ghc-void-devel # End cabal-rpm deps @@ -30,15 +33,17 @@ Conduit is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator, iteratee, -and pipes. +and pipes. For a tutorial, see +. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -72,6 +77,11 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri May 02 2014 Jens Petersen - 1.0.13.1-1 +- update to 1.0.13.1, which should build with llvm backend (#992362) +- license changed from BSD to MIT +- update packaging to latest cblrpm + * Sat Aug 03 2013 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 925629b..ff1b4e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4076b02474bac083c5d86dff462523c5 conduit-1.0.3.tar.gz +b9bbbff7dbde1bc88fb1b12227b54453 conduit-1.0.13.1.tar.gz From 30ea254b9fa08e70ed6813ffa1aea70d7e7cd647 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 09:39:34 -0500 Subject: [PATCH 19/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index acf1b47..f743a6d 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 1.0.13.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -77,6 +77,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.0.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri May 02 2014 Jens Petersen - 1.0.13.1-1 - update to 1.0.13.1, which should build with llvm backend (#992362) - license changed from BSD to MIT From c135f61ede06e1763d3d5bb5db72d715d7f7073d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 14:52:42 +0000 Subject: [PATCH 20/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index f743a6d..8194d0e 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 1.0.13.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Streaming data processing library License: MIT @@ -77,6 +77,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 1.0.13.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 1.0.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 2218e1057a3ce0d2938c3a2787bf1d38474caaa0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Jan 2015 23:11:49 +0900 Subject: [PATCH 21/60] cblrpm refresh --- ghc-conduit.spec | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 8194d0e..fea0cb6 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -2,14 +2,16 @@ %global pkg_name conduit +%bcond_with tests + Name: ghc-%{pkg_name} Version: 1.0.13.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Streaming data processing library License: MIT -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +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 BuildRequires: ghc-rpm-macros @@ -26,10 +28,14 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-void-devel +%if %{with tests} +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-hspec-devel +%endif # End cabal-rpm deps %description -Conduit is a solution to the streaming data problem, allowing for production, +'conduit' is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator, iteratee, @@ -61,6 +67,12 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_lib_install +%check +%if %{with tests} +%cabal test +%endif + + %post devel %ghc_pkg_recache @@ -77,6 +89,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Jan 27 2015 Jens Petersen - 1.0.13.1-4 +- cblrpm refresh + * Sat Aug 16 2014 Fedora Release Engineering - 1.0.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From f088e74cf02f521ac35663f3579ee9e395ea90d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Mar 2015 00:30:58 +0900 Subject: [PATCH 22/60] update to 1.2.4 --- .gitignore | 1 + ghc-conduit.spec | 19 ++++++++++++------- sources | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 921a0bc..714c7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /conduit-1.0.2.tar.gz /conduit-1.0.3.tar.gz /conduit-1.0.13.1.tar.gz +/conduit-1.2.4.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index fea0cb6..e905158 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.13.1 -Release: 4%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -16,25 +16,26 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-directory-devel +BuildRequires: ghc-exceptions-devel BuildRequires: ghc-lifted-base-devel BuildRequires: ghc-mmorph-devel -BuildRequires: ghc-monad-control-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-resourcet-devel -BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-void-devel %if %{with tests} BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-containers-devel BuildRequires: ghc-hspec-devel +BuildRequires: ghc-safe-devel %endif # End cabal-rpm deps %description +Hackage documentation generation is not reliable. For up to date documentation, +please see: . + 'conduit' is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource @@ -86,9 +87,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files +%doc README.md %changelog +* Tue Mar 03 2015 Jens Petersen - 1.2.4-1 +- update to 1.2.4 + * Tue Jan 27 2015 Jens Petersen - 1.0.13.1-4 - cblrpm refresh diff --git a/sources b/sources index ff1b4e6..88fea7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9bbbff7dbde1bc88fb1b12227b54453 conduit-1.0.13.1.tar.gz +beb0f49a6200a031a639f11130cd13f5 conduit-1.2.4.tar.gz From 0cf8f56c2a062656c57c79d5b8f66d9b64edc69f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 07:36:10 +0000 Subject: [PATCH 23/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index e905158..1def399 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -91,6 +91,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Mar 03 2015 Jens Petersen - 1.2.4-1 - update to 1.2.4 From 82069bb085569844564bb209409adee31653dc6d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 18 Sep 2015 12:57:25 +0900 Subject: [PATCH 24/60] update to 1.2.5 --- .gitignore | 1 + ghc-conduit.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 714c7d2..aa07a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /conduit-1.0.3.tar.gz /conduit-1.0.13.1.tar.gz /conduit-1.2.4.tar.gz +/conduit-1.2.5.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 1def399..7daff51 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.4 -Release: 2%{?dist} +Version: 1.2.5 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -41,7 +41,7 @@ transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator, iteratee, and pipes. For a tutorial, see -. +. %package devel @@ -67,6 +67,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -83,7 +85,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -91,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Sep 18 2015 Jens Petersen - 1.2.5-1 +- update to 1.2.5 + * Wed Jun 17 2015 Fedora Release Engineering - 1.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 88fea7d..c534053 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -beb0f49a6200a031a639f11130cd13f5 conduit-1.2.4.tar.gz +cd8d05a070c6f8c87ae7922e2fb6a17c conduit-1.2.5.tar.gz From 3ce3cec251bb9c868b9476b52eea1291e82f564e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 Feb 2016 23:45:37 +0900 Subject: [PATCH 25/60] Revert "update to 1.2.5" This reverts commit 82069bb085569844564bb209409adee31653dc6d. --- .gitignore | 1 - ghc-conduit.spec | 13 ++++--------- sources | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index aa07a6f..714c7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ /conduit-1.0.3.tar.gz /conduit-1.0.13.1.tar.gz /conduit-1.2.4.tar.gz -/conduit-1.2.5.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 7daff51..1def399 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.5 -Release: 1%{?dist} +Version: 1.2.4 +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -41,7 +41,7 @@ transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator, iteratee, and pipes. For a tutorial, see -. +. %package devel @@ -67,8 +67,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %check %if %{with tests} @@ -85,7 +83,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files @@ -93,9 +91,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog -* Fri Sep 18 2015 Jens Petersen - 1.2.5-1 -- update to 1.2.5 - * Wed Jun 17 2015 Fedora Release Engineering - 1.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c534053..88fea7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd8d05a070c6f8c87ae7922e2fb6a17c conduit-1.2.5.tar.gz +beb0f49a6200a031a639f11130cd13f5 conduit-1.2.4.tar.gz From f904e6d900cd3707ab26dfa349c5c7484a494429 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 21:28:34 +0000 Subject: [PATCH 26/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 1def399..ff55c2d 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Streaming data processing library License: MIT @@ -91,6 +91,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 1.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 238b6d12fcd4f1941184fe576c585bc1736718b7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 12:41:55 +0900 Subject: [PATCH 27/60] update to 1.2.6.6 --- .gitignore | 1 + ghc-conduit.spec | 15 ++++++++++----- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 714c7d2..f2b04eb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /conduit-1.0.3.tar.gz /conduit-1.0.13.1.tar.gz /conduit-1.2.4.tar.gz +/conduit-1.2.6.6.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index ff55c2d..b656d1a 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.4 -Release: 3%{?dist} +Version: 1.2.6.6 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -40,8 +40,8 @@ please see: . transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator, iteratee, -and pipes. For a tutorial, see -. +and pipes. For a tutorial, please visit +. %package devel @@ -67,6 +67,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -83,7 +85,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -91,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jun 23 2016 Jens Petersen - 1.2.6.6-1 +- update to 1.2.6.6 + * Wed Feb 03 2016 Fedora Release Engineering - 1.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 88fea7d..c045bf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -beb0f49a6200a031a639f11130cd13f5 conduit-1.2.4.tar.gz +b16be432ff2eec33309b0ba8f42ed614 conduit-1.2.6.6.tar.gz From 611a48360da788c5644c5c2ae3bb8400bb55d7c7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Sep 2016 19:15:29 +0900 Subject: [PATCH 28/60] no longer remove license; use cabal_test --- ghc-conduit.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index b656d1a..e67d5d6 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -67,13 +67,9 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %check -%if %{with tests} -%cabal test -%endif +%cabal_test %post devel From 8113b41cc98fa0def07a8d03d04db92936d66c26 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 10:35:56 +0000 Subject: [PATCH 29/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index e67d5d6..25deb04 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.2.6.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -89,6 +89,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.2.6.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Jun 23 2016 Jens Petersen - 1.2.6.6-1 - update to 1.2.6.6 From 73cadfbb06ccc58f366267e7cbf4cd23bbad056d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 22 Feb 2017 12:20:08 +0900 Subject: [PATCH 30/60] update to 1.2.9 --- .gitignore | 1 + ghc-conduit.spec | 31 ++++++++++++++++++------------- sources | 2 +- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f2b04eb..9d8250e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /conduit-1.0.13.1.tar.gz /conduit-1.2.4.tar.gz /conduit-1.2.6.6.tar.gz +/conduit-1.2.9.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 25deb04..db32d7e 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,17 +1,19 @@ +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name conduit +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.6.6 -Release: 2%{?dist} +Version: 1.2.9 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} -Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -19,29 +21,29 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-exceptions-devel BuildRequires: ghc-lifted-base-devel BuildRequires: ghc-mmorph-devel +BuildRequires: ghc-monad-control-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-devel -BuildRequires: ghc-void-devel %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-hspec-devel BuildRequires: ghc-safe-devel +BuildRequires: ghc-split-devel %endif # End cabal-rpm deps %description -Hackage documentation generation is not reliable. For up to date documentation, -please see: . - -'conduit' is a solution to the streaming data problem, allowing for production, +`conduit` is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource -handling, and fits in the same general solution space as enumerator, iteratee, -and pipes. For a tutorial, please visit -. +handling. + +For more information about conduit in general, and how this package in +particular fits into the ecosystem, see [the conduit +homepage](https://github.com/snoyberg/conduit#readme). %package devel @@ -57,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} %build @@ -85,10 +87,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files -%doc README.md +%doc ChangeLog.md README.md %changelog +* Wed Feb 22 2017 Jens Petersen - 1.2.9-1 +- update to 1.2.9 + * Fri Feb 10 2017 Fedora Release Engineering - 1.2.6.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index c045bf7..b965880 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b16be432ff2eec33309b0ba8f42ed614 conduit-1.2.6.6.tar.gz +SHA512 (conduit-1.2.9.tar.gz) = a45547ea5f5a04f06b03a44dacb04b9ca614a4649a748e60e348d22e82468c0a5c75acfa25d95cdd7df16559f98052a2a5f638412779fdee1ef91bb0695112cb From f38577aec89569d81bfc70b02647f96b8e089003 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 09:38:06 +0000 Subject: [PATCH 31/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index db32d7e..536f618 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -91,6 +91,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Wed Feb 22 2017 Jens Petersen - 1.2.9-1 - update to 1.2.9 From 0caa799767c432597e3b410936e98543bcc9b5e0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 21:16:07 +0000 Subject: [PATCH 32/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 536f618..2f769c3 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.2.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Streaming data processing library License: MIT @@ -91,6 +91,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 1.2.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 14f609c749802635a74ed34c737290f9143d642d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:10:49 +0100 Subject: [PATCH 33/60] refresh to cabal-rpm-0.12.1 --- ghc-conduit.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 2f769c3..42640a1 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.11.1 +# generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name conduit @@ -49,9 +49,12 @@ homepage](https://github.com/snoyberg/conduit#readme). %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +%if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} +%endif Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -74,6 +77,12 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache From 16964f17af5619cd7490c0d032323f2f535101a7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 15:25:05 +0100 Subject: [PATCH 34/60] update to 1.2.12.1 --- .gitignore | 1 + ghc-conduit.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d8250e..b3ee6f3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /conduit-1.2.4.tar.gz /conduit-1.2.6.6.tar.gz /conduit-1.2.9.tar.gz +/conduit-1.2.12.1.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 42640a1..f979a86 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.9 -Release: 3%{?dist} +Version: 1.2.12.1 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -23,8 +23,10 @@ BuildRequires: ghc-lifted-base-devel BuildRequires: ghc-mmorph-devel BuildRequires: ghc-monad-control-devel BuildRequires: ghc-mtl-devel +BuildRequires: ghc-primitive-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-transformers-base-devel +BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel %if %{with tests} BuildRequires: ghc-QuickCheck-devel @@ -100,6 +102,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jan 24 2018 Jens Petersen - 1.2.12.1-1 +- update to 1.2.12.1 + * Wed Aug 02 2017 Fedora Release Engineering - 1.2.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index b965880..3819da9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.2.9.tar.gz) = a45547ea5f5a04f06b03a44dacb04b9ca614a4649a748e60e348d22e82468c0a5c75acfa25d95cdd7df16559f98052a2a5f638412779fdee1ef91bb0695112cb +SHA512 (conduit-1.2.12.1.tar.gz) = 36d957600f5660258fd2357713474e961353f558cb969bc98fbaf6ea9115c0de0bf68218c9f6d7801bf217e9e62d376bf67cbd9f176ec7d3d72ef327784fd3e5 From c421afadc7e08ce45a6e91775763563bb9445591 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Feb 2018 01:02:12 +0900 Subject: [PATCH 35/60] drop ldconfig scriptlets --- ghc-conduit.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index f979a86..6a51fe4 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -79,12 +79,6 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - %post devel %ghc_pkg_recache From a197bba25e05c8fad0691c1de9e65a91d50503fa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 11:27:19 +0000 Subject: [PATCH 36/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 6a51fe4..e596901 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.2.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -96,6 +96,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.2.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jan 24 2018 Jens Petersen - 1.2.12.1-1 - update to 1.2.12.1 From b1e57ff5b66a60c065e5177fad85b680e3b49b09 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 01:39:44 +0000 Subject: [PATCH 37/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index e596901..b0e2a36 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.2.12.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Streaming data processing library License: MIT @@ -96,6 +96,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.2.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.2.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 043384887082e1ce51f5cb5957fe7ad39e09fd66 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 Jul 2018 22:55:57 +0900 Subject: [PATCH 38/60] update to 1.3.0.3 --- .gitignore | 1 + ghc-conduit.spec | 24 ++++++++++++++++-------- sources | 2 +- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b3ee6f3..8903f27 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /conduit-1.2.6.6.tar.gz /conduit-1.2.9.tar.gz /conduit-1.2.12.1.tar.gz +/conduit-1.3.0.3.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index b0e2a36..3cbfc33 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.12.1 +# generated by cabal-rpm-0.12.5 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name conduit @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.12.1 -Release: 3%{?dist} +Version: 1.3.0.3 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -18,22 +18,27 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-directory-devel BuildRequires: ghc-exceptions-devel -BuildRequires: ghc-lifted-base-devel -BuildRequires: ghc-mmorph-devel -BuildRequires: ghc-monad-control-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-mono-traversable-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-primitive-devel BuildRequires: ghc-resourcet-devel -BuildRequires: ghc-transformers-base-devel -BuildRequires: ghc-transformers-compat-devel +BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel +BuildRequires: ghc-unix-devel +BuildRequires: ghc-unliftio-core-devel +BuildRequires: ghc-vector-devel %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-hspec-devel BuildRequires: ghc-safe-devel +BuildRequires: ghc-silently-devel BuildRequires: ghc-split-devel +BuildRequires: ghc-unliftio-devel %endif # End cabal-rpm deps @@ -96,6 +101,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Jul 22 2018 Jens Petersen - 1.3.0.3-1 +- update to 1.3.0.3 + * Fri Jul 13 2018 Fedora Release Engineering - 1.2.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 3819da9..b2c3fb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.2.12.1.tar.gz) = 36d957600f5660258fd2357713474e961353f558cb969bc98fbaf6ea9115c0de0bf68218c9f6d7801bf217e9e62d376bf67cbd9f176ec7d3d72ef327784fd3e5 +SHA512 (conduit-1.3.0.3.tar.gz) = 7c3ceeb630f09b7c8718a0d2abcff0d33c8260e4b974f14ac69a35cb39a789539b22a1875106588588221ba9be640bdce2b63915db85b2d3652ee0cf32a75a0d From f374b5864a8e2f9caed3c14c669b5d68ad44cd8e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 21:19:29 +0000 Subject: [PATCH 39/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 3cbfc33..4c7a797 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -101,6 +101,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.3.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sun Jul 22 2018 Jens Petersen - 1.3.0.3-1 - update to 1.3.0.3 From e7458bf3cc7bfa7a4018900852093f0aaf8fc081 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:44:01 +0800 Subject: [PATCH 40/60] refresh to cabal-rpm-0.13 --- ghc-conduit.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 4c7a797..3af2f40 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.12.5 +# generated by cabal-rpm-0.13 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name conduit @@ -8,16 +8,18 @@ Name: ghc-%{pkg_name} Version: 1.3.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Streaming data processing library License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} +# Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +# End cabal-rpm sources +# Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -# Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-exceptions-devel @@ -69,15 +71,21 @@ This package provides the Haskell %{pkg_name} library development files. %prep +# Begin cabal-rpm setup: %setup -q -n %{pkgver} +# End cabal-rpm setup %build +# Begin cabal-rpm build: %ghc_lib_build +# End cabal-rpm build %install +# Begin cabal-rpm install %ghc_lib_install +# End cabal-rpm install %check @@ -93,7 +101,9 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files +# Begin cabal-rpm files: %license LICENSE +# End cabal-rpm files %files devel -f %{name}-devel.files @@ -101,6 +111,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Feb 17 2019 Jens Petersen - 1.3.0.3-3 +- refresh to cabal-rpm-0.13 + * Thu Jan 31 2019 Fedora Release Engineering - 1.3.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 16b79cf118dd8ab12572e0a4dd671995d7435543 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 21 Feb 2019 10:12:07 +0800 Subject: [PATCH 41/60] update to 1.3.1 --- .gitignore | 1 + ghc-conduit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8903f27..417895a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /conduit-1.2.9.tar.gz /conduit-1.2.12.1.tar.gz /conduit-1.3.0.3.tar.gz +/conduit-1.3.1.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 3af2f40..9f8be0b 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.0.3 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -111,6 +111,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Feb 21 2019 Jens Petersen - 1.3.1-1 +- update to 1.3.1 + * Sun Feb 17 2019 Jens Petersen - 1.3.0.3-3 - refresh to cabal-rpm-0.13 diff --git a/sources b/sources index b2c3fb0..34a00e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.3.0.3.tar.gz) = 7c3ceeb630f09b7c8718a0d2abcff0d33c8260e4b974f14ac69a35cb39a789539b22a1875106588588221ba9be640bdce2b63915db85b2d3652ee0cf32a75a0d +SHA512 (conduit-1.3.1.tar.gz) = b7752a652c3fe940b9bac33be14e8e552d0eb289b69c25170aa63ba96db13cec28c53ac6f2c36a486d58948477f69cad1042026b4bd4163eb9ab96392d439ded From 08e25c8519796a60a6d551cd262e80ac35ddb886 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 02:15:53 +0000 Subject: [PATCH 42/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 9f8be0b..8c05486 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -111,6 +111,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Feb 21 2019 Jens Petersen - 1.3.1-1 - update to 1.3.1 From d1806cc914d8727b95032b2965d72ff908128d4a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:22:17 +0000 Subject: [PATCH 43/60] refresh to cabal-rpm-1.0.0: lib doc/prof subpkgs and bin static BRs --- ghc-conduit.spec | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 8c05486..e7dd2d8 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.13 +# generated by cabal-rpm-1.0.0 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name conduit @@ -19,6 +19,12 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel +%if %{with haddock} +BuildRequires: ghc-doc +%endif +%if %{with ghc_prof} +BuildRequires: ghc-prof +%endif BuildRequires: ghc-rpm-macros BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel @@ -58,11 +64,8 @@ homepage](https://github.com/snoyberg/conduit#readme). %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} -Provides: %{name}-doc = %{version}-%{release} %if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} -Requires(post): ghc-compiler = %{ghc_version} -Requires(postun): ghc-compiler = %{ghc_version} %endif Requires: %{name}%{?_isa} = %{version}-%{release} @@ -70,6 +73,25 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This package provides the Haskell %{pkg_name} library development files. +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} @@ -92,14 +114,6 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -110,6 +124,16 @@ This package provides the Haskell %{pkg_name} library development files. %doc ChangeLog.md README.md +%if %{with haddock} +%files doc -f %{name}-doc.files +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + %changelog * Thu Jul 25 2019 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 0aa899f011b288948b911190af8750f0479d0440 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 15:26:13 +0000 Subject: [PATCH 44/60] update to 1.3.1.1 --- .gitignore | 1 + ghc-conduit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 417895a..f81ec76 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /conduit-1.2.12.1.tar.gz /conduit-1.3.0.3.tar.gz /conduit-1.3.1.tar.gz +/conduit-1.3.1.1.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index e7dd2d8..11a9bd2 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.1 -Release: 2%{?dist} +Version: 1.3.1.1 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -135,6 +135,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 25 2019 Jens Petersen - 1.3.1.1-1 +- update to 1.3.1.1 + * Thu Jul 25 2019 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 34a00e0..90bda95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.3.1.tar.gz) = b7752a652c3fe940b9bac33be14e8e552d0eb289b69c25170aa63ba96db13cec28c53ac6f2c36a486d58948477f69cad1042026b4bd4163eb9ab96392d439ded +SHA512 (conduit-1.3.1.1.tar.gz) = a41a12b480f9fa16c10318c76936cca074ddefabb4cf4e1be98f80d951e255932858e49bdd10777e2b716433e7ffe8ea7252b0e4fdcf5e8c47e895e04467b807 From d8d8e148e3597b0611d85b3216c4767dcc593fdf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:28:15 +0800 Subject: [PATCH 45/60] BR prof for lib and static for executable --- ghc-conduit.spec | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 11a9bd2..e2d4999 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.0 +# generated by cabal-rpm-1.0.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name conduit @@ -19,26 +19,21 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel -%if %{with haddock} -BuildRequires: ghc-doc -%endif -%if %{with ghc_prof} -BuildRequires: ghc-prof -%endif BuildRequires: ghc-rpm-macros -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-directory-devel -BuildRequires: ghc-exceptions-devel -BuildRequires: ghc-filepath-devel -BuildRequires: ghc-mono-traversable-devel -BuildRequires: ghc-mtl-devel -BuildRequires: ghc-primitive-devel -BuildRequires: ghc-resourcet-devel -BuildRequires: ghc-text-devel -BuildRequires: ghc-transformers-devel -BuildRequires: ghc-unix-devel -BuildRequires: ghc-unliftio-core-devel -BuildRequires: ghc-vector-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-directory-prof +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-filepath-prof +BuildRequires: ghc-mono-traversable-prof +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-primitive-prof +BuildRequires: ghc-resourcet-prof +BuildRequires: ghc-text-prof +BuildRequires: ghc-transformers-prof +BuildRequires: ghc-unix-prof +BuildRequires: ghc-unliftio-core-prof +BuildRequires: ghc-vector-prof %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-containers-devel @@ -64,6 +59,7 @@ homepage](https://github.com/snoyberg/conduit#readme). %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} %if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} %endif From 9ab4af7f7075c9605f78dc07a6f2b82fdddfc1e7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 20:27:40 +0000 Subject: [PATCH 46/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index e2d4999..e501208 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -131,6 +131,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1.3.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Jens Petersen - 1.3.1.1-1 - update to 1.3.1.1 From 656ebfe102a64115bf2e16d9f2b8f21c5a6fabfa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:49:31 +0800 Subject: [PATCH 47/60] refresh to cabal-rpm-2.0.2 --- ghc-conduit.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index e501208..48e1aee 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.1 +# generated by cabal-rpm-2.0.2 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name conduit @@ -72,6 +72,7 @@ This package provides the Haskell %{pkg_name} library development files. %if %{with haddock} %package doc Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch %description doc This package provides the Haskell %{pkg_name} library documentation. @@ -82,6 +83,7 @@ This package provides the Haskell %{pkg_name} library documentation. %package prof Summary: Haskell %{pkg_name} profiling library Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) %description prof This package provides the Haskell %{pkg_name} profiling library. @@ -110,6 +112,16 @@ This package provides the Haskell %{pkg_name} profiling library. %cabal_test +%if 0%{?fedora} < 31 || 0%{?rhel} < 8 +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache +%endif + + %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -122,6 +134,7 @@ This package provides the Haskell %{pkg_name} profiling library. %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif From 884a6b7a2284c2404c656497799d78748e9b3e8b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 14 Feb 2020 10:53:57 +0800 Subject: [PATCH 48/60] update to 1.3.1.2 --- .gitignore | 1 + ghc-conduit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f81ec76..728c74d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /conduit-1.3.0.3.tar.gz /conduit-1.3.1.tar.gz /conduit-1.3.1.1.tar.gz +/conduit-1.3.1.2.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 48e1aee..2e1daa4 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.1.1 -Release: 2%{?dist} +Version: 1.3.1.2 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -144,6 +144,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Feb 14 2020 Jens Petersen - 1.3.1.2-1 +- update to 1.3.1.2 + * Tue Jan 28 2020 Fedora Release Engineering - 1.3.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 90bda95..bc931fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.3.1.1.tar.gz) = a41a12b480f9fa16c10318c76936cca074ddefabb4cf4e1be98f80d951e255932858e49bdd10777e2b716433e7ffe8ea7252b0e4fdcf5e8c47e895e04467b807 +SHA512 (conduit-1.3.1.2.tar.gz) = a5873f42a75a3d9f404070fcd3c91efd5a38d7d9bb9cd313c2881ae82a79e79a5b87f76b11eb72dc6c6050306c55ecd5faca4ab24ae781503cefd66907911f32 From 9f2fcfefff5a605bbe5ba8933dc63fb20ed0d2ae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:25:43 +0800 Subject: [PATCH 49/60] refresh to cabal-rpm-2.0.5 --- ghc-conduit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 2e1daa4..c0045f6 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,5 +1,5 @@ -# generated by cabal-rpm-2.0.2 -# https://fedoraproject.org/wiki/Packaging:Haskell +# generated by cabal-rpm-2.0.5 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name conduit %global pkgver %{pkg_name}-%{version} From f6c11657166d2638d13de2d659da831b97e9919f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 8 Jun 2020 01:50:09 +0800 Subject: [PATCH 50/60] update to 1.3.2 --- .gitignore | 1 + ghc-conduit.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 728c74d..de9e5c0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /conduit-1.3.1.tar.gz /conduit-1.3.1.1.tar.gz /conduit-1.3.1.2.tar.gz +/conduit-1.3.2.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index c0045f6..4cf8c81 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,7 +7,7 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.1.2 +Version: 1.3.2 Release: 1%{?dist} Summary: Streaming data processing library @@ -144,6 +144,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Sun Jun 07 2020 Jens Petersen - 1.3.2-1 +- update to 1.3.2 + * Fri Feb 14 2020 Jens Petersen - 1.3.1.2-1 - update to 1.3.1.2 diff --git a/sources b/sources index bc931fd..a91867f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.3.1.2.tar.gz) = a5873f42a75a3d9f404070fcd3c91efd5a38d7d9bb9cd313c2881ae82a79e79a5b87f76b11eb72dc6c6050306c55ecd5faca4ab24ae781503cefd66907911f32 +SHA512 (conduit-1.3.2.tar.gz) = d6dcc33156923a1601e9c0c7ae61d1df9dc4ec71c39f4ec0935b13bff502eb66bcdda30901c3c864e44ade9fcc437d3ab2c1af167bac0d89f7f70567d0911f57 From 9772e98030938885b7a08ab7bf07971d945e6089 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:54:21 +0800 Subject: [PATCH 51/60] refresh to cabal-rpm-2.0.6 --- ghc-conduit.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 4cf8c81..ddc70c2 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.5 +# generated by cabal-rpm-2.0.6 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name conduit @@ -112,16 +112,6 @@ This package provides the Haskell %{pkg_name} profiling library. %cabal_test -%if 0%{?fedora} < 31 || 0%{?rhel} < 8 -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache -%endif - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE From 9452fa83aca9893cfc7f54c56061121ed18466b7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 18:56:52 +0000 Subject: [PATCH 52/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index ddc70c2..23e3667 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -134,6 +134,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Sun Jun 07 2020 Jens Petersen - 1.3.2-1 - update to 1.3.2 From 917bc8f5ba997f8427e08bbefde0c7693097c911 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 07:00:52 +0000 Subject: [PATCH 53/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 23e3667..dd680d1 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Streaming data processing library License: MIT @@ -134,6 +134,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0033b69d1cc5a5e9f37f721d2af973718aff5b31 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 00:28:03 +0000 Subject: [PATCH 54/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index dd680d1..4d05d4f 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Streaming data processing library License: MIT @@ -134,6 +134,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From a9d30cdf195f8b266c417055065d096a405582a9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 28 Jan 2021 15:17:15 +0800 Subject: [PATCH 55/60] update to 1.3.4 --- .gitignore | 1 + ghc-conduit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de9e5c0..78775f7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /conduit-1.3.1.1.tar.gz /conduit-1.3.1.2.tar.gz /conduit-1.3.2.tar.gz +/conduit-1.3.4.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 4d05d4f..c849282 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.2 -Release: 4%{?dist} +Version: 1.3.4 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -134,6 +134,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Aug 5 2021 Jens Petersen - 1.3.4-1 +- update to 1.3.4 + * Thu Jul 22 2021 Fedora Release Engineering - 1.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index a91867f..bf277d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.3.2.tar.gz) = d6dcc33156923a1601e9c0c7ae61d1df9dc4ec71c39f4ec0935b13bff502eb66bcdda30901c3c864e44ade9fcc437d3ab2c1af167bac0d89f7f70567d0911f57 +SHA512 (conduit-1.3.4.tar.gz) = a70f41f45b9014fcd4155167114e0c42b98f33ffe5111ecfe12f3d7f579fcfe82b76e27c16670538f71883bb10af159a2e56eee322e0a1f1cf79bbf862db7611 From 792141514ed7578f3ade72a0c3aa1dcb77cb3d90 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:10 +0800 Subject: [PATCH 56/60] refresh to cabal-rpm-2.0.9 --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index c849282..8a1ea05 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.6 +# generated by cabal-rpm-2.0.9 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name conduit @@ -73,6 +73,7 @@ This package provides the Haskell %{pkg_name} library development files. %package doc Summary: Haskell %{pkg_name} library documentation BuildArch: noarch +Requires: ghc-filesystem %description doc This package provides the Haskell %{pkg_name} library documentation. @@ -109,7 +110,9 @@ This package provides the Haskell %{pkg_name} profiling library. %check +%if %{with tests} %cabal_test +%endif %files -f %{name}.files From b5420f030ab8f2c518c8146e2f9b8cc268e92183 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Aug 2021 10:24:32 +0800 Subject: [PATCH 57/60] update to 1.3.4.1 --- .gitignore | 1 + ghc-conduit.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 78775f7..3a861f7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /conduit-1.3.1.2.tar.gz /conduit-1.3.2.tar.gz /conduit-1.3.4.tar.gz +/conduit-1.3.4.1.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 8a1ea05..f02eef9 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,7 +7,7 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.4 +Version: 1.3.4.1 Release: 1%{?dist} Summary: Streaming data processing library @@ -137,6 +137,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Aug 5 2021 Jens Petersen - 1.3.4.1-1 +- update to 1.3.4.1 + * Thu Aug 5 2021 Jens Petersen - 1.3.4-1 - update to 1.3.4 diff --git a/sources b/sources index bf277d1..eb0c19d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.3.4.tar.gz) = a70f41f45b9014fcd4155167114e0c42b98f33ffe5111ecfe12f3d7f579fcfe82b76e27c16670538f71883bb10af159a2e56eee322e0a1f1cf79bbf862db7611 +SHA512 (conduit-1.3.4.1.tar.gz) = fdb5eb22e0e49a6b150b7bafe9775e9b2b41b70338647d447ae20a3901d93de9b286cc2ac0ff7533bffeb0b3ca9a5b898fd6c0341898b4ecddde9a9eb4a2823a From 21037faeca412c5ff95c455cc44f33287f7cf20a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 04:40:43 +0000 Subject: [PATCH 58/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-conduit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-conduit.spec b/ghc-conduit.spec index f02eef9..56fd982 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -137,6 +137,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.3.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Aug 5 2021 Jens Petersen - 1.3.4.1-1 - update to 1.3.4.1 From ad35103c2f46e1d75bdbabe1cfbe6f1111341729 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 7 Jun 2022 13:08:07 +0800 Subject: [PATCH 59/60] update to 1.3.4.2 --- .gitignore | 1 + ghc-conduit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a861f7..4c8991a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /conduit-1.3.2.tar.gz /conduit-1.3.4.tar.gz /conduit-1.3.4.1.tar.gz +/conduit-1.3.4.2.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 56fd982..fa64f10 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.4.1 -Release: 2%{?dist} +Version: 1.3.4.2 +Release: 1%{?dist} Summary: Streaming data processing library License: MIT @@ -137,6 +137,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jun 07 2022 Jens Petersen - 1.3.4.2-1 +- https://hackage.haskell.org/package/conduit-1.3.4.2/changelog + * Thu Jan 20 2022 Fedora Release Engineering - 1.3.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index eb0c19d..08992ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (conduit-1.3.4.1.tar.gz) = fdb5eb22e0e49a6b150b7bafe9775e9b2b41b70338647d447ae20a3901d93de9b286cc2ac0ff7533bffeb0b3ca9a5b898fd6c0341898b4ecddde9a9eb4a2823a +SHA512 (conduit-1.3.4.2.tar.gz) = 8caf67020e33ddaadc5f05ad3f1aa38d436388f0cb3dac66cb9a645c1693bcd134f1cb8d311eca7b64f9c5ace9ca97681511e5dc28bb70b7b52c43c62d5f3e03 From a8dfb575a940f92198da3f3fb7c784cb7e8c6d20 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 21:30:22 +0300 Subject: [PATCH 60/60] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 08992ac..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (conduit-1.3.4.2.tar.gz) = 8caf67020e33ddaadc5f05ad3f1aa38d436388f0cb3dac66cb9a645c1693bcd134f1cb8d311eca7b64f9c5ace9ca97681511e5dc28bb70b7b52c43c62d5f3e03