From 374fdaacc8c5f42ee0752f0469122549b3c4b59559a5a7efa71ce9b4233e3eba Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Tue, 24 Feb 2015 20:21:22 +0000 Subject: [PATCH 1/2] Accepting request 283985 from home:pluskalm:branches:devel:languages:haskell - Update to 0.8.10.1: + no upstream changelog provided OBS-URL: https://build.opensuse.org/request/show/283985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-yaml?expand=0&rev=4 --- ghc-yaml.changes | 6 ++++++ ghc-yaml.spec | 10 +++++++--- yaml-0.8.10.1.tar.gz | 3 +++ yaml-0.8.5.tar.gz | 3 --- 4 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 yaml-0.8.10.1.tar.gz delete mode 100644 yaml-0.8.5.tar.gz diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 7903fb1..5bddc03 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 4 08:54:14 UTC 2015 - mpluskal@suse.com + +- Update to 0.8.10.1: + + no upstream changelog provided + ------------------------------------------------------------------- Thu Oct 17 17:17:33 UTC 2013 - peter.trommler@ohm-hochschule.de diff --git a/ghc-yaml.spec b/ghc-yaml.spec index 9d0373d..6c3fb9a 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -1,7 +1,7 @@ # # spec file for package ghc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -19,12 +19,12 @@ %global pkg_name yaml Name: ghc-%{pkg_name} -Version: 0.8.5 +Version: 0.8.10.1 Release: 0 Summary: Support for parsing and rendering YAML documents License: BSD-3-Clause Group: System/Libraries -Url: http://hackage.haskell.org/package/%{name} +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 @@ -36,7 +36,9 @@ BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-conduit-devel BuildRequires: ghc-containers-devel +BuildRequires: ghc-enclosed-exceptions-devel BuildRequires: ghc-resourcet-devel +BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-devel @@ -77,6 +79,7 @@ This package provides the Haskell yaml library development files. %install %ghc_lib_install %ghc_fix_dynamic_rpath yaml2json +%ghc_fix_dynamic_rpath json2yaml %post devel %ghc_pkg_recache @@ -88,6 +91,7 @@ This package provides the Haskell yaml library development files. %defattr(-,root,root,-) %doc LICENSE %{_bindir}/yaml2json +%{_bindir}/json2yaml %files devel -f %{name}-devel.files %defattr(-,root,root,-) diff --git a/yaml-0.8.10.1.tar.gz b/yaml-0.8.10.1.tar.gz new file mode 100644 index 0000000..4689c02 --- /dev/null +++ b/yaml-0.8.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e977912762e13571ec596173405ce328c8f7397aee4dd21f61ac9af762431ba9 +size 73448 diff --git a/yaml-0.8.5.tar.gz b/yaml-0.8.5.tar.gz deleted file mode 100644 index 6e29f28..0000000 --- a/yaml-0.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f9bb63357b06476d17d8183674a82090a769399a23360888bd9b2ff0a3a528a -size 67611 From 3f308044c897fca2b3903c9c91110df9b75b7e99b50cecdee61299440baa2608 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Wed, 25 Feb 2015 08:44:24 +0000 Subject: [PATCH 2/2] Accepting request 287662 from home:pluskalm:branches:devel:languages:haskell Fix changelog OBS-URL: https://build.opensuse.org/request/show/287662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-yaml?expand=0&rev=5 --- ghc-yaml.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 5bddc03..2849f8c 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- -Wed Feb 4 08:54:14 UTC 2015 - mpluskal@suse.com +Wed Feb 25 08:18:36 UTC 2015 - mpluskal@suse.com - Update to 0.8.10.1: - + no upstream changelog provided + * Add the Data.Yaml.Include module ------------------------------------------------------------------- Thu Oct 17 17:17:33 UTC 2013 - peter.trommler@ohm-hochschule.de