From 3e34f62f7ceb7977cf1cf80bc745862ec3fb0f38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 13 Jun 2016 13:29:17 +0000 Subject: [PATCH 01/34] 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 4410ee07f33eda861df419eb83dac64f2f2f7601 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 14 Jun 2016 10:45:42 +0900 Subject: [PATCH 02/34] import (#1263904) --- .gitignore | 1 + ghc-old-locale.spec | 65 +++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 67 insertions(+) create mode 100644 ghc-old-locale.spec diff --git a/.gitignore b/.gitignore index e69de29..d3c73c5 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/old-locale-1.0.0.7.tar.gz diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec new file mode 100644 index 0000000..2a63c67 --- /dev/null +++ b/ghc-old-locale.spec @@ -0,0 +1,65 @@ +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name old-locale + +Name: ghc-%{pkg_name} +Version: 1.0.0.7 +Release: 1%{?dist} +Summary: Locale library + +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 + +%description +This package provides the ability to adapt to locale conventions such as date +and time formats. + + +%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 + +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE + + +%files devel -f %{name}-devel.files + + +%changelog +* Thu Sep 17 2015 Fedora Haskell SIG - 1.0.0.7-1 +- spec file generated by cabal-rpm-0.9.7 diff --git a/sources b/sources index e69de29..cfed6a7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +507bd2d3ce2407403e2a2d1136c3d149 old-locale-1.0.0.7.tar.gz From 4c29f3a89fd434122125861fbfc10519a81d74a5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 10 Aug 2016 10:50:43 +0900 Subject: [PATCH 03/34] allow base 4.9 --- ghc-old-locale.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 2a63c67..142edb5 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -33,6 +33,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +cabal-tweak-dep-ver base '< 4.9' '< 4.10' %build From 5c70f8362529ff0a03ba92e7eb7851c16383f2bc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Sep 2016 19:15:46 +0900 Subject: [PATCH 04/34] no longer remove license --- ghc-old-locale.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 142edb5..116592d 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -43,8 +43,6 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.10' %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %post devel %ghc_pkg_recache From 79c0e4e89115b27cd0112b4bffafc0c6ce8ac655 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 10:45:10 +0000 Subject: [PATCH 05/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 116592d..df70f0a 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Locale library License: BSD @@ -60,5 +60,8 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.10' %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.0.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Sep 17 2015 Fedora Haskell SIG - 1.0.0.7-1 - spec file generated by cabal-rpm-0.9.7 From 37bf3c682b7349ac305a77be6be18724b50ea994 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 24 Feb 2017 17:48:19 +0900 Subject: [PATCH 06/34] refresh to cabal-rpm-0.11.1 --- ghc-old-locale.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index df70f0a..e180cff 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -1,15 +1,17 @@ +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name old-locale +%global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Locale library 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 @@ -32,7 +34,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} cabal-tweak-dep-ver base '< 4.9' '< 4.10' @@ -57,9 +59,13 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.10' %files devel -f %{name}-devel.files +%doc changelog.md %changelog +* Fri Feb 24 2017 Jens Petersen - 1.0.0.7-3 +- refresh to cabal-rpm-0.11.1 + * Fri Feb 10 2017 Fedora Release Engineering - 1.0.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From f37c0e85fc3b9c9ea872ed6a38eccf09ad797628 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 09:50:50 +0000 Subject: [PATCH 07/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index e180cff..c09d692 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Locale library License: BSD @@ -63,6 +63,9 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.10' %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.0.0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 24 2017 Jens Petersen - 1.0.0.7-3 - refresh to cabal-rpm-0.11.1 From ff85a015d4d84bac72b73c2b2de5d458f3ad2fe4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 21:27:02 +0000 Subject: [PATCH 08/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index c09d692..ac0e9ce 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Locale library License: BSD @@ -63,6 +63,9 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.10' %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 1.0.0.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.0.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 5307b28ef5b67099dc6a6a382e9b39895fd1bf90 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:11:41 +0100 Subject: [PATCH 09/34] refresh to cabal-rpm-0.12.1 --- ghc-old-locale.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index ac0e9ce..f433759 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -24,9 +24,12 @@ and time formats. %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,6 +49,12 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.10' %ghc_lib_install +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache From 3c8a94ecad79201e3a78bd851739d5ab0f3446c4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 26 Jan 2018 09:53:35 +0100 Subject: [PATCH 10/34] refresh to cabal-rpm-0.12.1 --- ghc-old-locale.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index f433759..577aaa5 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -38,7 +38,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkgver} -cabal-tweak-dep-ver base '< 4.9' '< 4.10' +cabal-tweak-dep-ver base '< 4.9' '< 4.11' %build From 1112cdeb9c1a92ecc5aaffdea51f4ee32cff4ca9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 26 Jan 2018 11:48:32 +0100 Subject: [PATCH 11/34] bump release --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 577aaa5..1c1e5ad 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Locale library License: BSD @@ -72,6 +72,9 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.11' %changelog +* Fri Jan 26 2018 Jens Petersen - 1.0.0.7-6 +- rebuild + * Wed Aug 02 2017 Fedora Release Engineering - 1.0.0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 67922f1b132fa24ba8ae6a65e6e046dc2728d3fa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Feb 2018 01:03:06 +0900 Subject: [PATCH 12/34] drop ldconfig scriptlets --- ghc-old-locale.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 1c1e5ad..255368d 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -49,12 +49,6 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.11' %ghc_lib_install -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - %post devel %ghc_pkg_recache From faa16088b0a84add41d681457bbebb851b629afc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 11:57:13 +0000 Subject: [PATCH 13/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 255368d..73a8632 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Locale library License: BSD @@ -66,6 +66,9 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.11' %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.0.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Jan 26 2018 Jens Petersen - 1.0.0.7-6 - rebuild From 465109bcafc417e33d567459dfb9723e4936d3cc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 02:00:39 +0000 Subject: [PATCH 14/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 73a8632..2f37385 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Locale library License: BSD @@ -66,6 +66,9 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.11' %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.0.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.0.0.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From cbe298973b3a649e919d9690bf62142b684dd8c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 21:49:57 +0000 Subject: [PATCH 15/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 2f37385..7d15311 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Locale library License: BSD @@ -66,6 +66,9 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.11' %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.0.0.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 1.0.0.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From e1195361c74fc5af2e0e6b2f670540c229d81169 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Feb 2019 12:53:03 +0800 Subject: [PATCH 16/34] use revised .cabal --- ghc-old-locale.spec | 10 +++++++--- old-locale-1.0.0.7.cabal | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 old-locale-1.0.0.7.cabal diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 7d15311..b58de14 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -6,12 +6,13 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Locale library 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 @@ -38,7 +39,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkgver} -cabal-tweak-dep-ver base '< 4.9' '< 4.11' +cp -p %{SOURCE1} %{pkg_name}.cabal %build @@ -66,6 +67,9 @@ cabal-tweak-dep-ver base '< 4.9' '< 4.11' %changelog +* Sat Feb 16 2019 Jens Petersen - 1.0.0.7-10 +- use revised .cabal file + * Thu Jan 31 2019 Fedora Release Engineering - 1.0.0.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/old-locale-1.0.0.7.cabal b/old-locale-1.0.0.7.cabal new file mode 100644 index 0000000..13dd2dd --- /dev/null +++ b/old-locale-1.0.0.7.cabal @@ -0,0 +1,36 @@ +name: old-locale +version: 1.0.0.7 +x-revision: 2 +-- NOTE: Don't forget to update ./changelog.md +license: BSD3 +license-file: LICENSE +maintainer: libraries@haskell.org +bug-reports: https://github.com/haskell/old-locale/issues +synopsis: locale library +category: System +build-type: Simple +Cabal-Version:>=1.10 +tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3 +description: + This package provides the ability to adapt to + locale conventions such as date and time formats. + +extra-source-files: + changelog.md + +source-repository head + type: git + location: https://github.com/haskell/old-locale.git + +Library + default-language: Haskell98 + other-extensions: CPP + if impl(ghc>=7.2) + -- && base>=4.4.1 + other-extensions: Safe + + exposed-modules: + System.Locale + + build-depends: base >= 4.2 && < 5 + ghc-options: -Wall From 78278d608806314b416ae61f7e2b800d18c3f6b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:46:31 +0800 Subject: [PATCH 17/34] refresh to cabal-rpm-0.13 --- ghc-old-locale.spec | 21 ++++++++++-- old-locale-1.0.0.7.cabal | 72 ++++++++++++++++++++-------------------- 2 files changed, 54 insertions(+), 39 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index b58de14..c9ea01b 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -6,16 +6,20 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Locale library 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 +# End cabal-rpm deps %description This package provides the ability to adapt to locale conventions such as date @@ -38,16 +42,22 @@ This package provides the Haskell %{pkg_name} library development 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 @@ -59,7 +69,9 @@ 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 @@ -67,6 +79,9 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %changelog +* Sun Feb 17 2019 Jens Petersen - 1.0.0.7-11 +- refresh to cabal-rpm-0.13 + * Sat Feb 16 2019 Jens Petersen - 1.0.0.7-10 - use revised .cabal file diff --git a/old-locale-1.0.0.7.cabal b/old-locale-1.0.0.7.cabal index 13dd2dd..be12c6f 100644 --- a/old-locale-1.0.0.7.cabal +++ b/old-locale-1.0.0.7.cabal @@ -1,36 +1,36 @@ -name: old-locale -version: 1.0.0.7 -x-revision: 2 --- NOTE: Don't forget to update ./changelog.md -license: BSD3 -license-file: LICENSE -maintainer: libraries@haskell.org -bug-reports: https://github.com/haskell/old-locale/issues -synopsis: locale library -category: System -build-type: Simple -Cabal-Version:>=1.10 -tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3 -description: - This package provides the ability to adapt to - locale conventions such as date and time formats. - -extra-source-files: - changelog.md - -source-repository head - type: git - location: https://github.com/haskell/old-locale.git - -Library - default-language: Haskell98 - other-extensions: CPP - if impl(ghc>=7.2) - -- && base>=4.4.1 - other-extensions: Safe - - exposed-modules: - System.Locale - - build-depends: base >= 4.2 && < 5 - ghc-options: -Wall +name: old-locale +version: 1.0.0.7 +x-revision: 2 +-- NOTE: Don't forget to update ./changelog.md +license: BSD3 +license-file: LICENSE +maintainer: libraries@haskell.org +bug-reports: https://github.com/haskell/old-locale/issues +synopsis: locale library +category: System +build-type: Simple +Cabal-Version:>=1.10 +tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3 +description: + This package provides the ability to adapt to + locale conventions such as date and time formats. + +extra-source-files: + changelog.md + +source-repository head + type: git + location: https://github.com/haskell/old-locale.git + +Library + default-language: Haskell98 + other-extensions: CPP + if impl(ghc>=7.2) + -- && base>=4.4.1 + other-extensions: Safe + + exposed-modules: + System.Locale + + build-depends: base >= 4.2 && < 5 + ghc-options: -Wall From d68a1559be5822a52e9a1f11e9ff52e75ec1dc11 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 02:48:31 +0000 Subject: [PATCH 18/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index c9ea01b..b93ea54 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Locale library License: BSD @@ -79,6 +79,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.0.0.7-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 17 2019 Jens Petersen - 1.0.0.7-11 - refresh to cabal-rpm-0.13 From c51b359d37e629032eaa7e5c81313f804dbfbd9c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:24:58 +0000 Subject: [PATCH 19/34] cabal-rpm-1.0.0: add doc and prof subpkgs --- ghc-old-locale.spec | 53 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index b93ea54..5680dbf 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Locale library License: BSD @@ -18,6 +18,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 # End cabal-rpm deps @@ -29,11 +35,8 @@ and time formats. %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} @@ -41,6 +44,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} @@ -60,14 +82,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm install -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -78,7 +92,20 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %doc changelog.md +%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.0.0.7-13 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 1.0.0.7-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From a0637551f331d9da30b505865b36372cc56b92f0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:30:54 +0800 Subject: [PATCH 20/34] BR prof for lib and static for executable --- ghc-old-locale.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 5680dbf..57bfdff 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -18,13 +18,8 @@ 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-base-prof # End cabal-rpm deps %description @@ -35,6 +30,7 @@ and time formats. %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 b7e7f808654c179665d00c6a8607311514d8309b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 21:08:18 +0000 Subject: [PATCH 21/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 57bfdff..1a94f16 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Locale library License: BSD @@ -99,6 +99,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1.0.0.7-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Aug 02 2019 Jens Petersen - 1.0.0.7-13 - add doc and prof subpackages (cabal-rpm-1.0.0) From f26c9b38b3ea794e412473caaa533523dcd21f1f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:51:20 +0800 Subject: [PATCH 22/34] refresh to cabal-rpm-2.0.2 --- ghc-old-locale.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 1a94f16..15b540c 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -43,6 +43,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. @@ -53,6 +54,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. @@ -78,6 +80,16 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm install +%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 @@ -90,6 +102,7 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif From 7367d881853c9bce885545481f06bbe9ceb891c1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:27:35 +0800 Subject: [PATCH 23/34] refresh to cabal-rpm-2.0.5 --- ghc-old-locale.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 15b540c..e1c0da7 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale %global pkgver %{pkg_name}-%{version} From 229e4dae37e24fc6ad85120e505e23ab680f43e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:56:12 +0800 Subject: [PATCH 24/34] refresh to cabal-rpm-2.0.6 --- ghc-old-locale.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index e1c0da7..52a737c 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -80,16 +80,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm install -%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 c0641596349aed0d89096fb8f3f76ae8f7ad51b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jul 2020 18:27:32 +0800 Subject: [PATCH 25/34] bump release --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 52a737c..ee87665 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Locale library License: BSD @@ -102,6 +102,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Fri Jul 17 2020 Jens Petersen - 1.0.0.7-15 +- refresh to cabal-rpm-2.0.6 + * Tue Jan 28 2020 Fedora Release Engineering - 1.0.0.7-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 1e8420cdb18fa117202de7ea995b0ea62692029a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 19:28:02 +0000 Subject: [PATCH 26/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index ee87665..f647e61 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Locale library License: BSD @@ -102,6 +102,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.0.0.7-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 17 2020 Jens Petersen - 1.0.0.7-15 - refresh to cabal-rpm-2.0.6 From d55bdb76c151a56bad1a4c360483c5615552c92d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 01:17:23 +0000 Subject: [PATCH 27/34] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index f647e61..2f9467c 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Locale library License: BSD @@ -102,6 +102,10 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 1.0.0.7-17 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 1.0.0.7-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0a881e530097b2ea2be80fb7a5ad620dc2b0d635 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 07:32:25 +0000 Subject: [PATCH 28/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 2f9467c..95a1a48 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Locale library License: BSD @@ -102,6 +102,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.0.0.7-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 1.0.0.7-17 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From febf8ee9cf6e5f01b8bf6d390d8696ac64bab5f1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 01:02:03 +0000 Subject: [PATCH 29/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 95a1a48..3f17ae2 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Locale library License: BSD @@ -102,6 +102,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.0.0.7-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.0.0.7-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From a522876e2f1325a2f22c51eb26d809597d929e6f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:12 +0800 Subject: [PATCH 30/34] refresh to cabal-rpm-2.0.9 --- ghc-old-locale.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 3f17ae2..4010b54 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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 old-locale @@ -44,6 +44,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. From 94d0ff7a4d28f82c8f3423f5f60c16b9a3797d1b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Aug 2021 22:29:12 +0800 Subject: [PATCH 31/34] revise .cabal --- old-locale-1.0.0.7.cabal | 72 ++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/old-locale-1.0.0.7.cabal b/old-locale-1.0.0.7.cabal index be12c6f..13dd2dd 100644 --- a/old-locale-1.0.0.7.cabal +++ b/old-locale-1.0.0.7.cabal @@ -1,36 +1,36 @@ -name: old-locale -version: 1.0.0.7 -x-revision: 2 --- NOTE: Don't forget to update ./changelog.md -license: BSD3 -license-file: LICENSE -maintainer: libraries@haskell.org -bug-reports: https://github.com/haskell/old-locale/issues -synopsis: locale library -category: System -build-type: Simple -Cabal-Version:>=1.10 -tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3 -description: - This package provides the ability to adapt to - locale conventions such as date and time formats. - -extra-source-files: - changelog.md - -source-repository head - type: git - location: https://github.com/haskell/old-locale.git - -Library - default-language: Haskell98 - other-extensions: CPP - if impl(ghc>=7.2) - -- && base>=4.4.1 - other-extensions: Safe - - exposed-modules: - System.Locale - - build-depends: base >= 4.2 && < 5 - ghc-options: -Wall +name: old-locale +version: 1.0.0.7 +x-revision: 2 +-- NOTE: Don't forget to update ./changelog.md +license: BSD3 +license-file: LICENSE +maintainer: libraries@haskell.org +bug-reports: https://github.com/haskell/old-locale/issues +synopsis: locale library +category: System +build-type: Simple +Cabal-Version:>=1.10 +tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3 +description: + This package provides the ability to adapt to + locale conventions such as date and time formats. + +extra-source-files: + changelog.md + +source-repository head + type: git + location: https://github.com/haskell/old-locale.git + +Library + default-language: Haskell98 + other-extensions: CPP + if impl(ghc>=7.2) + -- && base>=4.4.1 + other-extensions: Safe + + exposed-modules: + System.Locale + + build-depends: base >= 4.2 && < 5 + ghc-options: -Wall From cb9776f519c63ddc3959edcdc2c9ad4279fa482b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Aug 2021 12:16:43 +0800 Subject: [PATCH 32/34] bump release --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 4010b54..1dee135 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Locale library License: BSD @@ -103,6 +103,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Fri Aug 06 2021 Jens Petersen - 1.0.0.7-20 +- rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 1.0.0.7-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From b62366e1428be4eba23abbdc234b06b50144f8ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 05:18:33 +0000 Subject: [PATCH 33/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-old-locale.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 1dee135..ac86eac 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 1.0.0.7 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Locale library License: BSD @@ -103,6 +103,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.0.0.7-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Aug 06 2021 Jens Petersen - 1.0.0.7-20 - rebuild From 41656e7abe8ce6320fd1fd8d73bcc4537643a661 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 21:49:23 +0300 Subject: [PATCH 34/34] 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 cfed6a7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -507bd2d3ce2407403e2a2d1136c3d149 old-locale-1.0.0.7.tar.gz