Hello community, here is the log from the commit of package shake for openSUSE:Factory checked in at 2016-07-21 08:06:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shake (Old) and /work/SRC/openSUSE:Factory/.shake.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shake" Changes: -------- --- /work/SRC/openSUSE:Factory/shake/shake.changes 2016-06-25 02:21:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.shake.new/shake.changes 2016-07-21 08:06:26.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:23:20 UTC 2016 - [email protected] + +- Update to version 0.15.10 revision 0 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shake.spec ++++++ --- /var/tmp/diff_new_pack.iNNFiR/_old 2016-07-21 08:06:27.000000000 +0200 +++ /var/tmp/diff_new_pack.iNNFiR/_new 2016-07-21 08:06:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package shake # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,15 @@ %global pkg_name shake %bcond_with tests -Name: shake +Name: %{pkg_name} Version: 0.15.10 Release: 0 Summary: Build system library, like Make, but more accurate dependencies -Group: Development/Languages/Other - 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-binary-devel BuildRequires: ghc-bytestring-devel @@ -41,15 +37,16 @@ BuildRequires: ghc-hashable-devel BuildRequires: ghc-js-flot-devel BuildRequires: ghc-js-jquery-devel -BuildRequires: ghc-time-devel BuildRequires: ghc-primitive-devel BuildRequires: ghc-process-devel BuildRequires: ghc-random-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-utf8-string-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-QuickCheck-devel %endif @@ -84,10 +81,10 @@ %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. @@ -102,32 +99,31 @@ %install %ghc_lib_install - -rm -Rf docs/manual rm -Rf %{buildroot}/%{_datadir}/%{name}-%{version}/docs - - %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 %doc README.md docs %{_bindir}/%{name} -%{_datadir}/%{name}-%{version} +%dir %{_datadir}/%{name}-%{version} +%dir %{_datadir}/%{name}-%{version}/html +%{_datadir}/%{name}-%{version}/html/viz.js +%{_datadir}/%{name}-%{version}/html/profile.html +%{_datadir}/%{name}-%{version}/html/progress.html +%{_datadir}/%{name}-%{version}/html/shake.js %files -n ghc-%{name} -f ghc-%{name}.files %defattr(-,root,root,-) @@ -135,6 +131,6 @@ %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %defattr(-,root,root,-) -%doc README.md +%doc README.md docs %changelog
