Hello community, here is the log from the commit of package ghc-attoparsec for openSUSE:Factory checked in at 2014-11-26 20:54:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-attoparsec (Old) and /work/SRC/openSUSE:Factory/.ghc-attoparsec.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-attoparsec" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-attoparsec/ghc-attoparsec.changes 2014-08-25 11:05:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-attoparsec.new/ghc-attoparsec.changes 2014-11-26 20:54:38.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Sep 2 08:34:11 UTC 2014 - peter.trommler@ohm-hochschule.de + +- regenerate spec file + +------------------------------------------------------------------- @@ -20 +25 @@ -- fixes bugs an performance issues +- fixes bugs and performance issues ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-attoparsec.spec ++++++ --- /var/tmp/diff_new_pack.kJhvwg/_old 2014-11-26 20:54:39.000000000 +0100 +++ /var/tmp/diff_new_pack.kJhvwg/_new 2014-11-26 20:54:39.000000000 +0100 @@ -1,8 +1,7 @@ # # spec file for package ghc-attoparsec # - -# Copyright (c) 2012 Peter Trommler <peter.trommler@ohm-hochschule.de> +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,56 +15,54 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global pkg_name attoparsec - -%global common_summary Haskell fast combinator parsing for bytestrings and text -%global common_description A fast parser combinator library for Haskell, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. +%global pkg_name attoparsec Name: ghc-attoparsec Version: 0.10.4.0 Release: 0 -Summary: %{common_summary} - -Group: System/Libraries +Summary: Fast combinator parsing for bytestrings and text License: BSD-3-Clause -# BEGIN cabal2spec -URL: http://hackage.haskell.org/package/%{pkg_name} +Group: System/Libraries + +Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: BuildRequires: ghc-array-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel -Buildrequires: ghc-deepseq-devel +BuildRequires: ghc-deepseq-devel BuildRequires: ghc-text-devel - -BuildRoot: %{_tmppath}/%{name}-%{version}-build +# End cabal-rpm deps %description -%{common_description} +A fast parser combinator library, aimed particularly at dealing efficiently +with network protocols and complicated text/binary file formats. + %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Languages/Other -Requires: ghc-compiler -Requires(post): ghc-compiler -Requires(postun): ghc-compiler +Group: Development/Libraries/Other +Provides: %{name}-static = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} %description devel -%{common_description} -This package contains the development files. +This package provides the Haskell %{pkg_name} library development files. + %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install @@ -77,9 +74,10 @@ %files -f %{name}.files %defattr(-,root,root,-) -%doc LICENSE README.markdown +%doc LICENSE %files devel -f %{name}-devel.files %defattr(-,root,root,-) +%doc examples README.markdown %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org