Hello community, here is the log from the commit of package hpack for openSUSE:Factory checked in at 2016-07-20 09:22:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-14 23:08:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hpack.new/hpack.changes 2016-07-20 09:22:12.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:17:31 UTC 2016 - [email protected] + +- Update to version 0.14.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hpack.spec ++++++ --- /var/tmp/diff_new_pack.7UrqWa/_old 2016-07-20 09:22:13.000000000 +0200 +++ /var/tmp/diff_new_pack.7UrqWa/_new 2016-07-20 09:22:13.000000000 +0200 @@ -15,25 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global pkg_name hpack +%global pkg_name hpack %bcond_with tests - Name: %{pkg_name} Version: 0.14.1 Release: 0 Summary: An alternative format for Haskell packages -Group: Development/Languages/Other - License: MIT +Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: chrpath +BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Glob-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-base-compat-devel @@ -41,9 +36,11 @@ BuildRequires: ghc-deepseq-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-yaml-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-aeson-qq-devel @@ -57,7 +54,6 @@ %description An alternative format for Haskell packages. - %package -n ghc-%{name} Summary: Haskell %{name} library Group: System/Libraries @@ -65,19 +61,17 @@ %description -n ghc-%{name} This package provides the Haskell %{name} shared library. - %package -n ghc-%{name}-devel Summary: Haskell %{name} library development files Group: Development/Libraries/Other +Requires: ghc-%{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: ghc-%{name} = %{version}-%{release} %description -n ghc-%{name}-devel This package provides the Haskell %{name} library development files. - %prep %setup -q @@ -94,31 +88,26 @@ %check %if %{with tests} -%cabal test +%{cabal} test %endif %post -n ghc-%{name}-devel %ghc_pkg_recache - %postun -n ghc-%{name}-devel %ghc_pkg_recache - %files %defattr(-,root,root,-) %doc LICENSE %{_bindir}/%{name} - %files -n ghc-%{name} -f ghc-%{name}.files %defattr(-,root,root,-) %doc LICENSE - %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %defattr(-,root,root,-) - %changelog
