From 9d812afd64725ab5bac12bb7f16caec5385971f2 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 20 Sep 2017 21:31:26 +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..1c898d8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ghc-asn1-encoding + +The ghc-asn1-encoding package \ No newline at end of file From 26ffe59a9a9773091f3112e3a0adcf50a45ab68a Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 20 Sep 2017 18:09:47 -0400 Subject: [PATCH 02/31] Initial import (#1489306). --- .gitignore | 1 + README.md | 3 -- ghc-asn1-encoding.spec | 97 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 ghc-asn1-encoding.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30e6e16 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/asn1-encoding-0.9.5.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 1c898d8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ghc-asn1-encoding - -The ghc-asn1-encoding package \ No newline at end of file diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec new file mode 100644 index 0000000..4083a38 --- /dev/null +++ b/ghc-asn1-encoding.spec @@ -0,0 +1,97 @@ +# generated by cabal-rpm-0.10.0 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name asn1-encoding + +%bcond_with tests + +Name: ghc-%{pkg_name} +Version: 0.9.5 +Release: 1.git.0.a6fe66b%{?dist} +Summary: ASN1 data reader and writer in RAW, BER and DER forms + +License: BSD +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 +# Begin cabal-rpm deps: +BuildRequires: ghc-asn1-types-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-hourglass-devel +%if %{with tests} +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-quickcheck-devel +BuildRequires: ghc-text-devel +%endif +# End cabal-rpm deps + +%description +ASN1 data reader and writer in raw form with supports for high level forms of +ASN1 (BER, and DER). + + +%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 %{pkg_name}-%{version} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%check +%cabal_test + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE + + +%files devel -f %{name}-devel.files + + +%changelog +* Sat Jul 22 2017 Elliott Sales de Andrade 0.9.5-1 +- Update to latest version. + +* Fri Jul 21 2017 Elliott Sales de Andrade 0.9.3-3 +- Bump for Fedora 26. + +* Fri Dec 16 2016 Elliott Sales de Andrade - 0.9.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 - 0.9.3-1 +- update to 0.9.3 + +* Sun Apr 24 2016 Elliott Sales de Andrade - 0.9.0-1 +- Bump to rebuild against newer dependencies + +* Sun Aug 23 2015 Ben Boeckel - 0.9.0-1 +- initial package diff --git a/sources b/sources new file mode 100644 index 0000000..d1e94cd --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (asn1-encoding-0.9.5.tar.gz) = f7dd952be1378d1d1eae590ae714c3d9973ae04f2b497f1758479689d3fa05e2bc67362e1f4cc934976614c11357be8b7a0ecf94591760acdf55ac4e8290fa21 From e380ddac7daf3d056a16bed8feda1fff7e467ede Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 20 Sep 2017 18:10:07 -0400 Subject: [PATCH 03/31] Fix release number. --- ghc-asn1-encoding.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 4083a38..08b3a88 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -7,7 +7,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 1.git.0.a6fe66b%{?dist} +Release: 1%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD From 43ce3bc967d0e9495f914485eb90ee15291e76d4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:10:33 +0100 Subject: [PATCH 04/31] refresh to cabal-rpm-0.12.1 --- ghc-asn1-encoding.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 08b3a88..4a79179 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -1,9 +1,10 @@ -# generated by cabal-rpm-0.10.0 +# generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name asn1-encoding +%global pkgver %{pkg_name}-%{version} -%bcond_with tests +%bcond_without tests Name: ghc-%{pkg_name} Version: 0.9.5 @@ -12,7 +13,7 @@ Summary: ASN1 data reader and writer in RAW, BER and DER forms 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 @@ -36,9 +37,12 @@ ASN1 (BER, and DER). %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 @@ -46,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 @@ -61,6 +65,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 6806c2e709611d00cdb1dca7e11d5991a035a7ab Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 26 Jan 2018 11:17:42 +0100 Subject: [PATCH 05/31] bump release --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 4a79179..d92466d 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -87,6 +87,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Jan 26 2018 Jens Petersen - 0.9.5-2 +- rebuild + * Sat Jul 22 2017 Elliott Sales de Andrade 0.9.5-1 - Update to latest version. From 5069fa65d24b48bd47290c14c569895d8e2ad0c5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Feb 2018 01:01:55 +0900 Subject: [PATCH 06/31] drop ldconfig scriptlets --- ghc-asn1-encoding.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index d92466d..15fb772 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -65,12 +65,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 5efd00cf1ac05fdcc2581b1e137a5051eae49a27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 11:17:54 +0000 Subject: [PATCH 07/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 15fb772..9a4ab0c 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -81,6 +81,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.9.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Jan 26 2018 Jens Petersen - 0.9.5-2 - rebuild From f4e0d2bd39dd14c48292f6d1efcac11fba4db3e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 01:32:51 +0000 Subject: [PATCH 08/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 9a4ab0c..460f0b5 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -81,6 +81,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.9.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.9.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From a99424caa300b2ce015f91c772c30ecb11955ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 23 Jul 2018 13:41:41 +0200 Subject: [PATCH 09/31] Rebuilt for #1607054 --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 460f0b5..9252c84 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -81,6 +81,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Mon Jul 23 2018 Miro Hrončok - 0.9.5-5 +- Rebuilt for #1607054 + * Fri Jul 13 2018 Fedora Release Engineering - 0.9.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 84de5f1cd366a4f4dd1339a4b2349a81dacd3bee Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 23 Jul 2018 18:14:33 -0700 Subject: [PATCH 10/31] Disable annotated build to work around #1607054 --- ghc-asn1-encoding.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 9252c84..0f2038f 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -1,6 +1,9 @@ # generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell +# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1607054 +%undefine _annotated_build + %global pkg_name asn1-encoding %global pkgver %{pkg_name}-%{version} From bc1a03edeb6e162f4bcd42a06556e0d9ab77a154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 24 Jul 2018 19:16:10 +0200 Subject: [PATCH 11/31] Enable annotated build again This reverts commit 84de5f1cd366a4f4dd1339a4b2349a81dacd3bee. --- ghc-asn1-encoding.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 0f2038f..6dcc91d 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -1,9 +1,6 @@ # generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell -# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1607054 -%undefine _annotated_build - %global pkg_name asn1-encoding %global pkgver %{pkg_name}-%{version} @@ -11,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -84,6 +81,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Jul 24 2018 Miro Hrončok - 0.9.5-6 +- Enable annotated build again + * Mon Jul 23 2018 Miro Hrončok - 0.9.5-5 - Rebuilt for #1607054 From a6f97b0821236665fa85ccb98969abcd20b357d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 29 Jul 2018 01:06:14 +0900 Subject: [PATCH 12/31] rebuild --- ghc-asn1-encoding.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 6dcc91d..e21795b 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -81,6 +81,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Jul 28 2018 Jens Petersen - 0.9.5-7 +- rebuild + * Tue Jul 24 2018 Miro Hrončok - 0.9.5-6 - Enable annotated build again From 0e71f9c2198a96921900d3c070229392e18676d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 21:09:43 +0000 Subject: [PATCH 13/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index e21795b..c2e1193 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -81,6 +81,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.9.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 28 2018 Jens Petersen - 0.9.5-7 - rebuild From e557c99721c74f3d90e55c45b17367b52c078a63 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:43:27 +0800 Subject: [PATCH 14/31] refresh to cabal-rpm-0.13 --- ghc-asn1-encoding.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index c2e1193..0e90650 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding @@ -8,16 +8,18 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms 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-asn1-types-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-hourglass-devel @@ -50,15 +52,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 @@ -74,13 +82,18 @@ 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 %changelog +* Sun Feb 17 2019 Jens Petersen - 0.9.5-9 +- refresh to cabal-rpm-0.13 + * Thu Jan 31 2019 Fedora Release Engineering - 0.9.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 05a96df68bb81ec27fc0f4a26826d3270bf317c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 02:05:49 +0000 Subject: [PATCH 15/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 0e90650..3cbaede 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -91,6 +91,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.9.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 17 2019 Jens Petersen - 0.9.5-9 - refresh to cabal-rpm-0.13 From 3a06ebef32f698098b52eac98249873ad597a438 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:21:29 +0000 Subject: [PATCH 16/31] cabal-rpm-1.0.0: add doc and prof subpkgs --- ghc-asn1-encoding.spec | 53 +++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 3cbaede..73c3661 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -19,6 +19,12 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel +%if %{with haddock} +BuildRequires: ghc-doc +%endif +%if %{with ghc_prof} +BuildRequires: ghc-prof +%endif BuildRequires: ghc-rpm-macros BuildRequires: ghc-asn1-types-devel BuildRequires: ghc-bytestring-devel @@ -39,11 +45,8 @@ ASN1 (BER, and DER). %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} @@ -51,6 +54,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} @@ -73,14 +95,6 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -90,7 +104,20 @@ This package provides the Haskell %{pkg_name} library development 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 +* Thu Aug 01 2019 Jens Petersen - 0.9.5-11 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.9.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From ef499731dcff67079f51fe263bf9afc783dc0b01 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:27:26 +0800 Subject: [PATCH 17/31] BR prof for lib and static for executable --- ghc-asn1-encoding.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 73c3661..3eb17a0 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding @@ -19,16 +19,11 @@ 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-types-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-hourglass-devel +BuildRequires: ghc-asn1-types-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-hourglass-prof %if %{with tests} BuildRequires: ghc-mtl-devel BuildRequires: ghc-tasty-devel @@ -45,6 +40,7 @@ ASN1 (BER, and DER). %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 671be55bef91c280f1244d93bdbab3ac5f3e104a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 20:15:35 +0000 Subject: [PATCH 18/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 3eb17a0..6f4e604 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -111,6 +111,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.9.5-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Aug 01 2019 Jens Petersen - 0.9.5-11 - add doc and prof subpackages (cabal-rpm-1.0.0) From 6bff09925959816325a9f979780a096da95c89b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:48:55 +0800 Subject: [PATCH 19/31] refresh to cabal-rpm-2.0.2 --- ghc-asn1-encoding.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 6f4e604..55bf2e2 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding @@ -53,6 +53,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. @@ -63,6 +64,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. @@ -91,6 +93,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 @@ -102,6 +114,7 @@ This package provides the Haskell %{pkg_name} profiling library. %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif From 672a5432b0d3dd569fc116ec4db294b7c1119d62 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Feb 2020 21:52:44 +0800 Subject: [PATCH 20/31] update to 0.9.6 --- .gitignore | 1 + asn1-encoding-0.9.6.cabal | 56 +++++++++++++++++++++++++++++++++++++++ ghc-asn1-encoding.spec | 10 ++++--- sources | 2 +- 4 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 asn1-encoding-0.9.6.cabal diff --git a/.gitignore b/.gitignore index 30e6e16..ad2bbad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /asn1-encoding-0.9.5.tar.gz +/asn1-encoding-0.9.6.tar.gz diff --git a/asn1-encoding-0.9.6.cabal b/asn1-encoding-0.9.6.cabal new file mode 100644 index 0000000..31ecce2 --- /dev/null +++ b/asn1-encoding-0.9.6.cabal @@ -0,0 +1,56 @@ +Name: asn1-encoding +Version: 0.9.6 +x-revision: 1 +Synopsis: ASN1 data reader and writer in RAW, BER and DER forms +Description: + ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER). +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez +Author: Vincent Hanquez +Maintainer: vincent@snarc.org +Category: Data +stability: experimental +Build-Type: Simple +Cabal-Version: >=1.10 +Homepage: https://github.com/vincenthz/hs-asn1 + +Library + Exposed-modules: Data.ASN1.Error + Data.ASN1.BinaryEncoding + Data.ASN1.BinaryEncoding.Raw + Data.ASN1.Encoding + Data.ASN1.Stream + Data.ASN1.Object + Data.ASN1.Prim + other-modules: Data.ASN1.BinaryEncoding.Parse + Data.ASN1.BinaryEncoding.Writer + Data.ASN1.Internal + Data.ASN1.Serialize + Data.ASN1.Get + Build-Depends: base >= 4.7 && < 5 + , bytestring < 0.11 + , hourglass >= 0.2.6 + , asn1-types >= 0.3.0 && < 0.4 + ghc-options: -Wall -fwarn-tabs + Default-Language: Haskell2010 + +Test-Suite tests-asn1-encoding + type: exitcode-stdio-1.0 + hs-source-dirs: tests . + Main-Is: Tests.hs + Build-depends: base >= 3 && < 7 + , bytestring + , mtl + , tasty + , tasty-quickcheck + , asn1-types + , asn1-encoding + , hourglass + ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures + Default-Language: Haskell2010 + +source-repository head + type: git + location: https://github.com/vincenthz/hs-asn1 + subdir: encoding diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 55bf2e2..09fb9fe 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -7,14 +7,15 @@ %bcond_without tests Name: ghc-%{pkg_name} -Version: 0.9.5 -Release: 12%{?dist} +Version: 0.9.6 +Release: 1%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms 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: @@ -28,7 +29,6 @@ BuildRequires: ghc-hourglass-prof BuildRequires: ghc-mtl-devel BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-quickcheck-devel -BuildRequires: ghc-text-devel %endif # End cabal-rpm deps @@ -74,6 +74,7 @@ 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 @@ -124,6 +125,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Sun Feb 09 2020 Jens Petersen - 0.9.6-1 +- update to 0.9.6 + * Tue Jan 28 2020 Fedora Release Engineering - 0.9.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index d1e94cd..9c62bb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (asn1-encoding-0.9.5.tar.gz) = f7dd952be1378d1d1eae590ae714c3d9973ae04f2b497f1758479689d3fa05e2bc67362e1f4cc934976614c11357be8b7a0ecf94591760acdf55ac4e8290fa21 +SHA512 (asn1-encoding-0.9.6.tar.gz) = e31362881ebec21be5dab1c46284ea6e2571dd87f5c730690787303363a01712945ba85969c39bb2e2d76f9bcefce5d3bad247564e4b6959008804346f65fc9c From 3ebae236725579a35def0363ae142e74b5b7128c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:25:11 +0800 Subject: [PATCH 21/31] refresh to cabal-rpm-2.0.5 --- ghc-asn1-encoding.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 09fb9fe..c88dd44 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding %global pkgver %{pkg_name}-%{version} From c66bceb7208b2912909e8413c4934cdf624a2495 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:53:48 +0800 Subject: [PATCH 22/31] refresh to cabal-rpm-2.0.6 --- ghc-asn1-encoding.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index c88dd44..fb0918a 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding @@ -94,16 +94,6 @@ 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 From 3dad181a92322fcd5c180f49642931da523c81f7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jul 2020 17:51:18 +0800 Subject: [PATCH 23/31] bump release --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index fb0918a..ad6fe7e 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -115,6 +115,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Fri Jul 17 2020 Jens Petersen - 0.9.6-2 +- refresh to cabal-rpm-2.0.6 + * Sun Feb 09 2020 Jens Petersen - 0.9.6-1 - update to 0.9.6 From 5444fc32215552e1b0ab7b0eef865673787593ba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 18:47:06 +0000 Subject: [PATCH 24/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index ad6fe7e..e974736 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -115,6 +115,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.9.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 17 2020 Jens Petersen - 0.9.6-2 - refresh to cabal-rpm-2.0.6 From 08069ce49f93923d39d73ac9598b86b95624608c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 06:51:20 +0000 Subject: [PATCH 25/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index e974736..a841d82 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -115,6 +115,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.9.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.9.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 39af5b0ff400cf44ee93adb77144a2b5381ebfda Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 00:18:01 +0000 Subject: [PATCH 26/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index a841d82..333b0a4 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -115,6 +115,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.9.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.9.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From dd428187eeb2e7d2a4e20e46310367e09e9c43cd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:09 +0800 Subject: [PATCH 27/31] refresh to cabal-rpm-2.0.9 --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 333b0a4..4dab265 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.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 asn1-encoding @@ -54,6 +54,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. @@ -91,7 +92,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %check +%if %{with tests} %cabal_test +%endif %files -f %{name}.files From 9f39384ebb04739db07893ee701c3bbb74bbda95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Aug 2021 22:29:11 +0800 Subject: [PATCH 28/31] revise .cabal --- asn1-encoding-0.9.6.cabal | 112 +++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/asn1-encoding-0.9.6.cabal b/asn1-encoding-0.9.6.cabal index 31ecce2..48aee5f 100644 --- a/asn1-encoding-0.9.6.cabal +++ b/asn1-encoding-0.9.6.cabal @@ -1,56 +1,56 @@ -Name: asn1-encoding -Version: 0.9.6 -x-revision: 1 -Synopsis: ASN1 data reader and writer in RAW, BER and DER forms -Description: - ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER). -License: BSD3 -License-file: LICENSE -Copyright: Vincent Hanquez -Author: Vincent Hanquez -Maintainer: vincent@snarc.org -Category: Data -stability: experimental -Build-Type: Simple -Cabal-Version: >=1.10 -Homepage: https://github.com/vincenthz/hs-asn1 - -Library - Exposed-modules: Data.ASN1.Error - Data.ASN1.BinaryEncoding - Data.ASN1.BinaryEncoding.Raw - Data.ASN1.Encoding - Data.ASN1.Stream - Data.ASN1.Object - Data.ASN1.Prim - other-modules: Data.ASN1.BinaryEncoding.Parse - Data.ASN1.BinaryEncoding.Writer - Data.ASN1.Internal - Data.ASN1.Serialize - Data.ASN1.Get - Build-Depends: base >= 4.7 && < 5 - , bytestring < 0.11 - , hourglass >= 0.2.6 - , asn1-types >= 0.3.0 && < 0.4 - ghc-options: -Wall -fwarn-tabs - Default-Language: Haskell2010 - -Test-Suite tests-asn1-encoding - type: exitcode-stdio-1.0 - hs-source-dirs: tests . - Main-Is: Tests.hs - Build-depends: base >= 3 && < 7 - , bytestring - , mtl - , tasty - , tasty-quickcheck - , asn1-types - , asn1-encoding - , hourglass - ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures - Default-Language: Haskell2010 - -source-repository head - type: git - location: https://github.com/vincenthz/hs-asn1 - subdir: encoding +Name: asn1-encoding +Version: 0.9.6 +x-revision: 2 +Synopsis: ASN1 data reader and writer in RAW, BER and DER forms +Description: + ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER). +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez +Author: Vincent Hanquez +Maintainer: vincent@snarc.org +Category: Data +stability: experimental +Build-Type: Simple +Cabal-Version: >=1.10 +Homepage: https://github.com/vincenthz/hs-asn1 + +Library + Exposed-modules: Data.ASN1.Error + Data.ASN1.BinaryEncoding + Data.ASN1.BinaryEncoding.Raw + Data.ASN1.Encoding + Data.ASN1.Stream + Data.ASN1.Object + Data.ASN1.Prim + other-modules: Data.ASN1.BinaryEncoding.Parse + Data.ASN1.BinaryEncoding.Writer + Data.ASN1.Internal + Data.ASN1.Serialize + Data.ASN1.Get + Build-Depends: base >= 4.7 && < 5 + , bytestring + , hourglass >= 0.2.6 + , asn1-types >= 0.3.0 && < 0.4 + ghc-options: -Wall -fwarn-tabs + Default-Language: Haskell2010 + +Test-Suite tests-asn1-encoding + type: exitcode-stdio-1.0 + hs-source-dirs: tests . + Main-Is: Tests.hs + Build-depends: base >= 3 && < 7 + , bytestring + , mtl + , tasty + , tasty-quickcheck + , asn1-types + , asn1-encoding + , hourglass + ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures + Default-Language: Haskell2010 + +source-repository head + type: git + location: https://github.com/vincenthz/hs-asn1 + subdir: encoding From 2a2790e5d572627161964ebe2167bc4037ff3f45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Aug 2021 10:20:29 +0800 Subject: [PATCH 29/31] bump release --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 4dab265..e19b55e 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -118,6 +118,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Fri Aug 06 2021 Jens Petersen - 0.9.6-6 +- rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 0.9.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 11450396cfff350d0a0db2ed620b172144b30460 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 04:30:20 +0000 Subject: [PATCH 30/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-asn1-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index e19b55e..5008fab 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.9.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: ASN1 data reader and writer in RAW, BER and DER forms License: BSD @@ -118,6 +118,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.9.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Aug 06 2021 Jens Petersen - 0.9.6-6 - rebuild From d1ddee0f00c1c131b2727c208930dc5832ea9205 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 21:19:19 +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 9c62bb0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (asn1-encoding-0.9.6.tar.gz) = e31362881ebec21be5dab1c46284ea6e2571dd87f5c730690787303363a01712945ba85969c39bb2e2d76f9bcefce5d3bad247564e4b6959008804346f65fc9c