Hello community,

here is the log from the commit of package ghc-tls-session-manager for 
openSUSE:Factory checked in at 2017-09-15 22:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tls-session-manager (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tls-session-manager"

Fri Sep 15 22:19:47 2017 rev:3 rq:525554 version:0.0.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-tls-session-manager/ghc-tls-session-manager.changes
  2017-08-31 21:01:05.492401335 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new/ghc-tls-session-manager.changes
     2017-09-15 22:19:48.344714422 +0200
@@ -1,0 +2,10 @@
+Thu Aug  3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------
+Mon Jul 31 03:01:28 UTC 2017 - [email protected]
+
+- Update to version 0.0.0.1 revision 1.
+
+-------------------------------------------------------------------

New:
----
  tls-session-manager.cabal

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

Other differences:
------------------
++++++ ghc-tls-session-manager.spec ++++++
--- /var/tmp/diff_new_pack.QL7nSO/_old  2017-09-15 22:19:49.396566261 +0200
+++ /var/tmp/diff_new_pack.QL7nSO/_new  2017-09-15 22:19:49.396566261 +0200
@@ -22,16 +22,16 @@
 Release:        0
 Summary:        In-memory TLS session manager
 License:        BSD-3-Clause
-Group:          Development/Languages/Other
-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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-auto-update-devel
 BuildRequires:  ghc-clock-devel
 BuildRequires:  ghc-psqueues-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-tls-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 TLS session manager with limitation, automatic pruning, energy saving and
@@ -39,7 +39,7 @@
 
 %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}
@@ -51,6 +51,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -65,11 +66,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc ChangeLog.md
 
 %changelog

++++++ tls-session-manager.cabal ++++++
name:                tls-session-manager
version:             0.0.0.1
x-revision: 1
synopsis:            In-memory TLS session manager
description:         TLS session manager with limitation, automatic pruning, 
energy saving and replay resistance
license:             BSD3
license-file:        LICENSE
author:              Kazu Yamamoto
maintainer:          [email protected]
-- copyright:
category:            Web
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >= 1.10

library
  exposed-modules:     Network.TLS.SessionManager
  -- other-modules:
  -- other-extensions:
  build-depends:       base >= 4.8 && < 5
                     , auto-update >= 0.1.1
                     , clock >= 0.4.2
                     , psqueues >= 0.2.3
                     , tls >= 1.0
  -- hs-source-dirs:
  default-language:    Haskell2010
  ghc-options:       -Wall

Reply via email to