From 70912f3ad2a03146cf49d552ef684867716f9a792364d22f6eb32e78a58e30be Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:01 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-asn1-types revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-asn1-types?expand=0&rev=38 --- asn1-types-0.3.3.tar.gz | 3 --- asn1-types-0.3.4.tar.gz | 3 +++ ghc-asn1-types.changes | 16 ++++++++++++++++ ghc-asn1-types.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 asn1-types-0.3.3.tar.gz create mode 100644 asn1-types-0.3.4.tar.gz diff --git a/asn1-types-0.3.3.tar.gz b/asn1-types-0.3.3.tar.gz deleted file mode 100644 index bbf9edf..0000000 --- a/asn1-types-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57ebc2371bdb607294b5ca18f44ced121ab528ee304905db1524cb441b535498 -size 6478 diff --git a/asn1-types-0.3.4.tar.gz b/asn1-types-0.3.4.tar.gz new file mode 100644 index 0000000..96ae0c2 --- /dev/null +++ b/asn1-types-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ee92a251379298ca820fa53edbf4b33c539b9fcd887c86f520c30e3b4e21a8 +size 6472 diff --git a/ghc-asn1-types.changes b/ghc-asn1-types.changes index 6cf6c81..178433d 100644 --- a/ghc-asn1-types.changes +++ b/ghc-asn1-types.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:00 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jun 16 11:13:44 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + +------------------------------------------------------------------- +Wed May 6 06:54:10 UTC 2020 - psimons@suse.com + +- Update asn1-types to version 0.3.4. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Fri Nov 8 16:13:13 UTC 2019 - Peter Simons diff --git a/ghc-asn1-types.spec b/ghc-asn1-types.spec index add312e..7ace813 100644 --- a/ghc-asn1-types.spec +++ b/ghc-asn1-types.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-asn1-types # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global pkg_name asn1-types Name: ghc-%{pkg_name} -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: ASN.1 types License: BSD-3-Clause @@ -44,7 +44,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build