From d4d27b6ebf239d844a9ee1dbb8e07ee2b4d9d679eeac76fec974d1c130a3bcc6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Oct 2019 01:03:11 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-tls revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=54 --- ghc-tls.changes | 9 +++++++++ ghc-tls.spec | 2 +- tls-1.5.1.tar.gz | 3 --- tls-1.5.2.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 tls-1.5.1.tar.gz create mode 100644 tls-1.5.2.tar.gz diff --git a/ghc-tls.changes b/ghc-tls.changes index cfa40a9..4c4712b 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 15 02:03:13 UTC 2019 - psimons@suse.com + +- Update tls to version 1.5.2. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/tls-1.5.2/src/CHANGELOG.md + ------------------------------------------------------------------- Sun Jul 28 02:01:08 UTC 2019 - psimons@suse.com diff --git a/ghc-tls.spec b/ghc-tls.spec index a7e0409..a1b524b 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -19,7 +19,7 @@ %global pkg_name tls %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.5.1 +Version: 1.5.2 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause diff --git a/tls-1.5.1.tar.gz b/tls-1.5.1.tar.gz deleted file mode 100644 index beb1169..0000000 --- a/tls-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d18ff12e8db63d3b9e041106383915a4b50a47f29c8cdba48810dd4812c145bb -size 141300 diff --git a/tls-1.5.2.tar.gz b/tls-1.5.2.tar.gz new file mode 100644 index 0000000..8827b7f --- /dev/null +++ b/tls-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb90db5034baac136b1fc5f307e6ec89adf3d1918ed1f1bc9f20368d55984330 +size 145694 From e8686ab36c66f15d52f43688fe2f07bf9d44aec4447ce8dcd99c28ca0daf411d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 25 Oct 2019 01:06:55 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-tls revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=55 --- ghc-tls.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-tls.spec b/ghc-tls.spec index a1b524b..20ee76b 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -23,7 +23,6 @@ Version: 1.5.2 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) License: BSD-3-Clause -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 BuildRequires: ghc-Cabal-devel @@ -65,7 +64,6 @@ Some debug tools linked with tls, are available through the %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} From df6790b02128bc7593e7e69faa75f43f297ff95d0b18670cb1fddac1b9219ede Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Dec 2019 02:04:15 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-tls revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=56 --- ghc-tls.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-tls.changes b/ghc-tls.changes index 4c4712b..c85e2c4 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 16:15:03 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Tue Oct 15 02:03:13 UTC 2019 - psimons@suse.com