From db6b58cc2e3c95654619743b7c08f09bd17c82a948a68e2db806cf6f8c35d392 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 3 Oct 2016 08:23:49 +0000 Subject: [PATCH 1/5] Accepting request 432778 from devel:languages:haskell:lts:7 version / revision update OBS-URL: https://build.opensuse.org/request/show/432778 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-locale?expand=0&rev=5 --- ghc-old-locale.changes | 5 --- ghc-old-locale.spec | 8 ++--- 1.cabal => old-locale.cabal | 72 ++++++++++++++++++------------------- 3 files changed, 38 insertions(+), 47 deletions(-) rename 1.cabal => old-locale.cabal (96%) diff --git a/ghc-old-locale.changes b/ghc-old-locale.changes index de56d72..41a7c86 100644 --- a/ghc-old-locale.changes +++ b/ghc-old-locale.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sun Jul 10 17:31:20 UTC 2016 - psimons@suse.com - -- Update to version 1.0.0.7 revision 1 with cabal2obs. - ------------------------------------------------------------------- Thu May 14 07:34:16 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 03863e6..cd3406f 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -22,10 +22,10 @@ Version: 1.0.0.7 Release: 0 Summary: Locale library License: BSD-3-Clause -Group: System/Libraries +Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,15 +49,12 @@ This package provides the Haskell %{pkg_name} library development files. %setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache @@ -70,6 +67,5 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc changelog.md %changelog diff --git a/1.cabal b/old-locale.cabal similarity index 96% rename from 1.cabal rename to old-locale.cabal index 5f0b7c9..3eadf6f 100644 --- a/1.cabal +++ b/old-locale.cabal @@ -1,36 +1,36 @@ -name: old-locale -version: 1.0.0.7 -x-revision: 1 --- 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 && < 4.10 - ghc-options: -Wall +name: old-locale +version: 1.0.0.7 +x-revision: 1 +-- 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 && < 4.10 + ghc-options: -Wall From 1a11b114284a5e683188ce84e779ea6a2252895fad807b9a88c7d2ddf00d5a70 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 5 Oct 2016 18:52:45 +0000 Subject: [PATCH 2/5] Use pristine copy of edited Cabal file from upstream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-locale?expand=0&rev=6 --- old-locale.cabal | 72 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/old-locale.cabal b/old-locale.cabal index 3eadf6f..5f0b7c9 100644 --- a/old-locale.cabal +++ b/old-locale.cabal @@ -1,36 +1,36 @@ -name: old-locale -version: 1.0.0.7 -x-revision: 1 --- 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 && < 4.10 - ghc-options: -Wall +name: old-locale +version: 1.0.0.7 +x-revision: 1 +-- 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 && < 4.10 + ghc-options: -Wall From d2d7c21ea77db9365f21fec5200a51374c663c8b82092a98c6988054959116eb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 18:17:40 +0000 Subject: [PATCH 3/5] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-locale?expand=0&rev=7 --- 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 cd3406f..2fbdfbc 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-old-locale # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From e34012d2d94ba09fd88f2226f9daa3728bc62db9142fad29527208b8998fde85 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 28 Feb 2017 10:39:15 +0000 Subject: [PATCH 4/5] synchronize with lts-8 project from configuration b1f9faeb9ef431eed42de296b621d35661a39011 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-locale?expand=0&rev=8 --- ghc-old-locale.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 2fbdfbc..6b2e31b 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -67,5 +67,6 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %files devel -f %{name}-devel.files %defattr(-,root,root,-) +%doc changelog.md %changelog From 33163329a42c0a23ae4741d10cd4f1169e9fa9dd887de86fd115fc71bd755b79 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 May 2017 11:40:42 +0000 Subject: [PATCH 5/5] synchronize with lts:8 at 27d82acd4aecec9d6ec7f65048ad62d72911ed17 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-locale?expand=0&rev=9 --- ghc-old-locale.changes | 10 ++++++++++ ghc-old-locale.spec | 2 +- old-locale.cabal | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ghc-old-locale.changes b/ghc-old-locale.changes index 41a7c86..cf36409 100644 --- a/ghc-old-locale.changes +++ b/ghc-old-locale.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 18 09:52:19 UTC 2017 - psimons@suse.com + +- Update to version 1.0.0.7 revision 2 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:31:20 UTC 2016 - psimons@suse.com + +- Update to version 1.0.0.7 revision 1 with cabal2obs. + ------------------------------------------------------------------- Thu May 14 07:34:16 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 6b2e31b..4c7c2fb 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/old-locale.cabal b/old-locale.cabal index 5f0b7c9..aa4728d 100644 --- a/old-locale.cabal +++ b/old-locale.cabal @@ -1,6 +1,6 @@ name: old-locale version: 1.0.0.7 -x-revision: 1 +x-revision: 2 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE @@ -32,5 +32,5 @@ Library exposed-modules: System.Locale - build-depends: base >= 4.2 && < 4.10 + build-depends: base >= 4.2 && < 5 ghc-options: -Wall