Hello community,

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

Package is "ghc-JuicyPixels-extra"

Thu Aug 31 20:45:55 2017 rev:2 rq:513191 version:0.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-JuicyPixels-extra/ghc-JuicyPixels-extra.changes  
    2017-04-12 18:04:42.539584284 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-JuicyPixels-extra.new/ghc-JuicyPixels-extra.changes
 2017-08-31 20:45:56.412076551 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:56 UTC 2017 - [email protected]
+
+- Update to version 0.2.1 revision 1.
+
+-------------------------------------------------------------------

Old:
----
  JuicyPixels-extra-0.1.1.tar.gz

New:
----
  JuicyPixels-extra-0.2.1.tar.gz
  JuicyPixels-extra.cabal

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

Other differences:
------------------
++++++ ghc-JuicyPixels-extra.spec ++++++
--- /var/tmp/diff_new_pack.sOL4V4/_old  2017-08-31 20:45:58.323808215 +0200
+++ /var/tmp/diff_new_pack.sOL4V4/_new  2017-08-31 20:45:58.323808215 +0200
@@ -19,13 +19,14 @@
 %global pkg_name JuicyPixels-extra
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.1
+Version:        0.2.1
 Release:        0
 Summary:        Efficiently scale, crop, flip images with JuicyPixels
 License:        BSD-3-Clause
 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-rpm-macros
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ JuicyPixels-extra-0.1.1.tar.gz -> JuicyPixels-extra-0.2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/ghc-JuicyPixels-extra/JuicyPixels-extra-0.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.ghc-JuicyPixels-extra.new/JuicyPixels-extra-0.2.1.tar.gz
 differ: char 12, line 1

++++++ JuicyPixels-extra.cabal ++++++
name:                 JuicyPixels-extra
version:              0.2.1
x-revision: 1
cabal-version:        >= 1.10
tested-with:          GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
license:              BSD3
license-file:         LICENSE.md
author:               Mark Karpov <[email protected]>
maintainer:           Mark Karpov <[email protected]>
homepage:             https://github.com/mrkkrp/JuicyPixels-extra
bug-reports:          https://github.com/mrkkrp/JuicyPixels-extra/issues
category:             Graphics, Image
synopsis:             Efficiently scale, crop, flip images with JuicyPixels
build-type:           Simple
description:          Efficiently scale, crop, flip images with JuicyPixels.
extra-doc-files:      CHANGELOG.md
                    , README.md
data-files:           data-examples/*.png

source-repository head
  type:               git
  location:           https://github.com/mrkkrp/JuicyPixels-extra.git

flag dev
  description:        Turn on development settings.
  manual:             True
  default:            False

library
  build-depends:      base              >= 4.7 && < 5
                    , JuicyPixels       >= 3.2.6.4 && < 3.3
  exposed-modules:    Codec.Picture.Extra
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  default-language:   Haskell2010

test-suite tests
  main-is:            Spec.hs
  hs-source-dirs:     tests
  type:               exitcode-stdio-1.0
  build-depends:      base              >= 4.7 && < 5
                    , JuicyPixels       >= 3.2.6.4 && < 3.3
                    , JuicyPixels-extra
                    , hspec             >= 2.0
  other-modules:      Codec.Picture.ExtraSpec
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  default-language:   Haskell2010

benchmark bench
  main-is:            Main.hs
  hs-source-dirs:     bench
  type:               exitcode-stdio-1.0
  build-depends:      base              >= 4.7 && < 5.0
                    , JuicyPixels       >= 3.2.6.4 && < 3.3
                    , JuicyPixels-extra
                    , criterion         >= 0.6.2.1 && < 1.3
  if flag(dev)
    ghc-options:      -O2 -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  default-language:   Haskell2010

Reply via email to