commit ghc-tls-session-manager for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-tls-session-manager for 
openSUSE:Factory checked in at 2020-08-28 21:39:53

Comparing /work/SRC/openSUSE:Factory/ghc-tls-session-manager (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new.3399 (New)


Package is "ghc-tls-session-manager"

Fri Aug 28 21:39:53 2020 rev:2 rq:829458 version:0.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-tls-session-manager/ghc-tls-session-manager.changes
  2020-06-19 17:04:57.716757823 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new.3399/ghc-tls-session-manager.changes
2020-08-28 21:39:55.668853130 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:46:21 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-tls-session-manager.spec ++
--- /var/tmp/diff_new_pack.PyNRmd/_old  2020-08-28 21:39:56.412853482 +0200
+++ /var/tmp/diff_new_pack.PyNRmd/_new  2020-08-28 21:39:56.412853482 +0200
@@ -50,7 +50,7 @@
 files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-tls-session-manager for openSUSE:Factory

2017-09-15 Thread root
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 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---
+Mon Jul 31 03:01:28 UTC 2017 - psim...@suse.com
+
+- 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:  k...@iij.ad.jp
-- 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



commit ghc-tls-session-manager for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-tls-session-manager for 
openSUSE:Factory checked in at 2017-08-31 21:01:04

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"

Thu Aug 31 21:01:04 2017 rev:2 rq:513524 version:0.0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-tls-session-manager/ghc-tls-session-manager.changes
  2017-07-21 22:48:28.564541832 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new/ghc-tls-session-manager.changes
 2017-08-31 21:01:05.492401335 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:08:11 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.0.1.
+
+---

Old:

  tls-session-manager-0.0.0.0.tar.gz

New:

  tls-session-manager-0.0.0.1.tar.gz



Other differences:
--
++ ghc-tls-session-manager.spec ++
--- /var/tmp/diff_new_pack.5fjQPH/_old  2017-08-31 21:01:06.852210279 +0200
+++ /var/tmp/diff_new_pack.5fjQPH/_new  2017-08-31 21:01:06.876206907 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name tls-session-manager
 Name:   ghc-%{pkg_name}
-Version:0.0.0.0
+Version:0.0.0.1
 Release:0
 Summary:In-memory TLS session manager
 License:BSD-3-Clause
@@ -30,7 +30,6 @@
 BuildRequires:  ghc-clock-devel
 BuildRequires:  ghc-psqueues-devel
 BuildRequires:  ghc-rpm-macros
-BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-tls-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ tls-session-manager-0.0.0.0.tar.gz -> tls-session-manager-0.0.0.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tls-session-manager-0.0.0.0/tls-session-manager.cabal 
new/tls-session-manager-0.0.0.1/tls-session-manager.cabal
--- old/tls-session-manager-0.0.0.0/tls-session-manager.cabal   2017-07-04 
04:36:26.0 +0200
+++ new/tls-session-manager-0.0.0.1/tls-session-manager.cabal   2017-07-24 
06:45:20.0 +0200
@@ -1,5 +1,5 @@
 name:tls-session-manager
-version: 0.0.0.0
+version: 0.0.0.1
 synopsis:In-memory TLS session manager
 description: TLS session manager with limitation, automatic pruning, 
energy saving and replay resistance
 license: BSD3
@@ -16,11 +16,10 @@
   exposed-modules: Network.TLS.SessionManager
   -- other-modules:
   -- other-extensions:
-  build-depends:   base >= 4.9 && < 5
+  build-depends:   base >= 4.7 && < 5
  , auto-update
  , clock
  , psqueues >= 0.2.3
- , time
  , tls
   -- hs-source-dirs:
   default-language:Haskell2010




commit ghc-tls-session-manager for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package ghc-tls-session-manager for 
openSUSE:Factory checked in at 2017-07-21 22:48:22

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 Jul 21 22:48:22 2017 rev:1 rq:511251 version:0.0.0.0

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tls-session-manager.new/ghc-tls-session-manager.changes
 2017-07-21 22:48:28.564541832 +0200
@@ -0,0 +1,5 @@
+---
+Tue Jul 11 03:02:34 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.0.0.
+

New:

  ghc-tls-session-manager.changes
  ghc-tls-session-manager.spec
  tls-session-manager-0.0.0.0.tar.gz



Other differences:
--
++ ghc-tls-session-manager.spec ++
#
# spec file for package ghc-tls-session-manager
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name tls-session-manager
Name:   ghc-%{pkg_name}
Version:0.0.0.0
Release:0
Summary:In-memory TLS session manager
License:BSD-3-Clause
Group:  Development/Languages/Other
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-auto-update-devel
BuildRequires:  ghc-clock-devel
BuildRequires:  ghc-psqueues-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-time-devel
BuildRequires:  ghc-tls-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
TLS session manager with limitation, automatic pruning, energy saving and
replay resistance.

%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}

%description devel
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

%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 ChangeLog.md

%changelog