diff --git a/ansi-terminal-0.6.2.1.tar.gz b/ansi-terminal-0.6.2.1.tar.gz deleted file mode 100644 index 9b5d6c3..0000000 --- a/ansi-terminal-0.6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:965a38671ddd195b243af9d0284faedb52b852eace5f7cced11e6fcf2e47b7f6 -size 14652 diff --git a/ansi-terminal-0.6.2.2.tar.gz b/ansi-terminal-0.6.2.2.tar.gz new file mode 100644 index 0000000..2b12ee5 --- /dev/null +++ b/ansi-terminal-0.6.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da082cfcbd7f65b808adea6c9915ad58643b8a22c7bcd21d3dbaf091828dd4bf +size 21748 diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index 66cc08d..e29505e 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 23 17:26:19 UTC 2015 - mimi.vx@gmail.com + +- update to 0.6.2.2 +* Fix a GHC 7.10 warning + ------------------------------------------------------------------- Thu May 14 11:33:49 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index 3d5d668..8c59611 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -15,15 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name ansi-terminal Name: ghc-ansi-terminal -Version: 0.6.2.1 +Version: 0.6.2.2 Release: 0 Summary: Simple ANSI terminal support, with Windows compatibility +License: BSD-3-Clause Group: System/Libraries -License: BSD-3-Clause Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,31 +57,24 @@ 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 - %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc README.md - %changelog