Hello community, here is the log from the commit of package hpack for openSUSE:Factory checked in at 2016-08-28 12:18:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hpack (Old) and /work/SRC/openSUSE:Factory/.hpack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hpack" Changes: -------- --- /work/SRC/openSUSE:Factory/hpack/hpack.changes 2016-07-20 09:22:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hpack.new/hpack.changes 2016-08-28 12:18:08.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 17 18:26:28 UTC 2016 - [email protected] + +- Update to version 0.14.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- 1.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hpack.spec ++++++ --- /var/tmp/diff_new_pack.x5U5x3/_old 2016-08-28 12:18:09.000000000 +0200 +++ /var/tmp/diff_new_pack.x5U5x3/_new 2016-08-28 12:18:09.000000000 +0200 @@ -26,7 +26,7 @@ Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -# Begin cabal-rpm deps: +Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Glob-devel @@ -49,7 +49,6 @@ BuildRequires: ghc-mockery-devel BuildRequires: ghc-temporary-devel %endif -# End cabal-rpm deps %description An alternative format for Haskell packages. @@ -74,23 +73,17 @@ %prep %setup -q - +cp -p %{SOURCE1} %{name}.cabal %build %ghc_lib_build - %install %ghc_lib_install - %ghc_fix_dynamic_rpath %{pkg_name} - %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post -n ghc-%{name}-devel %ghc_pkg_recache ++++++ 1.cabal ++++++ -- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: hpack version: 0.14.1 x-revision: 1 synopsis: An alternative format for Haskell packages category: Development homepage: https://github.com/sol/hpack#readme bug-reports: https://github.com/sol/hpack/issues maintainer: Simon Hengel <[email protected]> license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/sol/hpack library hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4.7 && < 5 , base-compat >= 0.8 , deepseq , directory , filepath , Glob , text , containers , unordered-containers , yaml , aeson >= 0.8 && < 1 exposed-modules: Hpack Hpack.Config Hpack.Run Hpack.Yaml other-modules: Hpack.FormattingHints Hpack.GenericsUtil Hpack.Haskell Hpack.Render Hpack.Util Paths_hpack default-language: Haskell2010 executable hpack main-is: Main.hs hs-source-dirs: driver ghc-options: -Wall build-depends: base >= 4.7 && < 5 , base-compat >= 0.8 , deepseq , directory , filepath , Glob , text , containers , unordered-containers , yaml , hpack , aeson >= 0.8 && < 1 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test , src ghc-options: -Wall cpp-options: -DTEST build-depends: base >= 4.7 && < 5 , base-compat >= 0.8 , deepseq , directory , filepath , Glob , text , containers , unordered-containers , yaml , hspec == 2.* , QuickCheck , temporary , mockery >= 0.3 , interpolate , aeson-qq , aeson >= 0.10 other-modules: Helper Hpack.ConfigSpec Hpack.FormattingHintsSpec Hpack.GenericsUtilSpec Hpack.HaskellSpec Hpack.RenderSpec Hpack.RunSpec Hpack.UtilSpec HpackSpec Hpack Hpack.Config Hpack.FormattingHints Hpack.GenericsUtil Hpack.Haskell Hpack.Render Hpack.Run Hpack.Util Hpack.Yaml default-language: Haskell2010
