Hello community, here is the log from the commit of package BNFC for openSUSE:Factory checked in at 2017-09-15 21:10:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/BNFC (Old) and /work/SRC/openSUSE:Factory/.BNFC.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "BNFC" Fri Sep 15 21:10:15 2017 rev:2 rq:523895 version:2.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/BNFC/BNFC.changes 2016-07-21 07:59:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.BNFC.new/BNFC.changes 2017-09-15 21:10:16.672360277 +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: ------------------ ++++++ BNFC.spec ++++++ --- /var/tmp/diff_new_pack.qKe72h/_old 2017-09-15 21:10:17.448251337 +0200 +++ /var/tmp/diff_new_pack.qKe72h/_new 2017-09-15 21:10:17.452250775 +0200 @@ -1,7 +1,7 @@ # # spec file for package BNFC # -# 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,10 +23,9 @@ Release: 0 Summary: A compiler front-end generator License: GPL-2.0+ -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 -# Begin cabal-rpm deps: BuildRequires: alex BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel @@ -39,7 +38,6 @@ BuildRequires: ghc-process-devel BuildRequires: ghc-rpm-macros BuildRequires: happy -BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel @@ -47,7 +45,6 @@ BuildRequires: ghc-hspec-devel BuildRequires: ghc-temporary-devel %endif -# End cabal-rpm deps %description The BNF Converter is a compiler construction tool generating a compiler @@ -70,7 +67,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} @@ -82,20 +79,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 @@ -104,17 +95,14 @@ %ghc_pkg_recache %files -%defattr(-,root,root,-) %doc LICENSE %doc TODO changelog %{_bindir}/bnfc %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 TODO changelog %changelog
