From 64f71d5e43faa0cde27f5aa080cd1eba3e39b103915e87b739691b1f2392c9f1 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Thu, 1 Aug 2013 08:04:47 +0000 Subject: [PATCH] Accepting request 185271 from devel:languages:haskell:platform Update to Haskell Platform 2013.2.0.0 OBS-URL: https://build.opensuse.org/request/show/185271 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=8 --- ghc-split.changes | 10 +++++++++ ghc-split.spec | 49 ++++++++++++++++++++++++++------------------ split-0.2.1.1.tar.gz | 3 --- split-0.2.2.tar.gz | 3 +++ 4 files changed, 42 insertions(+), 23 deletions(-) delete mode 100644 split-0.2.1.1.tar.gz create mode 100644 split-0.2.2.tar.gz diff --git a/ghc-split.changes b/ghc-split.changes index 42231c1..f99f416 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 6 09:44:27 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 0.2.2 from upstream +* make splitting lazier (patch from Daniel Wagner) +* allow base library version 4.7 +* new dropInnerBlanks combinator +- update is part of Haskell Platform 2013.2 +- more transparent packaging (fewer macros) + ------------------------------------------------------------------- Sun Dec 30 18:37:15 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/ghc-split.spec b/ghc-split.spec index a06bd47..df3704e 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -1,8 +1,7 @@ # -# spec file for ghc-split +# spec file for package ghc-split # - -# Copyright (c) 2012 Herbert Graeber +# Copyright (c) 2013 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,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name split %global common_summary Haskell combinator library for splitting lists @@ -23,47 +23,56 @@ %global common_description Combinator library and utility functions for splitting lists for Haskell. Name: ghc-split -Version: 0.2.1.1 -Release: 1 +Version: 0.2.2 +Release: 0 Summary: %{common_summary} - -Group: System/Libraries License: BSD-3-Clause +Group: System/Libraries + BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec -URL: http://hackage.haskell.org/package/%{pkg_name} +Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz ExclusiveArch: %{ix86} x86_64 %{ghc_arches} BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +BuildRequires: ghc-rpm-macros # END cabal2spec %description %{common_description} +%package devel +Summary: Haskell %{pkg_name} library development files +Group: Development/Languages/Other +Requires: ghc-compiler +Requires(post): ghc-compiler +Requires(postun): ghc-compiler +Requires: %{name} = %{version}-%{release} + +%description devel +%{common_description} +This package contains the development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install +%post devel +%ghc_pkg_recache -# devel subpackage -%ghc_devel_package +%postun devel +%ghc_pkg_recache -%ghc_devel_description - - -%ghc_devel_post_postun - - -%ghc_files LICENSE +%files -f %{name}.files +%defattr(-,root,root,-) +%doc LICENSE CHANGES README +%files devel -f %{name}-devel.files +%defattr(-,root,root,-) %changelog diff --git a/split-0.2.1.1.tar.gz b/split-0.2.1.1.tar.gz deleted file mode 100644 index e0b1513..0000000 --- a/split-0.2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf36c149a6613fc6be78ec170ae98a696aae887b82434a1439da10e47823f7ff -size 14046 diff --git a/split-0.2.2.tar.gz b/split-0.2.2.tar.gz new file mode 100644 index 0000000..fff9fa6 --- /dev/null +++ b/split-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cf9e571357f227aed5be9a78f5bbf78ef55c99df2edf7fdc659acc1f904375 +size 14666