Hello community, here is the log from the commit of package clash-ghc for openSUSE:Factory checked in at 2017-05-27 13:16:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clash-ghc (Old) and /work/SRC/openSUSE:Factory/.clash-ghc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clash-ghc" Sat May 27 13:16:35 2017 rev:2 rq:497895 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/clash-ghc/clash-ghc.changes 2017-05-17 10:49:55.044276516 +0200 +++ /work/SRC/openSUSE:Factory/.clash-ghc.new/clash-ghc.changes 2017-05-27 13:16:35.978479945 +0200 @@ -1,0 +2,5 @@ +Tue May 16 09:04:29 UTC 2017 - [email protected] + +- Update to version 0.7.2 with cabal2obs. + +------------------------------------------------------------------- Old: ---- clash-ghc-0.7.0.1.tar.gz New: ---- clash-ghc-0.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clash-ghc.spec ++++++ --- /var/tmp/diff_new_pack.0BZxAr/_old 2017-05-27 13:16:36.774367426 +0200 +++ /var/tmp/diff_new_pack.0BZxAr/_new 2017-05-27 13:16:36.778366860 +0200 @@ -16,14 +16,16 @@ # -Name: clash-ghc -Version: 0.7.0.1 +%global pkg_name clash-ghc +Name: %{pkg_name} +Version: 0.7.2 Release: 0 Summary: CAES Language for Synchronous Hardware -License: BSD-2-Clause +License: BSD-3-Clause Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz +BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-bifunctors-devel @@ -86,19 +88,53 @@ Prelude library: <http://hackage.haskell.org/package/clash-prelude>. +%package -n ghc-%{name} +Summary: Haskell %{name} library +Group: System/Libraries + +%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} + +%description -n ghc-%{name}-devel +This package provides the Haskell %{name} library development files. + %prep %setup -q %build -%ghc_bin_build +%ghc_lib_build %install -%ghc_bin_install +%ghc_lib_install +%ghc_fix_rpath %{pkg_name}-%{version} + +%post -n ghc-%{name}-devel +%ghc_pkg_recache + +%postun -n ghc-%{name}-devel +%ghc_pkg_recache %files %defattr(-,root,root,-) %doc LICENSE %doc CHANGELOG.md LICENSE_GHC README.md %{_bindir}/clash +%{_bindir}/clashi + +%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,-) +%doc CHANGELOG.md LICENSE_GHC README.md %changelog ++++++ clash-ghc-0.7.0.1.tar.gz -> clash-ghc-0.7.2.tar.gz ++++++ ++++ 12371 lines of diff (skipped)
