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 2023-04-04 21:20:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hjsmin (Old) and /work/SRC/openSUSE:Factory/.ghc-hjsmin.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hjsmin" Tue Apr 4 21:20:17 2023 rev:6 rq:1075894 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hjsmin/ghc-hjsmin.changes 2022-08-01 21:28:49.841386510 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hjsmin.new.19717/ghc-hjsmin.changes 2023-04-04 21:20:34.637250304 +0200 @@ -1,0 +2,11 @@ +Thu Mar 30 17:06:57 UTC 2023 - Peter Simons <[email protected]> + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + +------------------------------------------------------------------- +Wed Jan 11 02:35:34 UTC 2023 - Peter Simons <[email protected]> + +- Update hjsmin to version 0.2.1. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- hjsmin-0.2.0.4.tar.gz hjsmin.cabal New: ---- hjsmin-0.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hjsmin.spec ++++++ --- /var/tmp/diff_new_pack.9H0zp7/_old 2023-04-04 21:20:35.153253226 +0200 +++ /var/tmp/diff_new_pack.9H0zp7/_new 2023-04-04 21:20:35.157253249 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-hjsmin # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,39 @@ %global pkg_name hjsmin +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.0.4 +Version: 0.2.1 Release: 0 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/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-bytestring-prof BuildRequires: ghc-language-javascript-devel +BuildRequires: ghc-language-javascript-prof BuildRequires: ghc-optparse-applicative-devel +BuildRequires: ghc-optparse-applicative-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel +BuildRequires: ghc-text-prof ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-directory-devel +BuildRequires: ghc-directory-prof BuildRequires: ghc-extra-devel +BuildRequires: ghc-extra-prof BuildRequires: ghc-filepath-devel +BuildRequires: ghc-filepath-prof BuildRequires: ghc-process-devel +BuildRequires: ghc-process-prof BuildRequires: ghc-unix-devel +BuildRequires: ghc-unix-prof %endif %description @@ -55,9 +66,24 @@ %description devel This package provides the Haskell %{pkg_name} library development files. +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -81,4 +107,9 @@ %files devel -f %{name}-devel.files %doc Readme.md +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + %changelog ++++++ hjsmin-0.2.0.4.tar.gz -> hjsmin-0.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hjsmin-0.2.0.4/hjsmin.cabal new/hjsmin-0.2.1/hjsmin.cabal --- old/hjsmin-0.2.0.4/hjsmin.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hjsmin-0.2.1/hjsmin.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: hjsmin -version: 0.2.0.4 +version: 0.2.1 license: BSD3 license-file: LICENSE author: Alan Zimmerman <[email protected]> @@ -29,10 +29,10 @@ exposed-modules: Text.Jasmine - build-depends: base >= 4.8 && < 5 - , bytestring == 0.10.* + build-depends: base >= 4.9 && < 5 + , bytestring >= 0.11 , language-javascript >= 0.6 && < 0.8 - , text == 1.2.* + , text >= 2 executable hjsmin @@ -44,8 +44,8 @@ -- 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.* + build-depends: base + , bytestring , language-javascript , optparse-applicative >= 0.7 , text diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hjsmin-0.2.0.4/main/hjsmin.hs new/hjsmin-0.2.1/main/hjsmin.hs --- old/hjsmin-0.2.0.4/main/hjsmin.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hjsmin-0.2.1/main/hjsmin.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,6 @@ #include "cabal_macros.h" import qualified Data.ByteString.Lazy.Char8 as LBS -import Data.Monoid ((<>)) import Options.Applicative (Parser, ParserInfo, ParserPrefs) import qualified Options.Applicative as Opt import Text.Jasmine (minify) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hjsmin-0.2.0.4/src/Text/Jasmine.hs new/hjsmin-0.2.1/src/Text/Jasmine.hs --- old/hjsmin-0.2.0.4/src/Text/Jasmine.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hjsmin-0.2.1/src/Text/Jasmine.hs 2001-09-09 03:46:40.000000000 +0200 @@ -5,8 +5,6 @@ , minifyFile ) where -import Control.Applicative ((<$>)) - import Data.ByteString.Builder (Builder) import qualified Data.ByteString.Builder as Builder import qualified Data.ByteString.Lazy.Char8 as LBS
