Accepting request 421595 from devel:languages:haskell:lts:6

version update

OBS-URL: https://build.opensuse.org/request/show/421595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=19
This commit is contained in:
Ondřej Súkup 2016-08-24 13:06:59 +00:00 committed by Git OBS Bridge
parent 896dc01bc5
commit 5879768b84
4 changed files with 10 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:447a454b51b8d6ca9e3b59bc5918115a880a9320afeb9030000fe6c87fd2285e
size 202914

3
aeson-0.11.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc3bc708b5ea5598ae4e37fd8a96d117576031be4b4e2943953e9e19af01b74c
size 203456

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 17 18:30:25 UTC 2016 - psimons@suse.com
- Update to version 0.11.2.1 revision 0 with cabal2obs.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 10 17:33:06 UTC 2016 - psimons@suse.com Sun Jul 10 17:33:06 UTC 2016 - psimons@suse.com

View File

@ -19,14 +19,13 @@
%global pkg_name aeson %global pkg_name aeson
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.11.2.0 Version: 0.11.2.1
Release: 0 Release: 0
Summary: Fast JSON parsing and encoding Summary: Fast JSON parsing and encoding
License: BSD-3-Clause License: BSD-3-Clause
Group: System/Libraries Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz 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
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
@ -92,21 +91,16 @@ This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build %build
%ghc_lib_build %ghc_lib_build
%install %install
%ghc_lib_install %ghc_lib_install
%check %check
%cabal_test %cabal_test
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache