diff --git a/ghc-old-locale.changes b/ghc-old-locale.changes index de56d72..cf36409 100644 --- a/ghc-old-locale.changes +++ b/ghc-old-locale.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 03863e6..4c7c2fb 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 @@ -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/2.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 diff --git a/1.cabal b/old-locale.cabal similarity index 91% rename from 1.cabal rename to old-locale.cabal index 5f0b7c9..aa4728d 100644 --- a/1.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