diff --git a/case-insensitive-1.0.0.1.tar.gz b/case-insensitive-1.0.0.1.tar.gz deleted file mode 100644 index 8c4e618..0000000 --- a/case-insensitive-1.0.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b58f62516779580a41cdc67a979c509125adf139b8f50d415495f58d4b42e8fa -size 4806 diff --git a/case-insensitive-1.1.0.3.tar.gz b/case-insensitive-1.1.0.3.tar.gz new file mode 100644 index 0000000..6466700 --- /dev/null +++ b/case-insensitive-1.1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b255fe63155d53ab84b248ab5ba9306fd4bec47a6198e3275cf9cb41c4d263b +size 5188 diff --git a/ghc-case-insensitive.changes b/ghc-case-insensitive.changes index ae3260f..e53f6c1 100644 --- a/ghc-case-insensitive.changes +++ b/ghc-case-insensitive.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 9 20:24:56 UTC 2014 - peter.trommler@ohm-hochschule.de + +- update to 1.1.0.3 +* no changelog +* for Haskell Platform 2014.2.0.0 + +------------------------------------------------------------------- +Tue Sep 2 08:52:04 UTC 2014 - peter.trommler@ohm-hochschule.de + +- regenerate spec file + ------------------------------------------------------------------- Sat Aug 23 00:08:45 UTC 2014 - peter.trommler@ohm-hochschule.de diff --git a/ghc-case-insensitive.spec b/ghc-case-insensitive.spec index cb9139a..8ea1806 100644 --- a/ghc-case-insensitive.spec +++ b/ghc-case-insensitive.spec @@ -1,8 +1,7 @@ # # spec file for package ghc-case-insensitive # - -# Copyright (c) 2012 Peter Trommler +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,55 +15,55 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name case-insensitive -%global common_summary Haskell case insensitive string comparison library - -%global common_description The Haskell module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc. Comparisons of values of the resulting type will be insensitive to cases. - Name: ghc-case-insensitive -Version: 1.0.0.1 +Version: 1.1.0.3 Release: 0 -Summary: %{common_summary} - -Group: System/Libraries +Summary: Case insensitive string comparison License: BSD-3-Clause -# BEGIN cabal2spec -URL: http://hackage.haskell.org/package/%{pkg_name} +Group: System/Libraries + +Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -# END cabal2spec +# Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-hashable-devel -Buildrequires: ghc-text-devel - -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: ghc-text-devel +# End cabal-rpm deps %description -%{common_description} +The module @Data.CaseInsensitive@ provides the 'CI' type constructor which can +be parameterised by a string-like type like: 'String', 'ByteString', 'Text', +etc.. Comparisons of values of the resulting type will be insensitive to cases. + %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Languages/Other -Requires: ghc-compiler -Requires(post): ghc-compiler -Requires(postun): ghc-compiler +Group: Development/Libraries/Other +Provides: %{name}-static = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} %description devel -%{common_description} -This package contains the development files. +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 @@ -80,5 +79,6 @@ This package contains the development files. %files devel -f %{name}-devel.files %defattr(-,root,root,-) +%doc README.markdown %changelog