Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-hjsmin for openSUSE:Factory 
checked in at 2022-02-11 23:09:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hjsmin (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hjsmin.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hjsmin"

Fri Feb 11 23:09:03 2022 rev:4 rq:953470 version:0.2.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hjsmin/ghc-hjsmin.changes    2020-12-22 
11:40:24.297557452 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hjsmin.new.1956/ghc-hjsmin.changes  
2022-02-11 23:10:54.595206347 +0100
@@ -1,0 +2,6 @@
+Wed Dec  1 20:12:17 UTC 2021 - Peter Simons <[email protected]>
+
+- Update hjsmin to version 0.2.0.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  hjsmin.cabal

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

Other differences:
------------------
++++++ ghc-hjsmin.spec ++++++
--- /var/tmp/diff_new_pack.JGWoHd/_old  2022-02-11 23:10:55.867210026 +0100
+++ /var/tmp/diff_new_pack.JGWoHd/_new  2022-02-11 23:10:55.875210049 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hjsmin
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-language-javascript-devel
@@ -56,6 +57,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ hjsmin.cabal ++++++
name:            hjsmin
version:         0.2.0.4
x-revision: 1
license:         BSD3
license-file:    LICENSE
author:          Alan Zimmerman <[email protected]>
maintainer:      Erik de Castro Lopo <[email protected]>
synopsis:        Haskell implementation of a javascript minifier
description:
   Reduces size of javascript files by stripping out extraneous whitespace and
   other syntactic elements, without changing the semantics.
category:        Web
stability:       unstable
cabal-version:   >= 1.10
build-type:      Simple
homepage:        http://github.com/erikd/hjsmin
bug-reports:     http://github.com/erikd/hjsmin/issues

Extra-source-files:
  Readme.md
  test/cli/core/runner
  test/cli/empty-input/run
  test/cli/minimal-input/run


library
  default-language:     Haskell2010
  ghc-options:          -Wall
  hs-source-dirs:       src

  exposed-modules:      Text.Jasmine

  build-depends:        base                    >= 4.8          && < 5
                      , bytestring              >= 0.10         && < 0.12
                      , language-javascript     >= 0.6          && < 0.8
                      , text                    == 1.2.*


executable hjsmin
  default-language:     Haskell2010
  ghc-options:         -Wall -threaded
  hs-source-dirs:       src main
  main-is:              hjsmin.hs

  -- Need this here because the library and the executable have the same name.
  other-modules:        Text.Jasmine

  build-depends:        base                    >= 4.8          && < 5
                      , bytestring              == 0.10.*
                      , language-javascript
                      , optparse-applicative    >= 0.7
                      , text

test-suite test-cli
  type:                 exitcode-stdio-1.0
  ghc-options:          -Wall -fwarn-tabs
  default-language:     Haskell2010
  hs-source-dirs:       test
  main-is:              test-cli.hs

  build-depends:        base
                      , directory
                      , extra
                      , filepath
                      , process
                      , unix

source-repository head
  type:     git
  location: https://github.com/erikd/hjsmin.git

Reply via email to