Hello community,

here is the log from the commit of package ghc-JuicyPixels-scale-dct for 
openSUSE:Factory checked in at 2017-08-31 20:45:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-JuicyPixels-scale-dct (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-JuicyPixels-scale-dct.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-JuicyPixels-scale-dct"

Thu Aug 31 20:45:58 2017 rev:3 rq:513192 version:0.1.1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-JuicyPixels-scale-dct/ghc-JuicyPixels-scale-dct.changes
      2017-04-11 09:37:13.448370685 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-JuicyPixels-scale-dct.new/ghc-JuicyPixels-scale-dct.changes
 2017-08-31 20:45:58.559775094 +0200
@@ -1,0 +2,5 @@
+Sat Jul 29 03:02:02 UTC 2017 - [email protected]
+
+- Update to version 0.1.1.2 revision 1.
+
+-------------------------------------------------------------------

New:
----
  JuicyPixels-scale-dct.cabal

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

Other differences:
------------------
++++++ ghc-JuicyPixels-scale-dct.spec ++++++
--- /var/tmp/diff_new_pack.2seP7J/_old  2017-08-31 20:45:59.859592648 +0200
+++ /var/tmp/diff_new_pack.2seP7J/_new  2017-08-31 20:45:59.875590403 +0200
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Other
 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-JuicyPixels-devel
 BuildRequires:  ghc-base-compat-devel
@@ -57,6 +58,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ JuicyPixels-scale-dct.cabal ++++++
name:           JuicyPixels-scale-dct
version:        0.1.1.2
x-revision:     1
synopsis:       Scale JuicyPixels images with DCT
description:    Scale JuicyPixels Images with DCT
                .
                There is also a @friday@ version: 
<http://hackage.haskell.org/package/friday-scale-dct friday-scale-dct>
category:       Web
homepage:       https://github.com/phadej/JuicyPixels-scale-dct#readme
bug-reports:    https://github.com/phadej/JuicyPixels-scale-dct/issues
author:         Oleg Grenrus <[email protected]>
maintainer:     Oleg Grenrus <[email protected]>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >=1.10
tested-with:    GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1

extra-source-files:
    CHANGELOG.md
    phadej.png
    README.md

source-repository head
  type: git
  location: https://github.com/phadej/JuicyPixels-scale-dct

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base        >=4.7      && <4.11
    , base-compat >=0.6.0    && <0.10
    , JuicyPixels >=3.2.5.3  && <3.3
    , fft         >=0.1.8.1  && <0.2
    , carray      >=0.1.6.1  && <0.2
  exposed-modules:
      Codec.Picture.ScaleDCT
  default-language: Haskell2010

test-suite example
  type: exitcode-stdio-1.0
  main-is: Example.hs
  hs-source-dirs:
      example
  ghc-options: -Wall
  build-depends:
      base
    , base-compat
    , JuicyPixels
    , fft
    , carray
    , base
    , JuicyPixels           >=3.2.8
    , JuicyPixels-scale-dct
    , time                  >=1.4.2 && <1.9
  default-language: Haskell2010

Reply via email to