Hello community, here is the log from the commit of package ghc-network for openSUSE:Factory checked in at 2013-08-06 06:52:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-network (Old) and /work/SRC/openSUSE:Factory/.ghc-network.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-network" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-network/ghc-network.changes 2013-01-08 16:32:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-network.new/ghc-network.changes 2013-08-06 06:52:06.000000000 +0200 @@ -1,0 +2,9 @@ +Mon May 6 17:41:10 UTC 2013 - [email protected] + +- update to 2.4.1.2 from upstream +* no changelog +* see https://github.com/haskell/network for commit messages +- update needed for Haskell Platform 2013.2 +- more transparent packaging (fewer macros) + +------------------------------------------------------------------- Old: ---- network-2.3.1.0.tar.gz New: ---- network-2.4.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-network.spec ++++++ --- /var/tmp/diff_new_pack.INMKMo/_old 2013-08-06 06:52:07.000000000 +0200 +++ /var/tmp/diff_new_pack.INMKMo/_new 2013-08-06 06:52:07.000000000 +0200 @@ -1,8 +1,7 @@ # # spec file for package ghc-network # - -# Copyright (c) 2012 Peter Trommler [email protected] +# Copyright (c) 2013 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,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name network %global common_summary Haskell Low-level networking interface library @@ -23,49 +23,58 @@ %global common_description A low-level networking interface library for Haskell. Name: ghc-network -Version: 2.3.1.0 -Release: 1 +Version: 2.4.1.2 +Release: 0 Summary: %{common_summary} - -Group: System/Libraries License: BSD-3-Clause +Group: System/Libraries + BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec -URL: http://hackage.haskell.org/package/%{pkg_name} +Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz ExclusiveArch: %{ix86} x86_64 %{ghc_arches} BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} BuildRequires: ghc-bytestring-devel BuildRequires: ghc-parsec-devel +BuildRequires: ghc-rpm-macros # END cabal2spec %description %{common_description} +%package devel +Summary: Haskell %{pkg_name} library development files +Group: Development/Languages/Other +Requires: ghc-compiler +Requires(post): ghc-compiler +Requires(postun): ghc-compiler +Requires: %{name} = %{version}-%{release} + +%description devel +%{common_description} +This package contains the development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install +%post devel +%ghc_pkg_recache -# devel subpackage -%ghc_devel_package - -%ghc_devel_description - - -%ghc_devel_post_postun - +%postun devel +%ghc_pkg_recache -%ghc_files LICENSE +%files -f %{name}.files +%defattr(-,root,root,-) +%doc LICENSE +%files devel -f %{name}-devel.files +%defattr(-,root,root,-) %changelog ++++++ network-2.3.1.0.tar.gz -> network-2.4.1.2.tar.gz ++++++ ++++ 5246 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
