From d362f2abfcf4013cdc7f27741db23d7175d95f93 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Oct 2012 10:59:48 +0000 Subject: [PATCH 01/49] 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 176a51f75e499c454e6d87dc67784a3632dd6de9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Oct 2012 10:51:26 +0900 Subject: [PATCH 02/49] import (#855710) --- .gitignore | 1 + ghc-blaze-markup.spec | 61 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 63 insertions(+) create mode 100644 ghc-blaze-markup.spec diff --git a/.gitignore b/.gitignore index e69de29..889e54e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/blaze-markup-0.5.1.0.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec new file mode 100644 index 0000000..d2e1c4d --- /dev/null +++ b/ghc-blaze-markup.spec @@ -0,0 +1,61 @@ +# https://fedoraproject.org/wiki/PackagingDrafts/Haskell + +%global pkg_name blaze-markup + +%global common_summary A blazingly fast markup combinator library for Haskell + +%global common_description Core modules of a blazingly fast markup combinator library for\ +the Haskell programming language. The Text.Blaze module is a good starting\ +point, as well as this tutorial: . + +Name: ghc-%{pkg_name} +Version: 0.5.1.0 +Release: 1%{?dist} +Summary: %{common_summary} + +License: BSD +URL: http://hackage.haskell.org/package/%{pkg_name} +Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +# Begin cabal-rpm deps: +BuildRequires: ghc-base-devel >= 4, ghc-base-devel < 5 +BuildRequires: ghc-blaze-builder-devel >= 0.2, ghc-blaze-builder-devel < 0.4 +BuildRequires: ghc-bytestring-devel >= 0.9, ghc-bytestring-devel < 0.10 +BuildRequires: ghc-text-devel >= 0.10, ghc-text-devel < 0.12 +# End cabal-rpm deps + +%description +%{common_description} + + +%prep +%setup -q -n %{pkg_name}-%{version} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%ghc_devel_package + +%ghc_devel_description + + +%ghc_devel_post_postun + + +%ghc_files LICENSE + + +%changelog +* Mon Sep 10 2012 Jens Petersen - 0.5.1.0-1 +- improve description format + +* Mon Sep 10 2012 Fedora Haskell SIG +- spec file generated by cabal-rpm-0.6.2 diff --git a/sources b/sources index e69de29..283fd17 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +67a8a3986675626127f878a16b10d631 blaze-markup-0.5.1.0.tar.gz From 59d845775bd78c8ac1ff9f59077cfa2ff277fa11 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Oct 2012 10:57:00 +0900 Subject: [PATCH 03/49] update to 0.5.1.1 --- .gitignore | 1 + ghc-blaze-markup.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 889e54e..f61f6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /blaze-markup-0.5.1.0.tar.gz +/blaze-markup-0.5.1.1.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index d2e1c4d..580447e 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -9,7 +9,7 @@ the Haskell programming language. The Text.Blaze module is a good starting\ point, as well as this tutorial: . Name: ghc-%{pkg_name} -Version: 0.5.1.0 +Version: 0.5.1.1 Release: 1%{?dist} Summary: %{common_summary} @@ -54,6 +54,9 @@ BuildRequires: ghc-text-devel >= 0.10, ghc-text-devel < 0.12 %changelog +* Thu Oct 25 2012 Jens Petersen - 0.5.1.1-1 +- update to 0.5.1.1 + * Mon Sep 10 2012 Jens Petersen - 0.5.1.0-1 - improve description format diff --git a/sources b/sources index 283fd17..4962cbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67a8a3986675626127f878a16b10d631 blaze-markup-0.5.1.0.tar.gz +9a5bd655b2f696439a3937b12282b856 blaze-markup-0.5.1.1.tar.gz From fb408fdc02dd695ef7e5b5b2b078afb258039e4b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Nov 2012 19:47:42 +0900 Subject: [PATCH 04/49] update with cabal-rpm-0.6.5 --- ghc-blaze-markup.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 580447e..1a376d0 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -1,3 +1,4 @@ +# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name blaze-markup @@ -10,7 +11,7 @@ point, as well as this tutorial: . Name: ghc-%{pkg_name} Version: 0.5.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} License: BSD @@ -18,12 +19,11 @@ URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: -BuildRequires: ghc-base-devel >= 4, ghc-base-devel < 5 -BuildRequires: ghc-blaze-builder-devel >= 0.2, ghc-blaze-builder-devel < 0.4 -BuildRequires: ghc-bytestring-devel >= 0.9, ghc-bytestring-devel < 0.10 -BuildRequires: ghc-text-devel >= 0.10, ghc-text-devel < 0.12 +BuildRequires: ghc-blaze-builder-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-text-devel # End cabal-rpm deps %description @@ -54,6 +54,9 @@ BuildRequires: ghc-text-devel >= 0.10, ghc-text-devel < 0.12 %changelog +* Mon Nov 19 2012 Jens Petersen - 0.5.1.1-2 +- update with cabal-rpm-0.6.5 + * Thu Oct 25 2012 Jens Petersen - 0.5.1.1-1 - update to 0.5.1.1 From 541fa8a938db4948143df9fccef344da696fcba2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 16:59:13 -0600 Subject: [PATCH 05/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 1a376d0..dd288be 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -11,7 +11,7 @@ point, as well as this tutorial: . Name: ghc-%{pkg_name} Version: 0.5.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{common_summary} License: BSD @@ -54,6 +54,9 @@ BuildRequires: ghc-text-devel %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 0.5.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Mon Nov 19 2012 Jens Petersen - 0.5.1.1-2 - update with cabal-rpm-0.6.5 From 1996f4b0c7d4ef626c4daa9585ef9ec065a27206 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Mar 2013 14:26:31 +0900 Subject: [PATCH 06/49] update to 0.5.1.5 --- .gitignore | 1 + ghc-blaze-markup.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f61f6fb..2c4ffc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /blaze-markup-0.5.1.0.tar.gz /blaze-markup-0.5.1.1.tar.gz +/blaze-markup-0.5.1.5.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index dd288be..6138d6b 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -10,8 +10,8 @@ the Haskell programming language. The Text.Blaze module is a good starting\ point, as well as this tutorial: . Name: ghc-%{pkg_name} -Version: 0.5.1.1 -Release: 3%{?dist} +Version: 0.5.1.5 +Release: 1%{?dist} Summary: %{common_summary} License: BSD @@ -54,6 +54,9 @@ BuildRequires: ghc-text-devel %changelog +* Tue Mar 12 2013 Jens Petersen - 0.5.1.5-1 +- update to 0.5.1.5 + * Wed Feb 13 2013 Fedora Release Engineering - 0.5.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 4962cbc..dc34ac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a5bd655b2f696439a3937b12282b856 blaze-markup-0.5.1.1.tar.gz +faf0c80851b34987e74541b23cef3218 blaze-markup-0.5.1.5.tar.gz From e2ac1ed80475cd2af75ded8d64c6d5e66708589e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Jun 2013 12:48:16 +0900 Subject: [PATCH 07/49] update to new simplified Haskell Packaging Guidelines --- ghc-blaze-markup.spec | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 6138d6b..0c7c779 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -1,18 +1,11 @@ # https://fedoraproject.org/wiki/Packaging:Haskell -# https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name blaze-markup -%global common_summary A blazingly fast markup combinator library for Haskell - -%global common_description Core modules of a blazingly fast markup combinator library for\ -the Haskell programming language. The Text.Blaze module is a good starting\ -point, as well as this tutorial: . - Name: ghc-%{pkg_name} Version: 0.5.1.5 -Release: 1%{?dist} -Summary: %{common_summary} +Release: 2%{?dist} +Summary: A blazingly fast markup combinator library for Haskell License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} @@ -27,7 +20,20 @@ BuildRequires: ghc-text-devel # End cabal-rpm deps %description -%{common_description} +Core modules of a blazingly fast markup combinator library for +the Haskell programming language. The Text.Blaze module is a good starting +point, as well as this tutorial: . + + +%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 @@ -42,18 +48,25 @@ BuildRequires: ghc-text-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 - 0.5.1.5-2 +- update to new simplified Haskell Packaging Guidelines + * Tue Mar 12 2013 Jens Petersen - 0.5.1.5-1 - update to 0.5.1.5 From 40ce67898ed264b1b3eab72d95ea80f323d07c2f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 3 Aug 2013 08:25:37 -0500 Subject: [PATCH 08/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 0c7c779..794e439 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.5.1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -64,6 +64,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.5.1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Jun 07 2013 Jens Petersen - 0.5.1.5-2 - update to new simplified Haskell Packaging Guidelines From 4956b8adad6a2d6c8b0c0e100d37cd7dd97f6afe Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 09:32:51 -0500 Subject: [PATCH 09/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 794e439..cbdf997 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.5.1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -64,6 +64,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.5.1.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 67130a501e5dc8c20d30a537b2af140bd43385b0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 14:44:38 +0000 Subject: [PATCH 10/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index cbdf997..7ff2850 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.5.1.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -64,6 +64,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 0.5.1.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 0.5.1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From d4e7a645c62c3239bf27112638fcaf46120ac01d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 28 Aug 2014 16:36:17 +0900 Subject: [PATCH 11/49] update to 0.6.1.0 --- .gitignore | 1 + ghc-blaze-markup.spec | 32 ++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2c4ffc4..f72c93d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /blaze-markup-0.5.1.0.tar.gz /blaze-markup-0.5.1.1.tar.gz /blaze-markup-0.5.1.5.tar.gz +/blaze-markup-0.6.1.0.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 7ff2850..f382e69 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -2,14 +2,19 @@ %global pkg_name blaze-markup +%bcond_with tests + +# no useful debuginfo for Haskell packages without C sources +%global debug_package %{nil} + Name: ghc-%{pkg_name} -Version: 0.5.1.5 -Release: 5%{?dist} +Version: 0.6.1.0 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD 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 @@ -17,6 +22,14 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-text-devel +%if %{with tests} +BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-test-framework-devel +BuildRequires: ghc-test-framework-hunit-devel +BuildRequires: ghc-test-framework-quickcheck2-devel +%endif # End cabal-rpm deps %description @@ -27,10 +40,11 @@ point, as well as this tutorial: . %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. @@ -48,6 +62,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 @@ -64,6 +84,10 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Aug 28 2014 Jens Petersen - 0.6.1.0-1 +- update to 0.6.1.0 +- refresh to cblrpm-0.8.11 + * Sat Aug 16 2014 Fedora Release Engineering - 0.5.1.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index dc34ac9..4c8a264 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -faf0c80851b34987e74541b23cef3218 blaze-markup-0.5.1.5.tar.gz +96d06fca820cb883866e12b2f73d99c9 blaze-markup-0.6.1.0.tar.gz From d50b9e2ae13adabbed532df1799b6fe9717c8889 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Sep 2014 18:46:26 +0900 Subject: [PATCH 12/49] update to 0.6.1.1 --- .gitignore | 1 + ghc-blaze-markup.spec | 6 +++--- sources | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f72c93d..d25f1ad 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /blaze-markup-0.5.1.1.tar.gz /blaze-markup-0.5.1.5.tar.gz /blaze-markup-0.6.1.0.tar.gz +/blaze-markup-0.6.1.1.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index f382e69..e6ba9f5 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 0.6.1.0 +Version: 0.6.1.1 Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell @@ -84,8 +84,8 @@ This package provides the Haskell %{pkg_name} library development files. %changelog -* Thu Aug 28 2014 Jens Petersen - 0.6.1.0-1 -- update to 0.6.1.0 +* Thu Sep 25 2014 Jens Petersen - 0.6.1.1-1 +- update to 0.6.1.1 - refresh to cblrpm-0.8.11 * Sat Aug 16 2014 Fedora Release Engineering - 0.5.1.5-5 diff --git a/sources b/sources index 4c8a264..5540a5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96d06fca820cb883866e12b2f73d99c9 blaze-markup-0.6.1.0.tar.gz +d67ee057b8ec73ebb08fce60c95429b2 blaze-markup-0.6.1.1.tar.gz From 957cf80397f9c6e80bf93507afbdd5e5ec39149a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Jan 2015 15:03:26 +0900 Subject: [PATCH 13/49] update to 0.6.2.0 --- .gitignore | 1 + ghc-blaze-markup.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d25f1ad..b6ebe15 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /blaze-markup-0.5.1.5.tar.gz /blaze-markup-0.6.1.0.tar.gz /blaze-markup-0.6.1.1.tar.gz +/blaze-markup-0.6.2.0.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index e6ba9f5..836a9a6 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 0.6.1.1 +Version: 0.6.2.0 Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell @@ -33,9 +33,9 @@ BuildRequires: ghc-test-framework-quickcheck2-devel # End cabal-rpm deps %description -Core modules of a blazingly fast markup combinator library for -the Haskell programming language. The Text.Blaze module is a good starting -point, as well as this tutorial: . +Core modules of a blazingly fast markup combinator library for the Haskell +programming language. The Text.Blaze module is a good starting point, as well +as this tutorial: . %package devel @@ -84,8 +84,8 @@ This package provides the Haskell %{pkg_name} library development files. %changelog -* Thu Sep 25 2014 Jens Petersen - 0.6.1.1-1 -- update to 0.6.1.1 +* Thu Jan 15 2015 Jens Petersen - 0.6.2.0-1 +- update to 0.6.2.0 - refresh to cblrpm-0.8.11 * Sat Aug 16 2014 Fedora Release Engineering - 0.5.1.5-5 diff --git a/sources b/sources index 5540a5b..cf320fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d67ee057b8ec73ebb08fce60c95429b2 blaze-markup-0.6.1.1.tar.gz +eea6ab8fe54e6bfbca4c9fa2ed7f086c blaze-markup-0.6.2.0.tar.gz From 412d31c2f59750d8f42a096ca8ed8057b4d26c43 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 07:32:53 +0000 Subject: [PATCH 14/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 836a9a6..caa751c 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -9,7 +9,7 @@ Name: ghc-%{pkg_name} Version: 0.6.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -84,6 +84,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 0.6.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Thu Jan 15 2015 Jens Petersen - 0.6.2.0-1 - update to 0.6.2.0 - refresh to cblrpm-0.8.11 From 7a959c5052f7ce9370f50e0376bc71402cc75a7a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 21:26:15 +0000 Subject: [PATCH 15/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index caa751c..61570f2 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -9,7 +9,7 @@ Name: ghc-%{pkg_name} Version: 0.6.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -84,6 +84,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 0.6.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 0.6.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 6d1395a5bc54ea62fbaddb8ad23de5293f926101 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 12:26:26 +0900 Subject: [PATCH 16/49] update to 0.7.0.3 --- .gitignore | 1 + ghc-blaze-markup.spec | 18 ++++++++++-------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b6ebe15..6d9c184 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /blaze-markup-0.6.1.0.tar.gz /blaze-markup-0.6.1.1.tar.gz /blaze-markup-0.6.2.0.tar.gz +/blaze-markup-0.7.0.3.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 61570f2..343cf33 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -4,17 +4,14 @@ %bcond_with tests -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.6.2.0 -Release: 3%{?dist} +Version: 0.7.0.3 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD -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 @@ -61,6 +58,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -77,13 +76,16 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %changelog +* Thu Jun 23 2016 Jens Petersen - 0.7.0.3-1 +- update to 0.7.0.3 + * Wed Feb 03 2016 Fedora Release Engineering - 0.6.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cf320fd..00ab9d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eea6ab8fe54e6bfbca4c9fa2ed7f086c blaze-markup-0.6.2.0.tar.gz +a1edfcab1893df6cdd244d3f97ca4de5 blaze-markup-0.7.0.3.tar.gz From f80f389c0aac709e9a1b1ed97e7e0d150db89ace Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Sep 2016 19:15:28 +0900 Subject: [PATCH 17/49] no longer remove license; use cabal_test --- ghc-blaze-markup.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 343cf33..3e43ede 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -58,13 +58,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 09baaad84d22a4ab72a977800b378a23b993f152 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 10:34:10 +0000 Subject: [PATCH 18/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 3e43ede..164e6dd 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 0.7.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -79,6 +79,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0.7.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Jun 23 2016 Jens Petersen - 0.7.0.3-1 - update to 0.7.0.3 From 7c194d7dd0b9ef4bdd8f8a810bfa3c7c74333af2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 21 Feb 2017 21:34:54 +0900 Subject: [PATCH 19/49] update to 0.7.1.1 --- .gitignore | 1 + ghc-blaze-markup.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6d9c184..b81004e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /blaze-markup-0.6.1.1.tar.gz /blaze-markup-0.6.2.0.tar.gz /blaze-markup-0.7.0.3.tar.gz +/blaze-markup-0.7.1.1.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 164e6dd..1e28df2 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -1,17 +1,19 @@ +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name blaze-markup +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.0.3 -Release: 2%{?dist} +Version: 0.7.1.1 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD 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 @@ -48,7 +50,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} %build @@ -76,9 +78,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files +%doc CHANGELOG %changelog +* Tue Feb 21 2017 Jens Petersen - 0.7.1.1-1 +- update to 0.7.1.1 + * Fri Feb 10 2017 Fedora Release Engineering - 0.7.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index 00ab9d9..1dffd10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1edfcab1893df6cdd244d3f97ca4de5 blaze-markup-0.7.0.3.tar.gz +SHA512 (blaze-markup-0.7.1.1.tar.gz) = 5e5e1c2964c53813e8576d4ed7bc4c43e4ca7b0c08f4985db37b320db8e8106e4c50a4ec1bd2d77458095a1a9beb07920f102d2ccc44744a3d1d2801813b20fd From 8aa8a1621241f9e57c3d8cead23011348b4efd9f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 09:35:50 +0000 Subject: [PATCH 20/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 1e28df2..487961d 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.7.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -82,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.7.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Tue Feb 21 2017 Jens Petersen - 0.7.1.1-1 - update to 0.7.1.1 From d38380e7fc9390aef2ad2e24230dacc61f6997b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 21:13:55 +0000 Subject: [PATCH 21/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 487961d..b88428c 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.7.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -82,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 0.7.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 0.7.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 5044facab3948ad772b192105a61fcdcc2b81014 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:10:40 +0100 Subject: [PATCH 22/49] refresh to cabal-rpm-0.12.1 --- ghc-blaze-markup.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index b88428c..a6f1443 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -40,9 +40,12 @@ as this tutorial: . %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 @@ -65,6 +68,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 c3ece9cb3221c6924baa1f87331f903727aa7360 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 15:22:34 +0100 Subject: [PATCH 23/49] update to 0.8.0.0 --- .gitignore | 1 + ghc-blaze-markup.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b81004e..0188fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /blaze-markup-0.6.2.0.tar.gz /blaze-markup-0.7.0.3.tar.gz /blaze-markup-0.7.1.1.tar.gz +/blaze-markup-0.8.0.0.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index a6f1443..1e53100 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.1.1 -Release: 3%{?dist} +Version: 0.8.0.0 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -91,6 +91,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jan 24 2018 Jens Petersen - 0.8.0.0-1 +- update to 0.8.0.0 + * Wed Aug 02 2017 Fedora Release Engineering - 0.7.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 1dffd10..0a4ca9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blaze-markup-0.7.1.1.tar.gz) = 5e5e1c2964c53813e8576d4ed7bc4c43e4ca7b0c08f4985db37b320db8e8106e4c50a4ec1bd2d77458095a1a9beb07920f102d2ccc44744a3d1d2801813b20fd +SHA512 (blaze-markup-0.8.0.0.tar.gz) = a25efb2a9a6641933876961410767c761386563ad2365d202335fc8e1078e5aea9da63144ba0f8b506cd7a37baf36da2d3f51610656baa7b954d17c7a7b88842 From 8c39b7c7624aaa14a4424c8e480f37fa71daf38f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Feb 2018 01:02:02 +0900 Subject: [PATCH 24/49] drop ldconfig scriptlets --- ghc-blaze-markup.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 1e53100..6fe2dbb 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -68,12 +68,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 7cafe0a918723c48fc4b30c66d356a62ce56c38b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 11:22:01 +0000 Subject: [PATCH 25/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 6fe2dbb..5842800 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -85,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.8.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jan 24 2018 Jens Petersen - 0.8.0.0-1 - update to 0.8.0.0 From 8e68a65b18a429f2b54acc080e741353248a164d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 01:35:55 +0000 Subject: [PATCH 26/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 5842800..b99a53a 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -85,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.8.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.8.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 3d8793844c3f950ff365f2aedc036d34f40298e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 Jul 2018 22:51:36 +0900 Subject: [PATCH 27/49] update to 0.8.2.1 --- .gitignore | 1 + ghc-blaze-markup.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0188fb8..63c7d3c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /blaze-markup-0.7.0.3.tar.gz /blaze-markup-0.7.1.1.tar.gz /blaze-markup-0.8.0.0.tar.gz +/blaze-markup-0.8.2.1.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index b99a53a..025521a 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.0.0 -Release: 3%{?dist} +Version: 0.8.2.1 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -25,9 +25,9 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-containers-devel -BuildRequires: ghc-test-framework-devel -BuildRequires: ghc-test-framework-hunit-devel -BuildRequires: ghc-test-framework-quickcheck2-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-quickcheck-devel %endif # End cabal-rpm deps @@ -85,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Jul 22 2018 Jens Petersen - 0.8.2.1-1 +- update to 0.8.2.1 + * Fri Jul 13 2018 Fedora Release Engineering - 0.8.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 0a4ca9b..9e2865c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blaze-markup-0.8.0.0.tar.gz) = a25efb2a9a6641933876961410767c761386563ad2365d202335fc8e1078e5aea9da63144ba0f8b506cd7a37baf36da2d3f51610656baa7b954d17c7a7b88842 +SHA512 (blaze-markup-0.8.2.1.tar.gz) = 93a81076325af29e26feb3cc3a9877423571ec76cb5ce72cbf98c8c50a00ba4f6d643410ab331013604223795bd4fe83607725073d9ad9b024cedadc35cf58a5 From 526af891d8e88599e4a09a67befba9e9fc277401 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 21:14:12 +0000 Subject: [PATCH 28/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 025521a..9a1adbf 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -85,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.8.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sun Jul 22 2018 Jens Petersen - 0.8.2.1-1 - update to 0.8.2.1 From 83ab907ad952101e2daa3a2f8ed1218a0cf5559f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:43:42 +0800 Subject: [PATCH 29/49] refresh to cabal-rpm-0.13 --- ghc-blaze-markup.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 9a1adbf..7d78f06 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -8,16 +8,18 @@ Name: ghc-%{pkg_name} Version: 0.8.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD 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-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-text-devel @@ -53,15 +55,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 @@ -77,7 +85,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 @@ -85,6 +95,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Feb 17 2019 Jens Petersen - 0.8.2.1-3 +- refresh to cabal-rpm-0.13 + * Thu Jan 31 2019 Fedora Release Engineering - 0.8.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c082611de67ceed47d942e2c7c9034a293f84069 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 21 Feb 2019 10:07:51 +0800 Subject: [PATCH 30/49] update to 0.8.2.2 --- .gitignore | 1 + blaze-markup-0.8.2.2.cabal | 76 ++++++++++++++++++++++++++++++++++++++ ghc-blaze-markup.spec | 9 ++++- sources | 2 +- 4 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 blaze-markup-0.8.2.2.cabal diff --git a/.gitignore b/.gitignore index 63c7d3c..2077e83 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /blaze-markup-0.7.1.1.tar.gz /blaze-markup-0.8.0.0.tar.gz /blaze-markup-0.8.2.1.tar.gz +/blaze-markup-0.8.2.2.tar.gz diff --git a/blaze-markup-0.8.2.2.cabal b/blaze-markup-0.8.2.2.cabal new file mode 100644 index 0000000..9192e27 --- /dev/null +++ b/blaze-markup-0.8.2.2.cabal @@ -0,0 +1,76 @@ +Name: blaze-markup +Version: 0.8.2.2 +x-revision: 1 +Homepage: http://jaspervdj.be/blaze +Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues +License: BSD3 +License-file: LICENSE +Author: Jasper Van der Jeugt, Simon Meier, Deepak Jois +Maintainer: Jasper Van der Jeugt +Stability: Experimental +Category: Text +Synopsis: A blazingly fast markup combinator library for Haskell +Description: + Core modules of a blazingly fast markup combinator library for the Haskell + programming language. The Text.Blaze module is a good + starting point, as well as this tutorial: + . + +Build-type: Simple +Cabal-version: >= 1.8 +Tested-with: GHC == 7.8.4, GHC == 7.10.3, + GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 + +Extra-source-files: + CHANGELOG + +Library + Hs-source-dirs: src + Ghc-Options: -Wall + + Exposed-modules: + Text.Blaze + Text.Blaze.Internal + Text.Blaze.Renderer.Pretty + Text.Blaze.Renderer.String + Text.Blaze.Renderer.Text + Text.Blaze.Renderer.Utf8 + + Build-depends: + base >= 4.4 && < 4.13, + blaze-builder >= 0.3 && < 0.5, + text >= 0.10 && < 1.3, + bytestring >= 0.9 && < 0.11 + +Test-suite blaze-markup-tests + Type: exitcode-stdio-1.0 + Hs-source-dirs: src tests + Main-is: TestSuite.hs + Ghc-options: -Wall + + Other-modules: + Text.Blaze + Text.Blaze.Internal + Text.Blaze.Renderer.Pretty + Text.Blaze.Renderer.String + Text.Blaze.Renderer.Text + Text.Blaze.Renderer.Utf8 + Text.Blaze.Tests + Text.Blaze.Tests.Util + + Build-depends: + HUnit >= 1.2 && < 1.7, + QuickCheck >= 2.7 && < 2.12, + containers >= 0.3 && < 0.7, + tasty >= 1.0 && < 1.2, + tasty-hunit >= 0.10 && < 0.11, + tasty-quickcheck >= 0.10 && < 0.11, + -- Copied from regular dependencies... + base >= 4 && < 4.13, + blaze-builder >= 0.3 && < 0.5, + text >= 0.10 && < 1.3, + bytestring >= 0.9 && < 0.11 + +Source-repository head + Type: git + Location: http://github.com/jaspervdj/blaze-markup diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 7d78f06..e4d3489 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -7,14 +7,15 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.2.1 -Release: 3%{?dist} +Version: 0.8.2.2 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal # End cabal-rpm sources # Begin cabal-rpm deps: @@ -57,6 +58,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} +cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup @@ -95,6 +97,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Feb 21 2019 Jens Petersen - 0.8.2.2-1 +- update to 0.8.2.2 + * Sun Feb 17 2019 Jens Petersen - 0.8.2.1-3 - refresh to cabal-rpm-0.13 diff --git a/sources b/sources index 9e2865c..435d27c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blaze-markup-0.8.2.1.tar.gz) = 93a81076325af29e26feb3cc3a9877423571ec76cb5ce72cbf98c8c50a00ba4f6d643410ab331013604223795bd4fe83607725073d9ad9b024cedadc35cf58a5 +SHA512 (blaze-markup-0.8.2.2.tar.gz) = a3f7cc69d90d25755e6e2ca0b96d1965ea40ebd8994df08df81353b9ae342ce70e80d38a85df33bd330c6d745c41cd28f2c5e8ee8fcaf08369ed26dd384dc5e6 From d2a26c2234dbffa48e96f1c39a18bbfc0dfdde3b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 02:09:59 +0000 Subject: [PATCH 31/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index e4d3489..d076225 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -97,6 +97,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.8.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Feb 21 2019 Jens Petersen - 0.8.2.2-1 - update to 0.8.2.2 From 2f360b9b88dbb5eac72ab24f7c755fca07c1db54 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:21:48 +0000 Subject: [PATCH 32/49] cabal-rpm-1.0.0: add doc and prof subpkgs --- ghc-blaze-markup.spec | 53 ++++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index d076225..25d7f8b 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -20,6 +20,12 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal# # 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-blaze-builder-devel BuildRequires: ghc-bytestring-devel @@ -43,11 +49,8 @@ as this tutorial: . %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} @@ -55,6 +58,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} @@ -78,14 +100,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %cabal_test -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -96,7 +110,20 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %doc CHANGELOG +%if %{with haddock} +%files doc -f %{name}-doc.files +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + %changelog +* Thu Aug 01 2019 Jens Petersen - 0.8.2.2-3 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.8.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From b557074a8e52dc8fdb4d2a036249cd40d5a176ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:27:46 +0800 Subject: [PATCH 33/49] BR prof for lib and static for executable --- ghc-blaze-markup.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 25d7f8b..0663b6c 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -20,16 +20,11 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal# # 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-blaze-builder-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-text-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-blaze-builder-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-text-prof %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel @@ -49,6 +44,7 @@ as this tutorial: . %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 a81a4f6a2ce5790952faa29fb12dbca2e974516c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 20:20:28 +0000 Subject: [PATCH 34/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 0663b6c..25df555 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -117,6 +117,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.8.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Aug 01 2019 Jens Petersen - 0.8.2.2-3 - add doc and prof subpackages (cabal-rpm-1.0.0) From b3cf8485934ed18198444d93d6c484d49892ee91 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:49:09 +0800 Subject: [PATCH 35/49] refresh to cabal-rpm-2.0.2 --- ghc-blaze-markup.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 25df555..58b9b60 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -57,6 +57,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. @@ -67,6 +68,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. @@ -96,6 +98,16 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %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 @@ -108,6 +120,7 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif From 0efa06d98f7f480ddf3aebc6f1627bb0d62c7328 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Feb 2020 21:58:00 +0800 Subject: [PATCH 36/49] update to 0.8.2.3 --- .gitignore | 1 + blaze-markup-0.8.2.2.cabal | 76 -------------------------------------- ghc-blaze-markup.spec | 9 +++-- sources | 2 +- 4 files changed, 7 insertions(+), 81 deletions(-) delete mode 100644 blaze-markup-0.8.2.2.cabal diff --git a/.gitignore b/.gitignore index 2077e83..78b0fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /blaze-markup-0.8.0.0.tar.gz /blaze-markup-0.8.2.1.tar.gz /blaze-markup-0.8.2.2.tar.gz +/blaze-markup-0.8.2.3.tar.gz diff --git a/blaze-markup-0.8.2.2.cabal b/blaze-markup-0.8.2.2.cabal deleted file mode 100644 index 9192e27..0000000 --- a/blaze-markup-0.8.2.2.cabal +++ /dev/null @@ -1,76 +0,0 @@ -Name: blaze-markup -Version: 0.8.2.2 -x-revision: 1 -Homepage: http://jaspervdj.be/blaze -Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues -License: BSD3 -License-file: LICENSE -Author: Jasper Van der Jeugt, Simon Meier, Deepak Jois -Maintainer: Jasper Van der Jeugt -Stability: Experimental -Category: Text -Synopsis: A blazingly fast markup combinator library for Haskell -Description: - Core modules of a blazingly fast markup combinator library for the Haskell - programming language. The Text.Blaze module is a good - starting point, as well as this tutorial: - . - -Build-type: Simple -Cabal-version: >= 1.8 -Tested-with: GHC == 7.8.4, GHC == 7.10.3, - GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 - -Extra-source-files: - CHANGELOG - -Library - Hs-source-dirs: src - Ghc-Options: -Wall - - Exposed-modules: - Text.Blaze - Text.Blaze.Internal - Text.Blaze.Renderer.Pretty - Text.Blaze.Renderer.String - Text.Blaze.Renderer.Text - Text.Blaze.Renderer.Utf8 - - Build-depends: - base >= 4.4 && < 4.13, - blaze-builder >= 0.3 && < 0.5, - text >= 0.10 && < 1.3, - bytestring >= 0.9 && < 0.11 - -Test-suite blaze-markup-tests - Type: exitcode-stdio-1.0 - Hs-source-dirs: src tests - Main-is: TestSuite.hs - Ghc-options: -Wall - - Other-modules: - Text.Blaze - Text.Blaze.Internal - Text.Blaze.Renderer.Pretty - Text.Blaze.Renderer.String - Text.Blaze.Renderer.Text - Text.Blaze.Renderer.Utf8 - Text.Blaze.Tests - Text.Blaze.Tests.Util - - Build-depends: - HUnit >= 1.2 && < 1.7, - QuickCheck >= 2.7 && < 2.12, - containers >= 0.3 && < 0.7, - tasty >= 1.0 && < 1.2, - tasty-hunit >= 0.10 && < 0.11, - tasty-quickcheck >= 0.10 && < 0.11, - -- Copied from regular dependencies... - base >= 4 && < 4.13, - blaze-builder >= 0.3 && < 0.5, - text >= 0.10 && < 1.3, - bytestring >= 0.9 && < 0.11 - -Source-repository head - Type: git - Location: http://github.com/jaspervdj/blaze-markup diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 58b9b60..6aa4b0a 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -7,15 +7,14 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.2.2 -Release: 4%{?dist} +Version: 0.8.2.3 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal # End cabal-rpm sources # Begin cabal-rpm deps: @@ -78,7 +77,6 @@ This package provides the Haskell %{pkg_name} profiling library. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} -cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup @@ -130,6 +128,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Sun Feb 09 2020 Jens Petersen - 0.8.2.3-1 +- update to 0.8.2.3 + * Tue Jan 28 2020 Fedora Release Engineering - 0.8.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 435d27c..52a6e0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blaze-markup-0.8.2.2.tar.gz) = a3f7cc69d90d25755e6e2ca0b96d1965ea40ebd8994df08df81353b9ae342ce70e80d38a85df33bd330c6d745c41cd28f2c5e8ee8fcaf08369ed26dd384dc5e6 +SHA512 (blaze-markup-0.8.2.3.tar.gz) = 592106b5e68be4755bc14ce57fc3bb5b5e009dda2ca36ccf19bef319b30198e91d4d1bb0f987c6c6bcbcfad83bd549b1bd87dc14fba9419711a0e5718157259c From c0346041c3aae68434d1550bbbb0e82b68b94b10 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 3 Jun 2020 18:56:14 +0800 Subject: [PATCH 37/49] enable tests --- ghc-blaze-markup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 6aa4b0a..a6bac4d 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -4,7 +4,7 @@ %global pkg_name blaze-markup %global pkgver %{pkg_name}-%{version} -%bcond_with tests +%bcond_without tests Name: ghc-%{pkg_name} Version: 0.8.2.3 From 83b8160e46c46f2778877a1d35fb4a263d1da0ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:25:24 +0800 Subject: [PATCH 38/49] refresh to cabal-rpm-2.0.5 --- ghc-blaze-markup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index a6bac4d..e17084a 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup %global pkgver %{pkg_name}-%{version} From 004335086cb2df688abc4b2827b04d0ee07f2a66 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 8 Jun 2020 00:13:33 +0800 Subject: [PATCH 39/49] update to 0.8.2.5 --- .gitignore | 1 + ghc-blaze-markup.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 78b0fdc..2e4df6b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /blaze-markup-0.8.2.1.tar.gz /blaze-markup-0.8.2.2.tar.gz /blaze-markup-0.8.2.3.tar.gz +/blaze-markup-0.8.2.5.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index e17084a..aad4748 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -7,7 +7,7 @@ %bcond_without tests Name: ghc-%{pkg_name} -Version: 0.8.2.3 +Version: 0.8.2.5 Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell @@ -128,6 +128,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Sun Jun 07 2020 Jens Petersen - 0.8.2.5-1 +- update to 0.8.2.5 + * Sun Feb 09 2020 Jens Petersen - 0.8.2.3-1 - update to 0.8.2.3 diff --git a/sources b/sources index 52a6e0c..daf2c1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blaze-markup-0.8.2.3.tar.gz) = 592106b5e68be4755bc14ce57fc3bb5b5e009dda2ca36ccf19bef319b30198e91d4d1bb0f987c6c6bcbcfad83bd549b1bd87dc14fba9419711a0e5718157259c +SHA512 (blaze-markup-0.8.2.5.tar.gz) = e84089fdae7c650b5813301188f0a7e5af6bf5ed0b6a7a8529b09b6481b4f3d8341fca72757514e9e5c9950a1d245d202d84b28ecbd7763966ff13c785e6670e From c89d4ddf9ebd02d11a11b6e966f5d8ed9ad30ce1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:54:01 +0800 Subject: [PATCH 40/49] refresh to cabal-rpm-2.0.6 --- ghc-blaze-markup.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index aad4748..febc365 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -96,16 +96,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 44405045d7d99ee8968689e33c5124e38c7236dc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jul 2020 19:19:02 +0800 Subject: [PATCH 41/49] update to 0.8.2.7 --- .gitignore | 1 + ghc-blaze-markup.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e4df6b..581abba 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /blaze-markup-0.8.2.2.tar.gz /blaze-markup-0.8.2.3.tar.gz /blaze-markup-0.8.2.5.tar.gz +/blaze-markup-0.8.2.7.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index febc365..71cf52f 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -7,7 +7,7 @@ %bcond_without tests Name: ghc-%{pkg_name} -Version: 0.8.2.5 +Version: 0.8.2.7 Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 16 2020 Jens Petersen - 0.8.2.7-1 +- update to 0.8.2.7 + * Sun Jun 07 2020 Jens Petersen - 0.8.2.5-1 - update to 0.8.2.5 diff --git a/sources b/sources index daf2c1b..e640fff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blaze-markup-0.8.2.5.tar.gz) = e84089fdae7c650b5813301188f0a7e5af6bf5ed0b6a7a8529b09b6481b4f3d8341fca72757514e9e5c9950a1d245d202d84b28ecbd7763966ff13c785e6670e +SHA512 (blaze-markup-0.8.2.7.tar.gz) = 1358049257481a50744a4d38fe3924fb0c9e57466e6d12fadd1dc377ac1452a5055877d1ac503d1e7a9ef92c6de8bc27e8d550f204f19c806f8377b84c69025c From 3124fa9eb4b85f33338774147dbd0b2ba67bb11d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 18:51:03 +0000 Subject: [PATCH 42/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 71cf52f..f124a44 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.8.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 16 2020 Jens Petersen - 0.8.2.7-1 - update to 0.8.2.7 From 0a197e60f9e52e878de69d116290be21197367fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 06:55:17 +0000 Subject: [PATCH 43/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index f124a44..73862d4 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.8.2.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.8.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 62f51e382e00de2744a4bb21bcd2ed8fbde6a6b2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 00:22:07 +0000 Subject: [PATCH 44/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 73862d4..57a5058 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.8.2.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.8.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From de9e0ef1a2764c45a6d3e3218e31c94e1d7e99c6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:10 +0800 Subject: [PATCH 45/49] refresh to cabal-rpm-2.0.9 --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 57a5058..4523ded 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.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 blaze-markup @@ -57,6 +57,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. @@ -93,7 +94,9 @@ This package provides the Haskell %{pkg_name} profiling library. %check +%if %{with tests} %cabal_test +%endif %files -f %{name}.files From 4785156b6eadb77d95fead3d69486b08eb4957e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 01:39:11 +0800 Subject: [PATCH 46/49] update to 0.8.2.8 --- .gitignore | 1 + ghc-blaze-markup.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 581abba..0a3a861 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /blaze-markup-0.8.2.3.tar.gz /blaze-markup-0.8.2.5.tar.gz /blaze-markup-0.8.2.7.tar.gz +/blaze-markup-0.8.2.8.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 4523ded..cb2f6c2 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -7,8 +7,8 @@ %bcond_without tests Name: ghc-%{pkg_name} -Version: 0.8.2.7 -Release: 4%{?dist} +Version: 0.8.2.8 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Aug 5 2021 Jens Petersen - 0.8.2.8-1 +- update to 0.8.2.8 + * Thu Jul 22 2021 Fedora Release Engineering - 0.8.2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index e640fff..f2680e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blaze-markup-0.8.2.7.tar.gz) = 1358049257481a50744a4d38fe3924fb0c9e57466e6d12fadd1dc377ac1452a5055877d1ac503d1e7a9ef92c6de8bc27e8d550f204f19c806f8377b84c69025c +SHA512 (blaze-markup-0.8.2.8.tar.gz) = d677b611c751c2dfd4bd12c1b1aa612b08356c90b9962b60d4972a9626ddd0337bcaf40b4595b64c1d3bf506d017f058771d00fa55979b94283095061be18944 From afc976950b7b6ba0482d3582b39524d8ecc9b2c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 04:34:38 +0000 Subject: [PATCH 47/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-blaze-markup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index cb2f6c2..b7a7506 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A blazingly fast markup combinator library for Haskell License: BSD @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.8.2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Aug 5 2021 Jens Petersen - 0.8.2.8-1 - update to 0.8.2.8 From f7ddc5da05627cafa73f9dd0e3293c6a1c19ac16 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Jun 2022 00:21:41 +0800 Subject: [PATCH 48/49] revise .cabal --- blaze-markup-0.8.2.8.cabal | 80 ++++++++++++++++++++++++++++++++++++++ ghc-blaze-markup.spec | 3 ++ 2 files changed, 83 insertions(+) create mode 100644 blaze-markup-0.8.2.8.cabal diff --git a/blaze-markup-0.8.2.8.cabal b/blaze-markup-0.8.2.8.cabal new file mode 100644 index 0000000..fc1914e --- /dev/null +++ b/blaze-markup-0.8.2.8.cabal @@ -0,0 +1,80 @@ +Name: blaze-markup +Version: 0.8.2.8 +x-revision: 2 +Homepage: http://jaspervdj.be/blaze +Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues +License: BSD3 +License-file: LICENSE +Author: Jasper Van der Jeugt, Simon Meier, Deepak Jois +Maintainer: Jasper Van der Jeugt +Stability: Experimental +Category: Text +Synopsis: A blazingly fast markup combinator library for Haskell +Description: + Core modules of a blazingly fast markup combinator library for the Haskell + programming language. The Text.Blaze module is a good + starting point, as well as this tutorial: + . + +Build-type: Simple +Cabal-version: >= 1.10 +Tested-with: GHC == 7.8.4, GHC == 7.10.3, + GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, + GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4, + GHC == 9.0.1, GHC == 9.2.1 + +Extra-source-files: + CHANGELOG + +Library + Hs-source-dirs: src + Ghc-Options: -Wall + Default-language: Haskell2010 + + Exposed-modules: + Text.Blaze + Text.Blaze.Internal + Text.Blaze.Renderer.Pretty + Text.Blaze.Renderer.String + Text.Blaze.Renderer.Text + Text.Blaze.Renderer.Utf8 + + Build-depends: + base >= 4 && < 4.17, + blaze-builder >= 0.3 && < 0.5, + text >= 0.10 && < 2.1, + bytestring >= 0.9 && < 0.12 + +Test-suite blaze-markup-tests + Type: exitcode-stdio-1.0 + Hs-source-dirs: src tests + Main-is: TestSuite.hs + Ghc-options: -Wall + Default-language: Haskell2010 + + Other-modules: + Text.Blaze + Text.Blaze.Internal + Text.Blaze.Renderer.Pretty + Text.Blaze.Renderer.String + Text.Blaze.Renderer.Text + Text.Blaze.Renderer.Utf8 + Text.Blaze.Tests + Text.Blaze.Tests.Util + + Build-depends: + HUnit >= 1.2 && < 1.7, + QuickCheck >= 2.7 && < 2.15, + containers >= 0.3 && < 0.7, + tasty >= 1.0 && < 1.5, + tasty-hunit >= 0.10 && < 0.11, + tasty-quickcheck >= 0.10 && < 0.11, + -- Copied from regular dependencies... + base >= 4 && < 4.17, + blaze-builder >= 0.3 && < 0.5, + text >= 0.10 && < 2.1, + bytestring >= 0.9 && < 0.12 + +Source-repository head + Type: git + Location: http://github.com/jaspervdj/blaze-markup diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index b7a7506..44af2a9 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -15,9 +15,11 @@ License: BSD Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal # End cabal-rpm sources # Begin cabal-rpm deps: +BuildRequires: dos2unix BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-base-prof @@ -78,6 +80,7 @@ This package provides the Haskell %{pkg_name} profiling library. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} +dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup From 66765cf4a96dbc392c2058dd36c987afc04866ae Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 21:26:39 +0300 Subject: [PATCH 49/49] 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 f2680e4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (blaze-markup-0.8.2.8.tar.gz) = d677b611c751c2dfd4bd12c1b1aa612b08356c90b9962b60d4972a9626ddd0337bcaf40b4595b64c1d3bf506d017f058771d00fa55979b94283095061be18944