Hello community,

here is the log from the commit of package ghc-skylighting for openSUSE:Factory 
checked in at 2020-08-28 21:38:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-skylighting.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-skylighting"

Fri Aug 28 21:38:19 2020 rev:18 rq:829422 version:0.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-skylighting/ghc-skylighting.changes  
2020-07-09 13:20:05.133405765 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting.new.3399/ghc-skylighting.changes    
    2020-08-28 21:38:22.128808815 +0200
@@ -1,0 +2,10 @@
+Wed Aug 19 06:52:08 UTC 2020 - Michel Normand <[email protected]>
+
+- Add _constraints with 6GB min disk space for ppc64/ppc64le
+
+-------------------------------------------------------------------
+Tue Aug 18 10:46:03 UTC 2020 - Peter Simons <[email protected]>
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ ghc-skylighting.spec ++++++
--- /var/tmp/diff_new_pack.zE770S/_old  2020-08-28 21:38:22.836809150 +0200
+++ /var/tmp/diff_new_pack.zE770S/_new  2020-08-28 21:38:22.840809152 +0200
@@ -24,12 +24,18 @@
 License:        GPL-2.0-or-later
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-binary-devel
+BuildRequires:  ghc-blaze-html-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-pretty-show-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-skylighting-core-devel
+BuildRequires:  ghc-text-devel
 
 %description
 Skylighting is a syntax highlighting library with support for over one hundred
@@ -51,13 +57,15 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
+%define cabal_configure_options -fexecutable
 %ghc_lib_build
 
 %install
 %ghc_lib_install
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %post devel
 %ghc_pkg_recache
@@ -67,6 +75,7 @@
 
 %files -f %{name}.files
 %license LICENSE
+%{_bindir}/%{pkg_name}
 
 %files devel -f %{name}-devel.files
 %doc README.md changelog.md

++++++ _constraints ++++++
<constraints>
  <overwrite>
    <conditions>
      <arch>ppc64</arch>
      <arch>ppc64le</arch>
    </conditions>
    <hardware>
    <disk>
      <size unit="G">6</size>
    </disk>
    </hardware>
  </overwrite>
</constraints>


Reply via email to