From 86ffbf07dbb6083abb10110fa23e392bfe14eb07 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Sun, 24 Sep 2017 17:34:20 +0000 Subject: [PATCH 01/31] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02a0c23 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ghc-x509-validation + +The ghc-x509-validation package \ No newline at end of file From efb81a68ef4d2314e77eacee73aad6df0b403fd5 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 24 Sep 2017 15:42:07 -0400 Subject: [PATCH 02/31] Initial import (#1494886). --- .gitignore | 1 + README.md | 3 -- ghc-x509-validation.spec | 97 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 ghc-x509-validation.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25f8ad0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/x509-validation-1.6.9.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 02a0c23..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ghc-x509-validation - -The ghc-x509-validation package \ No newline at end of file diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec new file mode 100644 index 0000000..997004a --- /dev/null +++ b/ghc-x509-validation.spec @@ -0,0 +1,97 @@ +# generated by cabal-rpm-0.11.2 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name x509-validation +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 1.6.9 +Release: 1.git.0.9c5ed44%{?dist} +Summary: X.509 Certificate and CRL validation + +License: BSD +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-asn1-encoding-devel +BuildRequires: ghc-asn1-types-devel +BuildRequires: ghc-byteable-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-cryptonite-devel +BuildRequires: ghc-data-default-class-devel +BuildRequires: ghc-hourglass-devel +BuildRequires: ghc-memory-devel +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-pem-devel +BuildRequires: ghc-x509-devel +BuildRequires: ghc-x509-store-devel +# End cabal-rpm deps + +%description +X.509 Certificate and CRL validation. + + +%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}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development +files. + + +%prep +%setup -q -n %{pkgver} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE + + +%files devel -f %{name}-devel.files + + +%changelog +* Sat Sep 23 2017 Elliott Sales de Andrade 1.6.9-1 +- Update to latest spec template. +- Update to latest version. + +* Sun Jul 23 2017 Elliott Sales de Andrade 1.6.8-1 +- Update to latest version. + +* Fri Jul 21 2017 Elliott Sales de Andrade 1.6.3-3 +- Bump for Fedora 26. + +* Fri Dec 16 2016 Elliott Sales de Andrade - 1.6.3-2 +- spec file generated by cabal-rpm-0.10.0 +- Update release to be newer than previous builds + +* Sun Apr 24 2016 Elliott Sales de Andrade - 1.6.3-1 +- update to 1.6.3 + +* Sun Aug 23 2015 Ben Boeckel - 1.6.0-1 +- initial package diff --git a/sources b/sources new file mode 100644 index 0000000..f970369 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (x509-validation-1.6.9.tar.gz) = 8cc00db183ded5d37654fe6643c0a90639c5d43e8e78b403b6bf24fae94acc070e1f2e9eea2044c4b350687f41bbc45c9130e4011e8d77633062de870b5d4be1 From 84c3612dbed8494b3733b4b4b020daab70178d38 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 24 Sep 2017 15:42:30 -0400 Subject: [PATCH 03/31] Fix release number. --- ghc-x509-validation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 997004a..70ee786 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.6.9 -Release: 1.git.0.9c5ed44%{?dist} +Release: 1%{?dist} Summary: X.509 Certificate and CRL validation License: BSD From 6b76ce18d23e3162614263956956dd64953dc26c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:12:23 +0100 Subject: [PATCH 04/31] refresh to cabal-rpm-0.12.1 --- ghc-x509-validation.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 70ee786..922a9ad 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.11.2 +# generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name x509-validation @@ -38,9 +38,12 @@ X.509 Certificate and CRL validation. %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 @@ -60,6 +63,12 @@ files. %ghc_lib_install +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache From 77ee5132db34f34944170263e79be603f2014548 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 26 Jan 2018 12:06:01 +0100 Subject: [PATCH 05/31] bump release --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 922a9ad..9b06238 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.6.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -85,6 +85,9 @@ files. %changelog +* Fri Jan 26 2018 Jens Petersen - 1.6.9-2 +- rebuild + * Sat Sep 23 2017 Elliott Sales de Andrade 1.6.9-1 - Update to latest spec template. - Update to latest version. From b3ece3ae0835b834aa3a8d8d794ce391b31945db Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Feb 2018 01:03:49 +0900 Subject: [PATCH 06/31] drop ldconfig scriptlets --- ghc-x509-validation.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 9b06238..99bbe70 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -63,12 +63,6 @@ files. %ghc_lib_install -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - %post devel %ghc_pkg_recache From 90511f92e9fd17b007c51e82bc82c7afc8557e85 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 12:22:17 +0000 Subject: [PATCH 07/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 99bbe70..d660154 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.6.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -79,6 +79,9 @@ files. %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.6.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Jan 26 2018 Jens Petersen - 1.6.9-2 - rebuild From ee8a3a1d7273c9f318bc11faf24f3a272649a2c5 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 9 Jul 2018 01:04:33 -0400 Subject: [PATCH 08/31] update to 1.6.10 --- .gitignore | 1 + ghc-x509-validation.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 25f8ad0..3a9d8f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /x509-validation-1.6.9.tar.gz +/x509-validation-1.6.10.tar.gz diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index d660154..998aa7e 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -5,8 +5,8 @@ %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 1.6.9 -Release: 3%{?dist} +Version: 1.6.10 +Release: 1%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -18,7 +18,6 @@ BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-asn1-encoding-devel BuildRequires: ghc-asn1-types-devel -BuildRequires: ghc-byteable-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-cryptonite-devel @@ -79,6 +78,9 @@ files. %changelog +* Mon Jul 09 2018 Elliott Sales de Andrade - 1.6.10-1 +- update to 1.6.10 + * Wed Feb 07 2018 Fedora Release Engineering - 1.6.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index f970369..bdfc286 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (x509-validation-1.6.9.tar.gz) = 8cc00db183ded5d37654fe6643c0a90639c5d43e8e78b403b6bf24fae94acc070e1f2e9eea2044c4b350687f41bbc45c9130e4011e8d77633062de870b5d4be1 +SHA512 (x509-validation-1.6.10.tar.gz) = f46dc7aeea1c1650ce8711d87f95d2b61bd0ead64df5176aa4ba0a9be435c4aa76a7a2f02acb58b7cdafd533a387e43ffb7078d7c84b1f5b90dd76b68da248ae From 101e091b731a66f8e1650343a562e3e7a4435f75 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 02:16:58 +0000 Subject: [PATCH 09/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 998aa7e..2d21f11 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.6.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -78,6 +78,9 @@ files. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.6.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 09 2018 Elliott Sales de Andrade - 1.6.10-1 - update to 1.6.10 From 86d188a5f829b2a8ccfaa22e20da90a83993a337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 23 Jul 2018 13:41:53 +0200 Subject: [PATCH 10/31] Rebuilt for #1607054 --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 2d21f11..09a3c1d 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.6.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -78,6 +78,9 @@ files. %changelog +* Mon Jul 23 2018 Miro Hrončok - 1.6.10-3 +- Rebuilt for #1607054 + * Fri Jul 13 2018 Fedora Release Engineering - 1.6.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From bd28c0fd5a1c14dffc1753319cdb95f49ab5612b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 29 Jul 2018 00:53:29 +0900 Subject: [PATCH 11/31] revise .cabal --- ghc-x509-validation.spec | 9 ++++-- x509-validation-1.6.10.cabal | 62 ++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 x509-validation-1.6.10.cabal diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 09a3c1d..0682982 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.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 x509-validation @@ -6,12 +6,13 @@ Name: ghc-%{pkg_name} Version: 1.6.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: X.509 Certificate and CRL validation License: BSD Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -52,6 +53,7 @@ files. %prep %setup -q -n %{pkgver} +cp -p %{SOURCE1} %{pkg_name}.cabal %build @@ -78,6 +80,9 @@ files. %changelog +* Sat Jul 28 2018 Jens Petersen - 1.6.10-4 +- revise .cabal + * Mon Jul 23 2018 Miro Hrončok - 1.6.10-3 - Rebuilt for #1607054 diff --git a/x509-validation-1.6.10.cabal b/x509-validation-1.6.10.cabal new file mode 100644 index 0000000..5c2e3cb --- /dev/null +++ b/x509-validation-1.6.10.cabal @@ -0,0 +1,62 @@ +Name: x509-validation +version: 1.6.10 +x-revision: 1 +Description: X.509 Certificate and CRL validation +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez +Author: Vincent Hanquez +Maintainer: Vincent Hanquez +Synopsis: X.509 Certificate and CRL validation +Build-Type: Simple +Category: Data +stability: experimental +Homepage: http://github.com/vincenthz/hs-certificate +Cabal-Version: >= 1.10 + +Library + Default-Language: Haskell2010 + Build-Depends: base >= 3 && < 5 + , bytestring + , memory + , mtl + , containers + , hourglass + , data-default-class + , pem >= 0.1 + , asn1-types >= 0.3 && < 0.4 + , asn1-encoding >= 0.9 && < 0.10 + , x509 >= 1.7.2 + , x509-store >= 1.6 + , cryptonite >= 0.8 + Exposed-modules: Data.X509.Validation + Other-modules: Data.X509.Validation.Signature + Data.X509.Validation.Fingerprint + Data.X509.Validation.Cache + Data.X509.Validation.Types + ghc-options: -Wall + +Test-Suite test-x509-validation + Default-Language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: Tests + Main-is: Tests.hs + Other-modules: Certificate + Build-Depends: base >= 3 && < 5 + , bytestring + , data-default-class + , tasty + , tasty-hunit + , hourglass + , asn1-types + , asn1-encoding + , x509 >= 1.7.1 + , x509-store + , x509-validation + , cryptonite + ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/vincenthz/hs-certificate + subdir: x509-validation From 765e2432ab7f0afe0aa5fe270289b7cd43c8449e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 22:15:29 +0000 Subject: [PATCH 12/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 0682982..a947bea 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.6.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -80,6 +80,9 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.6.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 28 2018 Jens Petersen - 1.6.10-4 - revise .cabal From 9be007b1481ae7ec9545fe0b076e52871d6372df Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:47:56 +0800 Subject: [PATCH 13/31] refresh to cabal-rpm-0.13 --- ghc-x509-validation.spec | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index a947bea..fcd3c69 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.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 x509-validation @@ -6,17 +6,19 @@ Name: ghc-%{pkg_name} Version: 1.6.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: X.509 Certificate and CRL validation 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: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -# Begin cabal-rpm deps: BuildRequires: ghc-asn1-encoding-devel BuildRequires: ghc-asn1-types-devel BuildRequires: ghc-bytestring-devel @@ -52,16 +54,22 @@ files. %prep +# Begin cabal-rpm setup: %setup -q -n %{pkgver} -cp -p %{SOURCE1} %{pkg_name}.cabal +cp -bp %{SOURCE1} %{pkg_name}.cabal +# 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 %post devel @@ -73,13 +81,18 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %files -f %{name}.files +# Begin cabal-rpm files: %license LICENSE +# End cabal-rpm files %files devel -f %{name}-devel.files %changelog +* Sun Feb 17 2019 Jens Petersen - 1.6.10-6 +- refresh to cabal-rpm-0.13 + * Thu Jan 31 2019 Fedora Release Engineering - 1.6.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 7a25e9c31eb08401be69cc3e792e11a8f8fcfd31 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 21 Feb 2019 12:33:44 +0800 Subject: [PATCH 14/31] update to 1.6.11 --- .gitignore | 1 + ghc-x509-validation.spec | 11 ++++--- sources | 2 +- x509-validation-1.6.10.cabal | 62 ------------------------------------ 4 files changed, 8 insertions(+), 68 deletions(-) delete mode 100644 x509-validation-1.6.10.cabal diff --git a/.gitignore b/.gitignore index 3a9d8f0..13b40b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /x509-validation-1.6.9.tar.gz /x509-validation-1.6.10.tar.gz +/x509-validation-1.6.11.tar.gz diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index fcd3c69..0235a5c 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -5,15 +5,14 @@ %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 1.6.10 -Release: 6%{?dist} +Version: 1.6.11 +Release: 1%{?dist} Summary: X.509 Certificate and CRL validation 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: @@ -34,7 +33,7 @@ BuildRequires: ghc-x509-store-devel # End cabal-rpm deps %description -X.509 Certificate and CRL validation. +X.509 Certificate and CRL validation. please see README. %package devel @@ -56,7 +55,6 @@ files. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} -cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup @@ -90,6 +88,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 21 2019 Jens Petersen - 1.6.11-1 +- update to 1.6.11 + * Sun Feb 17 2019 Jens Petersen - 1.6.10-6 - refresh to cabal-rpm-0.13 diff --git a/sources b/sources index bdfc286..b414710 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (x509-validation-1.6.10.tar.gz) = f46dc7aeea1c1650ce8711d87f95d2b61bd0ead64df5176aa4ba0a9be435c4aa76a7a2f02acb58b7cdafd533a387e43ffb7078d7c84b1f5b90dd76b68da248ae +SHA512 (x509-validation-1.6.11.tar.gz) = 5c156b7018afabedac0c2ee6192c536cf09eacdaf9265490a7f4a7d336077dc198a07f16bf58f3fec04a1350f0a8b3c050380673612cf5695c9e7b5a73a4ebf4 diff --git a/x509-validation-1.6.10.cabal b/x509-validation-1.6.10.cabal deleted file mode 100644 index 5c2e3cb..0000000 --- a/x509-validation-1.6.10.cabal +++ /dev/null @@ -1,62 +0,0 @@ -Name: x509-validation -version: 1.6.10 -x-revision: 1 -Description: X.509 Certificate and CRL validation -License: BSD3 -License-file: LICENSE -Copyright: Vincent Hanquez -Author: Vincent Hanquez -Maintainer: Vincent Hanquez -Synopsis: X.509 Certificate and CRL validation -Build-Type: Simple -Category: Data -stability: experimental -Homepage: http://github.com/vincenthz/hs-certificate -Cabal-Version: >= 1.10 - -Library - Default-Language: Haskell2010 - Build-Depends: base >= 3 && < 5 - , bytestring - , memory - , mtl - , containers - , hourglass - , data-default-class - , pem >= 0.1 - , asn1-types >= 0.3 && < 0.4 - , asn1-encoding >= 0.9 && < 0.10 - , x509 >= 1.7.2 - , x509-store >= 1.6 - , cryptonite >= 0.8 - Exposed-modules: Data.X509.Validation - Other-modules: Data.X509.Validation.Signature - Data.X509.Validation.Fingerprint - Data.X509.Validation.Cache - Data.X509.Validation.Types - ghc-options: -Wall - -Test-Suite test-x509-validation - Default-Language: Haskell2010 - type: exitcode-stdio-1.0 - hs-source-dirs: Tests - Main-is: Tests.hs - Other-modules: Certificate - Build-Depends: base >= 3 && < 5 - , bytestring - , data-default-class - , tasty - , tasty-hunit - , hourglass - , asn1-types - , asn1-encoding - , x509 >= 1.7.1 - , x509-store - , x509-validation - , cryptonite - ghc-options: -Wall - -source-repository head - type: git - location: git://github.com/vincenthz/hs-certificate - subdir: x509-validation From cbcc1467b18a5d7930edc5d78a612f563b4fd2d9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 03:15:40 +0000 Subject: [PATCH 15/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 0235a5c..3c322d7 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -88,6 +88,9 @@ files. %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.6.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Feb 21 2019 Jens Petersen - 1.6.11-1 - update to 1.6.11 From a388eed8da3de135c72a60b58e8126de60357e60 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:27:05 +0000 Subject: [PATCH 16/31] cabal-rpm-1.0.0: add doc and prof subpkgs --- ghc-x509-validation.spec | 59 ++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 11 deletions(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 3c322d7..1278b50 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -1,12 +1,14 @@ -# generated by cabal-rpm-0.13 +# generated by cabal-rpm-1.0.0 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name x509-validation %global pkgver %{pkg_name}-%{version} +%bcond_with tests + Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -17,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-asn1-encoding-devel BuildRequires: ghc-asn1-types-devel @@ -30,6 +38,10 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-pem-devel BuildRequires: ghc-x509-devel BuildRequires: ghc-x509-store-devel +%if %{with tests} +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +%endif # End cabal-rpm deps %description @@ -39,11 +51,8 @@ X.509 Certificate and CRL validation. please see 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} @@ -52,6 +61,25 @@ 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} @@ -70,12 +98,8 @@ files. # End cabal-rpm install -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache +%check +%cabal_test %files -f %{name}.files @@ -87,7 +111,20 @@ files. %files devel -f %{name}-devel.files +%if %{with haddock} +%files doc -f %{name}-doc.files +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + %changelog +* Fri Aug 02 2019 Jens Petersen - 1.6.11-3 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 1.6.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 7021e70d54423973ef1e072030ddd0fb74f8ac2c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:33:05 +0800 Subject: [PATCH 17/31] BR prof for lib and static for executable --- ghc-x509-validation.spec | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 1278b50..d64f50b 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.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 x509-validation @@ -19,25 +19,20 @@ 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-asn1-encoding-devel -BuildRequires: ghc-asn1-types-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-cryptonite-devel -BuildRequires: ghc-data-default-class-devel -BuildRequires: ghc-hourglass-devel -BuildRequires: ghc-memory-devel -BuildRequires: ghc-mtl-devel -BuildRequires: ghc-pem-devel -BuildRequires: ghc-x509-devel -BuildRequires: ghc-x509-store-devel +BuildRequires: ghc-asn1-encoding-prof +BuildRequires: ghc-asn1-types-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-containers-prof +BuildRequires: ghc-cryptonite-prof +BuildRequires: ghc-data-default-class-prof +BuildRequires: ghc-hourglass-prof +BuildRequires: ghc-memory-prof +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-pem-prof +BuildRequires: ghc-x509-prof +BuildRequires: ghc-x509-store-prof %if %{with tests} BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel @@ -51,6 +46,7 @@ X.509 Certificate and CRL validation. please see 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 f8b5ed0b8af77c019ab7704ff6337701933b425d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 21:44:06 +0000 Subject: [PATCH 18/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index d64f50b..5693451 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1.6.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Aug 02 2019 Jens Petersen - 1.6.11-3 - add doc and prof subpackages (cabal-rpm-1.0.0) From c5b8b51754545e125c4d3c8b8d70a12c8600f1e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:52:58 +0800 Subject: [PATCH 19/31] refresh to cabal-rpm-2.0.2 --- ghc-x509-validation.spec | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 5693451..9525c50 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.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 x509-validation @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -60,6 +60,7 @@ 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. @@ -70,6 +71,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. @@ -98,6 +100,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 @@ -109,6 +121,7 @@ This package provides the Haskell %{pkg_name} profiling library. %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif @@ -118,6 +131,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Wed Feb 19 2020 Jens Petersen - 1.6.11-5 +- refresh to cabal-rpm-2.0.2 + * Tue Jan 28 2020 Fedora Release Engineering - 1.6.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From a504955c20106523289de3ca69c10276332a3aea Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:29:09 +0800 Subject: [PATCH 20/31] refresh to cabal-rpm-2.0.5 --- ghc-x509-validation.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 9525c50..03a1d51 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.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 x509-validation %global pkgver %{pkg_name}-%{version} From f036ee695d34a3b66f6acb62a13c5167a08bafc5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:57:47 +0800 Subject: [PATCH 21/31] refresh to cabal-rpm-2.0.6 --- ghc-x509-validation.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 03a1d51..d5bdf61 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.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 x509-validation @@ -100,16 +100,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 2d27e9456efec6f8e9764652b7d0cdee8fff04a8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jul 2020 18:50:25 +0800 Subject: [PATCH 22/31] bump release --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index d5bdf61..837ecd5 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Jul 17 2020 Jens Petersen - 1.6.11-6 +- refresh to cabal-rpm-2.0.6 + * Wed Feb 19 2020 Jens Petersen - 1.6.11-5 - refresh to cabal-rpm-2.0.2 From 715861bc68b3571ea78a17621584b9a0a4a67e0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 19:54:23 +0000 Subject: [PATCH 23/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 837ecd5..d912900 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 6%{?dist} +Release: 7%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.6.11-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 17 2020 Jens Petersen - 1.6.11-6 - refresh to cabal-rpm-2.0.6 From be765e2edbaaeb4bf74f3c52cee38d07e223c251 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 01:44:09 +0000 Subject: [PATCH 24/31] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index d912900..dba15cb 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 7%{?dist} +Release: 8%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -121,6 +121,10 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 1.6.11-8 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 1.6.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 8624ef2e325da798cbd85246023339320dd449f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 07:58:14 +0000 Subject: [PATCH 25/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index dba15cb..9b4a155 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.6.11-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 1.6.11-8 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From d382811f2577f2c4a8d697bbe4ee5872e2fb077d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 01:30:41 +0000 Subject: [PATCH 26/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 9b4a155..e808721 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 9%{?dist} +Release: 10%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.6.11-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.6.11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 112e08cce6794ae65d5b21c1bc043914b4e8a3db Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:14 +0800 Subject: [PATCH 27/31] refresh to cabal-rpm-2.0.9 --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index e808721..05af15e 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.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 x509-validation @@ -61,6 +61,7 @@ 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. @@ -97,7 +98,9 @@ This package provides the Haskell %{pkg_name} profiling library. %check +%if %{with tests} %cabal_test +%endif %files -f %{name}.files From 25d46694b9a1bcb06884f6c01aad24451ed69c7d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Aug 2021 13:25:59 +0800 Subject: [PATCH 28/31] bump release --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 05af15e..b614b8a 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 10%{?dist} +Release: 11%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -124,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Aug 06 2021 Jens Petersen - 1.6.11-11 +- rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 1.6.11-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 6f4081eafe3815433edb4467f7e70fbd27d0c1de Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 05:50:39 +0000 Subject: [PATCH 29/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-x509-validation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index b614b8a..847ce82 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.6.11 -Release: 11%{?dist} +Release: 12%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -124,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.6.11-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Aug 06 2021 Jens Petersen - 1.6.11-11 - rebuild From 233b3d2e9dcf6eaf01aba913ac8ef9fea7fec688 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 7 Jun 2022 15:22:28 +0800 Subject: [PATCH 30/31] update to 1.6.12 --- .gitignore | 1 + ghc-x509-validation.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 13b40b4..76e3c5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /x509-validation-1.6.9.tar.gz /x509-validation-1.6.10.tar.gz /x509-validation-1.6.11.tar.gz +/x509-validation-1.6.12.tar.gz diff --git a/ghc-x509-validation.spec b/ghc-x509-validation.spec index 847ce82..f971e77 100644 --- a/ghc-x509-validation.spec +++ b/ghc-x509-validation.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.6.11 -Release: 12%{?dist} +Version: 1.6.12 +Release: 1%{?dist} Summary: X.509 Certificate and CRL validation License: BSD @@ -124,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jun 07 2022 Jens Petersen - 1.6.12-1 +- https://hackage.haskell.org/package/x509-validation-1.6.12/changelog + * Thu Jan 20 2022 Fedora Release Engineering - 1.6.11-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index b414710..a91b7b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (x509-validation-1.6.11.tar.gz) = 5c156b7018afabedac0c2ee6192c536cf09eacdaf9265490a7f4a7d336077dc198a07f16bf58f3fec04a1350f0a8b3c050380673612cf5695c9e7b5a73a4ebf4 +SHA512 (x509-validation-1.6.12.tar.gz) = 0f9a18e422063bbd6d4db46380e8557efab8a2f5d64957325577ea9ca9ac9b1310e4bd7cba51e0d0902c094107ded6d33931ddd56c032b2203b5268bd848098e From 56874935d703ce7fe17946dfb2534679d5cdc527 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:11:27 +0300 Subject: [PATCH 31/31] 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 a91b7b2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (x509-validation-1.6.12.tar.gz) = 0f9a18e422063bbd6d4db46380e8557efab8a2f5d64957325577ea9ca9ac9b1310e4bd7cba51e0d0902c094107ded6d33931ddd56c032b2203b5268bd848098e