From edd491012ff130605f106225fd391107a8d81cec851079ff45e1c3c910346960 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:13 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hjsmin revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hjsmin?expand=0&rev=11 --- ghc-hjsmin.changes | 6 ++++++ ghc-hjsmin.spec | 4 ++-- hjsmin.cabal | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ghc-hjsmin.changes b/ghc-hjsmin.changes index 6dc4ef4..071c79d 100644 --- a/ghc-hjsmin.changes +++ b/ghc-hjsmin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 23 10:50:51 UTC 2022 - Peter Simons + +- Update hjsmin to version 0.2.0.4 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Wed Dec 1 20:12:17 UTC 2021 - Peter Simons diff --git a/ghc-hjsmin.spec b/ghc-hjsmin.spec index 7f3dba3..d98260d 100644 --- a/ghc-hjsmin.spec +++ b/ghc-hjsmin.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hjsmin # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Haskell implementation of a javascript minifier License: BSD-3-Clause 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-language-javascript-devel diff --git a/hjsmin.cabal b/hjsmin.cabal index 7e808dc..7cc8562 100644 --- a/hjsmin.cabal +++ b/hjsmin.cabal @@ -1,6 +1,6 @@ name: hjsmin version: 0.2.0.4 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE author: Alan Zimmerman @@ -46,7 +46,7 @@ executable hjsmin other-modules: Text.Jasmine build-depends: base >= 4.8 && < 5 - , bytestring == 0.10.* + , bytestring , language-javascript , optparse-applicative >= 0.7 , text