diff --git a/blaze-markup-0.7.0.3.tar.gz b/blaze-markup-0.7.0.3.tar.gz deleted file mode 100644 index 642080d..0000000 --- a/blaze-markup-0.7.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e69a0e88dde5a6a3c8b4204d847a545f7872025a2ac4554cd5df2861aa41b20 -size 13447 diff --git a/blaze-markup-0.7.1.0.tar.gz b/blaze-markup-0.7.1.0.tar.gz new file mode 100644 index 0000000..c1b7a9b --- /dev/null +++ b/blaze-markup-0.7.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ce7977b68873eda328c4e8e3c2034102a49718d63631a6dc76abf479b7c6ba +size 13548 diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index 5c064a9..cbce545 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 1 14:07:14 UTC 2016 - psimons@suse.com + +- Update to version 0.7.1.0 revision 0 with cabal2obs. + ------------------------------------------------------------------- Sun Jul 10 17:31:26 UTC 2016 - psimons@suse.com diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index f586766..1ff08f0 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -19,15 +19,14 @@ %global pkg_name blaze-markup %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.0.3 +Version: 0.7.1.0 Release: 0 Summary: A blazingly fast markup combinator library for Haskell License: BSD-3-Clause -Group: System/Libraries +Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros @@ -41,7 +40,6 @@ BuildRequires: ghc-test-framework-devel BuildRequires: ghc-test-framework-hunit-devel BuildRequires: ghc-test-framework-quickcheck2-devel %endif -# End cabal-rpm deps %description Core modules of a blazingly fast markup combinator library for the Haskell @@ -62,20 +60,14 @@ 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 - %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post devel %ghc_pkg_recache