Hello community, here is the log from the commit of package ghc-socks for openSUSE:Factory checked in at 2016-07-27 16:10:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-socks (Old) and /work/SRC/openSUSE:Factory/.ghc-socks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-socks" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-socks/ghc-socks.changes 2016-05-17 17:14:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-socks.new/ghc-socks.changes 2016-07-27 16:10:45.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:28:41 UTC 2016 - [email protected] + +- Update to version 0.5.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- 1.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-socks.spec ++++++ --- /var/tmp/diff_new_pack.vTi7J3/_old 2016-07-27 16:10:46.000000000 +0200 +++ /var/tmp/diff_new_pack.vTi7J3/_new 2016-07-27 16:10:46.000000000 +0200 @@ -15,45 +15,43 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global pkg_name socks +%global pkg_name socks Name: ghc-%{pkg_name} Version: 0.5.5 Release: 0 Summary: Socks proxy (version 5) implementation -Group: System/Libraries - License: BSD-3-Clause +Group: System/Libraries Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-cereal-devel BuildRequires: ghc-network-devel +BuildRequires: ghc-rpm-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build # End cabal-rpm deps %description Socks proxy (version 5) implementation. - %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other +Requires: %{name} = %{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 This package provides the Haskell %{pkg_name} library development files. - %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build @@ -67,19 +65,15 @@ %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc Example.hs README.md - %changelog ++++++ 1.cabal ++++++ Name: socks Version: 0.5.5 x-revision: 1 Description: Socks proxy (version 5) implementation. License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez <[email protected]> Author: Vincent Hanquez <[email protected]> Maintainer: Vincent Hanquez <[email protected]> Synopsis: Socks proxy (version 5) implementation. Build-Type: Simple Category: Network stability: experimental Cabal-Version: >=1.6 Homepage: http://github.com/vincenthz/hs-socks extra-doc-files: README.md, Example.hs Library -- Needs IsString Lazy.ByteString instance Build-Depends: base >= 3 && < 5 , bytestring >=0.10 && <0.11 , cereal >= 0.3.1 , network >= 2.3 Exposed-modules: Network.Socks5 Network.Socks5.Lowlevel Network.Socks5.Types Other-modules: Network.Socks5.Wire Network.Socks5.Conf Network.Socks5.Command Network.Socks5.Parse ghc-options: -Wall -fno-warn-missing-signatures -fwarn-tabs source-repository head type: git location: git://github.com/vincenthz/hs-socks
