Hello community,

here is the log from the commit of package ghc-socks for openSUSE:Factory 
checked in at 2017-09-15 21:10:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-socks (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-socks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-socks"

Fri Sep 15 21:10:08 2017 rev:4 rq:523886 version:0.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-socks/ghc-socks.changes      2016-07-27 
16:10:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-socks.new/ghc-socks.changes 2017-09-15 
21:10:09.489368809 +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.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  socks.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-socks.spec ++++++
--- /var/tmp/diff_new_pack.Rl25D6/_old  2017-09-15 21:10:10.713196977 +0200
+++ /var/tmp/diff_new_pack.Rl25D6/_new  2017-09-15 21:10:10.717196415 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-socks
 #
-# 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
@@ -22,25 +22,22 @@
 Release:        0
 Summary:        Socks proxy (version 5) implementation
 License:        BSD-3-Clause
-Group:          System/Libraries
-Url:            https://hackage.haskell.org/package/%{pkg_name}
+Group:          Development/Libraries/Haskell
+URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# 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
+Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -53,15 +50,12 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -69,11 +63,9 @@
 %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

++++++ socks.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

Reply via email to