Hello community, here is the log from the commit of package doctest-discover for openSUSE:Factory checked in at 2017-09-15 21:11:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/doctest-discover (Old) and /work/SRC/openSUSE:Factory/.doctest-discover.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "doctest-discover" Fri Sep 15 21:11:00 2017 rev:2 rq:523916 version:0.1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/doctest-discover/doctest-discover.changes 2017-03-03 17:43:15.547948138 +0100 +++ /work/SRC/openSUSE:Factory/.doctest-discover.new/doctest-discover.changes 2017-09-15 21:11:00.690179856 +0200 @@ -1,0 +2,5 @@ +Thu Aug 3 15:38:38 UTC 2017 - [email protected] + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ doctest-discover.spec ++++++ --- /var/tmp/diff_new_pack.zJtSia/_old 2017-09-15 21:11:01.578055191 +0200 +++ /var/tmp/diff_new_pack.zJtSia/_new 2017-09-15 21:11:01.582054629 +0200 @@ -1,7 +1,7 @@ # # spec file for package doctest-discover # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -23,19 +23,16 @@ Release: 0 Summary: Easy way to run doctests via cabal License: SUSE-Public-Domain -Group: Development/Languages/Other -Url: https://hackage.haskell.org/package/%{name} +Group: Development/Libraries/Haskell +URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-aeson-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-doctest-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description Doctest-discover provides an easy way to run doctests via cabal. @@ -49,7 +46,7 @@ %package -n ghc-%{name}-devel Summary: Haskell %{name} library development files -Group: Development/Libraries/Other +Group: Development/Libraries/Haskell Requires: ghc-%{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} @@ -61,20 +58,14 @@ %prep %setup -q - %build %ghc_lib_build - %install %ghc_lib_install - %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post -n ghc-%{name}-devel %ghc_pkg_recache @@ -83,17 +74,14 @@ %ghc_pkg_recache %files -%defattr(-,root,root,-) %doc LICENSE %doc doctest-discover.cabal %{_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,-) %doc doctest-discover.cabal %changelog
